/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

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

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

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

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

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


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


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

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

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}

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

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

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

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

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

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

    /* We use html here because we need a greater specificity to make sure disabled
    works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides{overflow: hidden;}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0px;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 44px;
  height: 44px;
  margin: -22px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
}

.homeGallery .flex-direction-nav .flex-prev, .homeGallery .flexslider:hover .flex-direction-nav .flex-prev{right: -45px;}
.homeGallery .flex-direction-nav .flex-next, .homeGallery .flexslider:hover .flex-direction-nav .flex-next{left: -45px;}

.flex-direction-nav .flex-prev {
	background: url(../images/gallery_right.png) center 7px repeat-y; background-size: 19px auto;
}
.flex-direction-nav .flex-next {
	background: url(../images/gallery_left.png) center 7px repeat-y; background-size: 19px auto;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	background-position: center 58px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	background-position: center 58px;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	box-shadow: 0px 0px 4px #000000;
}
.flex-control-paging li a:hover {
  background: #d91921;
}
.flex-control-paging li a.flex-active {
  background: #d91921;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@media screen and (max-width: 670px) {
	.flex-direction-nav a{display: none;}
}
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	direction:rtl;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.carousel li {
  margin-right: 0; margin-left: 5px;
}
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav .flex-prev {
  left: auto; right: -45px;
}
.flex-direction-nav .flex-next {
  right: auto; left: -45px;
  text-align: left;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: auto; right: -45px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: auto; left: -45px;
}


.flex-pauseplay a {
  left: auto; right: 10px;
}


.flex-control-thumbs li {
  float: right;
}



/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
@font-face {
    font-family: 'spoiler';
    src: url('../fonts/spoilerboldwebfont.eot');
    src: url('../fonts/spoilerboldwebfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/spoilerboldwebfont.woff') format('woff'),
         url('../fonts/spoilerboldwebfont.ttf') format('truetype'),
         url('../fonts/spoilerboldwebfont.svg#spoiler') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'spoiler';
    src: url('../fonts/spoilerregularwebfont.eot');
    src: url('../fonts/spoilerregularwebfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/spoilerregularwebfont.woff') format('woff'),
         url('../fonts/spoilerregularwebfont.ttf') format('truetype'),
         url('../fonts/spoilerregularwebfont.svg#spoiler') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'spoiler';
    src: url('../fonts/spoilerblackwebfont.eot');
    src: url('../fonts/spoilerblackwebfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/spoilerblackwebfont.woff') format('woff'),
         url('../fonts/spoilerblackwebfont.ttf') format('truetype'),
         url('../fonts/spoilerblackwebfont.svg#spoiler-black') format('svg');
    font-weight: 900;
    font-style: normal;
}

/*@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Calibri.woff') format('woff'),
    url('../fonts/Calibri.ttf') format('truetype'),
    url('../fonts/Calibri.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*
@font-face {
    font-family: 'spoiler';
    src: url('../fonts/SpoilerLight.eot');
    src: url('../fonts/SpoilerLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SpoilerLight.woff') format('woff'),
         url('../fonts/SpoilerLight.ttf') format('truetype'),
         url('../fonts/SpoilerLight.svg#spoiler-black') format('svg');
    font-weight: 300;
    font-style: normal;
}*/

HTML {
    font-size: 100%; /* IE hack */
}

BODY {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    direction: rtl;
    background-color: #ffffff;
    font-family: 'spoiler', arial;
    color: #38393b;
    overflow-x: hidden;
}

IMG {
    border: 0;
}

H1, H2, H3, H4, FORM, P {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.clear {
    display: block;
    overflow: hidden;
    clear: both;
    float: none !important;
    font-size: 1px;
    line-height: 1px !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.content_howTo ul,
.content_howTo ul li {
    list-style: none !important;
}

.centeredContent {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: 1px dashed #C00000;
}

*:active:focus {
    outline: 1px dashed #C00000;
}

/* -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- */
a.skip-main {
    font: normal 12px arial;
    color: #C00000;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 0;
    padding: 2px 4px;
    opacity: 0;
}

a.acc_button_wrap {
    display: block;
    height: 100%;
}

a.skip-main:focus, a.skip-main:active {
    opacity: 1;
    z-index: 999;
}
.contentSection h2 {
    margin: 23px 0 23px 0;
    padding: 0 60px 5px 0;
    font: 700 49px/60px 'spoiler', arial;
    color: #38393b;
    letter-spacing: -0.5px;
    border-bottom: 5px solid #f0f0f0;
    min-height: 50px;
}
.contentSection h3 {
    font-size: 29px;
}
.contentSection ul:not(.underTable),
.contentSection ul:not(.underTable) li {
    font-size: 18px;
    list-style: inherit;
}
.contentSection ol:not(.underTable),
.contentSection ol:not(.underTable) li {
    font-size: 18px;
    list-style-type: decimal;
}
.contentSection a {
    text-decoration: underline;
}

.contentSection ul { padding: 0 20px 0 0; }
.contentSection ul li:not(:last-of-type) {
    margin-bottom: 5px;
}
.contentSection h2.contentCards_icon {
    background: url(../images/content_cards_icon.png) right center no-repeat;
    background-size: 52px auto;
}
.contentSection h2.contentTarrif_icon {
    background: url(../images/content_tarrif_icon.png) right center no-repeat;
    background-size: 52px auto;
}
.header{min-height: 86px; background-color: #38393b; position: relative; z-index: 999;}
.headerLogo{float: right; width: 125px; padding: 12px 0px 0px 0px;}
.headerLogo a{display: block;}
.headerLogo a img{display: block; width: 100%;}
.headerLeft{float: left; padding: 12px 0px 0px 0px;}
.headerLinks{padding: 0px 0px 0px 0px;}
.headerLinks li{float: right;}
.headerLinks li a{display: inline-block; text-decoration: none; font: 400 17px 'spoiler', arial; color: white; vertical-align: middle;}
.headerLinks li:nth-child(3) a{ font-family: arial; }
.headerLinks li a:hover, .headerLinks li a:focus, .headerLinks li a.headerLang_active{color: #f15b22;}
.headerLinks li b{display: inline-block; vertical-align: middle; width: 30px; text-align: center; font: 400 17px 'spoiler', arial; color: #545557;}
.headerLinks li.headerSocial{padding: 0px 0px 0px 30px;}
.headerLinks li.headerSocial a.headerSocial_facebook{display: inline-block; text-decoration: none; width: 20px; height: 20px; font-size: 0px; background: url(../images/header_facebook.png) left top repeat-y; background-size: 20px auto; margin-left: 6px;}
.headerLinks li.headerSocial a.headerSocial_youtube{display: inline-block; text-decoration: none; width: 20px; height: 20px; font-size: 0px; background: url(../images/header_youtube.png) left top repeat-y; background-size: 20px auto; margin-left: 6px;}
.headerLinks li.headerSocial a.headerSocial_facebook:hover, .headerLinks li.headerSocial a.headerSocial_youtube:hover,
.headerLinks li.headerSocial a.headerSocial_facebook:focus, .headerLinks li.headerSocial a.headerSocial_youtube:focus{background-position: left 25px;}
.headerLinks li.headerLang_combo{display: none;}
.headerSearch{text-align: left; padding: 12px 0px 0px 0px; clear: both;}
.headerSearch input[type="text"]{padding: 0px; margin: 0px; vertical-align: middle; -webkit-appearance: none; border-radius: 0px; border: 1px solid #dedede; border-left: 0px; text-indent: 5px; width: 135px; height: 24px; font: 400 17px 'spoiler', arial; color: #444445; background-color: white;}
.headerSearch input[type="submit"]{padding: 0px; margin: 0px; vertical-align: middle; -webkit-appearance: none; border-radius: 0px; border: 1px solid #dedede; border-right: 0px; height: 24px; width: 24px; font-size: 0px; background: white url(../images/header_search.png) center 3px repeat-y; background-size: 15px auto;}
.headerSearch input[type="submit"]:hover, .headerSearch input[type="submit"]:focus{background-position: center 33px;}

.headerMenu{float: right; padding: 44px 20px 0px 0px;}
.headerMenu > ul{display: inline-block; z-index: 8;}
.headerMenu > ul > li{float: right; padding: 0px 10px; position: relative; z-index: 3;}
.headerMenu > ul > li a{display: inline-block; color: white; text-decoration: none; font: 300 30px 'spoiler', arial; padding: 0px 10px;}
.headerMenu > ul > li a:hover, .headerMenu > ul > li a:focus{color: #f15b22;}
.headerMenu > ul > li > ul{display: none; position: absolute; right: 0px; top: 100%; width: 100%; padding: 20px 10px 5px; background-color: #38393b;}
.headerMenu > ul > li > ul:after,
.headerMenu > ul > li > ul:before{content: ""; position: absolute; left: 50%; top: 5px; height: 0; width: 0; border: solid transparent; border-top: 0px; pointer-events: none;}
.headerMenu > ul > li > ul:after{border-color: rgba(56, 57, 59, 0); border-bottom-color: #38393b; border-width: 7px; margin-top: 3px; margin-left: -7px;}
.headerMenu > ul > li > ul:before{border-color: rgba(84, 85, 87, 0); border-bottom-color: #545557; border-width: 10px; margin-left: -10px;}
.headerMenu > ul > li > ul > li{border-top: 1px solid #404953; padding: 4px 0px 3px;}
.headerMenu > ul > li > ul > li:nth-child(1){border-top: 0px;}
.headerMenu > ul > li > ul > li a{font: 300 24px 'spoiler', arial; display: block; white-space: nowrap;}
.headerMenu > ul > li:hover > ul{display: block;}

a.headerMenu_toggleMobile{display: block; width: 80px; height: 86px; padding: 24px 15px 0px; text-decoration: none;}
a.headerMenu_toggleMobile[aria-hidden="true"]{display: none;}
a.headerMenu_toggleMobile span{display: block; height: 7px; margin-top: 6px; background-color: #ffffff;}

.comboHolder{display: inline-block; width: 80px; position: relative;}
.comboHolder select{background-color: #38393b; border: 0px; width: 100% !important; height: 20px; color: white; font: 400 17px 'spoiler', arial; right: 0px; z-index: 20;}
.comboHolder select option {font: 400 17px 'spoiler', arial;}
.comboHolder span.customSelect{display: block !important; width: 100%; height: 20px; background-color: transparent; color: white; font: 400 17px 'spoiler', arial;}
.comboHolder span.customSelectInner{display: block !important; width: auto !important; height: 20px; white-space: nowrap; overflow: hidden; line-height: 20px; padding: 0px 0px 0px 20px; position: relative;}
.comboHolder span.customSelectInner:after{content: ''; position: absolute; left: 8px; top: 50%; width: 0px; height: 0px; margin-top: -2px; border: 4px solid transparent; border-top-color: #ffffff;}
.comboHolder span.customSelectFocus{outline: 1px dashed #f15b22;}

@media screen and (max-width: 1024px) {
    .headerMenu{padding: 44px 12px 0px 0px;}
    .headerMenu > ul > li{padding: 0px 6px;}
    .headerMenu > ul > li a{font-size: 28px; padding: 0px 6px;}
    .headerMenu > ul > li > ul{padding: 20px 6px 5px;}

    .headerLeft{margin-right: -56px;}
    .headerLinks li.headerSocial{padding: 0px 0px 0px 20px;}
}

@media screen and (max-width: 870px) {
    .headerLogo{width: 100px; padding: 20px 0px 0px 0px;}
    .headerLinks li.headerSocial{padding: 0px 0px 0px 14px;}
    .headerLinks li b{width: 21px;}
    .headerMenu > ul > li > ul > li > a { font: 300 20px 'Calibri'; }
}

@media screen and (max-width: 800px) {
    .headerLeft{margin-right: 0px; padding: 12px 0px 0px 80px;}
    .headerMenu{float: none; padding: 0px 0px 0px 0px; position: absolute; left: 0px; top: 0px;}
    .headerMenu > ul{display: none; z-index: 8; position: absolute; left: 0px; top: 100%; padding: 0px 0px 0px; background-color: #38393b; width: 240px; box-shadow: 3px 3px 3px rgba(80,80,80,0.75);}
    .headerMenu > ul > li{float: none; padding: 0; border-top: 1px solid #666666;}
    .headerMenu > ul > li:nth-child(1){border-top: 0;}
    .headerMenu > ul > li.active{background-color: #bf1e2e;}
    .headerMenu > ul > li.active > a, .headerMenu > ul > li.active > a:hover, .headerMenu > ul > li.active > a:focus{font-weight: bold; color: white;}
    .headerMenu > ul > li a{display: block; padding: 4px 6px 3px;}
    .headerMenu > ul > li > ul {display: block; position: static; right: auto; top: auto; width: auto; padding: 0;}
    .headerMenu > ul > li > ul > li:nth-child(1),
    .headerMenu > ul > li > ul > li { border-top: 1px solid #666666; padding: 0; }
    .headerMenu > ul > li > ul > li a { padding: 4px 25px 3px 12px; }
    .headerMenu > ul > li > ul:after, .headerMenu > ul > li > ul:before{display: none;}
}

@media screen and (max-width: 768px) {
    .headerSearch input[type="text"]{width: 105px;}
    .headerLeft{padding-top: 10px;}
    .headerSearch{padding-top: 8px;}
}

@media screen and (max-width: 640px) {
    .headerLogo{padding: 10px 0px 0px 0px;}
}

@media screen and (max-width: 568px) {
    .headerLogo{padding: 15px 0px 0px 0px;}
}

@media screen and (max-width: 480px) {
    .centeredContent{padding: 0px 10px;}
    .header{min-height: 80px;}
    .headerLeft{padding: 12px 0px 0px 66px;}
    a.headerMenu_toggleMobile{width: 70px; height: 80px; padding: 24px 10px 0px;}
    a.headerMenu_toggleMobile span{display: block; height: 7px; margin-top: 6px; background-color: #ffffff;}
}

@media screen and (max-width: 432px) {
    .headerLogo{width: 86px; padding: 15px 0px 0px 0px;}
    .headerLinks li{display: none;}
    .headerLinks li.headerLang_combo{display: block;}
    .headerLinks li.headerSocial{display: block;}
    .headerMenu > ul { left: 0; width: 100vw; }
    .headerMenu > ul > li a { padding: 4px 10px 3px; }
    .headerMenu > ul > li > ul > li a { padding: 4px 30px 3px 10px; }
}

@media screen and (max-width: 360px) {
    .headerLeft {
        padding: 12px 0px 0px 56px;
    }

    a.headerMenu_toggleMobile {
        width: 64px;
        height: 80px;
        padding: 24px 10px 0px;
    }

    a.headerMenu_toggleMobile span {
        display: block;
        height: 7px;
        margin-top: 6px;
        background-color: #ffffff;
    }
}

@media screen and (max-width: 480px) {
    .centeredContent {
        padding: 0 10px;
    }
}

/* plazma */
.headerPlazma {
    padding: 0;
    position: relative;
}

.headerPlazma_image {
    padding: 0;
    overflow: hidden;
    direction: rtl;
    position: relative;
    z-index: -1;
    height: 567px;
}

.headerPlazma_image img.headerPlazma_imageDesktop {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    /*margin-left: -960px;*/
}

.headerPlazma_image img.headerPlazma_imageMiddle {
    display: none;
    width: 100%;
}

.headerPlazma_image img.headerPlazma_imageSmall {
    display: none;
    width: 100%;
}

.headerPlazma_text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.headerPlazma_text .centeredContent {
    height: 100%;
}

.headerPlazma_titleTable {
    display: table;
    table-layout: fixed;
    height: 100%;
}

.headerPlazma_titleTD {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    position: relative;
}

.compie_oy .headerPlazma_titleTD {
    max-width: 470px;
}

.headerPlazma_title h1 {
    padding: 0;
    font: 900 100px/80px 'spoiler', arial;
    color: white;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.75);
}

.headerPlazma_title span {
    padding: 0;
    font: 400 70px/54px 'spoiler', arial;
    color: white;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.75);
}

.headerPlazma_map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.headerPlazma_map .centeredContent {
    height: 100%;
}

.headerPlazma_map .headerPlazma_titleTable {
    float: left;
    width: 100%;
    max-width: 525px;
}

.homeMap {
    border: 6px solid rgba(255, 255, 255, 0.3);
    /*height: 485px;*/
    position: relative;
}

.homeMap_title {
    background-color: #bf1e2e;
    font: 400 25px/25px 'spoiler', arial;
    color: white;
    text-align: center;
    padding: 6px 12px 4px 12px;
}

.homeMap_body {
    background-color: rgba(255, 255, 255, 0.85);
    position: relative;
}

.homeMap_image {
    display: block;
    padding: 0;
    position: relative;
}

.homeMap_image img {
    display: block;
    width: auto;
    margin: 0 15px 0 0;
}

.homeMap_image area:hover, .homeMap_image area:focus {
    background-color: #f15b22;
    opacity: 0.25;
}

.homeMap_arrive_small {
    position: absolute;
    top: 0;
    left: 0;
    margin: 3.5% 22px;
    background: #fff;
    text-align: center;
    padding: 13px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
}

.homeMap_arrive_small.active {
    opacity: 1;
    visibility: visible;
}

.homeMap_arrive_small h3 {
    font-size: 18px;
    border-bottom: 4px #e7e7e7 solid;
    margin: 0 30px;
    padding: 0 17px;
}

.homeMap_arrive_small span {
    font-size: 18px;
    display: block;
    margin: 4px 0;
    padding: 0 17px;
}

.homeMap_arrive_small .showFullLuz {
    color: #bf1e2e;
    display: block;
    margin: 12px 0;
    padding: 0 17px;
}

.homeMap_arrive_small .showFullLuz:after {
    content: ' >';
}

.homeMap_arrive_small a.homeMap_arrive_small-k {
    background: #bf1e2e;
    padding: 3px 17px;
    color: #fff;
    display: block;
}

a.homeMap_reset {
    background: #fff;
    padding: 3px 17px;
    color: #bf1e2e;
    display: block;
}

.homeMap_arrive_small a.homeMap_arrive_small-k:hover {
    text-decoration: none;
}

.homeMap_arrive_small p.homeMap_arrive_small-time {
    border-top: 3px #e7e7e7 solid;
    padding: 3px 0;
    margin: 0 17px;
    color: #000;
    display: none;
}

.homeMap_arrive_small-time span {
    display: inline;
    padding: 0;
}

.homeMap_arrive_small a.homeMap_arrive_small-k:after {
    content: ' >';
}

.homeMap_arrive_small ul {
    width: 100%;
    font-size: 0;
    padding: 0 17px;
}

.homeMap_arrive_small ul li {
    width: 33.3333%;
    display: inline-block;
    font-size: 18px;
    padding: 0 2px;
}

.homeMap_arrive_small ul li a {
    display: block;
    background: #e7e7e7;
    width: 100%;
    color: #000;
    text-decoration: none;
}

.homeMap_arrive {
    margin: 10px 22px;
    height: calc(100% - 45px);
    width: calc(100% - 44px);
    padding: 18px 25px;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: .3s all ease;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
}

.homeMap_arrive.active {
    opacity: 1;
    visibility: visible;
}

.homeMap_arrive_next,
.homeMap_arrive_prev {
    color: #fff;
    margin: 0 10px;
}

.homeMap_arrive_next {
    float: left;
}

.homeMap_arrive_next:after {
    content: ' >';
}

.homeMap_arrive_prev {
    float: right;
}

.homeMap_arrive_prev:before {
    content: '< ';
}

.homeMap_arrive > h3 {
    font-size: 18px;
    display: inline-block;
}

.homeMap_arrive_back {
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #bf1e2e;
    font-weight: bold;
}

.homeMap_arrive_back:hover {
    text-decoration: none;
    color: #000000;
}

.homeMap_arrive_back:after {
    content: ' >';
}

.homeMap_arrive > h2 {
    height: 34px;
    display: block;
    width: 100%;
    background: #e7e7e7;
    line-height: 36px;
    text-align: center;
    color: #000;
    font-size: 18px;
}

.homeMap_arrive > h2 .comboHolder{width: auto !important; vertical-align: middle;}
.homeMap_arrive > h2 .comboHolder select{background-color: #e7e7e7; color: #000; font: normal 14px arial; height: 34px;}
.homeMap_arrive > h2 .comboHolder span.customSelect{height: 34px; font-weight: bold; font-size: 18px; line-height: 34px; color: #000;}
.homeMap_arrive > h2 .comboHolder span.customSelectInner{height: 34px; line-height: 34px;}
.homeMap_arrive > h2 .comboHolder span.customSelectInner:after{border-top-color: #bf1e2e; border-width: 7px; left: 0px; margin-top: -4px;}

.homeMap_arrows {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #bf1e2e;
    color: #fff;
    height: 34px;
    line-height: 36px;
    width: 100%;
}

.homeMap_arrive > span span {
    color: #8d8d8d;
}

.homeMap_arrive_search {
    margin: 14px 0;
    width: 100%;
    position: relative;
    z-index: 1;
}

.homeMap_arrive_search ul {
    opacity: 0;
    visibility: hidden;
    transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px #dedede solid;
    border-top: 0;
}

.homeMap_arrive_search ul li {
    height: 22px;
    line-height: 24px;
    border-bottom: 1px #dedede solid;
}

.homeMap_arrive_search ul li:last-child {
    border-bottom: none;
}

.homeMap_arrive_search ul li a {
    display: block;
    width: 100%;
    color: #222;
}

.homeMap_arrive_search ul.active {
    opacity: 1;
    visibility: visible;
}

.homeMap_arrive_search input[type=text] {
    width: 100%;
    border: 1px #dedede solid;
    height: 22px;
    padding: 0 5px 0 26px;
    font-size: 16px;
}

.homeMap_arrive_search button {
    width: 15px;
    height: 15px;
    background: url('../images/homeMap_arrive_search.png') no-repeat;
    border: 0;
    position: absolute;
    top: 4px;
    left: 6px;
}

.homeMap_arrive_station {
    width: 100%;
    overflow: hidden;
    padding-bottom: 14px;
    border-bottom: 4px #e7e7e7 solid;
}

.homeMap_arrive_station.second {
    border-bottom: none;
}

.homeMap_arrive_station > span {
    text-align: center;
    display: block;
    width: 100%;
    color: #000;
    padding: 11px 0 7px;
    font-size: 18px;
}

.homeMap_arrive_station_container {
    width: 99999px;
    font-size: 0;
    position: relative;
}

.homeMap_arrive_station_container.slide ul {
    transform: translateX(100%);
}

.homeMap_station {
    width: 100%;
    display: none;
}

.homeMap_station.active {
    display: block;
}

.homeMap_station ul {
    width: 420px;
    font-size: 0;
    vertical-align: top;
    display: inline-block;
    transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
}

.homeMap_station ul li {
    width: 12.5%;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
    height: 24px;
    padding: 2px 2px;
    line-height: 23px;
}

.homeMap_station ul li a {
    width: 100%;
    height: 100%;
    background: #e7e7e7;
    color: #000;
    display: block;
}

.mobileMap {
    display: none;
    font-size: 0;
    position: relative;
}

.mobileMap .centeredContent {
    position: relative;
    /*height: 420px;*/
}

.mobileMap h3 {
    font-size: 30px;
    margin: 20px 0;
    border-bottom: 1px #000 solid;
    display: inline-block;
    padding-left: 20px;
}

.mobileMap_select {
    width: 100%;
    height: 147px;
    background-color: #f0f0f0;
}

.mobileMap_select_con {
    margin: 55px auto 0;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 50%;
}

.mobileMap_select select {
    width: 70%;
    height: 40px;
    background: #fff;
    margin-right: 10px;
}

.mobileMap_select label {
    display: inline-block;
    width: 71px;
}

.mobileMap_small {

}

.mobileMap_small > span {
    font-size: 20px;
    display: block;
}

.mobileMap_small ul {
    font-size: 0;
    background: url('../images/u30.png') right center no-repeat;
    padding-right: 20px;
    margin-bottom: 20px;
    display: none;
}

.mobileMap_small ul.active {
    display: block;
}

.mobileMap_small ul li {
    font-size: 20px;
    display: inline-block;
    padding-left: 5px;
}

.mobileMap_small ul li a {
    color: #000;
}

.mobileMap_small ul li:after {
    content: ' | ';
}

.mobileMap_small ul li:last-child::after {
    content: none;
}

.showFullLuz_mobile {
    text-align: center;
    background: #bf1e2e;
    color: #fff;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    display: none;
}

.showFullLuz_mobile.active {
    display: block;
}

.showFullLuz_mobile:after {
    content: ' >';
}

.showFullLuz_mobile:hover {
    text-decoration: none;
    background: #000;
}

.mobileMap_full {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 20px;
    text-align: center;
}

.mobileMap_full.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.mobileMap_full h2 {
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    position: relative;
    border-bottom: 2px #000 solid;
}

.mobileMap_full input {
    background: none;
    border: none;
    width: 130px;
    height: 21px;
    padding: 0;
    text-align: right;
    border-radius: 0 !important;
    line-height: 0.5em;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}


.mobileMap_full h2 .comboHolder{width: auto !important; vertical-align: middle;}
.mobileMap_full h2 .comboHolder select{background-color: #ffffff; color: #000; font: normal 14px arial !important; height: 33px;}
.mobileMap_full h2 .comboHolder span.customSelect{height: 33px; font-weight: bold; font-size: 30px; line-height: 33px; color: #000;}
.mobileMap_full h2 .comboHolder span.customSelectInner{height: 33px; line-height: 33px;}
.mobileMap_full h2 .comboHolder span.customSelectInner:after{border-top-color: #000000;}

.homeMap_arrive_station_mobile {
    width: 100%;
    overflow: hidden;
    padding-bottom: 14px;
}

.homeMap_arrive_station_container_mobile {
    width: 100%;
    font-size: 0;
    position: relative;
    transition: .5s all ease;
    -moz-transition: .5s all ease;
    -webkit-transition: .5s all ease;
}
/*
.homeMap_arrive_station_container_mobile.slide {
    transform: translateX(33.33333%);
}

.homeMap_arrive_station_container_mobile.slide2 {
    transform: translateX(66.66666%);
}*/

.homeMap_station_mobile {
    width: 9999px;
    display: none;
    font-size: 0;
    text-align: right;
}

.homeMap_station_mobile.active {
    display: block;
}

.homeMap_station_mobile ul {
    font-size: 0;
    vertical-align: top;
    display: inline-block;
    transition: .5s ease all;
    -moz-transition: .5s ease all;
    -webkit-transition: .5s ease all;
    padding: 0 35px 0 60px;
}

.homeMap_arrive_station_mobile {
    text-align: center;
}

.homeMap_arrive_station_mobile label {
    display: block;
    font-weight: bold;
}

.homeMap_station_mobile ul li {
    width: 25%;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
    height: 24px;
    padding: 2px 2px;
    line-height: 23px;
}

.homeMap_station_mobile ul li span {
    width: 100%;
    height: 100%;
    background: #e7e7e7;
    color: #000;
    display: block;
    font-weight: 400;
}

.homeMap_mobile_arrive_prev,
.homeMap_mobile_arrive_next {
    background-image: url('../images/homeMap_arrows.png');
    background-repeat: no-repeat;
    height: 65px;
    width: 32px;
    position: absolute;
    top: 0;
    margin: auto 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

.homeMap_mobile_arrive_prev {
    right: 0;
    background-position: bottom center;
}

.homeMap_mobile_arrive_next {
    left: 0;
    background-position: top center
}

.mobileMap_time {
    display: none !important;
}

.mobileMap_time.active {
    display: block !important;
}

.returnLuz_mobile {
    text-align: center;
    background: #bf1e2e;
    color: #fff;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    display: none;
}

.returnLuz_mobile i {
    background: url('../images/homeMap_back_arrow.png') no-repeat;
    width: 19px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.returnLuz_mobile.active {
    display: block;
}

.returnLuz_mobile:hover {
    text-decoration: none;
    background: #000;
}

.first_map {
    margin: 0 auto;
    width: auto;
    padding: 10px 0;
}

.map_link {
    position: absolute;
    display: block;
    top: 0;
    z-index: 1;
    color: #000;
}

.map_link span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url('../images/map_button.png') no-repeat;
    z-index: 1;
}

.map_link label {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 8px 4px 8px;
}

.map_link.selected label {
    background: #f15b22;
    color: #fff;
}

.homeMap_image_1 {
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
}

.homeMap_image_1.active {
    opacity: 1;
    visibility: visible;
}

.homeMap_image_2 {
    height: 438px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s all ease;
    -moz-transition: .3s all ease;
    -webkit-transition: .3s all ease;
}

.homeMap_image_2.active {
    opacity: 1;
    visibility: visible;
}

.homeMap_image_2 ul {
    height: 100%;
    position: relative;
    padding: 21px 76px 0;
}

.homeMap_image_2 ul:before {
    background: url('../images/map_2.png');
    content: '';
    display: block;
    width: 33px;
    height: 408px;
    right: 81px;
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto 0;
}

.homeMap_image_2 ul li {
    font-size: 28px;
    color: #c3c4c3;
    height: 74px;
    line-height: 74px;
    padding-right: 32px;
}

.homeMap_image_2 ul li.selected {
    color: #000;
    background: url('../images/map_2_selected.png') no-repeat right;
}

/*******
		Stations
	********/
.map_link.station_1 {
    top: 10px;
    right: 54px;
}

.map_link.station_2 {
    top: 38px;
    right: 54px;
}

.map_link.station_3 {
    top: 69px;
    right: 54px;
}

.map_link.station_4 {
    top: 103px;
    right: 26px;
}
.map_link.station_4 span { display: block; margin: auto; }
.map_link.station_4 label { display: block; text-align: center; margin-top: 4px; }

.map_link.station_5 {
    top: 91px;
    right: 66px;
    padding-bottom: 9px;
}

.map_link.station_5 span { position: absolute; bottom: 0; left: 0; right: 0; margin: auto; }
.map_link.station_5 label {}

.map_link.station_6 {
    top: 141px;
    right: 117px;
}

.map_link.station_7 {
    top: 181px;
    right: 117px;
}

.map_link.station_8 {
    top: 211px;
    right: 117px;
}

.map_link.station_9 {
    top: 240px;
    right: 117px;
}

.map_link.station_10 {
    top: 290px;
    right: 117px;
}

.map_link.station_11 {
    top: 332px;
    right: 118px;
}

.map_link.station_12 {
    top: 366px;
    right: 148px;
}

.map_link.station_12 label {
    padding: 4px 2px 4px 8px;
}

.map_link.station_13 {
    top: 400px;
    right: 182px;
}

.map_link.station_14 {
    top: 381px;
    right: 201px;
}

.map_link.station_15 {
    top: 358px;
    right: 219px;
}

.map_link.station_16 {
    top: 335px;
    right: 238px;
}

.map_link.station_17 {
    top: 312px;
    right: 253px;
}
.map_link.station_17 label {
    padding-top: 8px;
    padding-right: 4px;
}
.map_link.station_18 {
    top: 284px;
    right: 254px;
    padding-bottom: 9px;
}

.map_link.station_18 span { position: absolute; bottom: 0; left: 0; right: 0; margin: auto; }
.map_link.station_18 label {}

.map_link.station_19 {
    top: 318px;
    right: 336px;
}

.map_link.station_20 {
    top: 339px;
    right: 348px;
}

.map_link.station_21 {
    top: 364px;
    right: 362px;
}

.map_link.station_22 {
    top: 389px;
    right: 376px;
}

.map_link.station_23 {
    top: 411px;
    right: 333px;
    padding-left: 10px;
}

.map_link.station_23 span { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; }

@media screen and (max-width: 1110px) {
    .homeMap_arrive_station > span {
        font-size: 16px;
    }
}

@media screen and (max-width: 1075px) {
    .homeMap_arrive_station > span {
        padding: 8px 0 7px;
    }
}

@media screen and (max-width: 1045px) {
    .homeMap_arrive_search {
        margin: 10px 0;
    }
}

@media screen and (max-width: 1024px) {
    .mobileMap {
        display: block;
    }
}

@media screen and (max-width: 715px) {
    .mobileMap_select_con {
        width: 70%;
        margin: 20px auto 0;
    }

    .mobileMap .centeredContent {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .mobileMap_select_con {
        width: 100%;
    }
}

@media screen and (max-width: 470px) {
    .mobileMap_full h2 {
        font-size: 26px;
    }

    .mobileMap_full input {
        height: 20px;
    }

    .mobileMap h3 {
        font-size: 26px;
        padding-left: 0;
    }
    .showFullLuz_mobile {
        height: auto;
    }
}

@media screen and (max-width: 375px) {
    .homeMap_mobile_arrive_prev,
    .homeMap_mobile_arrive_next {
        top: 0;
        bottom: auto;
    }

    .mobileMap_full h2 {
        font-size: 23px;
    }

    .mobileMap_full h2 input {
        width: 100px;
    }
}

.map_info {
    position: absolute;
    bottom: 57px;
    right: 290px;
    width: 17px;
    height: 18px;
    background: url('../images/map_info.png') no-repeat;
}

.mapTooltip {
    position: absolute;
    left: 152px;
    top: 248px;
    z-index: 2;
    display: none;
    width: 124px;
    padding: 12px 25px 12px;
    background-color: #38393b;
    border-radius: 5px;
    color: white;
    font: 300 16px/16px 'spoiler', arial;
}

.mapTooltip a.close_btn {
    background: url('../images/cancel.png') center no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.mapTooltip:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border: 1px solid transparent;
    border-width: 7px 5px;
    margin-left: -5px;
    border-top-color: #38393b;
}

.unknown_page {

}
.unknown_page img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

@media screen and (max-width: 1280px) {
    .headerPlazma_image img.headerPlazma_imageDesktop {
        display: none;
    }

    .headerPlazma_image img.headerPlazma_imageMiddle {
        display: block;
        height: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .headerPlazma_image {
        height: auto;
    }

    .headerPlazma_title h1 {
        font: 900 86px/58px 'spoiler', arial;
    }

    .headerPlazma_title span {
        font: 400 60px/48px 'spoiler', arial;
    }

    .headerPlazma_map {
        display: none;
    }

    .headerPlazma_image img.headerPlazma_imageMiddle {
        display: none;
    }

    .headerPlazma_image img.headerPlazma_imageSmall {
        display: block;
    }

    /*	.mapTooltip{font: 300 15px/15px 'spoiler', arial; padding: 8px 18px;} */
}

@media screen and (max-width: 768px) {
    .headerPlazma_title h1 {
        font: 900 72px/50px 'spoiler', arial;
    }

    .headerPlazma_title span {
        font: 400 50px/48px 'spoiler', arial;
    }

    .homeMap_title {
        font: 400 20px/22px 'spoiler', arial;
    }

    /*	.mapTooltip{font: 300 13px/13px arial; width: 100px; padding: 6px 10px; margin-left: -44px;} */
}

@media screen and (max-width: 640px) {
    .headerPlazma_title h1 {
        font: 900 64px/45px 'spoiler', arial;
    }

    .headerPlazma_title span {
        font: 400 45px/40px 'spoiler', arial;
    }
}

@media screen and (max-width: 568px) {
    .headerPlazma_title h1 {
        font: 900 56px/40px 'spoiler', arial;
    }

    .headerPlazma_title span {
        font: 400 40px/36px 'spoiler', arial;
    }
}

@media screen and (max-width: 480px) {
    .headerPlazma_titleTable {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .mobileMap .main_title,
    .comboHolder span.customSelect { display: block !important; }
    .headerPlazma_image {
        height: 113px;
    }

    .headerPlazma_image img.headerPlazma_imageSmall {
        display: block;
        width: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        min-width: 100%;
        margin-left: 0;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .headerPlazma_title h1 {
        font: 900 45px/32px 'spoiler', arial;
        text-shadow: 0 0 24px rgba(0, 0, 0, 1);
    }
    .contentSection h3 {
        font-size: 25px;
    }
    .headerPlazma_title span {
        font: 400 32px/30px 'spoiler', arial;
        text-shadow: 0 0 24px rgba(0, 0, 0, 1);
    }
}

/* twin banners */
.newsBanner {
    border-top: 2px solid white;
    background: #bf1e2e url(../images/twin_banners.png) center top repeat-y;
}

.newsBanner ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.newsBanner li {
    display: table-cell;
    width: 50%;
    border-right: 1px solid white;
    padding: 23px 34px 24px 0;
    vertical-align: top;
}

.newsBanner li:first-child {
    border-left: 1px solid white;
    border-right: 0;
    padding: 23px 0 24px 0;
}

.newsBanner_item {
    padding: 0 48px 0 24px;
    background: url(../images/news_icon.png) right 7px no-repeat;
    background-size: 35px auto;
    color: white;
}

.newsBanner_item h3 {
    display: block;
    padding: 0 0 0 0;
    font: 700 30px/26px 'spoiler', arial;
}

.newsBanner_item span {
    display: block;
    padding: 13px 0 0 0;
    font: 700 22px/24px 'spoiler', arial;
}

@media screen and (max-width: 870px) {
    .newsBanner li {
        padding: 12px 15px 13px 0;
    }

    .newsBanner li:first-child {
        padding: 12px 0 13px 0;
    }

    .newsBanner_item h3 {
        padding: 0 0 0 0;
        font: 700 24px/21px 'spoiler', arial;
    }

    .newsBanner_item span {
        padding: 10px 0 0 0;
        font: 400 22px/22px 'spoiler', arial;
    }
}

@media screen and (max-width: 768px) {
    .newsBanner_item {
        padding: 0 48px 0 24px;
        background-position: right 5px;
    }

    .newsBanner_item h3 {
        padding: 0 0 0 0;
        font: 700 20px/21px 'spoiler', arial;
    }

    .newsBanner_item span {
        padding: 8px 0 0 0;
        font: 400 19px/19px 'spoiler', arial;
    }
}

@media screen and (max-width: 670px) {
    .newsBanner {
        background: none;
        border-top: 0 solid white;
    }

    .newsBanner ul {
        display: block;
        table-layout: auto;
        width: auto;
        margin: 0 -15px;
    }

    .newsBanner li {
        display: block;
        width: auto;
        border-right: 0;
        border-left: 0;
        border-top: 2px solid white;
        padding: 12px 15px 13px 15px;
        background-color: #f15b22;
        width: 100%;
    }

    .newsBanner li:first-child {
        border-left: 0 solid white;
        background-color: #bf1e2e;
        padding: 12px 15px 13px 15px;
    }

    .contentSection h1 {
        font: 700 40px/45px 'spoiler', arial;
    }
}

@media screen and (max-width: 480px) {
    .newsBanner ul {
        margin: 0 -10px;
    }
}

/* contact float */
.contactFloat {
    position: absolute;
    left: 10px;
    margin-top: -44px;
    z-index: 7;
}

.contactFloat a {
    display: block;
    background-color: #bf1e2e;
    border-radius: 14px 14px 0 14px;
    width: 156px;
    height: 122px;
    padding: 20px 24px 0 24px;
    color: white;
    text-decoration: none;
}

.contactFloat a strong {
    display: block;
    font: 700 24px/24px 'spoiler', arial;
    padding: 0 0 0 0;
}

.contactFloat a span {
    display: block;
    font: 700 19px/24px 'spoiler', arial;
    padding: 7px 0 0 0;
}

.contactFloat a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-color: #bf1e2e #bf1e2e transparent transparent;
}

.contactFloat a:hover, .contactFloat a:focus {
    background-color: #38393b;
}

.contactFloat a:hover:after, .contactFloat a:focus:after {
    border-color: #38393b #38393b transparent transparent;
}

.contactFloat.fixed {
    position: fixed;
    margin-top: 0;
    top: 24px;
}

@media screen and (max-width: 1280px) {
    .contactFloat {
        margin-top: 10px;
    }
}

@media screen and (max-width: 670px) {
    .contactFloat a {
        border-radius: 10px 10px 0 10px;
        width: 130px;
        height: auto;
        padding: 12px;
    }

    .contactFloat a strong {
        font: 700 22px/22px 'spoiler', arial;
    }

    .contactFloat a span {
        font: 700 17px/21px 'spoiler', arial;
        padding: 7px 0 0 0;
    }

    .contactFloat a:after {
        border-width: 10px
    }
}

@media screen and (max-width: 480px) {
    .contactFloat {
        left: 0;
        width: 100%;
        bottom: 0;
        position: fixed;
        z-index: 999;
    }
    .contactFloat a {
        border-radius: 0;
        padding: 5px;
        width: 100%;
    }
    .contactFloat a:after {
        display: none;
    }
    .contentSection table tr td:last-of-type {
        text-align: right;
    }
}

/* support */
.pageFrame {
    padding: 30px 0 130px 0;
}

.homeSection {
    padding: 77px 0 0 0;
    clear: both;
}

.homeSection h2 {
    color: #38393b;
    font: 700 60px/60px 'spoiler', arial;
    text-align: center;
}

.homeSection hr {
    margin: 14px auto 0;
    border: 0;
    height: 5px;
    background-color: #f0f0f0;
    max-width: 335px;
    position: relative;
}

.supportFrame hr:after {
    content: '';
    width: 80px;
    height: 44px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -18px;
    background: url(../images/support_title_icon.png) left top no-repeat;
    background-size: 100% auto;
}

.homeSection_header {
    height: 44px;
    position: relative;
    text-align: center;
    margin: 0 0 0 0;
}

.homeSection_header > img {
    max-width: 80px;
    max-height: 44px;
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 0 4px;
}
.homeSection_header:before {
    content: '';
    border: 0;
    background-color: #f0f0f0;
    max-width: 335px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 5px;
    margin: auto;
}

.underTitle_link {
    padding: 15px 0 0 0;
    text-align: center;
}

.underTitle_link a {
    color: #38393b;
    font: 400 24px 'spoiler', arial;
}

.customer_service_container {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px;
}

ul.greySquares {
    padding: 12px 0 0 0;
    display: table-row;
}

ul.greySquares li {
    padding: 0;
    height: 100%;
    width: 33.33%;
    display: table-cell;
    background-color: #f0f0f0;
}

ul.greySquares li a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 32px 6% 37px;
    color: #38393b;
    height: 100%;
}

ul.greySquares li a h3 {
    display: block;
    font: 700 60px/42px 'spoiler', arial;
    padding: 0 0 0 0;
}

ul.greySquares li a b {
    display: block;
    max-width: 270px;
    font: 300 24px/24px 'spoiler', arial;
    padding: 15px 0 17px 0;
    margin: 0 auto;
}

ul.greySquares li a span {
    display: inline-block;
    padding: 0 10px;
    margin: 0 auto 0;
    background-color: #38393b;
    font: 400 24px/30px 'spoiler', arial;
    color: white;
    height: 30px;
}

ul.greySquares li.greySquares_red a h3 {
    color: #bf1e2e;
}

ul.greySquares li.greySquares_orange a h3 {
    color: #e22f00;
}

ul.greySquares li.greySquares_red a span {
    background-color: #bf1e2e;
}

ul.greySquares li.greySquares_orange a span {
    background-color: #e22f00;
}

ul.greySquares li a:hover h3, ul.greySquares li a:focus h3 {
    color: #38393b;
}

ul.greySquares li a:hover span, ul.greySquares li a:focus span {
    background-color: #38393b;
}

@media screen and (max-width: 1024px) {
    .homeSection h2 {
        font: 700 50px/50px 'spoiler', arial;
    }

    .underTitle_link a {
        font: 400 21px 'spoiler', arial;
    }

    ul.greySquares li {
        padding-right: 2%;
    }

    ul.greySquares li a {
        padding: 24px 4% 21px;
    }

    ul.greySquares li a b {
        padding: 7px 0 12px 0;
        font: 300 22px/22px 'spoiler', arial;
    }

    ul.greySquares li a h3 {
        font: 700 50px/36px 'spoiler', arial;
    }
}

@media screen and (max-width: 870px) {
    .pageFrame {
        padding: 0 0 80px 0;
    }

    .underTitle_link a {
        font: 400 21px 'spoiler', arial;
    }

    ul.greySquares li a b {
        font: 300 19px/18px 'spoiler', arial;
    }
}

@media screen and (max-width: 768px) {
    .homeSection h2 {
        font: 700 42px/48px 'spoiler', arial;
    }

    .homeSection hr {
        margin: 18px auto 0;
    }

    .customer_service_container {
        border-collapse: collapse;
        border-spacing: 0;
    }

    ul.greySquares li {
        padding-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 15px;
        display: block;
    }

    ul.greySquares li a {
        padding: 18px 4% 16px;
    }

    ul.greySquares li a h3 br {
        display: none;
    }

    ul.greySquares li a h3 {
        font: 700 50px/36px 'spoiler', arial;
    }

    ul.greySquares li a b {
        max-width: none;
        font: 400 22px/22px 'spoiler', arial;
        padding: 7px 0 12px 0;
    }
}

@media screen and (max-width: 670px) {
    .pageFrame {
        padding: 0 0 40px 0;
    }
}

@media screen and (max-width: 568px) {
    .homeSection h2 {
        font: 700 36px/40px 'spoiler', arial;
    }
}

@media screen and (max-width: 480px) {
    .homeSection {
        padding: 28px 0 0 0;
    }

    .homeSection h2 {
        font: 700 32px/30px 'spoiler', arial;
        padding-bottom: 8px;
    }

    ul.greySquares li a {
        padding: 12px 4% 16px;
    }

    ul.greySquares li a h3 {
        font: 700 40px/36px 'spoiler', arial;
    }

    ul.greySquares li a b {
        max-width: 250px;
    }
}

@media screen and (max-width: 480px) {
    .homeSection h2 {
        font: 700 32px/26px 'spoiler', arial;
        max-width: 200px;
        margin: 0 auto;
    }
}

/* passenger info */
.passengerInfo hr:after {
    content: '';
    width: 40px;
    height: 37px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -18px;
    background: url(../images/info_title_icon.png) left top no-repeat;
    background-size: 100% auto;
}

.passengerInfo ul {
    padding: 12px 0 0 0;
}

.passengerInfo li {
    float: right;
    width: 20%;
}

.passengerInfo li.passengerInfo_black a {
    background-color: #38393b;
}

.passengerInfo li.passengerInfo_orange a {
    background-color: #f15b22;
}

.passengerInfo li.passengerInfo_red a {
    background-color: #bf1e2e;
}

.passengerInfo li a {
    display: block;
    height: 152px;
    text-decoration: none;
    background-position: center 24px;
    background-repeat: no-repeat;
    background-size: auto 70px;
    text-align: center;
    color: white;
    font: 400 24px/24px 'spoiler', arial;
    padding: 108px 0 0 0;
}

.passengerInfo li a:focus {
    outline: 2px dashed #f15b22;
}

.passengerInfo li a.passengerInfo_parking {
    background-image: url(../images/info_parking_icon.png);
}

.passengerInfo li a.passengerInfo_tickets {
    background-image: url(../images/info_tickets_icon.png);
}

.passengerInfo li a.passengerInfo_train {
    background-image: url(../images/info_train_icon.png);
}

.passengerInfo li a.passengerInfo_tourism {
    background-image: url(../images/info_location_icon.png);
}

.passengerInfo li a.passengerInfo_security {
    background-image: url(../images/info_security_icon.png);
}

@media screen and (max-width: 870px) {
    .passengerInfo li a {
        height: 136px;
        background-size: auto 56px;
        font: 400 22px/22px 'spoiler', arial;
        padding: 96px 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    .passengerInfo li a {
        font: 400 17px/20px 'spoiler', arial;
    }
}

@media screen and (max-width: 670px) {
    .passengerInfo ul {
        margin: 0 -10px 0 0;
    }

    .passengerInfo li {
        width: 50%;
        padding: 0 10px 10px 0;
    }

    .passengerInfo li a {
        font: 400 22px/22px 'spoiler', arial;
        background-position: center 16px;
        height: 120px;
        padding: 84px 0 0 0;
    }

    .passengerInfo ul li:last-child {
        width: 100%;
    }
}

/* pic gallery */
.picGallery hr:after {
    content: '';
    width: 60px;
    height: 46px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -18px;
    background: url(../images/train_title_icon.png) left top no-repeat;
    background-size: 100% auto;
}

.picGallery_frame {
    margin: 0 -17px;
    padding-top: 12px;
}

.picGallery_frame .slides li a {
    display: block;
    margin: 0 17px;
    text-decoration: none;
    font: 300 24px/24px 'spoiler', arial;
    color: #38393b;
}

.picGallery_frame .slides li a h3 {
    display: block;
    padding: 12px 0 5px 0;
    font: 700 48px/40px 'spoiler', arial;
}

.picGallery_frame .slides li.picGallery_red a h3 {
    color: #bf1e2e;
}

.picGallery_frame .slides li.picGallery_orange a h3 {
    color: #f15b22;
}

.picGallery_frame .slides li a:hover h3, .picGallery_frame .slides li a:focus h3 {
    color: #38393b;
}

@media screen and (max-width: 1400px) {
    .picGallery_frame .flex-direction-nav a {
        display: block;
        margin: -60px 0 0;
        top: 0;
    }

    .picGallery_frame .flex-direction-nav .flex-prev,
    .picGallery_frame .flexslider:hover .flex-direction-nav .flex-prev {
        right: 10px;
    }

    .picGallery_frame .flex-direction-nav .flex-next,
    .picGallery_frame .flexslider:hover .flex-direction-nav .flex-next {
        left: 10px;
    }

    .picGallery_frame {
        margin: 0;
    }
}

@media screen and (max-width: 1280px) {
    .picGallery_frame .slides li a h3 {
        font: 700 40px/32px 'spoiler', arial;
    }

    .picGallery_frame {
        margin: 0 -12px;
    }

    .picGallery_frame .slides li a {
        margin: 0 12px;
    }
}

@media screen and (max-width: 1024px) {
    .picGallery_frame {
        margin: 0 -6px;
    }

    .picGallery_frame .slides li a {
        margin: 0 6px;
    }

    .picGallery_frame .slides li a h3 {
        font: 700 36px/30px 'spoiler', arial;
    }

    .picGallery_frame .slides li a {
        font: 300 21px/21px 'spoiler', arial;
    }
}

@media screen and (max-width: 870px) {
    .picGallery_frame .slides li a h3 {
        font: 700 31px/26px 'spoiler', arial;
    }

    .picGallery_frame .slides li a {
        font: 300 19px/20px 'spoiler', arial;
    }
}

@media screen and (max-width: 480px) {
    .picGallery_frame .slides li a h3 {
        font: 700 28px/26px 'spoiler', arial;
    }

}

/* responsive youtube */
.videoHolder {
    height: 0;
    padding-top: 25px;
    padding-bottom: 67.5%;
    position: relative;
    overflow: hidden;
}

.videoHolder.widescreen {
    padding-bottom: 56.34%;
}

.videoHolder embed, .videoHolder iframe, .videoHolder object, .videoHolder video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.clipGallery hr:after {
    content: '';
    width: 60px;
    height: 43px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -18px;
    background: url(../images/clips_title_icon.png) left top no-repeat;
    background-size: 100% auto;
}

.clipGallery ul {
    padding: 12px 0 0 0;
    margin: 0 -2.64% 0 0;
}

.clipGallery ul li {
    padding-right: 2.64%;
    width: 50%;
    float: right;
}

.clipGallery ul li .clipGallery_caption {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #38393b;
    font: 400 24px/24px 'spoiler', arial;
    color: #f15b22;
}

.clipGallery ul li .clipGallery_caption div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 8px 10px;
}

@media screen and (max-width: 670px) {
    .clipGallery ul {
        margin: 0 0 0 0;
    }

    .clipGallery ul li {
        padding-right: 0;
        width: auto;
        float: none;
        margin-bottom: 15px;
    }
}

/* bottom banner */
.bottomBanner {
    padding: 0;
    position: relative;
    z-index: 1;
}

.bottomBanner_image {
    padding: 0;
    overflow: hidden;
    direction: rtl;
    position: relative;
    z-index: -1;
    height: 206px;
}

.bottomBanner_image img.bottomBanner_1920 {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.bottomBanner_image img.bottomBanner_1280 {
    display: none;
    width: 100%;
}

.bottomBanner_image img.bottomBanner_670 {
    display: none;
    width: 100%;
}

.bottomBanner_text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.bottomBanner_text .centeredContent {
    height: 100%;
}

.bottomBanner_titleTable {
    display: table;
    table-layout: fixed;
    height: 100%;
}

.bottomBanner_titleTD {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.bottomBanner_titleTD strong {
    display: block;
    padding: 0;
    font: 700 60px/48px 'spoiler', arial;
    color: white;
    letter-spacing: -0.5px;
}

.bottomBanner_titleTD span {
    display: block;
    padding: 0;
    font: 700 60px/48px 'spoiler', arial;
    color: white;
    letter-spacing: -0.5px;
}

@media screen and (max-width: 1280px) {
    .bottomBanner_image {
        height: auto;
    }

    .bottomBanner_image img.bottomBanner_1920 {
        display: none;
    }

    .bottomBanner_image img.bottomBanner_1280 {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .bottomBanner_titleTable {
        width: 70%;
    }

    .bottomBanner_titleTD strong, .bottomBanner_titleTD span {
        font: 700 50px/40px 'spoiler', arial;
    }
}

@media screen and (max-width: 870px) {
    .bottomBanner_titleTD strong, .bottomBanner_titleTD span {
        font: 700 42px/40px 'spoiler', arial;
    }
}

@media screen and (max-width: 768px) {
    .bottomBanner_titleTD strong, .bottomBanner_titleTD span {
        font: 700 36px/32px 'spoiler', arial;
    }
}

@media screen and (max-width: 670px) {
    .bottomBanner_image img.bottomBanner_1280 {
        display: none;
    }

    .bottomBanner_image img.bottomBanner_670 {
        display: block;
    }

    .bottomBanner_titleTable {
        width: 74%;
    }

    .bottomBanner_titleTD strong, .bottomBanner_titleTD span {
        font: 700 50px/40px 'spoiler', arial;
    }
}

@media screen and (max-width: 568px) {
    .bottomBanner_titleTD strong, .bottomBanner_titleTD span {
        font: 700 42px/40px 'spoiler', arial;
    }
}

@media screen and (max-width: 480px) {
    .bottomBanner_titleTD strong, .bottomBanner_titleTD span {
        font: 700 36px/32px 'spoiler', arial;
    }
}

@media screen and (max-width: 375px) {
    .bottomBanner_image {
        direction: ltr;
    }

    .bottomBanner_image img.bottomBanner_670 {
        display: block;
        width: 375px;
    }

    .bottomBanner_titleTD strong, .bottomBanner_titleTD span {
        font: 700 31px/28px 'spoiler', arial;
    }
}

/* footer */
.footer {
    background: url(../images/footer_bg.jpg) center bottom no-repeat;
    border-top: 1px solid white;
    padding: 59px 0 0 0;
    height: 400px;
}

.footerSeo {
    overflow: hidden;
    float: right;
    padding: 0 0 0 25px;
}

.footerSeo_section {
    float: right;
    padding: 0 0 0 55px;
    font: 400 21px/20px 'spoiler', arial;
    color: #38393b;
}

.footerSeo_section h3 {
    display: block;
    padding: 0 0 0 0;
}

.footerSeo_section ul {
    padding: 0 0 0 0;
}

.footerSeo_section li {
    padding: 10px 0 0 0;
}

.footerSeo_section li a {
    color: #38393b;
}

.footerAccessibility {
    float: right;
}

.footerAccessibility a {
    display: block;
    width: 66px;
    height: 63px;
    text-decoration: none;
    font-size: 0;
    background: url(../images/accessibility_icon.png) left top no-repeat;
    background-size: 100% auto;
}

.tzurLogo {
    clear: both;
    padding: 20px 0 0 0;
}

.copyrightsWrapper {
    margin-top: 25px;
}

.copyrightsWrapper li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.copyrightsWrapper li:last-of-type {
    margin: 0 0 0 0;
}

.copyrightsWrapper li a {
    display: block;
}

.copyrightsWrapper li img {
    max-height: 40px;
    width: auto;
}

@media screen and (max-width: 1180px) {
    .footerSeo_section {
        padding: 0 0 0 36px;
    }
}

@media screen and (max-width: 1024px) {
    .footer {
        padding: 30px 0 0 0;
        height: 340px;
    }

    .footerSeo {
        overflow: hidden;
        float: none;
        padding: 0 0 0 0;
    }

    .footerSeo_section {
        padding: 0 0 20px 30px;
    }

    .footerSeo_section:last-child {
        padding-left: 0;
    }

    .footerAccessibility {
        float: left;
        padding-top: 0;
    }

    .tzurLogo {
        clear: none;
        float: right;
        padding: 0 0 0 0;
    }
}

@media screen and (max-width: 870px) {
    .footer {
        padding: 30px 0 90px 0;
        height: auto;
    }

    .footerSeo_section {
        font: 400 19px/18px 'spoiler', arial;
    }

    .footerSeo_section li {
        padding: 6px 0 0 0;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 10px 0 70px 0;
    }

    .footerSeo {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .footer {
        padding: 10px 0 75px 0;
    }

    .footerAccessibility a {
        width: 45px;
        height: 43px;
    }
}

/* Content */
.innerPlazma_image {
    height: 335px;
    position: relative;
}

.innerPlazma_image:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.innerPlazma_title h1 {
    padding: 0;
    font: 900 100px/66px 'spoiler', arial;
    color: #38393b;
}

.innerPlazma_title span {
    padding: 0;
    font: 400 24px/38px 'spoiler', arial;
    color: #38393b;
}

.innerPlazma_title span span {
    display: inline-block;
    width: 18px;
    text-align: center;
}

.innerPlazma_title span a {
    color: #38393b;
}

.innerPlazma_title span a:hover, .innerPlazma_title span a:focus {
    text-decoration: underline;
}

.inner_newsBanner {
    background-image: none;
}

.inner_newsBanner li:first-child {
    border-left: 0;
    padding: 15px 0 16px;
}

.inner_newsBanner .newsBanner_item {
    padding: 0 54px 0 70px;
    background: url(../images/news_icon.png) right 1px no-repeat;
    background-size: 44px auto;
    min-height: 44px;
    font-size: 22px;
}

.inner_newsBanner .newsBanner_item h3 {
    display: inline;
    padding: 0 0 0 0;
    font: 700 22px/22px 'spoiler', arial;
}

.inner_newsBanner .newsBanner_item span {
    display: inline;
    padding: 0 0 0 0;
    font: 700 22px/22px 'spoiler', arial;
}

.contentRight {
    float: right;
    width: 70%;
    padding: 0 0 0 0;
}

.contentLeft {
    float: left;
    width: 22%;
    padding: 90px 0 0 0;
}

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

.contentSection:first-child {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.contentSection h1 {
    margin: 0 0 23px 0;
    padding: 0 60px 5px 0;
    font: 700 64px/60px 'spoiler', arial;
    color: #38393b;
    letter-spacing: -0.5px;
    border-bottom: 5px solid #f0f0f0;
    min-height: 55px;
}

.contentSection h1.contentTickets_icon {
    background: url(../images/content_tickets_icon.png) right center no-repeat;
    background-size: 52px auto;
}

.contentSection h1.contentCards_icon {
    background: url(../images/content_cards_icon.png) right center no-repeat;
    background-size: 52px auto;
}

.contentSection h1.contentTarrif_icon {
    background: url(../images/content_tarrif_icon.png) right center no-repeat;
    background-size: 52px auto;
}

.contentSection P.aboveImage {
    font: 400 24px/24px 'spoiler', arial;
    margin: 0 0 0 0;
    padding: 0 0 23px 0;
}

.contentSection p {
    font-size:18px;
    line-height: 150%;
}

.contentImage {
    padding: 0 0 0 0;
}

.contentImage img {
    display: block;
    width: 100%;
}

.content_howTo {
    background-color: #38393b;
    color: white;
    overflow: hidden;
}

.content_howTo_image {
    float: left;
    width: 29%;
    margin-right: 1%;
}

.content_howTo_image img {
    display: block;
    width: 100%;
}

.content_howTo_text {
    padding: 15px 2% 10px 0;
}

.content_howTo_text strong {
    display: block;
    font: 700 24px/24px 'spoiler', arial;
}

.content_howTo_text ul {
    padding: 11px 0 0 0;
    margin: 0 0 0 0;
    list-style-type: none;
    font: 400 24px/18px 'spoiler', arial;
}

.content_howTo_text li {
    padding: 4px 16px 4px 0;
    margin: 0 0 0 0;
    background: url(../images/content_howto_bullet.png) right 6px no-repeat;
    background-size: 8px auto;
}

.content_howTo_text span {
    display: block;
    font: 700 18px/18px 'spoiler', arial;
    padding: 14px 0 0 0;
}

.contentInfo {
    padding: 45px 0 0 0;
}

.contentInfo h3 {
    display: table;
    width: 100%;
    background-color: #f0f0f0;
    height: 46px;
    padding: 0 11% 0 0;
    color: #38393b;
    font: 700 24px/21px 'spoiler', arial;
    position: relative;
}

.contentInfo h3 span {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
    .contentInfo .h3_image {
        position: absolute;
        top: 0;
        right: 0;
        width: 9%;
        height: 100%;
        background: #38393b;
    }
        .contentInfo .h3_image img {
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            position: absolute;
            max-width: 100%;
            max-height: 100%;
        }

.contentInfo P {
    padding: 12px 0 0 0;
    margin: 0 0 0 0;
    font: 400 18px/30px 'spoiler', arial;
    color: #38393b;
}

.searchInfo {
    padding: 28px 0 0 0;
}
    .searchInfo h3 {
        display: table;
        width: 100%;
        background-color: #f0f0f0;
        height: 46px;
        padding: 0 10px;
        color: #38393b;
        font: 700 24px/21px 'spoiler', arial;
        position: relative;
        text-decoration: underline;
    }

    .searchInfo h3 span {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

        .searchInfo P {
            padding: 12px 0 0 0;
            margin: 0 0 0 0;
            font: 400 18px/30px 'spoiler', arial;
            color: #38393b;
        }

.contentAlert {
    padding: 13px 2.5% 9px 2.5%;
    font: 700 24px/24px 'spoiler', arial;
    background-color: #bf1e2e;
    color: white;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 25px;
}

.contentLegal {
    padding: 36px 0 0 0;
    font: 400 18px/18px 'spoiler', arial;
    color: #38393b;
    letter-spacing: -0.5px;
}

.tarrif_startDate {
    font: 400 24px/24px 'spoiler', arial;
    color: #38393b;
    padding: 0 0 0 0;
}

.contentSection table {
    width: 100%;
    margin-top: 14px;
}

.contentSection table th {
    background-color: #38393b;
    font: 700 24px/24px 'spoiler', arial;
    color: white;
    padding: 10px 15px;
    height: 65px;
    text-align: right;
    vertical-align: middle;
}

.contentSection table tr td {
    height: 87px;
    background-color: #f5dbdd;
    padding: 10px 15px;
    border-top: 4px solid #ffffff;
    font: 700 24px/24px 'spoiler', arial;
    color: #38393b;
}

.contentSection table tr td:last-of-type {
    text-align: center;
}

.contentSection table tr:nth-child(odd) td {
    background-color: #f4c6bf;
}

.contentSection table tr td B {
    font-size: 0.75em;
}

.contentSection table label {
    display: none;
}

.contentSection table th:nth-child(1), .contentSection table td:nth-child(1) {
    width: 45%;
}

.contentSection table th:nth-child(2), .contentSection table th:nth-child(4),
.contentSection table td:nth-child(2), .contentSection table td:nth-child(4) {
    text-align: center;
    width: 17%;
}

.contentSection ul.underTable {
    padding: 34px 0 0 0;
}

.contentSection ul.underTable li {
    padding: 0 0 0 0;
}

.contentSection ul.underTable li .underTable_title {
    font: 700 24px/24px 'spoiler', arial;
    color: #38393b;
    background-color: #f0f0f0;
    display: table;
    width: 100%;
}

.contentSection ul.underTable li .underTable_title {
    display: table;
    width: 100%;
    background-color: #f0f0f0;
    height: 46px;
    padding: 0 11% 0 0;
    color: #38393b;
    font: 700 24px/21px 'spoiler', arial;
    position: relative;
}

.contentSection ul.underTable li .underTable_title h3 {
    display: table-cell;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
}

.contentSection ul.underTable li .underTable_title_img {
    width: 9%;
    height: 100%;
    background: #38393b;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.contentSection ul.underTable li .underTable_title img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.contentSection ul.underTable li P {
    font: 400 18px/24px 'spoiler', arial;
    color: #38393b;
    padding: 11px 0 20px 0;
}

.contentGallery {
    padding: 0 0 0 0;
}

.mediaPageGallery.contentGallery {
    max-width: 875px;
    display: block;
    margin: 77px auto 0 auto;
}

.contentGallery .owl-carousel {
    direction: ltr;
}

.contentGallery .owl-carousel img {
    display: block;
    width: 100%;
    height: auto;
}

.contentGallery .owl-theme .owl-controls {
    margin-top: 0;
    position: relative;
}

.contentGallery .owl-theme .owl-controls .owl-buttons div {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    font-size: 0;
    display: block;
    width: 35px;
    height: 50px;
    opacity: 1;
    background-color: transparent;
    border-radius: 0;
}

.contentGallery .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
    background: url(../images/content_gallery_right.png) left top repeat-y;
    background-size: 100% auto;
}

.contentGallery .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
    background: url(../images/content_gallery_left.png) left top repeat-y;
    background-size: 100% auto;
}

.contentGallery .owl-theme .owl-controls .owl-buttons div:hover {
    background-position: left 50px;
}

.contentGallery .thumbCarousel {
    margin: 0 -2px 0;
    width: auto;
}

.contentGallery .owl-carousel.thumbCarousel .owl-item .item {
    padding: 4px 2px;
}

.contentGallery .owl-carousel.thumbCarousel .owl-item.synced img {
    box-shadow: 0 0 4px #bf1e2e;
}

.galleryTitle {
    height: 50px;
    background-color: #bf1e2e;
    color: white;
    display: table;
    width: 100%;
    border-top: 1px solid white;
    font: 700 24px/21px 'spoiler', arial;
}

.galleryTitle div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.galleryTitle span {
    display: inline-block;
    font-weight: 300;
}

.galleryTitle span span {
    width: 15px;
    text-align: center;
}

.contentLeft_section {
    padding: 0 0 24px 0;
}

.contentLinks {
    padding: 0 0 0 0;
    background-color: #f15b22;
}

.contentLinks h3 {
    color: white;
    font: 700 34px/30px 'spoiler', arial;
    letter-spacing: -0.5px;
    padding: 24px 7% 16px 3%;
}

.contentLinks ul {
    padding: 5px 7% 17px 3%;
}

.contentLinks li {
    padding: 0 0 11px 0;
    font: 400 23px/23px 'spoiler', arial;
    letter-spacing: -0.5px;
    color: white;
    position: relative;
}

.contentLinks li a {
    color: #ffffff;
}

.contentLinks li a:hover, .contentLinks li a:focus {
    text-decoration: underline;
}

.contentLeft_news {
    background-color: #38393b;
    color: white;
    padding: 28px 4% 32px 4%;
    text-align: center;
}

.contentLeft_news h4 {
    background: url(../images/news_icon.png) center 3px no-repeat;
    background-size: 35px auto;
    font: 400 24px/24px 'spoiler', arial;
    padding: 47px 0 0 0;
}

.contentLeft_news strong {
    display: block;
    text-align: center;
    padding: 10px 0 0 0;
    font: 700 36px/30px 'spoiler', arial;
    letter-spacing: -0.5px;
}

.contentLeft_news b {
    display: block;
    text-align: center;
    font: 700 24px/24px 'spoiler', arial;
    letter-spacing: -0.5px;
    padding: 2px 0 0 0;
}

.contentLeft_banner {
    padding: 0;
}

.contentLeft_banner a {
    display: block;
    text-decoration: none;
}

.contentLeft_banner img {
    display: block;
    width: 100%;
}

.publicMsg {
    background-color: #bf1e2e;
    color: white;
}

.publicMsg_image {
    padding: 0;
}

.publicMsg_image img {
    display: block;
    width: 100%;
}

.publicMsg_text {
    padding: 24px 5% 25px 5%;
    text-align: center;
    letter-spacing: -0.5px;
}

.publicMsg_text h4 {
    display: block;
    font: 400 24px/24px 'spoiler', arial;
    padding: 0 0 0 0;
}

.publicMsg_text strong {
    display: block;
    font: 700 36px/30px 'spoiler', arial;
    padding: 6px 0 15px 0;
}

.publicMsg_text a {
    color: white;
    text-decoration: none;
    font: 400 18px/18px 'spoiler', arial;
}

.newsItem {
    padding: 0 0 0 0;
    color: #38393b;
    font: 400 22px/24px 'spoiler', arial;
}

.newsItem strong {
    display: block;
}

.onePage_panel {
    background-color: #bf1e2e;
}

.onePage_panelFrame {
    padding: 14px 0 12px 0;
    position: relative;
}

.onePage_panelOverflow {
    overflow: hidden;
}

ul.onePage_menu {
    padding: 0 0 0 0;
    display: table;
    width: 100%;
}

ul.onePage_menu li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 0 0 40px;
    position: relative;
    height: 30px;
}

ul.onePage_menu li:last-child {
    padding: 0 0 0 0;
    width: auto !important;
}

ul.onePage_menu li a {
    color: white;
    font: 400 26px/26px 'spoiler', arial;
    padding: 0 3px;
}

ul.onePage_menu li a:focus {
    outline: 1px #fff dashed;
}

ul.onePage_menu li a:hover {
    text-decoration: underline;
}

ul.onePage_menu li:after {
    content: '|';
    position: absolute;
    left: 0;
    top: 8px;
    width: 40px;
    text-align: center;
    color: #f15b22;
    font: 300 16px/16px 'spoiler', arial;
}

ul.onePage_menu li:last-child:after {
    display: none;
}

.onePage_panel.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 555;
}

a.onePage_menuRight {
    display: none;
    position: absolute;
    right: -15px;
    top: 0;
    width: 35px;
    height: 100%;
    font-size: 0;
    text-decoration: none;
    background: url(../images/panel_slider_right.png) center no-repeat;
    background-size: 22px auto;
}

a.onePage_menuLeft {
    display: none;
    position: absolute;
    left: -15px;
    top: 0;
    width: 35px;
    height: 100%;
    font-size: 0;
    text-decoration: none;
    background: url(../images/panel_slider_left.png) center no-repeat;
    background-size: 22px auto;
}

@media screen and (max-width: 1280px) {
    .innerPlazma_image {
        /*height: auto;*/
    }

    .publicMsg_text {
        padding: 18px 5% 19px 5%;
    }

    .publicMsg_text strong {
        font: 700 31px/27px 'spoiler', arial;
        padding: 6px 0 12px 0;
    }

    ul.onePage_menu li {
        padding: 0 0 0 30px;
    }

    ul.onePage_menu li a {
        font: 400 24px/24px 'spoiler', arial;
    }

    ul.onePage_menu li:after {
        top: 3px;
        width: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .innerPlazma_title h1 {
        font: 900 86px/58px 'spoiler', arial;
    }

    .inner_newsBanner li:first-child {
        padding: 19px 0 14px;
    }

    .contentRight {
        padding: 55px 0 0 0;
    }

    .contentLeft {
        width: 25%;
        padding: 55px 0 0 0;
    }

    .contentSection h2 {
        margin: 0 0 18px 0;
        font: 700 54px/50px 'spoiler', arial;
    }

    .contentSection P.aboveImage {
        font: 400 21px/21px 'spoiler', arial;
    }

    .content_howTo_text strong {
        font: 700 21px/21px 'spoiler', arial;
    }

    .content_howTo_text ul {
        font: 400 21px/18px 'spoiler', arial;
    }

    .content_howTo_text span {
        padding-top: 8px;
    }

    .contentAlert {
        font: 700 21px/21px 'spoiler', arial;
    }

    .tarrif_startDate {
        font: 400 21px/21px 'spoiler', arial;
    }

    .contentSection table {
        width: 100%;
        margin-top: 8px;
    }

    .contentSection table th {
        font: 700 21px/21px 'spoiler', arial;
        padding: 10px 10px;
        height: auto;
    }

    .contentSection table tr td {
        height: auto;
        padding: 10px 10px;
        font: 700 21px/21px 'spoiler', arial;
    }

    .contentSection table th:nth-child(1), .contentSection table td:nth-child(1) {
        width: 40%;
    }

    .galleryTitle {
        font: 700 21px/21px 'spoiler', arial;
    }

    .contentLinks h3 {
        font: 700 31px/30px 'spoiler', arial;
    }

    .contentLinks ul {
        padding: 5px 7% 8px 3%;
    }

    .contentLinks li {
        padding: 0 0 8px 0;
        font: 400 21px/19px 'spoiler', arial;
    }

    .contentLeft_news {
        padding: 21px 4% 21px 4%;
    }

    .publicMsg_text {
        padding: 18px 4% 19px;
    }

    ul.onePage_menu li {
        padding: 0 0 0 24px;
    }

    ul.onePage_menu li a {
        font: 400 21px/21px 'spoiler', arial;
    }

    ul.onePage_menu li:after {
        top: 3px;
        width: 24px;
    }
}

@media screen and (max-width: 870px) {
    .contentSection {
        padding: 72px 0 0 0;
    }

    .contentSection h2 {
        font: 700 50px/40px 'spoiler', arial;
    }

    .contentLeft_news h4 {
        font: 400 21px/21px 'spoiler', arial;
    }

    .contentLeft_news strong {
        font: 700 30px/26px 'spoiler', arial;
        padding: 6px 0 0 0;
    }

    .contentLeft_news b {
        font: 700 21px/21px 'spoiler', arial;
        padding: 5px 0 0 0;
    }

    .publicMsg_text {
        padding: 18px 3.5% 19px;
    }

    .publicMsg_text h4 {
        font: 400 21px/21px 'spoiler', arial;
    }

    .publicMsg_text strong {
        font: 700 27px/24px 'spoiler', arial;
        padding: 6px 0 9px 0;
    }

    .contentInfo h3 {
        padding: 0 14% 0 0;
        font: 700 21px/21px 'spoiler', arial;
    }

    .contentInfo h3:after {
        width: 12%;
    }

    .contentSection ul.underTable li .underTable_title {
        padding: 0 14% 0 0;
        font: 700 21px/21px 'spoiler', arial;
    }

    .contentSection ul.underTable li .underTable_title:after {
        width: 12%;
    }

    ul.onePage_menu li {
        padding: 0 0 0 32px;
    }

    ul.onePage_menu li a {
        font: 400 21px/16px 'spoiler', arial;
    }

    ul.onePage_menu li:after {
        top: 9px;
        width: 32px;
    }
}

@media screen and (max-width: 768px) {
    .innerPlazma_title h1 {
        font: 900 72px/50px 'spoiler', arial;
    }

    .inner_newsBanner li:first-child {
        padding: 13px 0 12px;
    }

    .inner_newsBanner .newsBanner_item h3, .inner_newsBanner .newsBanner_item span {
        font-size: 21px;
        line-height: 24px;
    }

    .contentRight {
        padding: 36px 0 0 0;
    }

    .contentLeft {
        padding: 36px 0 0 0;
    }

    .publicMsg_text strong br, .publicMsg_text a br {
        display: none;
    }
}

@media screen and (max-width: 670px) {
    .inner_newsBanner li:first-child {
        padding: 13px 15px 12px;
    }

    .inner_newsBanner .newsBanner_item h3, .inner_newsBanner .newsBanner_item span {
        font-size: 21px;
        line-height: 21px;
    }

    .contentRight {
        float: none;
        width: auto;
    }

    .contentLeft {
        float: none;
        width: auto;
    }

    .contentSection h2 {
        font: 700 42px/36px 'spoiler', arial;
    }

    .contentLeft_banner {
        max-width: 270px;
        margin: 0 auto;
    }

    .contentLinks h3 {
        padding: 24px 7% 8px 3%;
    }

    .contentLinks li {
        padding: 0 0 12px 0;
        font: 400 21px/21px 'spoiler', arial;
    }

    .contentSection table th {
        font: 700 18px/18px 'spoiler', arial;
        padding: 10px 6px;
    }

    .contentSection table tr td {
        padding: 10px 6px;
        font: 700 18px/18px 'spoiler', arial;
    }

    .onePage_panelFrame {
        padding: 16px 26px 14px;
    }

    .onePage_panelOverflow {
        height: 36px;
    }

    .onePage_panelFrame a.onePage_menuRight, .onePage_panelFrame a.onePage_menuLeft {
        display: block;
    }

    .onePage_panelFrame a.onePage_menuRight.disabled, .onePage_panelFrame a.onePage_menuLeft.disabled {
        opacity: 0.5;
        cursor: default;
    }

    ul.onePage_menu {
        position: relative;
        right: 0;
        transition: right 0.5s ease-in-out;
    }

    ul.onePage_menu_noJS {
        transition-duration: 0s;
    }

    ul.onePage_menu li {
        padding: 0 0 0 24px;
    }

    ul.onePage_menu li:after {
        width: 24px;
    }
}

@media screen and (max-width: 640px) {
    .innerPlazma_title h1 {
        font: 900 64px/45px 'spoiler', arial;
    }

    .innerPlazma_title span {
        font: 400 36px/46px 'spoiler', arial;
    }

    .innerPlazma_title span span {
        width: 21px;
    }
}

@media screen and (max-width: 568px) {
    .innerPlazma_title h1 {
        font: 900 56px/40px 'spoiler', arial;
    }

    .inner_newsBanner li:first-child {
        padding: 11px 15px 10px;
    }

    .inner_newsBanner .newsBanner_item {
        padding: 0 50px 0 20px;
    }

    .inner_newsBanner .newsBanner_item h3, .inner_newsBanner .newsBanner_item span {
        font-size: 19px;
        line-height: 19px;
    }
}

@media screen and (max-width: 480px) {
    .innerPlazma_title span {
        font: 400 32px/36px 'spoiler', arial;
    }

    .inner_newsBanner .newsBanner_item {
        padding: 0 50px 0 0;
    }

    .contentSection table, .contentSection tbody, .contentSection tr, .contentSection td {
        display: block;
    }

    .contentSection table tr.contentSection_th {
        display: none;
    }

    .contentSection table td:nth-child(1) {
        width: auto;
    }

    .contentSection table th:nth-child(2), .contentSection table th:nth-child(4),
    .contentSection table td:nth-child(2), .contentSection table td:nth-child(4),
    .contentSection table tr td:last-of-type {
        width: 100%;
        text-align: right;
    }

    .contentSection table tr {
        border-top: 4px solid #ffffff;
        /*padding: 10px 7px 0 7px;*/
        background-color: #f5dbdd;
    }

    .contentSection table tr:nth-child(odd) {
        background-color: #f4c6bf;
    }

    .contentSection table tr td {
        border-top: 0;
        display: table;
        width: 100%;
        padding: 0 0 0 0;
        background-color: transparent;
    }

    .contentSection table label {
        display: table-cell;
        width: 120px;
        font-weight: bold;
        padding: 0 0 10px 0;
    }

    .contentSection table span {
        display: table-cell;
        padding: 0 0 10px 0;
    }

    .contentInfo h3 {
        padding: 0 20% 0 0;
        font: 700 21px/21px 'spoiler', arial;
    }

    .contentInfo h3:after {
        width: 17%;
    }

    .contentSection ul.underTable li .underTable_title {
        padding: 0 20% 0 0;
        font: 700 21px/21px 'spoiler', arial;
    }

    .contentSection ul.underTable li .underTable_title:after {
        width: 17%;
    }

    .onePage_panelFrame {
        padding: 8px 25px 8px;
    }

    a.onePage_menuRight {
        right: -10px;
    }

    a.onePage_menuLeft {
        left: -10px;
    }
}

@media screen and (max-width: 414px) {
    .innerPlazma_image {
        height: 108px;
    }

    .innerPlazma_image img.headerPlazma_imageMiddle {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: 0;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .innerPlazma_title h1 {
        font: 900 45px/32px 'spoiler', arial;
    }

    .innerPlazma_title span {
        font: 400 24px/36px 'spoiler', arial;
    }

    .contentSection h2 {
        font: 700 30px/30px 'spoiler', arial;
    }

    .contentSection table label {
        display: table-cell;
        width: 95px;
    }

    .contentSection h1 {
        font: 700 38px/33px 'spoiler', arial;
    }
}

@media screen and (max-width: 375px) {
    .innerPlazma_title h1 {
        font: 900 40px/32px 'spoiler', arial;
    }

    .innerPlazma_title span {
        font: 700 19px/25px 'spoiler', arial;
    }

    .contentLinks li {
        padding: 0 0 8px 0;
        font: 400 21px/19px 'spoiler', arial;
        letter-spacing: -0.7px;
    }
}

/* Ticketing */
a.innerPlazma_ticketingLink {
    display: block;
    width: 350px;
    height: 54px;
    position: relative;
    margin-top: 20px;
    margin-left: 22px;
    background-color: #bf1e2e;
    font: bold 31px/54px 'spoiler', arial;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 0 4px 4px 0;
}

a.innerPlazma_ticketingLink:after {
    content: ' >';
}

a.innerPlazma_ticketingLink:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -27px;
    border: 0 solid transparent;
    border-width: 27px 22px;
    border-right-color: #bf1e2e;
}

a.innerPlazma_ticketingLink:hover, a.innerPlazma_ticketingLink:focus {
    background-color: #38393b;
}

a.innerPlazma_ticketingLink:hover:before, a.innerPlazma_ticketingLink:focus:before {
    border-right-color: #38393b;
}

.ticketingFrame {
    padding: 40px 0 0 0;
}

.ticketingTitle {
    background: url(../images/ticketing_page_icon.png) center top no-repeat;
    background-size: 80px auto;
    font: 700 48px/36px 'spoiler', arial;
    text-align: center;
    padding: 60px 250px 0 250px;
}

.ticketing_jumpToPurchase {
    text-align: center;
    padding: 22px 0 0 0;
    margin-bottom: -14px;
    font: 400 24px/21px 'spoiler', arial;
}

.ticketing_jumpToPurchase p {
    line-height: 150%;
    font-size: 18px;
}

.ticketing_jumpToPurchase a {
    color: #f1612a;
    text-decoration: underline;
}

.ticketing_jumpToPurchase a:hover, .ticketing_jumpToPurchase a:focus {
    color: #bf1e2e;
}

/*.ticketing_jumpToPurchase a:after{content: ' >';}*/
.ticketing_jumpToPurchase br {
    display: none;
}

.ticketing_textContainer {
    padding: 33px 0 0;
    margin-bottom: -90px;
    text-align: center;
    font: 400 18px/25px 'spoiler';
    position: relative;
    overflow: hidden;
}

.ticketing_pText {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
}

.ticketing_pText.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.ticketing_textContainer a {
    color: #f1612a;
    text-decoration: underline;
}

.ticketing_textContainer a:hover {
    color: #bf1e2e;
}

.ticketing_progressBar {
    padding: 40px 0 0 0;
}

.ticketing_progressBar ul {
    max-width: 930px;
    margin: 0 auto;
    color: white;
    border-radius: 5px;
    overflow: hidden;
}

.ticketing_progressBar li {
    float: right;
    position: relative;
    background-color: #f1612a;
}

.ticketing_progressBar li:nth-child(1) {
    width: 24%;
    z-index: 12;
}

.ticketing_progressBar li:nth-child(2) {
    width: 36%;
    z-index: 11;
}

.ticketing_progressBar li:nth-child(3) {
    width: 40%;
    z-index: 10;
}

.ticketing_progressBar li:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -37px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-width: 37px 30px;
    border-right-color: #f1612a;
}

.ticketing_progressBar li:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -45px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-width: 45px 36px;
    border-right-color: #ffffff;
}

.ticketing_progressBar li:nth-child(3):after, .ticketing_progressBar li:nth-child(3):before {
    display: none;
}

.ticketing_progressStep {
    display: table;
    width: 100%;
    height: 74px;
}

.ticketing_progressStep div {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding-top: 16px;
}

.ticketing_progressBar li:nth-child(2) .ticketing_progressStep div,
.ticketing_progressBar li:nth-child(3) .ticketing_progressStep div {
    padding-right: 45px;
}

.ticketing_progressStep strong {
    display: inline-block;
    font: 400 36px/32px 'spoiler', arial;
    position: relative;
    padding: 0 40px 0 0;
    text-align: right;
}

.ticketing_progressStep span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f0f0f0;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    color: #38393b;
    font-weight: 400;
}

.ticketing_progressStep a {
    display: none;
    color: white;
    font: 400 18px/18px 'spoiler', arial;
    margin-top: -5px;
}

.ticketing_progressBar li.activeStep {
    background-color: #bf1e2e;
}

.ticketing_progressBar li.activeStep:after {
    border-right-color: #bf1e2e;
}

.ticketing_progressBar li.visitedStep a {
    display: block;
}

.ticketing_cardChoice {
    margin: 50px 0 0 0;
    padding: 30px 0;
    border-top: 3px #f0f0f0 solid;
    border-bottom: 3px #f0f0f0 solid;
    position: relative;
    z-index: 1;
}

.ticketing_cardChoice_title {
    text-align: center;
    font: 700 60px/54px 'spoiler', arial;
    padding: 0 0 0 0;
}

.ticketing_cardChoice ul {
    padding: 19px 0 0 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.ticketing_cardChoice ul li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    position: relative;
}

.ticketing_cardChoice ul li a {
    display: block;
    text-decoration: none;
    max-width: 140px;
    width: 90%;
    margin: 0 auto;
    color: #38393b;
}

.ticketing_cardChoice ul li a label {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 137px;
    max-width: 140px;
    background-color: #f0f0f0;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat-y;
    border-radius: 50%;
}

.ticketing_cardChoice ul li a.ticketing_cardChoice01 label {
    background-image: url(../images/card_choice_icon01.png);
}

.ticketing_cardChoice ul li a.ticketing_cardChoice02 label {
    background-image: url(../images/card_choice_icon02.png);
}

.ticketing_cardChoice ul li a.ticketing_cardChoice03 label {
    background-image: url(../images/card_choice_icon03.png);
}

.ticketing_cardChoice ul li a.ticketing_cardChoice04 label {
    background-image: url(../images/card_choice_icon04.png);
}

.ticketing_cardChoice ul li a.ticketing_cardChoice05 label {
    background-image: url(../images/card_choice_icon05.png);
}

.ticketing_cardChoice ul li a.ticketing_cardChoice06 label {
    background-image: url(../images/card_choice_icon06.png);
}

.ticketing_cardChoice ul li a.ticketing_cardChoice07 label {
    background-image: url(../images/card_choice_icon07.png);
}

.ticketing_cardChoice ul li a:hover label,
.ticketing_cardChoice ul li a:focus label,
.ticketing_cardChoice ul li.active a label {
    background-color: #bf1e2e;
    background-position: center bottom;
}

.ticketing_cardChoice ul li a strong {
    display: block;
    padding: 12px 0 0 0;
    font: 700 24px/19px 'spoiler', arial;
}

.ticketing_cardChoice ul li a div {
    display: block;
    padding: 0 0 0 0;
    font: 400 18px/19px 'spoiler', arial;
}

.ticketing_cardChoice ul li a div.ticketing_cardTooltip {
    display: inline-block;
    z-index: 1;
    direction: ltr;
    /*position: relative; !*width: 16px; height: 16px;*!*/
    vertical-align: middle;
}

.questionIcon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #38393b;
    font: bold 12px/16px arial;
    color: white;
    text-align: center;
}

.ticketing_cardChoice ul li a div.ticketing_cardTooltip_pop {
    position: absolute;
    display: none;
    left: 50%;
    top: 100%;
    background-color: #bf1e2e;
    text-align: right;
    border-radius: 5px;
    width: 240px;
    padding: 6px 10px 8px 10px;
    color: white;
    font: 400 19px/25px "spoiler", arial;
    letter-spacing: -0.5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
}

.ticketing_cardChoice ul li a div.ticketing_cardTooltip_pop:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    border: 1px solid transparent;
    border-width: 8px 10px;
    border-bottom-color: #bf1e2e;
    margin-left: -10px;
}

.ticketing_cardChoice ul li a div.ticketing_cardTooltip:hover div.ticketing_cardTooltip_pop {
    display: block;
}

.ticketing_cardChoice ul li a:focus div.ticketing_cardTooltip_pop {
    display: block;
}
.ticketing_cardChoice ul li div.ticketing_cardChoice08 {
    display: block;
    text-decoration: none;
    max-width: 140px;
    width: 90%;
    margin: 0 auto;
    color: #38393b;
}

.ticketing_cardChoice ul li .ticketing_cardChoice08 label { padding: 25px; }
.ticketing_cardChoice ul li .ticketing_cardChoice08 .inner {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.ticketing_cardChoice ul li .ticketing_cardChoice08 .imageFaded {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    transition: all .3s ease;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ticketing_cardChoice ul li .ticketing_cardChoice08 .active {
    opacity: 1;
}
.ticketing_cardChoice ul li div.ticketing_cardChoice08 img {
    display: block;
    width: 100%;
    max-width: 140px;
    background-color: #f0f0f0;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat-y;
    background-image: url(../images/card_choice_icon08.png);
    border-radius: 50%;
}

.ticketing_cardChoice ul li div.ticketing_cardChoice08:hover img,
.ticketing_cardChoice ul li div.ticketing_cardChoice08:focus img,
.ticketing_cardChoice ul li div.ticketing_cardChoice08_active img {
    background-color: #bf1e2e;
    background-position: center bottom;
}

.ticketing_cardChoice ul li div.ticketing_cardChoice08 strong {
    display: block;
    padding: 12px 0 0 0;
    font: 700 24px/19px 'spoiler', arial;
}

.ticketing_cardChoice ul li div.ticketing_cardChoice08 div {
    display: block;
    padding: 0 0 0 0;
    font: 400 18px/19px 'spoiler', arial;
}

.ticketing_cardChoice ul li div.ticketing_cardChoice08 div.ticketing_cardDDown {
    position: relative;
}

.ticketing_cardChoice ul li div.ticketing_cardChoice08 div.ticketing_cardDDown:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 4px;
    margin-left: -9px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top-color: #38393b;
}

.ticketing_cardChoice ul li div.ticketing_cardChoice08 div.ticketing_cardDDown_pop {
    position: absolute;
    display: none;
    left: 50%;
    top: 11px;
    background-color: #f0f0f0;
    border-radius: 5px;
    width: 190px;
    padding: 13px 7.5% 13px;
    margin-left: -95px;
    color: #38393b;
    text-align: right;
}

.ticketing_cardChoice ul li div.ticketing_cardChoice08 div.ticketing_cardDDown_pop:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    border: 1px solid transparent;
    border-width: 8px 10px;
    border-bottom-color: #f0f0f0;
    margin-left: -10px;
}

.ticketing_cardChoice ul li div.ticketing_cardChoice08 div.ticketing_cardDDown_pop P {
    padding: 0 0 0 0;
    font: 400 20px/35px 'spoiler', arial;
}

.ticketing_cardChoice ul li div.ticketing_cardChoice08 div.ticketing_cardDDown_pop a {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    max-width: none;
    width: auto;
    text-decoration: underline;
    display: inline-block;
}

.ticketing_cardChoice ul li div.ticketing_cardChoice08_active div.ticketing_cardDDown:before {
    display: none;
}

.ticketing_cardChoice ul li div.ticketing_cardChoice08_active div.ticketing_cardDDown_pop {
    display: block;
}

.ticketing_cardChoice ul li div.ticketing_cardSelection_pop {
    position: absolute;
    display: none;
    top: 100%;
    left: calc(50% - 95px);
    padding: 0;
    margin: 0;
    border-radius: 6px;
    width: 190px;
}

.ticketing_cardChoice ul li div.ticketing_cardSelection_pop ul {
    background: #f0f0f0;
    border-radius: 6px;
    padding: 0 10px 5px;
}

.ticketing_cardChoice ul li div.ticketing_cardSelection_pop:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -22px;
    width: 0;
    height: 0;
    margin-left: -11px;
    border: 11px solid transparent;
    border-bottom-color: #f0f0f0;
}

.ticketing_cardChoice ul li .ticketing_cardSelection_pop:hover,
.ticketing_cardChoice ul li a.ticketing_cardChoice08:focus ~ .ticketing_cardSelection_pop {
    z-index: 1;
    display: block;
}

.ticketing_cardChoice ul li .ticketing_cardSelection_pop li {
    width: 100%;
    display: block;
    height: auto;
    line-height: 25px;
    border-bottom: 1px #bd5a64 solid;
}

.ticketing_cardChoice ul li .ticketing_cardSelection_pop li:last-child {
    border-bottom: none;
}

.ticketing_cardChoice ul li .ticketing_cardSelection_pop li:hover {
    border-bottom: 1px #dfbec1 solid;
}

.ticketing_cardChoice ul li .ticketing_cardSelection_pop li a {
    width: 100%;
    height: 100%;
    padding: 5px;
    max-width: 100%;
}

.ticketing_cardChoice ul li .ticketing_cardSelection_pop li a p {
    text-align: right;
    display: block;
    /*float: right;*/
    text-decoration: underline;
}

.ticketing_cardChoice ul li .ticketing_cardSelection_pop li a span {
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #bf1e2e;
    font: bold 12px/16px arial;
    color: white;
    text-align: center;
    margin-top: 5px;
}

.ticketing_mapFrame {
    padding: 57px 0 0 0;
}

.ticketing_mapTitle {
    padding: 0 0 6px 0;
    font: 700 60px/60px 'spoiler', arial;
    text-align: center;
}

.ticketing_mapParag {
    padding: 0 0 12px 0;
    font: 400 24px/24px 'spoiler', arial;
    text-align: center;
}

.ticketing_mapGrid {
    position: relative;
    overflow: hidden;
}

.ticketing_mapAreas {
    float: right;
    width: 25%;
    padding: 0 0 0 2%;
}

.ticketing_mapAreas ul {
    padding: 0 0 0 0;
}

.ticketing_mapAreas li {
    padding: 0 0 5px 0;
}

.ticketing_mapAreas label {
    display: table;
    width: 100%;
    height: 62px;
    cursor: pointer;
    position: relative;
    font: 400 30px 'spoiler', arial;
    letter-spacing: -1px;
}

.ticketing_mapAreas li.ticketing_mapAreaYellow label {
    background-color: #e5d732;
}

.ticketing_mapAreas li.ticketing_mapAreaPurple label {
    background-color: #5d328b;
    color: #ffffff;
}

.ticketing_mapAreas li.ticketing_mapAreaGreen label {
    background-color: #aab332;
}

.ticketing_mapAreas label input {
    position: absolute;
    opacity: 0;
}

.ticketing_mapAreas label div {
    display: table-cell;
    vertical-align: middle;
    border: 3px solid transparent;
    background: url(../images/map_area_chk.png) right 19px repeat-y;
    background-size: 50px auto;
    padding: 0 16% 0 5%;
}

.ticketing_mapAreas label input:checked + div {
    background-position: right 94px;
    border-color: #bf1e2e;
}

.ticketing_mapAreas label span:before {
    content: '|';
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    text-align: center;
}

.ticketing_mapAreas label input:focus + div {
    outline: 1px dashed #f15b22;
}

.ticketing_mapSearch {
    position: absolute;
    right: 10%;
    top: 32px;
    width: 80%;
    max-width: 458px;
}

.ticketing_mapSearch input {
    border: 0;
    background-color: white;
    height: 35px;
    width: 100%;
    text-indent: 9px;
    background: white url(../images/magnify_icon.png) 8px 8px repeat-y;
    background-size: 20px auto;
    color: #38393b;
    font: 400 24px 'spoiler', arial;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.66);
}

.ticketing_mapSearch input:hover, .ticketing_mapSearch input:focus {
    background-position: 8px 58px;
}

.ticketing_mapSearch *::-webkit-input-placeholder {
    color: #38393b !important;
    opacity: 1;
}

.ticketing_mapSearch *:-moz-placeholder {
    color: #38393b !important;
    opacity: 1;
}

.ticketing_mapSearch *::-moz-placeholder {
    color: #38393b !important;
    opacity: 1;
}

.ticketing_mapSearch *:-ms-input-placeholder {
    color: #38393b !important;
    opacity: 1;
}

.ticketing_mapImage_holder {
    float: right;
    width: 50%;
    padding: 0 0 0 2%;
    position: relative;
}

.ticketing_mapImage {
    padding: 0;
}

.ticketing_mapImage img {
    display: block;
    width: 100%;
}

.ticketing_mapNames {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.ticketing_mapNames_title {
    border-radius: 5px;
    background-color: #aab332;
    font: bold 31px/62px 'spoiler', arial;
    text-align: center;
}

.ticketing_mapNames_body {
    overflow: hidden;
    padding: 10px 8% 0;
    font: normal 19px/16px 'spoiler', arial;
}

.ticketing_mapNames_body ul {
    float: right;
    width: 50%;
}

.ticketing_mapNames_body li {
    padding: 8px 0 0 0;
}

.ticketing_mapNames_body li:before {
    content: '> ';
}

.ticketing_mapSubmit {
    width: 23%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ticketing_mapSubmit input {
    border: 0;
    width: 100%;
    height: 90px;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    background-color: #bf1e2e;
    font: bold 31px 'spoiler', arial;
    color: white;
}

.ticketing_mapSubmit input:hover, .ticketing_mapSubmit input:focus {
    background-color: #38393b;
}

@media screen and (max-width: 1300px) {
    .ticketing_cardChoice ul li div.ticketing_cardSelection_pop {
        left: calc(50% - 80px);
        width: 150px;
    }
}

@media screen and (max-width: 1150px) {
    .ticketing_cardChoice ul li a label {
        height: 117px;
    }
}

@media screen and (max-width: 1075px) {
    .ticketing_cardChoice ul li div.ticketing_cardSelection_pop {
        left: calc(50% - 60px);
        width: 140px;
    }
}

@media screen and (max-width: 1024px) {
    a.innerPlazma_ticketingLink {
        width: 300px;
        height: 48px;
        margin-top: 12px;
        margin-left: 20px;
        font: bold 31px/48px 'spoiler', arial;
    }

    a.innerPlazma_ticketingLink:before {
        margin-top: -24px;
        border-width: 24px 20px;
    }

    .ticketingFrame {
        padding: 32px 0 0 0;
    }

    .ticketingTitle {
        font: 700 36px/31px 'spoiler', arial;
        background-size: 64px auto;
        padding: 50px 0 0 0;
    }

    .ticketing_progressBar {
        padding: 32px 0 0 0;
    }

    .ticketing_progressStep strong {
        font: 400 31px/32px 'spoiler', arial;
    }
}

@media screen and (max-width: 970px) {
    .ticketing_cardChoice ul li a label {
        height: 97px;
    }
}

@media screen and (max-width: 850px) {
    .ticketing_cardChoice ul li a label {
        height: 87px;
    }
}

@media screen and (max-width: 870px) {
    .ticketing_textContainer {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 800px) {
    a.innerPlazma_ticketingLink {
        width: 270px;
        height: 40px;
        margin-top: 4px;
        margin-left: 14px;
        font: bold 27px/40px 'spoiler', arial;
    }

    a.innerPlazma_ticketingLink:before {
        margin-top: -20px;
        border-width: 20px 14px;
    }

    .ticketing_progressStep strong {
        font: 400 27px/32px 'spoiler', arial;
    }

    .ticketing_progressBar li:after {
        border-width: 37px 24px;
    }

    .ticketing_progressBar li:before {
        border-width: 45px 28px;
    }

    .ticketing_progressBar li:nth-child(2) .ticketing_progressStep div,
    .ticketing_progressBar li:nth-child(3) .ticketing_progressStep div {
        padding-right: 32px;
    }

    .ticketing_cardChoice ul {
        display: table;
        width: 100%;
        table-layout: auto;
        padding-top: 0;
    }

    .ticketing_cardChoice ul li div.ticketing_cardSelection_pop ul {
        display: table;
    }

    .ticketing_cardChoice ul li {
        float: right;
        width: 25%;
        padding-top: 20px;
        padding-bottom: 7px;
    }

    .ticketing_cardChoice ul li div.ticketing_cardSelection_pop ul li {
        padding: 0;
    }

    .ticketing_cardChoice ul li:nth-child(5) {
        clear: right;
    }

    .ticketing_cardChoice ul li a div.ticketing_cardTooltip_pop {
        width: 100%;
    }

    .ticketing_cardChoice ul li a label {
        height: 137px;
    }

    .ticketing_cardChoice ul li div.ticketing_cardSelection_pop {
        left: calc(50% - 95px);
        width: 190px;
    }
}

@media screen and (max-width: 768px) {
    .ticketing_progressStep div {
        padding-top: 20px;
    }

    .ticketing_progressStep strong {
        font: 400 24px/24px 'spoiler', arial;
        padding-right: 30px;
    }

    .ticketing_progressStep span {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        line-height: 26px;
    }
}

@media screen and (max-width: 680px) {

    .ticketing_cardChoice ul li div.ticketing_cardSelection_pop {
        left: calc(50% - 83px);
        width: 170px;
    }
}

@media screen and (max-width: 670px) {
    .ticketingTitle {
        font: 700 31px/27px 'spoiler', arial;
    }

    .ticketing_progressBar {
        padding: 24px 0 0 0;
    }

    .ticketing_progressStep a {
        margin-top: -3px;
    }

    .ticketing_jumpToPurchase {
        padding: 10px 0 0 0;
        margin-bottom: -6px;
        font: 400 21px/18px 'spoiler', arial;
    }
}

@media screen and (max-width: 640px) {
    .ticketing_progressBar li:after {
        border-width: 37px 20px;
    }

    .ticketing_progressBar li:before {
        border-width: 45px 24px;
    }

    .ticketing_progressStep div {
        text-align: right;
        padding-top: 16px;
        padding-right: 21px;
    }

    .ticketing_progressBar li:nth-child(2) .ticketing_progressStep div,
    .ticketing_progressBar li:nth-child(3) .ticketing_progressStep div {
        padding-right: 32px;
    }

    .ticketing_progressStep strong {
        font: 400 22px/24px 'spoiler', arial;
    }
}

@media screen and (max-width: 600px) {
    .ticketing_cardChoice ul li a div.ticketing_cardTooltip_pop {}

    .ticketing_cardChoice ul li div.ticketing_cardSelection_pop {
        left: calc(50% - 73px);
        width: 150px;
    }
}

@media screen and (max-width: 585px) {
    .ticketing_cardChoice ul li a label {
        height: 117px;
    }
}

@media screen and (max-width: 568px) {
    .ticketing_progressStep div {
        text-align: right;
        padding-top: 16px;
        padding-right: 16px;
    }

    .ticketing_progressBar li:nth-child(2) .ticketing_progressStep div,
    .ticketing_progressBar li:nth-child(3) .ticketing_progressStep div {
        padding-right: 32px;
    }

    .ticketing_progressStep strong {
        font: 400 21px/16px 'spoiler', arial;
        padding-right: 25px;
    }

    .ticketing_progressStep span {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        line-height: 20px;
        top: -2px;
    }

    .ticketing_progressBar li:nth-child(3) .ticketing_progressStep div {
        padding-left: 10px;
    }

    .ticketing_progressStep a {
        margin-top: 0;
    }

    a.innerPlazma_ticketingLink {
        width: 220px;
        margin-top: 0;
        font: bold 24px/40px 'spoiler', arial;
    }
}

@media screen and (max-width: 520px) {
    .ticketing_cardChoice ul li div.ticketing_cardSelection_pop {
        left: calc(50% - 53px);
        width: 130px;
    }
}

@media screen and (max-width: 500px) {
    .ticketing_cardChoice ul li a label {
        height: 97px;
    }
}

@media screen and (max-width: 480px) {
    .ticketingFrame {
        padding: 24px 0 0 0;
    }

    .ticketingTitle {
        font: 700 27px/24px 'spoiler', arial;
        background-size: 48px auto;
        padding: 40px 0 0 0;
    }

    .ticketing_jumpToPurchase {
        padding: 10px 0 0 0;
        margin-bottom: 0;
        font: 400 19px/16px 'spoiler', arial;
    }

    .ticketing_progressBar {
        padding: 18px 0 0 0;
    }

    .ticketing_progressBar li:after {
        border-width: 37px 16px;
    }

    .ticketing_progressBar li:before {
        border-width: 45px 20px;
    }

    .ticketing_progressBar li:nth-child(2) .ticketing_progressStep div,
    .ticketing_progressBar li:nth-child(3) .ticketing_progressStep div {
        padding-right: 28px;
    }

    .ticketing_progressStep strong {
        font: 400 19px/16px 'spoiler', arial;
    }

    a.innerPlazma_ticketingLink {
        /*left: 50%;
        transform: translateX(-50%);
        bottom: 30px;*/
        width: 140px;
        height: auto;
        margin-left: 0;
        padding: 6px 4%;
        font: bold 25px/21px 'spoiler', arial;
        border-radius: 5px;
        margin-top: 10px;
    }

    a.innerPlazma_ticketingLink:before {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .ticketing_cardChoice ul li a label {
        height: 87px;
    }
}

@media screen and (max-width: 415px) {
    .ticketing_cardChoice ul li a div.ticketing_cardTooltip_pop {}
}

@media screen and (max-width: 414px) {
    .ticketingTitle br {
        display: none;
    }

    .ticketing_progressStep {
        height: 66px;
    }

    .ticketing_progressStep div {
        padding-top: 10px;
        padding-right: 10px;
    }

    .ticketing_progressBar li:nth-child(2) .ticketing_progressStep div,
    .ticketing_progressBar li:nth-child(3) .ticketing_progressStep div {
        padding-right: 24px;
    }

    .ticketing_cardChoice ul li {
        width: 50%;
    }

    .ticketing_cardChoice ul li:nth-child(3), .ticketing_cardChoice ul li:nth-child(5), .ticketing_cardChoice ul li:nth-child(7) {
        clear: right;
    }

    .ticketing_cardChoice ul li a label {
        height: 137px;
    }

    .ticketing_cardChoice ul li div.ticketing_cardSelection_pop {
        left: calc(50% - 95px);
        width: 190px;
    }
}

@media screen and (max-width: 375px) {
    .ticketing_progressBar li:after {
        border-width: 37px 12px;
    }

    .ticketing_progressBar li:before {
        border-width: 45px 16px;
    }

    .ticketing_progressBar li:nth-child(2) .ticketing_progressStep div,
    .ticketing_progressBar li:nth-child(3) .ticketing_progressStep div {
        padding-right: 24px;
    }

    .ticketing_progressStep strong {
        font: 400 17px/14px 'spoiler', arial;
    }

    .ticketing_progressStep a {
        margin-top: 3px;
    }

    .ticketing_jumpToPurchase br {
        display: inline;
    }

    a.innerPlazma_ticketingLink {
        width: 114px;
        font: bold 19px/16px 'spoiler', arial;
    }

    .ticketing_cardChoice ul li div.ticketing_cardSelection_pop {
        left: calc(50% - 85px);
        width: 170px;
    }
}

@media screen and (max-width: 360px) {
    .ticketing_cardChoice ul li a div.ticketing_cardTooltip_pop {}
}

@media screen and (max-width: 340px) {
    .ticketing_cardChoice ul li div.ticketing_cardSelection_pop {
        left: calc(50% - 75px);
        width: 160px;
    }
}

@media screen and (max-width: 320px) {
    .ticketing_progressStep strong {
        font: 400 16px/14px 'spoiler', arial;
    }

    .ticketing_progressStep a {
        margin-top: 2px;
    }
}

/* ticketing table */
.ticketing_typeFrame {
    padding: 0 0 0 0;
}

.ticketing_typeSection {
    padding: 50px 0 0 0;
}

.ticketing_typeSection_title {
    background: #38393b url(../images/ticketing_ravkav.png) right center no-repeat;
    background-size: 7.44% auto;
    color: white;
    display: table;
    width: 100%;
    height: 84px;
    box-sizing: border-box;
    padding: 0 7% 0 1.36%;
}

.ticketing_typeSection_title h2 {
    display: table-cell;
    font: 400 48px/48px 'spoiler', arial;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}

.ticketing_typeSection_titlePurchase {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font: 400 24px/24px 'spoiler', arial;
}

.ticketing_typeSection_titlePurchase a {
    float: left;
    width: 146px;
    height: 50px;
    background-color: #bf1e2e;
    color: white;
    font: 400 48px/50px 'spoiler', arial;
    text-align: center;
}

.ticketing_typeSection_titlePurchase a:hover, .ticketing_typeSection_titlePurchase a:focus {
    background-color: #f1612a;
    text-decoration: none;
}

.ticketing_typeSection_titlePurchase div {
    float: left;
    text-align: right;
    padding: 0 0 0 15px;
}

.ticketing_typeSection_titlePurchase strong {
    display: block;
}

.ticketing_typeSection_table {
    padding: 0;
    overflow: hidden;
    margin-right: -0.66%;
}

.ticketing_typeSection_body {
    float: right;
    background-color: #f0f0f0;
    width: 32.67%;
    margin-right: 0.66%;
    padding: 0 2% 0 2%;
}

.ticketing_typeSection_body h3 {
    font: 700 36px/36px 'spoiler', arial;
    color: #bf1e2e;
    padding-top: 16px;
    box-sizing: content-box;
}

.ticketing_typeSection_body ul {
    padding: 4px 0 24px 0;
    overflow: hidden;
}

.ticketing_typeSection_body li {
    padding: 0;
    margin-top: 2%;
    display: table;
    width: 100%;
    height: 94px;
    background-color: white;
}

.ticketing_typeSection_body li div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 4.5% 0 4.5%;
    font: 700 24px/30px 'spoiler', arial;
}

.ticketing_typeSection_body li div strong {
    font-size: 37px;
    display: block;
}

.ticketing_typeSection_body li div strong B {
    font-size: 0.8em;
}

.ticketing_typeSection_body ul.ticketing_typeSection_areas {
    margin-right: -2%;
}

.ticketing_typeSection_body ul.ticketing_typeSection_areas li {
    float: right;
    width: 48%;
    margin-right: 2%;
}

.ticketing_typeSection_body ul.ticketing_typeSection_areas li div {
    text-align: center;
    font: 700 37px/30px 'spoiler', arial;
    letter-spacing: -1px;
}

.ticketing_typeSection_body ul.ticketing_typeSection_areas li div img {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 144px;
}

@media screen and (max-width: 1180px) {
    .ticketing_typeSection_title h2 {
        font: 400 40px/40px 'spoiler', arial;
    }

    .ticketing_typeSection_titlePurchase {
        font: 400 21px/21px 'spoiler', arial;
    }

    .ticketing_typeSection_titlePurchase div {
        padding: 6px 0 0 15px;
    }

    .ticketing_typeSection_titlePurchase a {
        width: 146px;
        height: 50px;
        font: 400 40px/50px 'spoiler', arial;
    }

    .ticketing_typeSection_body h3 {
        font: 700 31px/24px 'spoiler', arial;
    }

    .ticketing_typeSection_body li div {
        font: 700 21px/21px 'spoiler', arial;
    }

    .ticketing_typeSection_body li div strong {
        font-size: 31px;
        padding-top: 5px;
    }

    .ticketing_typeSection_body ul.ticketing_typeSection_areas li div {
        font: 700 31px/26px 'spoiler', arial;
    }

    .ticketing_typeSection_body ul.ticketing_typeSection_areas li div strong {
        padding-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .ticketing_typeSection {
        padding: 36px 0 0 0;
    }

    .ticketing_typeSection_title h2 {
        font: 400 36px/36px 'spoiler', arial;
    }

    .ticketing_typeSection_titlePurchase a {
        width: 130px;
        height: 42px;
        font: 400 36px/42px 'spoiler', arial;
    }

    .ticketing_typeSection_titlePurchase div {
        padding: 0 0 0 12px;
    }

    .ticketing_typeSection_body li div {
        font: 700 18px/16px 'spoiler', arial;
    }

    .ticketing_typeSection_body li div strong {
        font-size: 28px;
    }

    .ticketing_typeSection_body ul.ticketing_typeSection_areas li div {
        font: 700 28px/26px 'spoiler', arial;
    }

    .ticketing_typeSection_body ul.ticketing_typeSection_areas li div span {
        display: block;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .ticketing_typeSection_title {
        padding: 0 8% 0 2%;
    }

    .ticketing_typeSection_title h2 {
        font: 400 36px/28px 'spoiler', arial;
    }

    .ticketing_typeSection_title h2 strong {
        display: block;
    }
}

@media screen and (max-width: 670px) {
    .ticketing_typeSection {
        padding: 24px 0 0 0;
    }

    .ticketing_typeSection_title {
        height: 72px;
    }

    .ticketing_typeSection_titlePurchase div {
        float: none;
        padding: 0 0 0 0;
    }

    .ticketing_typeSection_titlePurchase a {
        width: 110px;
        font: 400 31px/42px 'spoiler', arial;
    }

    .ticketing_typeSection_table {
        margin-right: 0;
        clear: both;
    }

    .ticketing_typeSection_body {
        float: none;
        width: auto;
        margin-right: 0;
        overflow: hidden;
        border-top: 8px solid white;
    }

    .ticketing_typeSection_body li {
        height: 80px;
    }

    .ticketing_typeSection_body ul.ticketing_typeSection_areas li {
        width: 31.33%;
    }
}

@media screen and (max-width: 640px) {
    .ticketing_typeSection_titlePurchase a {
        margin-top: 10px;
    }
}

@media screen and (max-width: 568px) {
    .ticketing_typeSection_title h2 {
        font: 400 31px/25px 'spoiler', arial;
    }
}

@media screen and (max-width: 480px) {
    .ticketing_typeSection_title {
        padding: 0 12% 0 2%;
        background-size: 12% auto;
    }

    .ticketing_typeSection_titlePurchase {
        font: 400 18px/16px 'spoiler', arial;
    }

    .ticketing_typeSection_titlePurchase div {
        position: absolute;
        left: 20px;
        padding: 0 0 0 0;
        margin: 77px 0 0 0;
        color: #38393b;
        white-space: nowrap;
    }

    .ticketing_typeSection_titlePurchase a {
        margin-top: 0;
    }
}

@media screen and (max-width: 414px) {
    .ticketing_typeSection_title {
        padding: 0 15% 0 4%;
        background-size: 15% auto;
    }

    .ticketing_typeSection_title h2 {
        font: 400 26px/22px 'spoiler', arial;
    }

    .ticketing_typeSection_titlePurchase a {
        width: 100px;
        height: 36px;
        font: 400 28px/36px 'spoiler', arial;
    }

    .ticketing_typeSection_titlePurchase div {
        margin: 72px 0 0 0;
    }

    .ticketing_typeSection_body ul.ticketing_typeSection_areas li {
        width: 48%;
    }
}

/* trip choosing */
.tripChoosing {
    padding: 0 0 0 0;
}

.tripChoosing_title {
    padding: 58px 0 10px 0;
    font: 700 60px/54px 'spoiler', arial;
    text-align: center;
    /*background: url(../images/trip_title.png) center bottom no-repeat;*/
    background-size: 290px auto;
}

.tripChoosing_title span {
    display: block;
    font: 400 25px/50px 'spoiler', arial;
    padding: 0 0 20px 0;
}

.tripChoosing_gallery {
    padding: 18px 45px 0;
    margin-bottom: 40px;
}

.tripChoosing_gallery .slides li {
    padding: 0 0 12px;
}

.tripChoosing_gallery a.tripChoosing_galleryItem {
    display: block;
    position: relative;
    text-decoration: none;
    color: white;
    margin: 0 10px;
}

.tripChoosing_galleryImage {
    display: block;
}

.tripChoosing_galleryImage img {
    display: block;
    width: 100%;
}

.tripChoosing_galleryText {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryTitle {
    display: table;
    width: 100%;
    height: 52px;
    background-color: #f15b22;
    font: 400 24px/21px 'spoiler', arial;
}

.tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryTitle span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 10%;
}

.tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryExtended {
    display: none;
    background-color: #bf1e2e;
    text-align: center;
    padding: 24px 10% 20px;
}

/* display: none; min-height: 160px;*/
.tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryExtended strong {
    display: block;
    font: 400 24px/21px 'spoiler', arial;
    padding: 0 0 6px 0;
}

.tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryExtended B {
    display: block;
    font: 700 19px/20px 'spoiler', arial;
    padding: 0 0 5px 0;
}

.tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryExtended span {
    display: block;
    font: 400 19px/20px 'spoiler', arial;
    padding: 0 0 0 0;
}

.tripChoosing_gallery a.tripChoosing_galleryItem_active .tripChoosing_galleryTitle {
    display: none;
}

.tripChoosing_gallery a.tripChoosing_galleryItem_active .tripChoosing_galleryExtended {
    display: block;
}

.tripChoosing_gallery a.tripChoosing_galleryItem_active:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #bf1e2e;
}

.SharedExperience_gallery {
    padding: 18px 45px 0;
}

.SharedExperience {
    background-color: #f0f0f0;
    margin: 10px;
}

.SharedExperience strong {
    display: block;
    height: 92px;
    padding: 21px 29% 0 0;
    color: white;
    background: #bf1e2e url(../images/shared_experience_quote.png) right 7.5% center no-repeat;
    background-size: 17% auto;
    font: 700 24px/21px 'spoiler', arial;
}

.SharedExperience_gallery li:nth-child(odd) .SharedExperience strong {
    background-color: #f15b22;
}

.SharedExperience P {
    font: 400 19px/20px 'spoiler', arial;
    padding: 16px 7.5% 24px;
    box-sizing: content-box;
}

.SharedExperience_form {
    background-color: #38393b;
    color: white;
    font: 700 24px/21px 'spoiler', arial;
    padding: 0 7.5% 0;
    margin: 10px;
}

.SharedExperience_form_error {
    font-size: 15px;
    /*color: #ff2828;*/
    color: #ffffff;
    display: none;
}
    .SharedExperience_form_error span {
        display: none;
    }

.SharedExperience_form_error.show {
    display: block;
}

.SharedExperience_form .sent {
    display: none;
    padding: 40% 0 20%;
}

.SharedExperience_form strong {
    display: block;
    padding-top: 26px;
}

.SharedExperience_form ul {
    padding-top: 5px;
}

.SharedExperience_form p {
    padding: 10px 0 10px;
    font-size: 15px;
    color: #fff;
}

.SharedExperience_gallery li .SharedExperience_form li {
    float: none;
    padding: 5px 0 0 0;
    width: auto;
}

.SharedExperience_form li input {
    background-color: #38393b;
    color: white;
    width: 100%;
    height: 26px;
    text-indent: 5px;
    padding: 0;
    margin: 0;
    border: 1px solid white;
    font: 400 19px 'spoiler', arial;
}

.SharedExperience_form textarea {
    background-color: #38393b;
    color: white;
    width: 100%;
    height: 105px;
    padding: 3px 5px 0 5px;
    margin: 0;
    border: 1px solid white;
    font: 400 19px/19px 'spoiler', arial;
}

.SharedExperience_form li.SharedExperience_submit {
    padding: 13px 0 0 0;
}

.SharedExperience_form li.SharedExperience_submit input {
    border: 0;
    background-color: #ffffff;
    /*color: #bf1e2e;*/
    color: #67000a;
    font: 700 18px/20px 'spoiler', arial;
}

.SharedExperience_form li.SharedExperience_submit input:hover,
.SharedExperience_form li.SharedExperience_submit input:focus {
    background-color: #bf1e2e;
    color: #ffffff;
}

.SharedExperience_form li input.error,
.SharedExperience_form li textarea.error {
    border-color: #bf1e2e;
}

.SharedExperience_form li p {
    padding: 0;
}

.SharedExperience_form li *::-webkit-input-placeholder {
    color: white !important;
    opacity: 1;
}

.SharedExperience_form li *:-moz-placeholder {
    color: white !important;
    opacity: 1;
}

.SharedExperience_form li *::-moz-placeholder {
    color: white !important;
    opacity: 1;
}

.SharedExperience_form li *:-ms-input-placeholder {
    color: white !important;
    opacity: 1;
}

.tripChoosing_chosenTrips {
    padding: 0 55px 0 55px;
    position: relative;
}

.tripChoosing_chosenTrip {
    display: none;
    padding: 0 0 0 34%;
    min-height: 760px;
}

.tripChoosing_chosenTitle {
    color: #bf1e2e;
    font: 700 60px/54px 'spoiler', arial;
}

.tripChoosing_chosenText {
    font: 400 18px/24px 'spoiler', arial;
    padding: 12px 0 0 0;
    /*width: 87%;*/
}

.tripChoosing_Content {
    /*padding: 0 0 0 34%;*/
    padding: 0;
    width: 100%;
    margin-top: 50px;
    position: relative;
}

.tripChoosing_map {
    position: absolute;
    width: 32%;
    height: 100%;
    max-height: 760px;
    top: 0;
    left: 0;
}
    .tripChoosing_map #map {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

@media(max-width: 768px) {
    .tripChoosing_Content {
        width: 100%;
        padding: 0;
    }

    .tripChoosing_map {
        width: 100%;
        height: 320px;
        position: relative;
    }
    .tripChoosing_chosenTrip {
        padding: 0 0 0 0;
    }
}

.tripChoosing_Path {
    padding: 0 35px 0;
    margin-right: -35px;
    position: relative;
}

.tripChoosing_Path a.tripChoosing_PathLeft {
    position: absolute;
    top: 50%;
    left: 0;
    width: 35px;
    height: 36px;
    font-size: 0;
    margin-top: -24px;
    background: url(../images/path_left.png) center 4px repeat-y;
    background-size: 19px auto;
}

.tripChoosing_Path a.tripChoosing_PathRight {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 35px;
    height: 36px;
    font-size: 0;
    margin-top: -24px;
    background: url(../images/path_right.png) center 4px repeat-y;
    background-size: 19px auto;
}

.tripChoosing_Path a.tripChoosing_PathLeft:hover, .tripChoosing_Path a.tripChoosing_PathRight:hover {
    background-position: center 54px;
}

.tripChoosing_PathOverflow {
    overflow: hidden;
    padding: 0;
    height: 90px;
    position: relative;
}

.tripChoosing_PathSlider {
    display: table;
    table-layout: fixed;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.tripChoosing_PathStop {
    display: table-cell;
    width: 78px;
    height: 78px;
    border-radius: 39px;
    background-color: #38393b;
    font: 700 25px/20px 'spoiler', arial;
    color: white;
    text-align: center;
    float: right;
    vertical-align: middle;
}

.tripChoosing_PathStop.current {
    background-color: #bf1e2e;
}

.tripChoosing_PathStop img {
    width: 75%;
    max-width: 32px;
}

.tripChoosing_PathStop a {
    color: white;
    text-decoration: none;
    display: table;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.tripChoosing_PathStop a span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.tripChoosing_PathTransit {
    display: table-cell;
    padding: 0;
    text-align: center;
    vertical-align: top;
    background: url(../images/path_dotted_line.png) left center repeat-x;
    background-size: auto 5px;
    font: 400 15px/12px 'spoiler', arial;
}

.tripChoosing_PathTransit img {
    display: block;
    margin: 6px auto 0;
    width: 60%;
    max-width: 35px;
}

.tripChoosing_PathTransit strong {
    display: block;
    padding: 20px 10px 0;
}

.tripChoosing_details {
    padding: 33px 0 0 0;
}

.tripChoosing_detailsTitle {
    padding: 0 0 3px 0;
    font: 700 36px/32px 'spoiler', arial;
    color: #bf1e2e;
}

.tripChoosing_detailsSection {
    padding: 7px 0 0 0;
}

a.tripChoosing_detailsSection_title {
    position: relative;
    display: block;
    padding: 10px 3.6% 11px 3.6%;
    background-color: #bf1e2e;
    font: 300 36px/32px 'spoiler', arial;
    color: #bf1e2e;
    color: white;
    text-decoration: none;
}

a.tripChoosing_detailsSection_title strong {
    display: inline-block;
    font-weight: 700;
}

a.tripChoosing_detailsSection_title strong:after {
    content: '|';
    display: inline-block;
    width: 32px;
    text-align: center;
}

a.tripChoosing_detailsSection_title:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -5px;
    border: 9px solid transparent;
    border-top-color: white;
}

.tripChoosing_detailsSection_body {
    padding: 29px 3.6% 27px 3.6%;
    background-color: #f0f0f0;
    overflow: hidden;
}

.tripChoosing_detailsSection_text {
    float: right;
    width: 55%;
    padding: 0 0 0 8%;
}

.tripChoosing_detailsSection_parag {
    padding: 0 0 0 0;
    font: 700 24px/30px 'spoiler', arial;
}

.tripChoosing_detailsSection_parag P {
    display: inline;
}

.tripChoosing_detailsSection_parag P.paragMore {
    display: none;
}

.tripChoosing_detailsSection_parag a {
    color: #bf1e2e;
    white-space: nowrap;
}

.tripChoosing_detailsSection_parag a:after {
    content: ' >';
}

.tripChoosing_detailsSection_parag P.paragMore a:after {
    content: "\00d7";
    display: inline-block;
    vertical-align: middle;
    padding-right: 2px;
}

.tripChoosing_detailsSection_text ul {
    font: 400 19px/15px 'spoiler', arial;
    padding: 24px 0 0 0;
}

.tripChoosing_detailsSection_text li {
    padding: 0 24px 13px 0;
    min-height: 17px;
}

.tripChoosing_detailsSection_text li.tripChoosing_detailsWeb {
    background: url(../images/path_web.png) right top no-repeat;
    background-size: 16px auto;
}

.tripChoosing_detailsSection_text li.tripChoosing_detailsLocation {
    background: url(../images/path_loc.png) right top no-repeat;
    background-size: 16px auto;
}

.tripChoosing_detailsSection_text li.tripChoosing_detailsParking {
    background: url(../images/path_parking.png) right top no-repeat;
    background-size: 16px auto;
}

.tripChoosing_detailsSection_text li.tripChoosing_detailsTime {
    background: url(../images/path_time.png) right top no-repeat;
    background-size: 16px auto;
}

.tripChoosing_detailsSection_text li.tripChoosing_detailsPhone {
    background: url(../images/path_phone.png) right top no-repeat;
    background-size: 16px auto;
}

.tripChoosing_detailsSection_gallery {
    float: left;
    max-width: 310px;
    width: 45%;
    padding: 0 0 0 0;
}

.tripChoosing_detailsSection_gallery img {
    display: block;
    width: 100%;
}

.tripChoosing_detailsSection_gallery ul {
    padding-top: 3px;
    margin-right: -4px;
}

.tripChoosing_detailsSection_gallery li {
    float: right;
    width: 20%;
    padding: 4px 4px 0 0;
}

.tripChoosing_detailsSection_gallery li a {
    display: block;
    text-decoration: none;
}

.tripChoosing_detailsSection.active a.tripChoosing_detailsSection_title {
    cursor: default;
}

.tripChoosing_detailsSection.active a.tripChoosing_detailsSection_title:after {
    margin-top: -14px;
    border: 9px solid transparent;
    border-bottom-color: white;
}

.tripChoosing_gallery a.tripChoosing_galleryItem:focus {
    outline: 2px dashed #bf1e2e;
}

.station_sites {
    display: none;
}
.station_sites.active {
    display: block;
}

@media screen and (max-width: 1024px) {
    .tripChoosing_title {
        padding: 50px 0 10px 0;
    }

    .tripChoosing_chosenTrips {
        padding: 0 55px 0 55px;
    }

    .tripChoosing_gallery {
        margin-bottom: 24px;
    }

    .tripChoosing_Content {
        margin-top: 32px;
    }

    .tripChoosing_details {
        padding: 24px 0 0 0;
    }

    .tripChoosing_chosenTitle {
        font: 700 50px/44px 'spoiler', arial;
    }

    .tripChoosing_chosenText {
        font: 400 18px/20px 'spoiler', arial;
        padding: 8px 0 0 0;
    }

    a.tripChoosing_detailsSection_title {
        padding: 10px 3% 11px 3%;
    }

    .tripChoosing_detailsSection_body {
        padding: 21px 3% 14px 3%;
    }

    .tripChoosing_detailsSection_text {
        padding: 0 0 0 2.5%;
    }

    .tripChoosing_detailsSection_parag {
        font: 700 21px/21px 'spoiler', arial;
    }
}

@media screen and (max-width: 870px) {
    .tripChoosing_title {
        font: 700 50px/48px 'spoiler', arial;
    }

    .tripChoosing_gallery {
        padding: 18px 30px 0;
    }

    .tripChoosing_gallery .flex-direction-nav a {
        width: 30px;
    }

    .tripChoosing_gallery .flex-direction-nav .flex-prev,
    .tripChoosing_gallery .flexslider:hover .flex-direction-nav .flex-prev {
        right: -30px;
    }

    .tripChoosing_gallery .flex-direction-nav .flex-next,
    .tripChoosing_gallery .flexslider:hover .flex-direction-nav .flex-next {
        left: -30px;
    }

    .tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryTitle {
        font: 700 21px/18px 'spoiler', arial;
    }

    .tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryTitle span {
        padding: 0 6%;
    }

    .tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryExtended {
        padding: 14px 6% 14px;
    }

    .tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryExtended strong {
        font: 700 21px/18px 'spoiler', arial;
        padding: 0 0 4px 0;
    }

    .tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryExtended B {
        font: 700 17px/17px 'spoiler', arial;
        padding: 0 0 4px 0;
    }

    .tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryExtended span {
        font: 400 17px/17px 'spoiler', arial;
    }

    .tripChoosing_chosenTrips {
        padding: 0 40px 0 40px;
    }

    .tripChoosing_chosenTitle {
        font: 700 42px/36px 'spoiler', arial;
    }

    .tripChoosing_Content {
        margin-top: 24px;
    }

    .tripChoosing_detailsTitle {
        font: 700 32px/28px 'spoiler', arial;
    }

    a.tripChoosing_detailsSection_title {
        font: 300 32px/28px 'spoiler', arial;
    }

    .tripChoosing_detailsSection_gallery li {
        width: 25%;
    }

    .SharedExperience_gallery {
        padding: 18px 30px 0;
    }

    .SharedExperience_gallery .flex-direction-nav a {
        width: 30px;
    }

    .SharedExperience_gallery .flex-direction-nav .flex-prev,
    .SharedExperience_gallery .flexslider:hover .flex-direction-nav .flex-prev {
        right: -30px;
    }

    .SharedExperience_gallery .flex-direction-nav .flex-next,
    .SharedExperience_gallery .flexslider:hover .flex-direction-nav .flex-next {
        left: -30px;
    }
}

@media screen and (max-width: 768px) {
    .tripChoosing_title {
        padding: 50px 0 10px 0;
        font: 700 42px/40px 'spoiler', arial;
        background-size: 240px auto;
    }

    .tripChoosing_chosenText {
        width: auto;
    }

    .tripChoosing_detailsSection_body {
        padding: 14px 3% 14px 3%;
    }

    .tripChoosing_detailsSection_text {
        float: none;
        padding: 0;
        width: auto;
    }

    .tripChoosing_detailsSection_text ul {
        float: right;
        width: 50%;
        padding: 6px 0 0 0;
    }

    .tripChoosing_detailsSection_parag {
        font: 700 19px/20px 'spoiler', arial;
        padding: 0 0 12px 0;
    }

    .tripChoosing_detailsTitle {
        font: 700 28px/24px 'spoiler', arial;
    }

    a.tripChoosing_detailsSection_title {
        font: 300 28px/24px 'spoiler', arial;
    }
}

@media screen and (max-width: 670px) {
    .tripChoosing_title {
        padding: 32px 0 10px 0;
        font: 700 36px/30px 'spoiler', arial;
    }

    .tripChoosing_title span {
        padding: 6px 0 8px;
    }

    .tripChoosing_gallery {
        padding: 18px 0 0;
        margin: 0 -6px;
    }

    .tripChoosing_gallery .flex-direction-nav a {
        display: block;
        margin: -60px 0 0 0;
        top: 0;
    }

    .tripChoosing_gallery .flex-direction-nav .flex-prev,
    .tripChoosing_gallery .flexslider:hover .flex-direction-nav .flex-prev {
        right: 10px;
    }

    .tripChoosing_gallery .flex-direction-nav .flex-next,
    .tripChoosing_gallery .flexslider:hover .flex-direction-nav .flex-next {
        left: 10px;
    }

    .tripChoosing_gallery a.tripChoosing_galleryItem {
        margin: 0 6px;
    }

    .tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryTitle span {
        padding: 0 3.5%;
    }

    .tripChoosing_gallery a.tripChoosing_galleryItem .tripChoosing_galleryExtended {
        padding: 14px 3.5% 14px;
    }

    .tripChoosing_chosenTrips {
        padding: 0 0 0 0;
    }

    .tripChoosing_Content {
        float: none;
        width: auto;
        padding: 0 0 0 0;
    }

    .tripChoosing_Path {
        padding: 0 0 36px;
        margin-top: 32px;
        margin-right: 0;
    }

    .tripChoosing_Path a.tripChoosing_PathLeft {
        top: 100%;
        left: 30%;
        margin-top: -36px;
        display: block !important;
    }

    .tripChoosing_Path a.tripChoosing_PathRight {
        top: 100%;
        right: 30%;
        margin-top: -36px;
        display: block !important;
        opacity: 0.25;
    }

    .tripChoosing_Path:after {
        position: absolute;
        left: 36%;
        top: 100%;
        width: 28%;
        content: '';
        height: 5px;
        background-color: #f0f0f0;
        margin-top: -20px;
    }

    .tripChoosing_details {
        padding: 32px 0 0 0;
    }

    .tripChoosing_detailsSection_parag {
        padding: 0 0 18px 0;
    }

    .SharedExperience_gallery {
        padding: 18px 0 0;
        margin: 0 -6px;
    }

    .SharedExperience_form, .SharedExperience {
        margin: 6px;
    }

    .SharedExperience_gallery .flex-direction-nav a {
        display: block;
        margin: -60px 0 0 0;
        top: 0;
    }

    .SharedExperience_gallery .flex-direction-nav .flex-prev,
    .SharedExperience_gallery .flexslider:hover .flex-direction-nav .flex-prev {
        right: 10px;
    }

    .SharedExperience_gallery .flex-direction-nav .flex-next,
    .SharedExperience_gallery .flexslider:hover .flex-direction-nav .flex-next {
        left: 10px;
    }
}

@media screen and (max-width: 480px) {
    .tripChoosing_title {
        padding: 24px 0 10px 0;
        font: 700 32px/30px 'spoiler', arial;
    }

    .tripChoosing_detailsSection_gallery li {
        width: 33.33%;
    }

    .tripChoosing_chosenTitle {
        font: 700 36px/32px 'spoiler', arial;
    }

    .tripChoosing_Path:after {
        left: 38%;
        width: 24%;
    }
}

@media screen and (max-width: 414px) {
    .tripChoosing_title {
        padding: 24px 0 10px 0;
        font: 700 28px/25px 'spoiler', arial;
    }

    .tripChoosing_detailsSection_text ul {
        float: none;
        width: auto;
        padding: 0;
    }

    .tripChoosing_detailsSection_gallery {
        float: none;
        max-width: 310px;
        width: auto;
        padding: 8px 0 0 0;
    }

    .tripChoosing_detailsSection_gallery li {
        width: 20%;
    }
}

@media screen and (max-width: 375px) {
    .tripChoosing_chosenTitle {
        font: 700 32px/28px 'spoiler', arial;
    }

    .tripChoosing_detailsTitle {
        font: 700 24px/21px 'spoiler', arial;
    }

    a.tripChoosing_detailsSection_title {
        font: 300 24px/21px 'spoiler', arial;
    }

    .tripChoosing_gallery .flex-direction-nav .flex-prev,
    .tripChoosing_gallery .flexslider:hover .flex-direction-nav .flex-prev {
        right: 0;
    }

    .tripChoosing_gallery .flex-direction-nav .flex-next,
    .tripChoosing_gallery .flexslider:hover .flex-direction-nav .flex-next {
        left: 0;
    }

    .SharedExperience_gallery .flex-direction-nav .flex-prev,
    .SharedExperience_gallery .flexslider:hover .flex-direction-nav .flex-prev {
        right: 0;
    }

    .SharedExperience_gallery .flex-direction-nav .flex-next,
    .SharedExperience_gallery .flexslider:hover .flex-direction-nav .flex-next {
        left: 0;
    }

    .tripChoosing_Path:after {
        left: 28%;
        width: 44%;
    }

    .tripChoosing_Path a.tripChoosing_PathLeft {
        left: 15%;
    }

    .tripChoosing_Path a.tripChoosing_PathRight {
        right: 15%;
    }
}

/* support */
.support_faq {
    padding: 0 0 0 0;
}

.support_faq_title {
    padding: 58px 0 38px 0;
    font: 700 60px/54px 'spoiler', arial;
    text-align: center;
    position: relative;
}

.support_faq_title:before {
    /*content: '';*/
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: 16px;
    margin-left: -165px;
    width: 330px;
    height: 5px;
    background-color: #f0f0f0;
}

.support_faq_title:after {
    /*content: '';*/
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: white url(../images/faq_question_title_icon.png) center top no-repeat;
    background-size: 28px auto;
}

.support_faqList {
    overflow: hidden;
    padding: 21px 0 0 0;
    margin-right: -5%;
}

.support_faqList ul {
    float: right;
    width: 50%;
    padding: 0 5% 0 0;
}

.support_faqList li {
    margin: 0 0 10px 0;
    min-height: 52px;
    position: relative;
    padding-left: 58px;
}

.support_faqList li a {
    display: table;
    width: 100%;
    height: 52px;
    text-decoration: none;
    background-color: #f0f0f0;
    color: #38393b;
    font: 300 24px/21px 'spoiler', arial;
}

.support_faqList li a strong {
    display: table-cell;
    font: inherit;
    vertical-align: middle;
    padding: 7px 3.2% 7px 3.2%;
}

.support_faqList li:after {
    content: '>';
    position: absolute;
    left: 0;
    top: 0;
    font: 300 64px/52px 'spoiler', arial;
    text-align: center;
    width: 58px;
    height: 100%;
    background-color: #bf1e2e;
    color: #ffffff;
}

.support_faqList li a:hover, .support_faqList li a:focus {
    color: #bf1e2e;
}

.support_faqAnswer {
    padding: 21px 0 0 0;
    display: none;
}

.support_faqAnswer_title {
    background-color: #bf1e2e;
    color: #ffffff;
    padding: 0 1.6% 0 120px;
    min-height: 50px;
    position: relative;
}
.support_faqAnswer_title:after {
    clear: both;
    content: '';
    display: block;
}
.support_faqAnswer_title strong {
    font: 700 30px/50px 'spoiler', arial;
    float: right;
}

.support_faqAnswer_title a {
    font: 400 25px/50px 'spoiler', arial;
    color: white;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 1.6%;
}

.support_faqAnswer_title a:after {
    content: ' >';
}

.support_faqAnswer_title a:hover, .support_faqAnswer_title a:focus {
    text-decoration: underline;
}

.support_faqAnswer_body {
    background-color: #f0f0f0;
    padding: 14px 1.6% 38px 1.6%;
    font: 400 19px/24px 'spoiler', arial;
}

.support_faqAnswer_paging {
    min-height: 34px;
    background-color: #e3e3e3;
    padding: 0 1.6% 0 1.6%;
}

.support_faqAnswer_paging a {
    color: #bf1e2e;
    display: inline-block;
    text-decoration: none;
    font: 400 21px/34px 'spoiler', arial;
}

.support_faqAnswer_paging a.support_faqAnswer_pagingRight {
    float: right;
    max-width: 210px;
    width: 45%;
    padding: 0 20px 0 0;
    background: url(../images/path_right.png) right 39px repeat-y;
    background-size: 12px auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support_faqAnswer_paging a.support_faqAnswer_pagingLeft {
    float: left;
    text-align: left;
    max-width: 210px;
    width: 45%;
    padding: 0 0 0 20px;
    background: url(../images/path_left.png) left 39px repeat-y;
    background-size: 12px auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support_faqAnswer_paging a.support_faqAnswer_pagingRight:hover,
.support_faqAnswer_paging a.support_faqAnswer_pagingRight:focus {
    background-position: right 7px;
    color: #38393b;
}

.support_faqAnswer_paging a.support_faqAnswer_pagingLeft:hover,
.support_faqAnswer_paging a.support_faqAnswer_pagingLeft:focus {
    background-position: left 7px;
    color: #38393b;
}

.support_faqIcons {
    padding: 100px 0 0 0;
}

.support_faqIcons ul {
    overflow: hidden;
}

.support_faqIcons li {
    float: right;
    width: 12.5%;
}

.support_faqIcons li.current_active_faq {
    background: #f15b22 !important;
}

.support_faqIcons li.support_faqIcons_black {
    background-color: #38393b;
}

.support_faqIcons li.support_faqIcons_orange {
    background-color: #f15b22;
}

.support_faqIcons li.support_faqIcons_red {
    background-color: #bf1e2e;
}

.support_faqIcons li a {
    display: block;
    height: 124px;
    font: 400 25px/21px 'spoiler', arial;
    color: white;
    text-align: center;
    padding: 80px 7px 0;
}

.support_faqIcons li a.support_faqIcons_keys {
    background: url(../images/faq_keys_icon.png) center 16px no-repeat;
    background-size: 52px auto;
}

.support_faqIcons li a.support_faqIcons_question {
    background: url(../images/faq_question_icon.png) center 16px no-repeat;
    background-size: 52px auto;
}

.support_faqIcons li a.support_faqIcons_pencil {
    background: url(../images/faq_pencil_icon.png) center 16px no-repeat;
    background-size: 52px auto;
}

.support_faqIcons li a.support_faqIcons_doc {
    background: url(../images/faq_doc_icon.png) center 16px no-repeat;
    background-size: 52px auto;
}

.support_contact {
    padding: 44px 0 0 0;
}

.support_contact_title {
    padding: 58px 0 43px 0;
    font: 700 60px/54px 'spoiler', arial;
    text-align: center;
    position: relative;
}

/*.support_contact_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: 21px;
    margin-left: -165px;
    width: 330px;
    height: 5px;
    background-color: #f0f0f0;
}

.support_contact_title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    display: block;
    width: 80px;
    height: 40px;
    background: white url(../images/faq_chat_title_icon.png) center top no-repeat;
    background-size: 50px auto;
}*/

.support_contact_banners {
    margin: 0 -12px;
    padding-top: 12px;
}

.support_contact_bannerTable {
    display: table;
    width: 100%;
    height: 206px;
    border-collapse: separate;
    border-spacing: 12px;
}

.support_contact_item {
    display: table-cell;
    background-color: #f0f0f0;
    padding: 10px 2%;
    vertical-align: top;
    text-align: right;
    width: 50%;
    max-width: 50%;
}

.support_contact_itemText {
    display: inline-block;
    padding: 0 90px 0 0;
    width: 100%;
}

.support_contact_item01 .support_contact_itemText {
    background: url(../images/support_contact01.png) right top no-repeat;
    background-size: 68px auto;
}

.support_contact_item02 .support_contact_itemText {
    background: url(../images/support_contact02.png) right top no-repeat;
    background-size: 68px auto;
}

.support_contact_itemText strong {
    display: block;
    font: 700 36px/30px 'spoiler', arial;
    color: #bf1e2e;
    padding: 0 0 0 0;
}

.support_contact_itemText P {
    /*font: 400 25px/24px 'spoiler', arial;*/
    padding: 11px 0 0 0;
}

.support_contact_itemText label {
    display: inline-block;
    width: 30px;
    text-align: center;
    font: 700 24px/24px 'spoiler', arial;
}

.support_contact_itemText a {
    display: inline-block;
    font: 700 44px/40px 'spoiler', arial;
    color: #bf1e2e;
}

.support_contact_itemText a.support_contactStar {
    position: relative;
    padding: 0 0 0 20px;
}

.support_contact_itemText a B {
    position: absolute;
    top: 21px;
    line-height: 21px;
}

.support_contact_timeTitle {
    font: 700 24px/24px 'spoiler', arial;
    color: #bf1e2e;
    padding-bottom: 3px;
}

.support_contact_itemText ul {
    font: 400 24px/21px 'spoiler', arial;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

.support_contact_itemText li {
    display: table-row;
}

.support_contact_itemText ul span {
    display: table-cell;
    width: 144px;
    padding: 3px 0 0 0;
}

.support_contact_itemText ul div {
    display: table-cell;
    padding: 3px 0 0 0;
}

.support_contactForm {
    padding: 0 0 0 0;
}

.support_contactForm_title {
    padding: 58px 0 43px 0;
    font: 700 60px/54px 'spoiler', arial;
    text-align: center;
    position: relative;
}

/*.support_contactForm_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: 21px;
    margin-left: -165px;
    width: 330px;
    height: 5px;
    background-color: #f0f0f0;
}

.support_contactForm_title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    display: block;
    width: 50px;
    height: 42px;
    background: white url(../images/contact_form_icon.png) center top no-repeat;
    background-size: 36px auto;
}*/

.support_contactForm_frame {
    background-color: #f0f0f0;
    padding: 48px 2.56% 52px 2.56%;
    margin-top: 15px;
    overflow: hidden;
}

.support_contactForm_frame P {
    /*font: 400 25px/25px 'spoiler', arial;*/
    padding: 0 0 0 0;
}

.support_contactForm_redText {
    font: 400 25px/25px 'spoiler', arial;
    padding: 7px 0 0 0;
    color: #bf1e2e;
}

.support_contactForm_frame ul {
    padding: 0;
    margin: 18px -5% 0 0;
    overflow: hidden;
}

.support_contactForm_frame li {
    float: right;
    width: 50%;
    padding: 15px 5% 0 0;
}

.support_contactForm_frame li:nth-child(odd) {
    clear: right;
}

.support_contactForm_frame li.support_contactForm_full {
    float: none;
    width: auto;
}

.support_contactForm_frame label.support_contactForm_label,
.support_contactForm_frame h3.support_contactForm_label {
    display: block;
    font: 300 26px/26px 'spoiler', arial;
    padding: 0 0 2px 0;
}

.support_contactForm_field {
    padding: 0 0 0 0;
}

.support_contactForm_field input[type="text"], .support_contactForm_field input[type="tel"] {
    border: 0;
    width: 100%;
    height: 40px;
    background-color: white;
    border-radius: 5px;
    text-indent: 12px;
    color: #38393b;
    font: 300 24px 'spoiler', arial;
}

.support_contactForm_field textarea {
    border: 0;
    width: 100%;
    height: 112px;
    background-color: white;
    border-radius: 5px;
    text-indent: 12px;
    color: #38393b;
    font: 300 24px/40px 'spoiler', arial;
}

.support_contactForm_frame ul .support_contactForm_field ul {
    margin: 0 -1px 0 0;
}

.support_contactForm_frame ul .support_contactForm_field li {
    float: right;
    padding: 0 1px 0 0;
    width: 33.33%;
}

.support_contactForm_frame ul .support_contactForm_field li:nth-child(odd) {
    clear: none;
}

.support_contactForm_frame ul .support_contactForm_field li label {
    display: block;
    position: relative;
    cursor: pointer;
}

.support_contactForm_frame ul .support_contactForm_field li label input {
    position: absolute;
    opacity: 0;
}

.support_contactForm_frame ul .support_contactForm_field li label span {
    display: block;
    height: 40px;
    background-color: white;
    text-align: center;
    font: 300 24px/40px 'spoiler', arial;
    letter-spacing: -0.5px;
    color: #38393b;
}

.support_contactForm_frame ul .support_contactForm_field li label input:checked + span {
    background-color: #bf1e2e;
    color: #ffffff;
}

.support_contactForm_frame ul .support_contactForm_field li label input:focus + span {
    outline: 1px dashed #f15b22;
}

.support_contactForm_frame ul .support_contactForm_field li:nth-child(1) label span {
    border-radius: 0 5px 5px 0;
}

.support_contactForm_frame ul .support_contactForm_field li:nth-child(3) label span {
    border-radius: 5px 0 0 5px;
}

.support_contactForm_confirm {
    float: right;
    padding: 5px 0 15px 0;
}

.support_contactForm_confirm label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font: 400 20px/20px 'spoiler', arial;
}

.support_contactForm_confirm label input {
    position: absolute;
    opacity: 0;
}

.support_contactForm_confirm label span {
    display: block;
    padding: 0 40px 0 0;
}

.support_contactForm_confirm label span:before {
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    width: 30px;
    height: 30px;
    background-color: white;
}

.support_contactForm_confirm label input:checked + span:before {
    background: white url(../images/contact_form_chk.png) center no-repeat;
    background-size: 16px auto;
}

.support_contactForm_confirm label input:focus + span {
    outline: 1px dashed #f15b22;
}

.support_contactForm_submit {
    float: left;
    padding: 24px 0 0 0;
}

.support_contactForm_submit input {
    border: 0;
    background-color: #bf1e2e;
    color: #ffffff;
    width: 125px;
    height: 50px;
    padding: 0;
    font: 300 40px 'spoiler', arial;
}

.support_contactForm_submit input:hover, .support_contactForm_submit input:focus {
    background-color: #38393b;
}

.support_atYourService {
    padding: 0;
}

.support_atYourService_title {
    padding: 58px 0 50px 0;
    font: 700 60px/54px 'spoiler', arial;
    text-align: center;
    position: relative;
}

/*.support_atYourService_title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: 24px;
    margin-left: -165px;
    width: 330px;
    height: 5px;
    background-color: #f0f0f0;
}

.support_atYourService_title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    display: block;
    width: 80px;
    height: 53px;
    background: white url(../images/atyourservice_icon.png) center top no-repeat;
    background-size: 43px auto;
}*/

.support_atYourService_banners {
    margin: 0 -12px;
    padding-top: 12px;
}

.support_atYourService_bannerTable {
    display: table;
    width: 100%;
    height: 244px;
    border-collapse: separate;
    border-spacing: 12px;
}

.support_atYourService_bigItem {
    display: table-cell;
    width: 60%;
    background-color: #f0f0f0;
    padding: 26px 2% 12px 2%;
    vertical-align: top;
    text-align: right;
    min-height: 68px;
}

.support_atYourService_bigItem .support_atYourService_text {
    display: inline-block;
    padding: 0 90px 0 0;
    background: url(../images/call_center_icon.png) right 4px no-repeat;
    background-size: 68px auto;
}

.support_atYourService_bigItem .support_atYourService_itemTitle {
    color: #bf1e2e;
    font: 700 36px/32px 'spoiler', arial;
}

.support_atYourService_bigItem strong {
    display: block;
    padding: 15px 0 0 0;
    font: 700 24px/24px 'spoiler', arial;
}

.support_atYourService_bigItem ul {
    padding: 4px 0 0 0;
    overflow: hidden;
}

.support_atYourService_bigItem li {
    padding: 0 14px 0 14px;
    float: right;
    width: 50%;
    margin-top: 6px;
    /*font: 400 18px/18px 'spoiler', arial;*/
    position: relative;
}

.support_atYourService_bigItem li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #f15b22;
    border-radius: 3px;
}

.support_atYourService_bigItem li:nth-child(odd) {
    clear: right;
}

.support_atYourService_smallItem {
    display: table-cell;
    width: 40%;
    background-color: #f0f0f0;
    padding: 26px 2.4% 12px 2.4%;
    vertical-align: top;
    text-align: right;
    min-height: 68px;
}

.support_atYourService_smallItem .support_atYourService_text {
    display: inline-block;
    padding: 0 96px 0 0;
    background: url(../images/call_center_loc_icon.png) right top no-repeat;
    background-size: 68px auto;
}

.support_atYourService_smallItem .support_atYourService_itemTitle {
    color: #bf1e2e;
    font: 700 26px/26px 'spoiler', arial;
}

.support_atYourService_smallItem strong {
    display: block;
    padding: 8px 0 0 0;
    font: 700 24px/21px 'spoiler', arial;
}

.support_atYourService_times {
    padding: 22px 0 0 0;
    font: 400 18px/24px 'spoiler', arial;
}

.support_atYourService_times B {
    display: block;
}

.support_atYourService_times span {
    display: inline-block;
    width: 87px;
}

@media screen and (max-width: 1180px) {
    .support_faqList {
        margin-right: -3%;
    }

    .support_faqList ul {
        padding: 0 3% 0 0;
    }

    .support_contact {
        padding: 0 0 0 0;
    }

    .support_contact_itemText {
        padding: 0 66px 0 0;
    }

    .support_contact_item01 .support_contact_itemText {
        background-size: 50px auto;
    }

    .support_contact_item02 .support_contact_itemText {
        background-size: 50px auto;
    }

    .support_contact_itemText strong {
        font: 700 31px/30px 'spoiler', arial;
    }

    .support_contact_itemText P {
        /*font: 400 21px/21px 'spoiler', arial;*/
        padding: 7px 0 5px 0;
    }

    .support_contact_itemText label {
        width: 24px;
        font: 700 21px/21px 'spoiler', arial;
    }

    .support_contact_itemText a {
        font: 700 36px/30px 'spoiler', arial;
    }

    .support_contact_itemText a B {
        top: 12px;
    }

    .support_contact_itemText a.support_contactStar {
        padding: 0 0 0 12px;
    }

    .support_contact_timeTitle {
        font: 700 21px/24px 'spoiler', arial;
    }

    .support_contact_itemText ul {
        font: 400 21px/21px 'spoiler', arial;
    }

    .support_contact_itemText ul span {
        width: 120px;
    }

    .support_contactForm_frame ul {
        margin: 12px -3% 0 0;
    }

    .support_contactForm_frame li {
        padding: 12px 3% 0 0;
    }

    .support_contactForm_frame P {
        /*font: 400 21px/24px 'spoiler', arial;*/
    }

    .support_contactForm_redText {
        font: 400 21px/24px 'spoiler', arial;
    }

    .support_contactForm_frame label.support_contactForm_label {
        font: 300 24px/26px 'spoiler', arial;
    }

    .support_atYourService_bigItem .support_atYourService_text {
        padding: 0 66px 0 0;
        background-size: 50px auto;
    }

    .support_atYourService_smallItem .support_atYourService_text {
        padding: 0 66px 0 0;
        background-size: 50px auto;
    }

    .support_atYourService_bigItem .support_atYourService_itemTitle {
        font: 700 31px/32px 'spoiler', arial;
    }

    .support_atYourService_bigItem strong {
        padding: 10px 0 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .support_faqList li a {
        font: 300 21px/21px 'spoiler', arial;
    }

    .support_contactForm_frame {
        padding: 28px 2.56% 28px 2.56%;
    }

    .support_contactForm_frame P BR {
        display: none;
    }

    .support_contactForm_frame ul .support_contactForm_field li label span {
        font: 300 21px/40px 'spoiler', arial;
    }

    .support_contactForm_field input[type="text"], .support_contactForm_field input[type="tel"], .support_contactForm_field textarea {
        font: 300 21px/40px 'spoiler', arial;
    }

    .support_atYourService_bannerTable {
        height: 210px;
    }

    .support_atYourService_bigItem {
        padding: 21px 2% 12px 2%;
    }

    .support_atYourService_bigItem strong {
        padding: 5px 0 0 0;
        font: 700 21px/20px "spoiler", arial;
    }

    .support_atYourService_bigItem ul {
        margin-right: -66px;
    }

    .support_atYourService_smallItem {
        padding: 21px 2% 12px 2%;
    }

    .support_atYourService_smallItem .support_atYourService_itemTitle {
        font: 700 24px/26px 'spoiler', arial;
    }

    .support_atYourService_smallItem strong {
        padding: 5px 0 0 0;
        font: 700 21px/21px 'spoiler', arial;
    }

    .support_atYourService_times {
        padding: 15px 0 0 0;
        font: 400 18px/24px 'spoiler', arial;
    }
}

@media screen and (max-width: 870px) {
    .support_faq_title {
        padding: 40px 0 40px;
        font: 700 50px/48px 'spoiler', arial;
    }

    .support_faqIcons {
        padding: 72px 0 0 0;
    }

    .support_faqIcons li a {
        font: 400 22px/17px 'spoiler', arial;
        padding: 82px 5px 0;
    }

    .support_contact_title {
        padding: 40px 0 43px 0;
        font: 700 50px/48px 'spoiler', arial;
    }

    .support_contact_itemText a {
        font: 700 31px/30px 'spoiler', arial;
    }

    .support_contact_itemText label {
        width: 20px;
    }

    .support_contactForm_title {
        padding: 40px 0 43px 0;
        font: 700 50px/48px 'spoiler', arial;
    }

    .support_contactForm_frame ul .support_contactForm_field li label span {
        font: 300 19px/40px 'spoiler', arial;
    }

    .support_contactForm_field input[type="text"], .support_contactForm_field input[type="tel"], .support_contactForm_field textarea {
        font: 300 19px/40px 'spoiler', arial;
    }

    .support_contactForm_frame label.support_contactForm_label {
        font: 300 21px/26px 'spoiler', arial;
    }

    .support_atYourService_title {
        padding: 40px 0 50px 0;
        font: 700 50px/48px 'spoiler', arial;
    }

    .support_atYourService_bigItem {
        width: 50%;
    }

    .support_atYourService_smallItem {
        width: 50%;
    }
}

@media screen and (max-width: 800px) {
    .support_faqList {
        margin-right: 0;
    }

    .support_faqList ul {
        float: none;
        width: auto;
        padding: 0 0 0 0;
    }

    .support_faqIcons li {
        width: 25%;
        border-bottom: 1px solid #ffffff;
    }
    .support_faqIcons li:not(:nth-child(4n)) {
        border-left: 1px solid #ffffff;
    }

    .support_faqIcons li:nth-child(5) {
        clear: right;
    }

    .support_contact_itemText a {
        font: 700 29px/28px 'spoiler', arial;
    }

    .support_contactForm_confirm {
        clear: both;
        float: none;
    }

    .support_contactForm_frame ul {
        margin: 18px 0 0 0;
    }

    .support_contactForm_frame li {
        float: none;
        width: auto;
        padding: 12px 0 0 0;
    }

    .support_atYourService_bigItem ul {
        margin-right: 0;
    }

    .support_atYourService_bigItem li {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 670px) {
    .support_faq_title {
        padding: 40px 0 50px 0;
        font: 700 36px/30px 'spoiler', arial;
    }

    .support_faq_title:before {
        margin-bottom: 22px;
        margin-left: -150px;
        width: 300px;
    }

    .support_faq_title:after {
        background-size: 21px auto;
    }

    .support_faqList {
        padding: 4px 0 0 0;
    }

    .support_faqAnswer_title {
        padding: 10px 1.6% 0;


    }

    .support_faqAnswer_title strong {
        font: 700 24px/30px 'spoiler', arial;
    }

    .support_faqAnswer_title a {
        float: left;
        position: relative;
        font: 400 21px/50px 'spoiler', arial;
    }

    .support_faqAnswer_body {
        padding: 12px 1.6% 24px 1.6%;
        font: 400 18px/21px 'spoiler', arial;
    }

    .support_faqAnswer_paging a {
        font: 400 18px/34px 'spoiler', arial;
    }

    .support_faqIcons {
        padding: 56px 0 0 0;
    }

    .support_contact_title {
        padding: 40px 0 48px 0;
        font: 700 36px/30px 'spoiler', arial;
    }

    .support_contact_title:before {
        margin-left: -150px;
        width: 300px;
    }

    .support_contact_banners {
        margin: 0;
        padding: 8px 0 0 0;
    }

    .support_contact_bannerTable {
        display: block;
        border-collapse: collapse;
        border-spacing: 0;
        width: auto;
        height: auto;
    }

    .support_contact_item {
        display: block;
        margin-top: 12px;
        padding: 14px 3.5%;
        width: 100%;
        max-width: 100%;
    }

    .support_contactForm_title {
        padding: 40px 0 43px 0;
        font: 700 36px/30px 'spoiler', arial;
    }

    .support_contactForm_title:before {
        margin-left: -150px;
        width: 300px;
    }

    .support_contactForm_confirm label span br {
        display: none;
    }

    .support_atYourService_title {
        padding: 40px 0 60px 0;
        font: 700 36px/30px 'spoiler', arial;
    }

    .support_atYourService_title:before {
        margin-left: -150px;
        width: 300px;
    }

    .support_atYourService_banners {
        margin: 0;
        padding: 8px 0 0 0;
    }

    .support_atYourService_bannerTable {
        display: block;
        border-collapse: collapse;
        border-spacing: 0;
        width: auto;
        height: auto;
    }

    .support_atYourService_bigItem {
        width: auto;
        display: block;
        margin-top: 12px;
        padding: 14px 3.5%;
    }

    .support_atYourService_smallItem {
        width: auto;
        display: block;
        margin-top: 12px;
        padding: 14px 3.5%;
    }

    .support_atYourService_bigItem ul {
        margin-right: 0;
    }

    .support_atYourService_bigItem li {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .support_faq_title {
        padding: 32px 0 50px;
        font: 700 32px/30px 'spoiler', arial;
    }

    .support_faqList li {
        min-height: 48px;
        padding-left: 48px;
    }

    .support_faqList li a {
        height: 48px;
        font: 300 18px/18px 'spoiler', arial;
    }

    .support_faqList li:after {
        font: 300 56px/48px 'spoiler', arial;
        width: 48px;
    }

    .support_faqIcons {
        padding: 42px 0 0 0;
    }

    .support_faqIcons li a {
        font: 400 20px/17px 'spoiler', arial;
        padding: 82px 5px 0;
    }

    .support_contact_title {
        padding: 32px 0 48px 0;
        font: 700 32px/30px 'spoiler', arial;
    }

    .support_contactForm_title {
        padding: 32px 0 48px 0;
        font: 700 32px/30px 'spoiler', arial;
    }

    .support_contactForm_frame {
        padding: 18px 2.56% 21px 2.56%;
    }

    .support_contactForm_frame ul {
        margin: 5px 0 0 0;
    }

    .support_atYourService_title {
        padding: 32px 0 50px 0;
        font: 700 32px/30px 'spoiler', arial;
    }
    .success_wrapper .success_message h1 {
        font-size: 37px;
    }
    .success_wrapper .success_message ul li {
        font-size: 20px;
    }
}

@media screen and (max-width: 375px) {
    .support_faqList li {
        min-height: 40px;
        padding-left: 40px;
        margin: 0 0 6px 0;
    }

    .support_faqList li a {
        height: 40px;
    }

    .support_faqList li:after {
        font: 300 56px/40px 'spoiler', arial;
        width: 40px;
    }

    .support_contact_itemText {
        padding: 0;
        background: none !important;
    }

    .support_contactForm_frame ul .support_contactForm_field li label span {
        font: 300 19px/17px 'spoiler', arial;
        padding: 4px 12px 0;
    }

    .support_atYourService_bigItem .support_atYourService_text {
        padding: 0 0 0 0;
        background: none !important;
    }

    .support_atYourService_smallItem .support_atYourService_text {
        padding: 0 0 0 0;
        background: none !important;
    }
}

.homeMap_text {
    width: 100%;
    color: #ff0000;
    padding: 5px;
}

/* Google Maps */
.station_labels {
    color: #fff;
}

.gmaps_stations_label {
    width: 125px;
    height: 20px;
    font-family: 'spoiler', Arial, sans-serif;

    color: #fff;
    text-align: center;
    line-height: 20px;

    font-weight: bold;
    font-size: 20px;
}

.gmaps_sites_label {
    width: 95px;
    height: 20px;
    font-family: 'spoiler', Arial, sans-serif;

    color: #353535;
    text-align: center;
    line-height: 20px;

    font-size: 15px;
}
#email.has-error {
    border:1px solid red;
}
.success_wrapper {
    background: #f0f0f0;
    padding: 58px 20px 43px 20px;
}

.success_wrapper .success_message {
    font: 700 37px/54px 'spoiler', arial;
    text-align: center;
    position: relative;
    color: #bf1e2e;
}
.success_wrapper .success_message h1 {
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 20px;
}
.success_wrapper .success_message div {
    color: #000;
    font-size: 25px;
    line-height: 1.5;
    text-align: right;
}
.success_wrapper .success_message ul li {
    line-height: 1;
    display: block;
}
.success_wrapper .success_message ul li:not(:last-of-type) {
    margin-bottom: 15px;
}
.success_wrapper .form_detail {
    margin: 20px 0;
}
.success_wrapper .form_detail li {
    font-size: 21px;
    margin-bottom: 5px;
}
.success_wrapper .form_detail li .field_title {
    font-weight: 600;
    display: inline-block;
    width: 165px;
}
.success_wrapper .form_detail li .field_value {
    color: #bf1e2e;
}
.success_wrapper .actions {
    text-align: center;
}
.success_wrapper .actions li {
    display: inline-block;
    vertical-align: top;
}
.success_wrapper .actions button {
    border: 0;
    background-color: #bf1e2e;
    color: #ffffff;
    width: 125px;
    height: 50px;
    padding: 0;
    font: 300 40px 'spoiler', arial;
    display: block;
}
.success_wrapper .actions button:hover {
    background-color: #38393b; }
.back_btn {
    display: inline-block;
    border: 0;
    background-color: #bf1e2e;
    color: #ffffff;
    padding: 10px;
    font: 300 40px 'spoiler', arial;
}
#pay .has-error {
    border: 1px solid red;
}
.google_conversion_frame {
    position: absolute;
    bottom: 0;
    left: 0;
}
.acc_div {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
/*
    New Schedule Component
 */
.rails_component {
    border-top: 2px solid white;
}
.rails_component .mobile_label {
    display: none;
}
.rails_component h2 {
    color: white;
    margin-bottom: 15px;
    font: 400 35px/35px 'spoiler', arial;
}
.rails_component .rails_fields {
    padding: 25px 0;
    background: #bf1e2e;
}
.rails_component .rails_fields .fields,
.rails_component .rails_fields .fields .fields_group .row {
    margin: 0 -10px;
    position: relative;
}
.rails_component .rails_fields .fields {
    position: relative;
    padding-left: 220px;
}
.rails_component .rails_fields .fields .search_schedule {
    top: 0;
    left: 10px;
    width: 200px;
    border: none;
    color: #f15b22;
    padding: 8px 0;
    font-size: 28px;
    font-weight: 600;
    border-radius: 0;
    position: absolute;
    background: #ffffff;
    -webkit-appearance: none;
    transition: all .3s ease;
}
.rails_component .rails_fields .fields .search_schedule:hover {
    color: #bf1e2e;
}
.rails_component .rails_fields .fields:after,
.rails_component .rails_fields .fields .fields_group .row:after {
    content: '';
    display: block;
    clear: both;
}
.rails_component .rails_fields .fields .fields_group,
.rails_component .rails_fields .fields .fields_group .row .field {
    width: 50%;
    float: right;
}
.rails_component .rails_fields .fields .fields_group,
.rails_component .rails_fields .fields .fields_group .row .field {
    padding: 0 10px;
}
.rails_component .rails_fields .fields .fields_group .row .field {
    position: relative;
}
.rails_component .rails_fields .fields .fields_group .row .field .field_error {
    right: 10px;
    top: 100%;
    color: #ffffff;
    position: absolute;
}
.rails_component .rails_fields .fields .fields_group.destination_fields .row .field:last-of-type .field_error {
    right: 30px;
}
.rails_component .rails_fields .fields .fields_group.destination_fields .row .field:first-of-type {
    padding: 0 10px 0 30px;
}
.rails_component .rails_fields .fields .fields_group.destination_fields .row .field:last-of-type {
    padding: 0 30px 0 10px;
}
.rails_component .rails_fields .fields .fields_group.destination_fields .row .exchange_fields {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 39px;
    height: 39px;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #ffffff;
}
.rails_component .rails_fields .fields .fields_group.destination_fields .row .exchange_fields i {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    position: absolute;
    background: url('../images/exchange.png') center no-repeat;
    background-size: contain;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    backface-visibility: hidden;
}
.rails_component .rails_fields .fields .fields_group.destination_fields .row .exchange_fields:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.rails_component .rails_fields .fields .fields_group .row .field {}
.rails_component .rails_fields .fields .fields_group .row .field .select2-container--default .select2-selection--single {
    border: none;
    height: auto;
    border-radius: 0;
}
.rails_component .rails_fields .fields .fields_group .row .field .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.rails_component .rails_fields .fields .fields_group .row .field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto;
}
.rails_component .rails_fields .fields .fields_group .row .field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 0;
    bottom: 0;
    left: 10px;
    width: 15px;
    height: 15px;
    border: none;
    margin: auto;
    background: url('../images/dropdown-gray.png') center no-repeat;
    background-size: contain;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.rails_component .rails_fields .fields .fields_group .row .field .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.rails_component .rails_fields .fields .fields_group .row .field .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    top: 2px;
    margin: 0 0 0 10px;
}
.select2-dropdown.rails_component_select_dropdown {
    border: none;
    line-height: 1;
    font-size: 20px;
}
.select2-container--open .select2-dropdown--below.rails_component_select_dropdown {
    border-top: 1px solid #f15b22;
}
.select2-container--default .rails_component_select_dropdown .select2-results__option--highlighted[aria-selected] {
    background: #f15b22;
}
.select2-container--default .rails_component_select_dropdown .select2-results__option {}
.rails_component .rails_results {
    font-size: 24px;
    text-align: center;
    background: #f0f0f0;
}
.rails_component .rails_results .results_header {
    padding: 10px 0;
    text-align: center;
    background: #e6e6e6;
}
.rails_component .rails_results .results_header h2 {
    color: #000000;
    margin-bottom: 0;
    font: 600 35px/35px 'spoiler', arial;
}
.rails_component .rails_results .results_body {
    padding: 20px 0;
}
.rails_component .rails_results .results_body .summary {
    margin-bottom: 15px;
}
.rails_component .rails_results .results_body .summary .station_title {
    font-weight: 600;
}
.rails_component .rails_results .results_body .times_slider {
    margin-bottom: 25px;
}
.rails_component .rails_results .results_body .times_slider .times_slider_container {
    width: 100%;
    padding: 0 40px;
    max-width: 550px;
    position: relative;
    margin: 10px auto 0 auto;
}
.rails_component .rails_results .results_body .times_slider .times_slider_container.invisible .swiper-container {
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.rails_component .rails_results .results_body .times_slider .times_slider_container .swiper-container {
    opacity: 1;
    transition: all .3s ease;
}
.rails_component .rails_results .results_body .times_slider .times_slider_container .swiper-container .swiper-slide {}
.rails_component .rails_results .results_body .times_slider .times_slider_container .swiper-container .swiper-slide a {
    width: 100%;
    color: #000;
    padding: 5px 0;
    display: block;
    cursor: default;
    font-size: 20px;
    border-radius: 5px;
    background: #e7e7e7;
    text-decoration: none;
    border: 1px solid #dddddd;
}
.rails_component .rails_results .results_body .times_slider .times_slider_container .times_slider_next,
.rails_component .rails_results .results_body .times_slider .times_slider_container .times_slider_prev {
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    cursor: pointer;
    position: absolute;
}
.rails_component .rails_results .results_body .times_slider .times_slider_container .times_slider_next.swiper-button-disabled,
.rails_component .rails_results .results_body .times_slider .times_slider_container .times_slider_prev.swiper-button-disabled {
    opacity: .3;
}
.rails_component .rails_results .results_body .times_slider .times_slider_container .times_slider_next {
    left: 0;
}
.rails_component .rails_results .results_body .times_slider .times_slider_container .times_slider_next a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../images/move-to-next.png') center no-repeat;
    background-size: contain;
}
.rails_component .rails_results .results_body .times_slider .times_slider_container .times_slider_prev {
    right: 0;
}
.rails_component .rails_results .results_body .times_slider .times_slider_container .times_slider_prev a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../images/move-to-prev.png') center no-repeat;
    background-size: contain;
}
.rails_component .rails_results .results_body .times_slider .time_between {
    display: block;
    margin-top: 10px;
}
.rails_component .rails_results .results_body .summary_station {
    font-size: 20px;
}
.rails_component .rails_results .results_body .summary_station .first_train,
.rails_component .rails_results .results_body .summary_station .last_train {
    vertical-align: top;
    display: inline-block;
}
.rails_component .rails_results .results_body .summary_station > div:not(:last-of-type):after {
    content: ' | ';
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 1024px) {
    .rails_component .mobile_label {
        top: 10px;
        right: 10px;
        width: 100px;
        display: block;
        color: #ffffff;
        font-size: 20px;
        text-align: left;
        position: absolute;
    }
    .rails_component .rails_fields .fields {
        padding: 0;
    }
    .rails_component .rails_fields .fields .fields_group,
    .rails_component .rails_fields .fields .fields_group .row .field {
        float: none;
        width: 100%;
    }
    .rails_component .rails_fields .fields .fields_group .row .field {
        position: relative;
        padding-right: 125px;
    }
    .rails_component .rails_fields .fields .fields_group,
    .rails_component .rails_fields .fields .fields_group .row .field:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .rails_component .rails_fields .fields .fields_group.destination_fields .row .field:last-of-type,
    .rails_component .rails_fields .fields .fields_group.destination_fields .row .field:first-of-type {
        padding: 0 125px 0 10px;
    }
    .rails_component .rails_fields .fields .search_schedule {
        left: auto;
        margin: auto;
        display: block;
        position: relative;
    }
    .rails_component .rails_fields .fields .fields_group.destination_fields .row .exchange_fields {
        position: relative;
        top: auto; bottom: auto;
        left: auto; right: auto;
        margin: 0 auto 20px auto;
        display: none;
    }
    .rails_component .rails_fields .fields .fields_group.destination_fields .row .field:last-of-type .field_error,
    .rails_component .rails_fields .fields .fields_group .row .field .field_error {
        top: auto;
        right: auto;
        bottom: 100%;
    }
}
@media screen and (max-width: 370px) {
    .rails_component .rails_fields .fields .fields_group .row .field,
    .rails_component .rails_fields .fields .fields_group.destination_fields .row .field:last-of-type,
    .rails_component .rails_fields .fields .fields_group.destination_fields .row .field:first-of-type {
        padding: 0 10px;
    }
    .rails_component .mobile_label {
        top: auto;
        width: auto;
        right: auto;
        text-align: right;
        position: relative;
        margin-bottom: 5px;
    }
    .rails_component .rails_fields .fields .fields_group.destination_fields .row .field:last-of-type .field_error,
    .rails_component .rails_fields .fields .fields_group .row .field .field_error {
        top: 5px;
        left: 10px;
        bottom: auto;
    }
    .rails_component .rails_results .results_body .times_slider .from_station_name {
        display: block;
    }
}
/**
    Language - Ar
**/

.lang_ar .map_link.station_5 label {
    top: 103px;
    right: 113px;
}

.lang_ar .map_link.station_6 label {
    top: 150px;
}

.lang_ar .map_link.station_17 label {
    top: 321px;
    right: 257px;
    font-size: 9px;
}

.lang_ar .map_link.station_23 label {
    right: 322px;
}

/**
    Language - En
**/

.lang_en .map_link.station_4 label {
    top: 124px;
}

.lang_en .map_link.station_12 label {
    top: 352px;
    right: 139px;
    white-space: normal;
}

.lang_en .map_link.station_14 label {
    top: 383px;
}

.lang_en .map_link.station_15 label {
    top: 361px;
}

.lang_en .map_link.station_16 label {
    top: 329px;
    right: 242px;
    white-space: normal;
}

.lang_en .map_link.station_18 label {
    top: 285px;
    right: 248px;
}

.lang_en .map_link.station_22 label {
    top: 382px;
    right: 379px;
}

.lang_en .map_link.station_23 label {
    right: 303px;
}


/**
    Loader
**/
.mobileMap .mobileMap_loader,
.homeMap .map_loader {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.mobileMap .mobileMap_loader.show,
.homeMap .map_loader.show {
    opacity: 1;
    visibility: visible;
}
    .mobileMap .mobileMap_loader:before,
    .homeMap .map_loader:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(191, 191, 191, .4);
        content: '';
    }
    .mobileMap .mobileMap_loader:after,
    .homeMap .map_loader:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url('../images/loader_spinner.gif');
        width: 22px;
        height: 22px;
        content: ''
    }

.headerPlazma_map {
    overflow: hidden;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=rtl.css.map */
