/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

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

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

input {
    line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

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

input[type='search'] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

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

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

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url(/fonts/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974);
    src: url(/fonts/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974) format('embedded-opentype'),
    url(/fonts/glyphicons-halflings-regular.woff2?be810be3a3e14c682a257d6eff341fe4) format('woff2'), url(/fonts/glyphicons-halflings-regular.woff?82b1212e45a2bc35dd731913b27ad813) format('woff'),
    url(/fonts/glyphicons-halflings-regular.ttf?4692b9ec53fd5972caa2f2372ae20d16) format('truetype'), url(/fonts/glyphicons-halflings-regular.svg?41b544c29d9ec772e81b434dabc21c7c) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: '\002a';
}

.glyphicon-plus:before {
    content: '\002b';
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: '\20ac';
}

.glyphicon-minus:before {
    content: '\2212';
}

.glyphicon-cloud:before {
    content: '\2601';
}

.glyphicon-envelope:before {
    content: '\2709';
}

.glyphicon-pencil:before {
    content: '\270f';
}

.glyphicon-glass:before {
    content: '\e001';
}

.glyphicon-music:before {
    content: '\e002';
}

.glyphicon-search:before {
    content: '\e003';
}

.glyphicon-heart:before {
    content: '\e005';
}

.glyphicon-star:before {
    content: '\e006';
}

.glyphicon-star-empty:before {
    content: '\e007';
}

.glyphicon-user:before {
    content: '\e008';
}

.glyphicon-film:before {
    content: '\e009';
}

.glyphicon-th-large:before {
    content: '\e010';
}

.glyphicon-th:before {
    content: '\e011';
}

.glyphicon-th-list:before {
    content: '\e012';
}

.glyphicon-ok:before {
    content: '\e013';
}

.glyphicon-remove:before {
    content: '\e014';
}

.glyphicon-zoom-in:before {
    content: '\e015';
}

.glyphicon-zoom-out:before {
    content: '\e016';
}

.glyphicon-off:before {
    content: '\e017';
}

.glyphicon-signal:before {
    content: '\e018';
}

.glyphicon-cog:before {
    content: '\e019';
}

.glyphicon-trash:before {
    content: '\e020';
}

.glyphicon-home:before {
    content: '\e021';
}

.glyphicon-file:before {
    content: '\e022';
}

.glyphicon-time:before {
    content: '\e023';
}

.glyphicon-road:before {
    content: '\e024';
}

.glyphicon-download-alt:before {
    content: '\e025';
}

.glyphicon-download:before {
    content: '\e026';
}

.glyphicon-upload:before {
    content: '\e027';
}

.glyphicon-inbox:before {
    content: '\e028';
}

.glyphicon-play-circle:before {
    content: '\e029';
}

.glyphicon-repeat:before {
    content: '\e030';
}

.glyphicon-refresh:before {
    content: '\e031';
}

.glyphicon-list-alt:before {
    content: '\e032';
}

.glyphicon-lock:before {
    content: '\e033';
}

.glyphicon-flag:before {
    content: '\e034';
}

.glyphicon-headphones:before {
    content: '\e035';
}

.glyphicon-volume-off:before {
    content: '\e036';
}

.glyphicon-volume-down:before {
    content: '\e037';
}

.glyphicon-volume-up:before {
    content: '\e038';
}

.glyphicon-qrcode:before {
    content: '\e039';
}

.glyphicon-barcode:before {
    content: '\e040';
}

.glyphicon-tag:before {
    content: '\e041';
}

.glyphicon-tags:before {
    content: '\e042';
}

.glyphicon-book:before {
    content: '\e043';
}

.glyphicon-bookmark:before {
    content: '\e044';
}

.glyphicon-print:before {
    content: '\e045';
}

.glyphicon-camera:before {
    content: '\e046';
}

.glyphicon-font:before {
    content: '\e047';
}

.glyphicon-bold:before {
    content: '\e048';
}

.glyphicon-italic:before {
    content: '\e049';
}

.glyphicon-text-height:before {
    content: '\e050';
}

.glyphicon-text-width:before {
    content: '\e051';
}

.glyphicon-align-left:before {
    content: '\e052';
}

.glyphicon-align-center:before {
    content: '\e053';
}

.glyphicon-align-right:before {
    content: '\e054';
}

.glyphicon-align-justify:before {
    content: '\e055';
}

.glyphicon-list:before {
    content: '\e056';
}

.glyphicon-indent-left:before {
    content: '\e057';
}

.glyphicon-indent-right:before {
    content: '\e058';
}

.glyphicon-facetime-video:before {
    content: '\e059';
}

.glyphicon-picture:before {
    content: '\e060';
}

.glyphicon-map-marker:before {
    content: '\e062';
}

.glyphicon-adjust:before {
    content: '\e063';
}

.glyphicon-tint:before {
    content: '\e064';
}

.glyphicon-edit:before {
    content: '\e065';
}

.glyphicon-share:before {
    content: '\e066';
}

.glyphicon-check:before {
    content: '\e067';
}

.glyphicon-move:before {
    content: '\e068';
}

.glyphicon-step-backward:before {
    content: '\e069';
}

.glyphicon-fast-backward:before {
    content: '\e070';
}

.glyphicon-backward:before {
    content: '\e071';
}

.glyphicon-play:before {
    content: '\e072';
}

.glyphicon-pause:before {
    content: '\e073';
}

.glyphicon-stop:before {
    content: '\e074';
}

.glyphicon-forward:before {
    content: '\e075';
}

.glyphicon-fast-forward:before {
    content: '\e076';
}

.glyphicon-step-forward:before {
    content: '\e077';
}

.glyphicon-eject:before {
    content: '\e078';
}

.glyphicon-chevron-left:before {
    content: '\e079';
}

.glyphicon-chevron-right:before {
    content: '\e080';
}

.glyphicon-plus-sign:before {
    content: '\e081';
}

.glyphicon-minus-sign:before {
    content: '\e082';
}

.glyphicon-remove-sign:before {
    content: '\e083';
}

.glyphicon-ok-sign:before {
    content: '\e084';
}

.glyphicon-question-sign:before {
    content: '\e085';
}

.glyphicon-info-sign:before {
    content: '\e086';
}

.glyphicon-screenshot:before {
    content: '\e087';
}

.glyphicon-remove-circle:before {
    content: '\e088';
}

.glyphicon-ok-circle:before {
    content: '\e089';
}

.glyphicon-ban-circle:before {
    content: '\e090';
}

.glyphicon-arrow-left:before {
    content: '\e091';
}

.glyphicon-arrow-right:before {
    content: '\e092';
}

.glyphicon-arrow-up:before {
    content: '\e093';
}

.glyphicon-arrow-down:before {
    content: '\e094';
}

.glyphicon-share-alt:before {
    content: '\e095';
}

.glyphicon-resize-full:before {
    content: '\e096';
}

.glyphicon-resize-small:before {
    content: '\e097';
}

.glyphicon-exclamation-sign:before {
    content: '\e101';
}

.glyphicon-gift:before {
    content: '\e102';
}

.glyphicon-leaf:before {
    content: '\e103';
}

.glyphicon-fire:before {
    content: '\e104';
}

.glyphicon-eye-open:before {
    content: '\e105';
}

.glyphicon-eye-close:before {
    content: '\e106';
}

.glyphicon-warning-sign:before {
    content: '\e107';
}

.glyphicon-plane:before {
    content: '\e108';
}

.glyphicon-calendar:before {
    content: '\e109';
}

.glyphicon-random:before {
    content: '\e110';
}

.glyphicon-comment:before {
    content: '\e111';
}

.glyphicon-magnet:before {
    content: '\e112';
}

.glyphicon-chevron-up:before {
    content: '\e113';
}

.glyphicon-chevron-down:before {
    content: '\e114';
}

.glyphicon-retweet:before {
    content: '\e115';
}

.glyphicon-shopping-cart:before {
    content: '\e116';
}

.glyphicon-folder-close:before {
    content: '\e117';
}

.glyphicon-folder-open:before {
    content: '\e118';
}

.glyphicon-resize-vertical:before {
    content: '\e119';
}

.glyphicon-resize-horizontal:before {
    content: '\e120';
}

.glyphicon-hdd:before {
    content: '\e121';
}

.glyphicon-bullhorn:before {
    content: '\e122';
}

.glyphicon-bell:before {
    content: '\e123';
}

.glyphicon-certificate:before {
    content: '\e124';
}

.glyphicon-thumbs-up:before {
    content: '\e125';
}

.glyphicon-thumbs-down:before {
    content: '\e126';
}

.glyphicon-hand-right:before {
    content: '\e127';
}

.glyphicon-hand-left:before {
    content: '\e128';
}

.glyphicon-hand-up:before {
    content: '\e129';
}

.glyphicon-hand-down:before {
    content: '\e130';
}

.glyphicon-circle-arrow-right:before {
    content: '\e131';
}

.glyphicon-circle-arrow-left:before {
    content: '\e132';
}

.glyphicon-circle-arrow-up:before {
    content: '\e133';
}

.glyphicon-circle-arrow-down:before {
    content: '\e134';
}

.glyphicon-globe:before {
    content: '\e135';
}

.glyphicon-wrench:before {
    content: '\e136';
}

.glyphicon-tasks:before {
    content: '\e137';
}

.glyphicon-filter:before {
    content: '\e138';
}

.glyphicon-briefcase:before {
    content: '\e139';
}

.glyphicon-fullscreen:before {
    content: '\e140';
}

.glyphicon-dashboard:before {
    content: '\e141';
}

.glyphicon-paperclip:before {
    content: '\e142';
}

.glyphicon-heart-empty:before {
    content: '\e143';
}

.glyphicon-link:before {
    content: '\e144';
}

.glyphicon-phone:before {
    content: '\e145';
}

.glyphicon-pushpin:before {
    content: '\e146';
}

.glyphicon-usd:before {
    content: '\e148';
}

.glyphicon-gbp:before {
    content: '\e149';
}

.glyphicon-sort:before {
    content: '\e150';
}

.glyphicon-sort-by-alphabet:before {
    content: '\e151';
}

.glyphicon-sort-by-alphabet-alt:before {
    content: '\e152';
}

.glyphicon-sort-by-order:before {
    content: '\e153';
}

.glyphicon-sort-by-order-alt:before {
    content: '\e154';
}

.glyphicon-sort-by-attributes:before {
    content: '\e155';
}

.glyphicon-sort-by-attributes-alt:before {
    content: '\e156';
}

.glyphicon-unchecked:before {
    content: '\e157';
}

.glyphicon-expand:before {
    content: '\e158';
}

.glyphicon-collapse-down:before {
    content: '\e159';
}

.glyphicon-collapse-up:before {
    content: '\e160';
}

.glyphicon-log-in:before {
    content: '\e161';
}

.glyphicon-flash:before {
    content: '\e162';
}

.glyphicon-log-out:before {
    content: '\e163';
}

.glyphicon-new-window:before {
    content: '\e164';
}

.glyphicon-record:before {
    content: '\e165';
}

.glyphicon-save:before {
    content: '\e166';
}

.glyphicon-open:before {
    content: '\e167';
}

.glyphicon-saved:before {
    content: '\e168';
}

.glyphicon-import:before {
    content: '\e169';
}

.glyphicon-export:before {
    content: '\e170';
}

.glyphicon-send:before {
    content: '\e171';
}

.glyphicon-floppy-disk:before {
    content: '\e172';
}

.glyphicon-floppy-saved:before {
    content: '\e173';
}

.glyphicon-floppy-remove:before {
    content: '\e174';
}

.glyphicon-floppy-save:before {
    content: '\e175';
}

.glyphicon-floppy-open:before {
    content: '\e176';
}

.glyphicon-credit-card:before {
    content: '\e177';
}

.glyphicon-transfer:before {
    content: '\e178';
}

.glyphicon-cutlery:before {
    content: '\e179';
}

.glyphicon-header:before {
    content: '\e180';
}

.glyphicon-compressed:before {
    content: '\e181';
}

.glyphicon-earphone:before {
    content: '\e182';
}

.glyphicon-phone-alt:before {
    content: '\e183';
}

.glyphicon-tower:before {
    content: '\e184';
}

.glyphicon-stats:before {
    content: '\e185';
}

.glyphicon-sd-video:before {
    content: '\e186';
}

.glyphicon-hd-video:before {
    content: '\e187';
}

.glyphicon-subtitles:before {
    content: '\e188';
}

.glyphicon-sound-stereo:before {
    content: '\e189';
}

.glyphicon-sound-dolby:before {
    content: '\e190';
}

.glyphicon-sound-5-1:before {
    content: '\e191';
}

.glyphicon-sound-6-1:before {
    content: '\e192';
}

.glyphicon-sound-7-1:before {
    content: '\e193';
}

.glyphicon-copyright-mark:before {
    content: '\e194';
}

.glyphicon-registration-mark:before {
    content: '\e195';
}

.glyphicon-cloud-download:before {
    content: '\e197';
}

.glyphicon-cloud-upload:before {
    content: '\e198';
}

.glyphicon-tree-conifer:before {
    content: '\e199';
}

.glyphicon-tree-deciduous:before {
    content: '\e200';
}

.glyphicon-cd:before {
    content: '\e201';
}

.glyphicon-save-file:before {
    content: '\e202';
}

.glyphicon-open-file:before {
    content: '\e203';
}

.glyphicon-level-up:before {
    content: '\e204';
}

.glyphicon-copy:before {
    content: '\e205';
}

.glyphicon-paste:before {
    content: '\e206';
}

.glyphicon-alert:before {
    content: '\e209';
}

.glyphicon-equalizer:before {
    content: '\e210';
}

.glyphicon-king:before {
    content: '\e211';
}

.glyphicon-queen:before {
    content: '\e212';
}

.glyphicon-pawn:before {
    content: '\e213';
}

.glyphicon-bishop:before {
    content: '\e214';
}

.glyphicon-knight:before {
    content: '\e215';
}

.glyphicon-baby-formula:before {
    content: '\e216';
}

.glyphicon-tent:before {
    content: '\26fa';
}

.glyphicon-blackboard:before {
    content: '\e218';
}

.glyphicon-bed:before {
    content: '\e219';
}

.glyphicon-apple:before {
    content: '\f8ff';
}

.glyphicon-erase:before {
    content: '\e221';
}

.glyphicon-hourglass:before {
    content: '\231b';
}

.glyphicon-lamp:before {
    content: '\e223';
}

.glyphicon-duplicate:before {
    content: '\e224';
}

.glyphicon-piggy-bank:before {
    content: '\e225';
}

.glyphicon-scissors:before {
    content: '\e226';
}

.glyphicon-bitcoin:before {
    content: '\e227';
}

.glyphicon-btc:before {
    content: '\e227';
}

.glyphicon-xbt:before {
    content: '\e227';
}

.glyphicon-yen:before {
    content: '\00a5';
}

.glyphicon-jpy:before {
    content: '\00a5';
}

.glyphicon-ruble:before {
    content: '\20bd';
}

.glyphicon-rub:before {
    content: '\20bd';
}

.glyphicon-scale:before {
    content: '\e230';
}

.glyphicon-ice-lolly:before {
    content: '\e231';
}

.glyphicon-ice-lolly-tasted:before {
    content: '\e232';
}

.glyphicon-education:before {
    content: '\e233';
}

.glyphicon-option-horizontal:before {
    content: '\e234';
}

.glyphicon-option-vertical:before {
    content: '\e235';
}

.glyphicon-menu-hamburger:before {
    content: '\e236';
}

.glyphicon-modal-window:before {
    content: '\e237';
}

.glyphicon-oil:before {
    content: '\e238';
}

.glyphicon-grain:before {
    content: '\e239';
}

.glyphicon-sunglasses:before {
    content: '\e240';
}

.glyphicon-text-size:before {
    content: '\e241';
}

.glyphicon-text-color:before {
    content: '\e242';
}

.glyphicon-text-background:before {
    content: '\e243';
}

.glyphicon-object-align-top:before {
    content: '\e244';
}

.glyphicon-object-align-bottom:before {
    content: '\e245';
}

.glyphicon-object-align-horizontal:before {
    content: '\e246';
}

.glyphicon-object-align-left:before {
    content: '\e247';
}

.glyphicon-object-align-vertical:before {
    content: '\e248';
}

.glyphicon-object-align-right:before {
    content: '\e249';
}

.glyphicon-triangle-right:before {
    content: '\e250';
}

.glyphicon-triangle-left:before {
    content: '\e251';
}

.glyphicon-triangle-bottom:before {
    content: '\e252';
}

.glyphicon-triangle-top:before {
    content: '\e253';
}

.glyphicon-console:before {
    content: '\e254';
}

.glyphicon-superscript:before {
    content: '\e255';
}

.glyphicon-subscript:before {
    content: '\e256';
}

.glyphicon-menu-left:before {
    content: '\e257';
}

.glyphicon-menu-right:before {
    content: '\e258';
}

.glyphicon-menu-down:before {
    content: '\e259';
}

.glyphicon-menu-up:before {
    content: '\e260';
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

@media screen and (min-width: 1200px) {
    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role='button'] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

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

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

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

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

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

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

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

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

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

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

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

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

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*='col-'] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*='col-'],
table th[class*='col-'] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type='search'] {
    box-sizing: border-box;
}

input[type='radio'],
input[type='checkbox'] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type='file'] {
    display: block;
}

input[type='range'] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='date'].form-control,
    input[type='time'].form-control,
    input[type='datetime-local'].form-control,
    input[type='month'].form-control {
        line-height: 34px;
    }

    input[type='date'].input-sm,
    input[type='time'].input-sm,
    input[type='datetime-local'].input-sm,
    input[type='month'].input-sm,
    .input-group-sm input[type='date'],
    .input-group-sm input[type='time'],
    .input-group-sm input[type='datetime-local'],
    .input-group-sm input[type='month'] {
        line-height: 30px;
    }

    input[type='date'].input-lg,
    input[type='time'].input-lg,
    input[type='datetime-local'].input-lg,
    input[type='month'].input-lg,
    .input-group-lg input[type='date'],
    .input-group-lg input[type='time'],
    .input-group-lg input[type='datetime-local'],
    .input-group-lg input[type='month'] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type='radio'],
    .form-inline .checkbox input[type='checkbox'] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: 0.35s;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: '';
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*='col-'] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type='radio'],
    .navbar-form .checkbox input[type='checkbox'] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: '/\00a0';
}

.breadcrumb > .active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*z-index: 1050;*/
    /*display: none;*/
    /*overflow: hidden;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*outline: 0;*/
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

    line-break: auto;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: '';
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: ' ';
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: ' ';
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px;
    }

    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: ' ';
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

html,
body {
    height: 100%;
}
/**{*/
/*    letter-spacing: 0.5px;*/
/*}*/

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ '\e151';
}

a.desc:after {
    content: /*"\e114"*/ '\e152';
}

.sort-numerical a.asc:after {
    content: '\e153';
}

.sort-numerical a.desc:after {
    content: '\e154';
}

.sort-ordinal a.asc:after {
    content: '\e155';
}

.sort-ordinal a.desc:after {
    content: '\e156';
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.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: 34px;
    -moz-user-select: none;
         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;
    -moz-user-select: none;
         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;
    -moz-user-select: none;
         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: linear-gradient(to bottom, #fff 50%, #eee 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: linear-gradient(to bottom, #eee 50%, #ccc 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: linear-gradient(to bottom, #fff 0%, #eee 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: linear-gradient(to bottom, #eee 50%, #fff 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: #fff;
    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: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/*@font-face {*/
/*    font-family: 'FiraSansReg';*/
/*    src: url('./fonts/FiraSans-Regular.eot');*/
/*    !* IE9 Compat Modes *!*/
/*    src: url('./fonts/FiraSans-Regular.eot?') format('embedded-opentype'),*/
/*        !* IE6-IE8 *! url('./fonts/FiraSans-Regular.woff2') format('woff2'),*/
/*        !* Super Modern Browsers *! url('./fonts/FiraSans-Regular.woff') format('woff'),*/
/*        !* Pretty Modern Browsers *! url('./fonts/FiraSans-Regular.ttf') format('truetype'),*/
/*        !* Safari, Android, iOS *! url('./fonts/FiraSans-Regular.svg') format('svg');*/
/*    !* Legacy iOS *!*/
/*    font-weight: bold;*/
/*}*/

/*@font-face {*/
/*    font-family: 'FiraSansMed';*/
/*    src: url('./fonts/FiraSans-Medium.eot');*/
/*    !* IE9 Compat Modes *!*/
/*    src: url('./fonts/FiraSans-Medium.eot?') format('embedded-opentype'),*/
/*        !* IE6-IE8 *! url('./fonts/FiraSans-Medium.woff2') format('woff2'),*/
/*        !* Super Modern Browsers *! url('./fonts/FiraSans-Medium.woff') format('woff'),*/
/*        !* Pretty Modern Browsers *! url('./fonts/FiraSans-Medium.ttf') format('truetype'),*/
/*        !* Safari, Android, iOS *! url('./fonts/FiraSans-Medium.svg') format('svg');*/
/*    !* Legacy iOS *!*/
/*    font-weight: bold;*/
/*}*/

/*@font-face {*/
/*    font-family: 'FiraSansLight';*/
/*    src: url('./fonts/FiraSans-Light.eot');*/
/*    !* IE9 Compat Modes *!*/
/*    src: url('./fonts/FiraSans-Light.eot?') format('embedded-opentype'),*/
/*        !* IE6-IE8 *! url('./fonts/FiraSans-Light.woff2') format('woff2'),*/
/*        !* Super Modern Browsers *! url('./fonts/FiraSans-Light.woff') format('woff'),*/
/*        !* Pretty Modern Browsers *! url('./fonts/FiraSans-Light.ttf') format('truetype'),*/
/*        !* Safari, Android, iOS *! url('./fonts/FiraSans-Light.svg') format('svg');*/
/*    !* Legacy iOS *!*/
/*    font-weight: bold;*/
/*}*/

/*@font-face {*/
/*    font-family: 'FiraSansBold';*/
/*    src: url('./fonts/FiraSans-Bold.eot');*/
/*    !* IE9 Compat Modes *!*/
/*    src: url('./fonts/FiraSans-Bold.eot?') format('embedded-opentype'),*/
/*        !* IE6-IE8 *! url('./fonts/FiraSans-Bold.woff2') format('woff2'),*/
/*        !* Super Modern Browsers *! url('./fonts/FiraSans-Bold.woff') format('woff'),*/
/*        !* Pretty Modern Browsers *! url('./fonts/FiraSans-Bold.ttf') format('truetype'),*/
/*        !* Safari, Android, iOS *! url('./fonts/FiraSans-Bold.svg') format('svg');*/
/*    !* Legacy iOS *!*/
/*    font-weight: bold;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Roboto Semibold';*/
/*    src: url('./fonts/proxima_nova_semibold.eot');*/
/*    src: url('./fonts/proxima_nova_semibold.eot?') format('embedded-opentype'), url('./fonts/proxima_nova_semibold.woff2') format('woff2'),*/
/*    url('./fonts/proxima_nova_semibold.woff') format('woff'), url('./fonts/proxima_nova_semibold.ttf') format('truetype'),*/
/*    url('./fonts/proxima_nova_semibold.svg') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Roboto Regular';*/
/*    src: url('./fonts/proxima_nova_regular.eot');*/
/*    src: url('./fonts/proxima_nova_regular.eot?') format('embedded-opentype'), url('./fonts/proxima_nova_regular.woff2') format('woff2'),*/
/*    url('./fonts/proxima_nova_regular.woff') format('woff'), url('./fonts/proxima_nova_regular.ttf') format('truetype'),*/
/*    url('./fonts/proxima_nova_regular.svg') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Roboto Bold';*/
/*    src: url('./fonts/proxima_nova_bold.eot');*/
/*    src: url('./fonts/proxima_nova_bold.eot?') format('embedded-opentype'), url('./fonts/proxima_nova_bold.woff2') format('woff2'),*/
/*    url('./fonts/proxima_nova_bold.woff') format('woff'), url('./fonts/proxima_nova_bold.ttf') format('truetype'),*/
/*    url('./fonts/proxima_nova_bold.svg') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
* {
    letter-spacing: 0.0178571429em;
}

@font-face {
    font-family: 'Roboto Semibold';
    src: url(/fonts/Roboto-Medium.ttf?7c8d04cd831df3033c8a96a2668d645e);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url(/fonts/Roboto-Regular.ttf?fc2b5060f7accec5cf74437196c1b027);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url(/fonts/Roboto-Bold.ttf?f80816a5455d171f948d98c32f20c46e);
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    color: #2f343a;
    background: #f9f9f9;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

ul {
    list-style: none;
    margin: 0;
}

h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 20px !important;
    font-weight: normal;
}

input {
    outline: none;
}

b,
strong {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    letter-spacing: 0.0178571429em;
}

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

.selectbox {
    z-index: 0;
}

.selectbox + select {
    left: 0;
}

input[type='text']::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #2f343a;
}

input[type='text']::-moz-placeholder {
    /* Firefox 19+ */
    color: #2f343a;
}

input[type='text']:-ms-input-placeholder {
    /* IE 10+ */
    color: #2f343a;
}

input[type='text']:-moz-placeholder {
    /* Firefox 18- */
    color: #2f343a;
}

.fixed header {
    /*position: fixed;*/
    z-index: 1500;
    top: -100px;
    padding: 11px 0;
    margin: 0 !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.fixed .search_form,
.fixed .lang-section,
.fixed .loaction-section,
.fixed .contacts_phone,
.fixed .main_nav_menu {
    top: 60px;
}

.fixed-open header {
    top: 0;
    /*-webkit-transition: top 0.3s;*/
    /*-o-transition: top 0.3s;*/
    /*transition: top 0.3s;*/
    /*margin: 0 !important;*/
}

.fixed-open .top_nav_panel {
    width: calc(100% - 110px);
}

.fixed header .logo h1 {
    height: 38px;
    width: 78px;
}

.fixed header .logo a {
    height: 38px;
}

.fixed .first-lvl-menu {
    margin-top: 7px;
}

.fixed .wrap_login_head {
    margin: 12px 20px 0 0;
}

.fixed .wrap_head_actions {
    margin: 0;
}

.cl {
    clear: left;
    clear: both;
}

/*Header*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 21px 0;
    background-color: white;
    z-index: 222;
    width: 100%;
    color: #fff;
    height: 60px;
    transition: ease 0.4s;
}

main {
    padding-top: 60px;
    transition: padding 0.3s;
    overflow: hidden;
    min-height: calc(100vh - 520px);
}

header .logo {
    float: left;
}

.top_nav_panel {
    float: right;
    width: calc(100% - 150px);
}

header .logo h1 {
    display: block;
    vertical-align: top;
    margin: 0;
    font-size: 0;
    background-image: url(/images/Logo.svg?fdaea373b301420c72702a3e2c34482d);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

header .logo a {
    display: block;
    font-size: 0;
}

.wrap_head_contacts {
    float: right;
    /*display: inline-block;*/
    vertical-align: top;
    width: 50px;
    height: 50px;
    margin: 10px 20px 0 0;
    /*	margin-top: 14px;
       margin-right: 4%;*/
}

.wrap_head_actions {
    float: right;
    margin-top: 9px;
}

.search_btn_head,
.lang_btn_head,
.location_btn_head,
.phone_btn_head {
    float: right;
    position: relative;
    cursor: pointer;
}

.search_btn_head:before,
.lang_btn_head:before,
.location_btn_head:before,
.login_btn_head:before,
.phone_btn_head:before {
    position: absolute;
    display: block;
    width: 1px;
    content: '';
    background-color: #e5e5e5;
    /*    left: 47px;*/
}

.login_btn_head:before {
    top: -12px;
    right: -25px;
    bottom: -7px;
}

.search_btn_head {
    width: 21px;
    height: 22px;
    margin: 9px 0 0 20px;
}

.lang_btn_head {
    width: 21px;
    height: 21px;
    margin: 10px 35px 0 20px;
}

.lang_btn_head:before {
    top: -10px;
    right: -34px;
    bottom: -9px;
}

.location_btn_head {
    /*    width: 19px;*/
    height: 23px;
    margin: 9px 21px 0 20px;
}

.location_btn_head:before {
    top: -9px;
    right: -20px;
    bottom: -8px;
}

.phone_btn_head {
    width: 35px;
    height: 21px;
    margin: 8px 10px 0 10px;
}

.phone_btn_head:before {
    top: -8px;
    right: -16px;
    bottom: -11px;
}

.search_btn_head svg302,
.lang_btn_head svg,
.location_btn_head svg,
.phone_btn_head svg {
    display: block;
    margin: 0 auto;
}

.search_btn_head svg path,
.lang_btn_head svg path,
.location_btn_head svg path,
.phone_btn_head svg path {
    transition: fill 0.3s;
}

.location_btn_head svg path {
    transition: stroke 0.3s;
}

.search_btn_head:hover svg path,
.lang_btn_head:hover svg path,
.phone_btn_head:hover svg path,
.search_btn_head.open svg path,
.lang_btn_head.open svg path,
.phone_btn_head.open svg path {
    fill: #2b2b2b;
}

.location_btn_head:hover svg path,
.location_btn_head.open svg path {
    stroke: #2b2b2b;
}

.lang-section,
.loaction-section {
    background-color: #fff;
    top: 100px;
    border-top: 1px solid #e5e5e5;
    padding: 18px 0;

    text-align: left;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    color: #2d2d2d;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    display: block;
}

.lang-section p,
.loaction-section p {
    display: inline-block;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 22px;
    margin: 0 40px 0 0;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.lang-section a,
.loaction-section a {
    color: #2b2b2b;
}

.lang-section a:hover,
.loaction-section a:hover {
    color: #ff9202;
    text-decoration: none;
}

.contacts_phone {
    background-color: #fff;
    top: 100px;
    border-top: 1px solid #e5e5e5;
    padding: 18px 0;
    text-align: right;

    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    color: #2d2d2d;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    display: none;
}

.contacts_phone .time {
    float: left;
    margin: 0;
}

.contacts_phone p {
    display: inline-block;
    color: #2b2b2b;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 0 40px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.contacts_phone a {
    color: #2b2b2b;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    letter-spacing: 0.0178571429em;
}

.orange_icon {
    background-image: url(/images/orange.svg?f4818acb78e1300a5fcae18e97a8900e);
    background-repeat: no-repeat;
}

.moldcell_icon {
    background-image: url(/images/moldcell.svg?f02d18094ec58997d1c380ef943402f0);
    background-repeat: no-repeat;
}

.contacts_phone p.clock_icon {
    background-image: url(/images/clock_header.svg?65872954affc1877283cda2597a2353d);
    background-repeat: no-repeat;
    background-position: 3px center;
    font-size: 14px !important;
    padding: 0 0 0 19px !important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-top: 10px;
}

.maps_head {
    margin-left: 4%;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background-image: url(/images/marker_new.svg?4ab7788b1beb6533f725851faa6551c3);
    background-color: #ff9202;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 14px;
    transition: all 0.3s;
}

.maps_head a {
    display: block;
    height: 50px;
}

/*.maps_head:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.search_btn_head:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/
.right_head {
    text-align: right;
    transition: all 0.3s;
}

.wrap_login_head {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 23px;
    margin-right: 3%;
    max-width: 170px;
}

.login_btn_head {
    display: inline-block;
    padding: 10px 5px 20px 30px;
    /*	background-image: url(./images/svg_icon/sign_in.svg);*/
    background-repeat: no-repeat;
    background-position: left 5px;
    cursor: pointer;
    height: 25px;
    /*font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;*/
}

.login_btn_head:hover {
    text-decoration: underline;
}

.login_btn_head:hover path,
.login_btn_head:hover a {
    color: #000 !important;
    fill: #000 !important;
    text-decoration: none !important;
}

.sign_in_panel.visibl {
    display: block !important;
    opacity: 1 !important;
}

.sign_in_panel {
    background: #fff;
    width: 287px;
    padding: 25px 25px;
    color: #2d2d2d;
    text-align: center;
    border-radius: 7px;
    position: absolute;
    left: -212px;
    top: 40px;
    z-index: 1;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    display: none;
}

.sign_in_panel:before {
    content: '';
    border: 8px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -15px;
    right: 22px;
}

.sign_in_panel ul.nav {
    margin-bottom: 15px;
}

.sign_in_panel ul.nav li {
    display: inline-block;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin: 0 10px;
    padding-bottom: 4px;
}

.sign_in_panel ul.nav li.active {
    border-bottom: 3px solid #ff9202;
}

.sign_in_panel ul.nav li a {
    color: #555;
    padding: 0;
    background: transparent;
}

.sign_in_panel input[type='text'],
.sign_in_panel input[type='password'] {
    border: 1px solid #dadada;
    margin: 5px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 8px;
    width: 95%;
    text-indent: 5px;
}

.sign_in_panel .remember_me {
    margin: 12px 0 10px 0;
}

.sign_in_panel .remember_me label {
    color: #2f343f;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.remember_me input[type='checkbox'] {
    display: none;
}

.remember_me label {
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #404040;
    padding: 0 0 0 30px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

.remember_me label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
    width: 16px;
    height: 20px;
    background: url(/images/square-o.svg?d06c161843d2d9ac8ec409c430dde7da) no-repeat left center;
}

.remember_me input[type='checkbox']:checked + label:before {
    content: '';
    width: 19px;
    height: 20px;
    background: url(/images/check-square-o.svg?f6d61c71e64b7b4e688487a68b70b801) no-repeat left center;
}

.sign_in_panel input[type='submit'] {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    background: #ff9202;
    color: #fff;
    width: 95%;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.signin_social {
    margin-bottom: 11px;
}

.signin_social a {
    display: block;
    margin: 0 auto;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}

.signin_social .fb {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M14%20.2v4.4h-2.5c-2%200-2.4%201-2.4%202.5v3.1h4.7l-.6%205H9.1V28H4V15.2H0v-5h4.1V6.6C4.1%202.3%206.6%200%2010.3%200l3.7.2z%22%20fill%3D%22%233B5998%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.signin_social .gplus {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2238%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M23.7%2012.3C23.7%2019%2019.1%2024%2012.1%2024A12%2012%200%200%201%200%2012a12%2012%200%200%201%2020.2-8.9l-3.3%203.2a6.8%206.8%200%200%200-4.8-1.9A7.5%207.5%200%200%200%204.6%2012c0%204.2%203.4%207.6%207.5%207.6%204.8%200%206.6-3.4%206.9-5.2h-7v-4.1h11.5l.2%202zm14.3-2v3.4h-3.4v3.4H31v-3.4h-3.5v-3.4h3.5V6.9h3.5v3.4H38z%22%20fill%3D%22%23EA4335%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.signin_social .mail {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2229%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M14.4%206c2.3%200%204.4%201%206%202.6a1.3%201.3%200%200%201%201.2-1.3h.2a1.4%201.4%200%200%201%201.4%201.4v12a.8.8%200%200%200%201.2.6c2-2%204.2-10.1-1.1-14.8A12.7%2012.7%200%200%200%208%205.3c-4.4%203.2-6%209-3.9%2013.9%202.6%206%209.9%207.7%2014.2%206%202.2-1%203.3%202%201%203-3.5%201.6-13%201.4-17.6-6.5C-1.2%2016.4-1%207.1%207%202.2a15.6%2015.6%200%200%201%2019.2%202.5c5%205.4%204.8%2015.5-.2%2019.5a3.5%203.5%200%200%201-5.6-2.6v-.8a8.4%208.4%200%200%201-6%202.5%208.6%208.6%200%200%201%200-17.3zm5.7%208.4A5.4%205.4%200%200%200%2014.5%209h-.1c-3.4%200-5.3%202.7-5.3%205.8%200%203.5%202.3%205.7%205.3%205.7S20%2018%2020%2015v-.6z%22%20fill%3D%22%23FFA930%22%20fill-rule%3D%22nonzero%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.signin_social .apple {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' viewBox='0 0 640 640'%3e%3cpath d='M494.782 340.02c-.803-81.025 66.084-119.907 69.072-121.832-37.595-54.993-96.167-62.552-117.037-63.402-49.843-5.032-97.242 29.362-122.565 29.362-25.253 0-64.277-28.607-105.604-27.85-54.32.803-104.4 31.594-132.403 80.245C29.81 334.457 71.81 479.58 126.816 558.976c26.87 38.882 58.914 82.56 100.997 81 40.512-1.594 55.843-26.244 104.848-26.244 48.993 0 62.753 26.245 105.64 25.406 43.606-.803 71.232-39.638 97.925-78.65 30.887-45.12 43.548-88.75 44.316-90.994-.969-.437-85.029-32.634-85.879-129.439l.118-.035zM414.23 102.178C436.553 75.095 451.636 37.5 447.514-.024c-32.162 1.311-71.163 21.437-94.253 48.485-20.729 24.012-38.836 62.28-33.993 99.036 35.918 2.8 72.591-18.248 94.926-45.272l.036-.047z'/%3e%3c/svg%3e");
    height: 35px;
    background-size: contain;
}

.restore_pass {
    color: #ff9202;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.wrap_login_head.authorized .login_btn_head {
    display: none;
}

.wrap_login_head.authorized {
    margin-top: 12px;
}

.user_auto {
    text-align: left;
    background-image: url(/images/sign_in.svg?fe3d090c2b558746c01a78f6bdced94b);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    margin-top: -6px;
}

.user_auto a {
    display: block;
    color: #999;
}

.user_auto p {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    max-height: 20px;
    overflow: hidden;
}

.lang_panel {
    display: none;
}

header .selectbox {
    width: 125px;
    background: #ff9202;
    margin-right: 4%;
    border-radius: 3px;
    margin-top: 16px;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

header .selectbox .select {
    padding: 15px 16px;
    text-align: left;
}

header .selectbox .text {
    /*text-transform: uppercase;*/
    padding-right: 0px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    width: 78px;
}

header .selectbox .arrow {
    width: 15px;
    height: 15px;
    background-image: url(/images/select_language.svg?af5568134b9eebe6871fb4c0a1828dc5);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
}

header .dropdown {
    width: 100%;
    background: #fff;
    top: 0 !important;
    padding-top: 35px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

header .dropdown ul li {
    color: #2b2b2b;
    text-align: left;
    padding: 8px 15px;
    /*border-bottom: 1px solid #c5c5c5;*/
    /*text-transform: uppercase;*/
    font-size: 12px;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

header .dropdown ul li:last-child {
    border-bottom: 0;
}

header .dropdown ul {
    padding: 0px 0;
    list-style: none;
    margin: 0;
}

.btn_menu {
    display: inline-block;
    /*	width: 30px;
	height: 30px;*/
    font-size: 20px;
    line-height: 24px;
    color: #2b2b2b;
    cursor: pointer;
    /*margin-top: 5px;*/
}

.btn_menu:hover {
    color: #ff9202;
}

.search_form {
    position: absolute;
    width: 100%;
    left: 0;
    top: 102px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    /*display: none;*/
}

.search_form form {
    position: relative;
}

.search_form input {
    width: 95%;
    background: transparent;
    font-size: 30px;
    padding: 10px 0;
    margin: 17px 0;
    outline: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.search_form input[placeholder] {
    color: #fff;
}

.search_form input::-webkit-input-placeholder {
    color: #fff;
}

.search_form input::-moz-placeholder {
    color: #fff;
}

.search_form input:-moz-placeholder {
    color: #fff;
}

.search_form input:-ms-input-placeholder {
    color: #fff;
}

.close_search {
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
}

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

.search_form .loading-icon {
    position: absolute;
    width: 24px;
    height: 25px;
    top: 0;
    left: 0;
}

.search-result {
    padding-left: 50px;
}

.search-result .search-result-item:last-child {
    border: 0;
}

.search-result .search-result-item:first-child {
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.search-result .search-result-item {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.search-result a {
    color: #2b2b2b;
    display: block;
}

.search-result > .row > div:nth-child(2) {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.main_nav_menu {
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 102px;
    z-index: 5;
    padding: 18px 0;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    /*display: none;*/
}

.main_nav_menu .container {
    position: relative;
}

.main_nav_menu .container:before {
    content: '';
    border: 8px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -43px;
    right: 35px;
}

.main_nav_menu ul {
    list-style: none;
    width: 100%;
}

.main_nav_menu ul li {
    display: inline-block;
    margin-right: 25px;
}

.main_nav_menu ul li:last-child {
    margin: 0;
}

.main_nav_menu ul li a {
    color: #2f343f;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.main_nav_menu ul li a:hover {
    text-decoration: none;
    color: #ff9202;
}

.main_nav_menu:after {
    content: '';
    clear: both;
    width: 100%;
    display: block;
}

.social_btn_head {
    color: #919191;
    text-transform: uppercase;
    text-align: right;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

.social_btn_head a {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 2px;
}

.social_btn_head a:hover {
    opacity: 0.8;
}

.social_btn_head .fb {
    background-image: url(/images/nav_fb.svg?ddcc7c54dffcdd9393538eee7d1b67ff);
}

.social_btn_head .twit {
    background-image: url(/images/nav_twit.svg?6c456cb2b0bfa0837b5da58187a60256);
}

.social_btn_head .gplus {
    background-image: url(/images/nav_gplus.svg?3559f266cde4d5d0398bf1dea0677a60);
}

.social_btn_head .inst {
    background-image: url(/images/nav_inst.svg?645caaee59c9ce06748eb425025e321a);
}

#g-recaptcha iframe {
    width: 100%;
    max-width: 302px;
}

/*Mob Menu*/
#mob_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2b2b2b;
    display: none;
    z-index: 15;
    overflow-x: hidden;
}

.mob_menu {
    width: 100%;
    min-height: 100%;
    min-width: 220px;
    padding-top: 10px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transition: scale 0.5s;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

/*#mob_menu:after {
	content: "";
	display: block;
	position: absolute;
	width: 70%;
	min-width: 220px;
	height: 100%;
	top: 0;
	background: #323232;
	z-index: -1;
}*/
.close-menu {
    content: '';
    position: absolute;
    z-index: 11;
    width: 17px;
    height: 17px;
    background-image: url(/images/close_search.svg?59f32b3be624f62236c91c2cd974c33e);
    background-repeat: no-repeat;
    background-position: top center;
    right: 15px;
    top: 15px;
}

#mob_menu.active {
    display: block;
    left: 0px;
}

#mob_menu a {
    color: #ababab;
    text-decoration: none;
}

.mob_top_menu {
    /* margin-bottom: 9px; */
}

.mob_logo {
    display: block;
    width: 82px;
    height: 40px;
    background-image: url(/images/Logo.svg?fdaea373b301420c72702a3e2c34482d);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.login_line,
.mob_login,
.item_mob_menu {
    border-bottom: 1px solid #4f4f4f;
}

#mob_menu .mob_login .user {
    color: #fff;
    text-transform: uppercase;
    padding-left: 35px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    position: relative;
}

#mob_menu .mob_login .user:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 19px;
    height: 20px;
    background-image: url(/images/sign_in2.svg?13019adcd5e567e5fa98d7f98738031b);
    background-repeat: no-repeat;
}

#mob_menu .mob_login .logout {
    display: none;
}

#mob_menu .mob_login.online .logout {
    float: right;
    margin: -4px 0 0;
    display: inline-block;
    width: 19px;
    height: 20px;
    text-indent: -9999px;
    background-image: url(/images/sign-out2.svg?defb691e94f948df028c50e4f7b0d40c);
    background-repeat: no-repeat;
    background-position: top center;
}

#mob_menu .menu_cabinet {
    display: none;
}

#mob_menu .mob_login.online .menu_cabinet {
    display: block;
    padding: 7px 0 17px;
}

.menu_cabinet li {
    padding: 0px 10px;
    text-transform: uppercase;
}

.menu_cabinet li a {
    padding: 10px 0 0 53px;
    line-height: 26px;
    display: block;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
}

.menu_cabinet li a:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    left: 21px;
    top: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#mob_menu .menu_cabinet li > a.active {
    color: #fff;
}

.mob_login .icon_tickets a:before {
    background-image: url(/images/icon_ticket.svg?ad8517d39f7dc66f9ebd79c2fb3737b2);
}

.mob_login .icon_histori a:before {
    background-image: url(/images/icon_history.svg?f91dd969fd3bd2536855b4fd4cf95bfe);
}

.mob_login .icon_invoice a:before {
    background-image: url(/images/icon_invoice.svg?fc013c64a8dc3b8799b966ae49e9394a);
}

.mob_login .icon_profil a:before {
    background-image: url(/images/icon_profile.svg?e792880f785085c70fd5a7c2357f7e5e);
}

.mob_login .icon_credit_card a:before {
    background-image: url(/images/icon_credit_card.svg?d5c193de65d31186a09194980912c8a1);
}

.mob_login .icon_liked a:before {
    background-image: url(/images/icon_favorite.svg?d4efefd4c18d2d03d3c8b0fc356194c0);
}

.mob_login .icon_logout a:before {
    background-image: url(/images/icon_logout.svg?d1806e80658694bd3a1b65ec6f1a1a28);
}

.mob_login .icon_tickets a.active:before {
    background-image: url(/images/icon_ticket.svg?ad8517d39f7dc66f9ebd79c2fb3737b2);
}

.mob_login .icon_histori a.active:before {
    background-image: url(/images/icon_history.svg?f91dd969fd3bd2536855b4fd4cf95bfe);
}

.mob_login .icon_invoice a.active:before {
    background-image: url(/images/icon_invoice.svg?fc013c64a8dc3b8799b966ae49e9394a);
}

.mob_login .icon_credit_card a.active:before {
    background-image: url(/images/icon_credit_card.svg?d5c193de65d31186a09194980912c8a1);
}

.mob_login .icon_profil a.active:before {
    background-image: url(/images/icon_profile.svg?e792880f785085c70fd5a7c2357f7e5e);
}

.mob_login .icon_liked a.active:before {
    background-image: url(/images/icon_favorite.svg?d4efefd4c18d2d03d3c8b0fc356194c0);
}

.mob_login .icon_tickets a:hover:before {
    background-image: url(/images/icon_ticket.svg?ad8517d39f7dc66f9ebd79c2fb3737b2);
}

.mob_login .icon_histori a:hover:before {
    background-image: url(/images/icon_history.svg?f91dd969fd3bd2536855b4fd4cf95bfe);
}

.mob_login .icon_invoice a:hover:before {
    background-image: url(/images/icon_invoice.svg?fc013c64a8dc3b8799b966ae49e9394a);
}

.mob_login .icon_credit_card a:hover:before {
    background-image: url(/images/icon_credit_card.svg?d5c193de65d31186a09194980912c8a1);
}

.mob_login .icon_profil a:hover:before {
    background-image: url(/images/icon_profile.svg?e792880f785085c70fd5a7c2357f7e5e);
}

.mob_login .icon_liked a:hover:before {
    background-image: url(/images/icon_favorite.svg?d4efefd4c18d2d03d3c8b0fc356194c0);
}

.item_mob_menu {
    background-color: #2b2b2b;
    padding: 13px 20px 10px;
}

.item_mob_menu ul {
    float: left;
}

.item_mob_menu .left-ul {
    width: 63%;
}

.item_mob_menu .right-ul {
    width: 37%;
}

.item_mob_menu li a {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0;
    display: block;
    color: white !important;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.mob_menu_social .fb {
    background-image: url(/images/nav_fb.svg?ddcc7c54dffcdd9393538eee7d1b67ff);
}

.mob_menu_social .twit {
    background-image: url(/images/nav_twit.svg?6c456cb2b0bfa0837b5da58187a60256);
}

.mob_menu_social .gplus {
    background-image: url(/images/nav_gplus.svg?3559f266cde4d5d0398bf1dea0677a60);
}

.mob_menu_social .inst {
    background-image: url(/images/nav_inst.svg?645caaee59c9ce06748eb425025e321a);
}

.mob_top_menu {
    padding: 0 13px 10px;
    width: 110px;
}

.login_line {
    padding: 22px 20px 12px;
}

.login_line a {
    margin-right: 20px;
}

.mob_lang_menu {
    border-bottom: 1px solid #4f4f4f;
}

.mob_lang_menu a {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #9b9b9b;
    border-right: 1px solid #4f4f4f;
}

.mob_lang_menu a:last-child {
    border: none;
}

.mob_lang_menu a.current {
    color: white !important;
}

.mob_menu_social {
    text-align: center;
    padding: 17px 0;
}

.mob_menu_social a {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 7px;
}

header #mob_menu .selectbox {
    width: 105px;
    background: #4b4b4b;
    margin-left: 2%;
    margin-right: 0;
    border-radius: 3px;
    margin-top: 0px;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

header #mob_menu .selectbox .select {
    padding: 10px 7px;
    text-align: left;
}

header #mob_menu .selectbox .text {
    text-transform: capitalize;
    padding-right: 0px;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    width: 75px;
}

header #mob_menu .dropdown {
    width: 100%;
    background: #4b4b4b;
    top: 0 !important;
    margin-top: 41px;
}

header #mob_menu .dropdown ul {
    padding: 5px 0 0 0;
    list-style: none;
}

header #mob_menu .dropdown ul li {
    color: #fff;
    text-align: left;
    padding: 5px 11px;
    border-bottom: 1px solid #c5c5c5;
    text-transform: capitalize;
    font-size: 12px;
}

header #mob_menu .dropdown ul li:last-child {
    border-bottom: 0;
}

/*Page Home*/
.main_slider {
    background-color: #e4e3e3 !important;
    position: relative;
    /*height: calc(100vh - 102px);*/
    /*    min-height: calc(100vh - 102px);*/
}

.main_slider #top-home-carousel .item {
    width: 100%;
    height: calc(100vh - 102px);
    min-height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#top-home-carousel .item:before {
    content: '';
    width: 100%;
    height: 100%;
    /*    background: rgba(0, 0, 0, 0.3);*/
    position: absolute;
    left: 0;
    top: 0;
}

.main_slider .wrap_sync2 {
    width: 100%;
    position: absolute !important;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.container_thumbnail {
    max-width: 1000px;
    margin: 0 auto;
}

.main_slider #sync2 {
    max-width: 1000px;
    margin: 0 auto;
}

.main_slider #sync2 .owl-wrapper {
    margin: 0 auto;
}

.main_slider .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    max-width: 1170px;
    z-index: 5;
    left: 0;
    top: auto;
    right: 0;
    bottom: 25px;
    margin: auto;
}

#top-home-carousel .owl-prev,
#top-home-carousel .owl-next {
    width: 50px;
    height: 50px;
    font-size: 0;
    background-color: #ff9202;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

#top-home-carousel .owl-prev:hover {
    margin-left: -1px;
}

#top-home-carousel .owl-next:hover {
    margin-right: -1px;
}

#top-home-carousel .owl-prev {
    float: left;
    background-image: url(/images/prev_slide.svg?e966b78db6d6ef193a2cbfde30ba41b4);
}

#top-home-carousel .owl-next {
    float: right;
    background-image: url(/images/next_slide.svg?329d94aebe131b59fadd284cb1e67b84);
}

/*#sync2 .owl-item {
    float: none;
    display: inline-block;
    vertical-align: top;
}*/
#sync2 .owl-wrapper-outer {
    z-index: 6;
    padding: 20px 0;
}

.main_slider #top-home-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.main_slider #sync2 .item {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto;
}

.main_slider #sync2 .item img {
    width: 100%;
    height: 100%;
}

.main_slider .owl-item.synced:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    border: 2px solid #ff9202;
    z-index: 5;
    border-radius: 50%;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/*slider_txt*/
.wrap_slide_info_event {
    position: relative;
}

.slide_info_event {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    top: 0;
    min-width: 280px;
    height: 400px;
    color: #fff;
    padding: 0 15px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8);
    max-width: 1000px;
    margin: auto;
}

.event_data .day {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    max-height: 34px;
    overflow: hidden;
}

.event_data .time {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    max-height: 34px;
    overflow: hidden;
}

.slide_info_event h3 {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 71px;
    text-transform: uppercase;
    margin-top: 22px;
    max-height: 155px;
    overflow: hidden;
}

.slide_info_event .slide_event_price {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 37px;
    margin-top: 10px;
}

.slide_info_event .slide_event_price span {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    color: #ff9202;
    font-size: 35px;
}

a.to_event {
    color: #fff;
    background: #ff9202;
    border: 2px solid #ff9202;
    display: block;
    width: 153px;
    text-align: center;
    height: 48px;
    line-height: 45px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    margin-top: 35px;
    transition: all 0.3s ease-out;
}

/*a.to_event:hover{
	color: #ff9202;
	background: transparent;
}*/

/*Event calendar page home*/

.top_calendar {
    margin-top: 72px;
}

.top_calendar h3 {
    margin: 0;
}

.wrap-calendar-slider {
    /*    width: calc(100% + 70px);*/
    padding: 0 35px 25px 35px;
    /*    margin: 0px -35px;d*/
    height: 100px;
    /*overflow: initial !important;*/
    margin-bottom: 25px;
}

.calendar-carusel .slick-slide {
    text-align: center;
    /*max-width: 145px;*/
    /*margin: 0 auto;*/
    margin-left: 10px;
    display: block;
    cursor: pointer;
    color: #2f343f;
    text-decoration: none !important;
    display: block;
    width: 100%;
    /*margin-left: 10px;*/
    /*box-shadow: 2px 4px 12px rgba(0,0,0,.08);*/
    border-radius: 10px !important;
    overflow: hidden !important;
}

.item_calendar_slide > a {
    display: block;
    text-decoration: none !important;
    width: 100%;
    /*margin-left: 10px;*/
    cursor: pointer;
}

.item_calendar_slide.orange .calendar_slide_data {
    background: #ff9202;
}

.item_calendar_slide {
    text-align: center;
}

.glider-calendar-prev,
.glider-calendar-next {
    top: 26% !important;
}

.glider-calendar-prev {
    left: -60px !important;
}

.glider-calendar-next {
    right: -60px !important;
}

.item_calendar_slide.orange_border .calendar_slide_data {
    border: 2px solid #ff9202;
}

.calendar_slide_data {
    background: #c5c5c5;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    height: 50px;
    line-height: 55px;
    margin: 0;
}

.item_calendar_slide:hover .calendar_slide_data {
    background-color: #929292;
}

.calendar_date_number {
    /*    font-size: 20px;*/
    line-height: 0px;
    margin-right: 5px;
}

.calendar_slide_event {
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    border-radius: 0 0 10px 10px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin: 0;
}

#calendar_slider .owl-controls {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    margin-top: -15px;
}

#calendar_slider .owl-controls .owl-buttons div {
    width: 20px;
    height: 20px;
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 0px;
    border-radius: 30px;
    background-color: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#calendar_slider .owl-buttons .owl-prev {
    float: left;
    margin-left: -2.8% !important;
    background-image: url(/images/arrow_calenderL.svg?4317d19f958970fcf214a5555f9cb2dd);
}

#calendar_slider .owl-buttons .owl-next {
    float: right;
    margin-right: -2.8% !important;
    background-image: url(/images/arrow_calenderR.svg?c1c20ea9d77b6a99de551a4ca46ae73e);
}

.calendar_day span {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: right;
    color: #ababab;
    font-size: 14px;
}

.calendar_day {
    text-align: right;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
}

.sl-recent {
    margin-top: 30px;
}

/*Event Category*/
.event_category {
    margin-top: 100px;
}

.event_category .tabs {
    margin-top: 40px;
}

.event_category .nav {
    display: table;
    width: 100%;
}

.event_category ul.nav li {
    display: table-cell;
    text-align: center;
    border-radius: 3px;
}

.event_category ul.nav li a {
    width: 98%;
    color: #2f343a;
    text-transform: uppercase;
    padding: 0;
    line-height: 46px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    display: block;
    margin: 0 auto;
    border: 2px solid #ff9202;
    border-radius: 3px;
    transition: all 0.2s;
}

.event_category ul.nav li:hover a {
    color: #fff;
    background-color: #ff9202;
}

.event_category ul.nav li.active a {
    color: #fff;
    background-color: #ff9202;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

.event_category .tabs .tab-content {
    margin-top: 50px;
}

.event_item {
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;

    white-space: normal;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.2s cubic-bezier(0, 0, 0.5, 1);
}

.event_item:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
    transform: scale3d(1.01, 1.01, 1.01);
}

.img_event img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.event_item a {
    color: #000;
    position: relative;
}

.img_event {
    /*height: 170px;*/
    position: relative;
    border-radius: 0 !important;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

.img_event div {
    position: absolute;
    position: absolute;
    width: 70px;
    height: 70px;
    padding: 14px 5px;
    background: #fff;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    color: #ff9202;
    text-align: center;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 100%;
    box-shadow: 0px 0px 15px #3e3e3e;
}

.img_event div span {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #2f343f;
    line-height: 100%;
}

.img_event div span {
    display: block;
    font-size: 12px;
}

.event_item h4 a {
    color: #2f343f;
}

/*.event_item h4 a:hover{
	text-decoration: underline;
}*/
.event_desc {
    height: 211px;
    border: 1px solid #e3e3e3;
    border-top: 0;
    border-radius: 0px 0px 5px 5px;
    padding: 20px !important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    width: calc(100% - 40px) !important;
}

.event_name {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 3px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
}

.event_name .sold-out {
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 10px;
    line-height: 15px;
    padding: 2px 7px;
    margin-left: 5px;
    text-transform: uppercase;
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
    background-color: #d02922;
    border-radius: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .event_name .sold-out {
        padding: 3px 7px 1px;
    }
}

/*.event_name span{
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 20px;
	background-image: url(./images/svg_icon/liked_transparent.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -4px;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 5px;
}
.event_name span.liked{
	background-image: url(./images/svg_icon/liked.svg);
}*/
.event_desc p {
    margin-bottom: 15px;
    max-height: 20px;
    overflow: hidden;
}

.event_price {
    padding-left: 30px;
    background-image: url(/images/icon_ticket.svg?ad8517d39f7dc66f9ebd79c2fb3737b2);
    background-repeat: no-repeat;
}

.event_price span {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    color: #ff9202;
}

.event_location {
    padding-left: 30px;
    background-image: url(/images/event_location.svg?7cc79d40907874caa682aa76c3f5d528);
    background-repeat: no-repeat;
}

.event_time {
    display: inline-block;
    margin: 0;
    padding-left: 30px;
    background-image: url(/images/event_time.svg?4301ea1eea60a879bfd19cc2031893b5);
    background-repeat: no-repeat;
    background-position: left center;
    color: #939090;
}

.event_desc .event_time {
    margin-bottom: 0;
}

.buy_ticket {
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff9202;
    position: absolute;
    right: 40px;
    bottom: 10px;
    outline: none;
    background-image: url(/images/buy_ticket.svg?a3779ff8f1f4e3d132814a56db337c47);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-out;
}

/*.buy_ticket:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/
.load_more {
    background: #fff;
    height: 50px;
    width: 70%;
    text-align: center;
    margin: 25px auto;
    display: block;
    border: 0px solid #ff9202;
    max-width: 360px;
    font-size: 16px;
    outline: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    transition: all 0.3s ease-out;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.03);
    border-radius: 10px !important;
    transition: all 0.1s ease-out !important;
    margin-bottom: 30px !important;
}

.load_more:hover {
    background: #ff9202;
    color: #fff;
}

/*Footer*/

footer {
    margin-top: 75px !important;
    background: #eee;
}

.top_footer {
    padding: 65px 0px 50px;
}

.footer_logo {
    margin-top: 5px;
}

.footer_logo img {
    margin-bottom: 20px;
    max-width: 100%;
}

.top_footer ul > li {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 16px;
}

.top_footer ul > li a {
    color: #2f343f;
}

.footer_rss h4 {
    text-transform: uppercase;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    margin: 0;
}

form.footer_form {
    margin: 20px 0;
    font-size: 0;
}

form.footer_form input[type='text'] {
    font-size: 16px;
    height: 50px;
    text-indent: 10px;
    width: calc(100% - 50px);
    outline: none;
}

form.footer_form input[type='email'] {
    font-size: 16px;
    height: 50px;
    text-indent: 10px;
    width: calc(100% - 150px) !important;
    outline: none;
}

form.footer_form input[type='submit'] {
    font-size: 16px;
    background-color: #ff9202;
    color: #fff;
    width: 150px !important;
    height: 50px;
    border-radius: 0 3px 3px 0;
    outline: none;
}

.footer_social a {
    display: block;
    color: #2f343f;
    padding-left: 30px;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-position: left;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.footer_social .fb {
    background-image: url(/images/fb_gray.svg?c66d08f661b340903ffa374f66dde1ee);
    background-position: 4px;
}

.footer_social .twit {
    background-image: url(/images/twit_gray.svg?249ad6980ddd3836fc70fbf5f9d671ae);
}

.footer_social .gplus {
    background-image: url(/images/gp_gray.svg?5c14f3429956acd0bd1236fca282f0c5);
}

.footer_social .inst {
    background-image: url(/images/inst_gray.svg?287d101369efe9182421dd479bcc2128);
}

.footer_social .telegram {
    background-image: url(/images/icons8-telegram.svg?1e499d36b5dd1fa5972c4cb63ad5175b);
    background-position: -3px;
    background-size: 29px;
}

.bottom_footer {
    background-color: #fff;
    line-height: 65px;
}

.copy {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.img_card {
    text-align: right;
}

.img_card img {
    margin-left: 10px;
    /*width: 70px;*/
}

.img_card img:last-child {
    margin-right: 0;
}

/*Page developments*/

.wrap_page {
    margin-top: 50px;
    background: transparent !important;
}

.title_filter h3 {
    margin: 0;
}

.sorting_box {
    text-align: right;
}

.sorting_box > span {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.sotr_events {
    left: 0;
}

.sorting_box .select2.select2-container {
    width: 100% !important;
    max-width: 250px;
    margin-left: 3%;
}

.sorting_box .select2-container--default .select2-selection--single {
    border: 1px solid #e3e3e3;
    padding: 11px 5% 11px 4%;
    height: auto;
    vertical-align: middle;
    border-radius: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: left;
}

.sorting_box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 15px;
    width: 20px;
}

.sorting_box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 15px;
    height: 8px;
    display: block;
    background-image: url(/images/select_arrow_orange.svg?6acbee30a1ae264e86e25bdea86f0991);
    background-repeat: no-repeat;
    border: 0;
}

.sorting_box .selectbox {
    margin-left: 10px;
}

.sorting_box .selectbox,
.mob_sorting_box .selectbox {
    border: 1px solid #e3e3e3;
    padding: 11px 5% 11px 4%;
    min-width: 250px;
    vertical-align: middle;
    border-radius: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: left;
}

.sorting_box .select,
.mob_sorting_box .select {
    width: 100%;
}

.sorting_box .selectbox .trigger,
.mob_sorting_box .selectbox .trigger {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -8%;
}

.sorting_box .selectbox .arrow,
.mob_sorting_box .selectbox .arrow {
    width: 15px;
    height: 8px;
    display: block;
    background-image: url(/images/select_arrow_orange.svg?6acbee30a1ae264e86e25bdea86f0991);
    background-repeat: no-repeat;
}

.sorting_box .selectbox .dropdown,
.mob_sorting_box .selectbox .dropdown {
    width: 100%;
    background: #fff;
    top: 0 !important;
    left: 0;
    margin-top: 42px;
    border: 1px solid #e3e3e3;
    bottom: auto !important;
}

.sorting_box .dropdown ul li,
.mob_sorting_box .dropdown ul li {
    color: #2b2b2b;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.sorting_box .dropdown ul li:last-child,
.mob_sorting_box .dropdown ul li:last-child {
    border: 0;
}

.btn_filter {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background-image: url(/images/filter.svg?2bb6f9ef6a2c3be9e8fdfd0fbdea52ab);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ff9202;
    margin-left: 3%;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s;
}

/*.btn_filter:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/
.filter_box {
    display: none;
}

.filter_box > ul {
    display: block;
    width: 100%;
    background-color: #f1f1f1;
    padding: 15px 1.5%;
    margin-top: 12px;
    border-radius: 5px;
    font-size: 0;
    position: relative;
}

.filter_box > ul:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 16px;
    top: -19px;
    border: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
}

.filter_box > ul > li {
    display: inline-block;
    vertical-align: top;
    padding-right: 1.5%;
    font-size: 14px;
}

.category_cell {
    width: 14.47%;
}

.date_cell {
    width: 23.513%;
}

.price_cell {
    width: 14.47%;
}

.place_cell {
    width: 23.513%;
}

.button_cell {
    width: 24%;
    padding-top: 22px;
    padding-right: 0 !important;
}

.filter_box ul li label {
    display: block;
    color: #ababab;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.ui-datepicker-trigger {
    width: 17px;
    background: transparent;
}

.ui-datepicker-trigger img {
    width: 100%;
}

.category_cell .selectbox {
    background-color: #fff;
    padding: 10px 5%;
    width: 100%;
    border-radius: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.filter_box .select {
    width: 100%;
}

.filter_box .select .text {
    width: auto;
    height: 20px;
    overflow: hidden;
    padding-right: 20px;
}

.filter_box .selectbox .trigger {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0%;
}

.filter_box .selectbox .arrow {
    width: 15px;
    height: 8px;
    display: block;
    background-image: url(/images/select_arrow_orange.svg?6acbee30a1ae264e86e25bdea86f0991);
    background-repeat: no-repeat;
}

.filter_box .dropdown {
    width: 100%;
    background: #fff;
    top: 0 !important;
    left: 0;
    margin-top: 42px;
    border: 1px solid #e3e3e3;
    max-height: 250px;
}

.filter_box .dropdown ul li {
    color: #2b2b2b;
    text-align: left;
    padding: 7px 5%;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    cursor: pointer;
    background-color: white;
    width: 100%;
}

.filter_box .dropdown ul li:last-child {
    border-bottom: 0;
}

.wrap_data {
    max-width: 100%;
    background-color: #fff;
    border-radius: 7px;
    text-align: center;
}

.wrap_data input {
    width: 75px;
    padding: 10px 0;
    font-family: Helvetica, Arial, sans-serif;
    margin-right: 2.5%;
}

.wrap_price {
    max-width: 100%;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

.sel {
    display: none;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.wrap_price input {
    width: 42%;
    padding: 10px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: center;
}

.place_cell .selectbox {
    background-color: #fff;
    padding: 10px 5%;
    width: 100%;
    border-radius: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}

li.button_cell {
    vertical-align: bottom;
}

.apply_filter {
    width: 42%;
    background-color: #ff9202;
    color: #fff;
    border-radius: 7px;
    outline: none;
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
    margin-right: 5%;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.apply_filter:hover {
    border: 2px solid #ff9202;
    background-color: #fff;
    color: #2f343a;
}

.clear_filter {
    width: 51%;
    background-color: #fff;
    border-radius: 7px;
    border: 2px solid #ff9202;
    outline: none;
    line-height: 36px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
    text-align: center;
    transition: all 0.3s;
}

.clear_filter:hover {
    background-color: #ff9202;
    color: #fff;
}

.filter_result {
    margin: 50px 0 0 0;
}

.filter_result ul {
    display: inline-block;
    vertical-align: middle;
    width: 77.9%;
    margin-left: 15px;
}

.filter_result ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5%;
    margin-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.filter_result ul li:first-child {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    text-transform: none;
}

.del_filter_result {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #ff9202;
    background-image: url(/images/close_search.svg?59f32b3be624f62236c91c2cd974c33e);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 0px;
    cursor: pointer;
    transition: all 0.2s;
}

.del_filter_result:hover {
    opacity: 0.8;
}

.clear_filter_result {
    background-color: #f1f1f1;
    border-radius: 5px;
    width: 15%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s;
}

.clear_filter_result:hover {
    background-color: #e9e9e9;
}

.wrap_page .event_category {
    margin-top: 30px;
}

#ui-datepicker-div {
    background-color: #fff;
    width: 270px;
    padding: 20px 30px;
    margin-top: 10px;
    box-shadow: 1px 1px 10px #b8b0b0;
    position: absolute;
    display: none;
}

#ui-datepicker-div:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -20px;
    left: 25px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

table.ui-datepicker-calendar thead th {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    width: 30px;
    text-align: center;
}

.ui-datepicker-header {
    margin-bottom: 25px;
}

.ui-datepicker-header a {
    font-size: 0;
    display: inline-block;
    width: 15px;
    height: 25px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 20px;
    background-image: url(/images/arrow_calenderR2.svg?9d4d2880f3926caa704fa5754189fc2e);
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 20px;
    background-image: url(/images/arrow_calenderL2.svg?1972c366fa5d216c503113ca93dd620e);
}

.ui-datepicker-title {
    text-align: center;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #404040;
}

table.ui-datepicker-calendar td a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    line-height: 38px;
    border-radius: 5px;
    text-decoration: none;
    color: #2f343a;
    font-size: 12px;
    border: 1px solid transparent !important;
}

/*table.ui-datepicker-calendar td a:hover{
	color: #ff9202;
	border:1px solid #ff9202;
}*/
table.ui-datepicker-calendar .ui-datepicker-other-month a {
    color: #bebebe;
}

table.ui-datepicker-calendar .ui-datepicker-today a {
    color: #ff9202;
    border: 1px solid transparent;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

/*Page developments-item*/
.main_img_item {
    width: 100%;
    max-width: 1140px;
    position: relative;
    margin: 0 auto 35px auto;
    text-align: center;
}

.main_img_item img {
    max-width: 100%;
    max-height: 600px;
    height: auto;
}

.info_event {
    position: absolute;
    top: 33.5%;
    left: 11%;
    max-width: 100%;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.info_event h3 {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 71px;
    text-transform: uppercase;
    margin-top: 22px;
}

h3.title_event_name {
    text-align: center;
    font-size: 60px;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    margin-top: 0px;
    margin-bottom: 16px;
}

h3.title_event_name span {
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 36px;
    text-transform: lowercase;
    line-height: 100%;
}

.title_price_btn {
    text-align: center;
}

.title_price_btn:before {
    content: '';
    display: block;
    clear: both;
}

.price_title {
    text-align: center;
    font-size: 24px;
    display: inline-block;
    padding-left: 30px;
    background-image: url(/images/icon_ticket.svg?ad8517d39f7dc66f9ebd79c2fb3737b2);
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 5%;
}

.price_title span {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    color: #ff9202;
}

.title_price_btn a {
    color: #fff;
    background-color: #ff9202;
    border: 2px solid #ff9202;
    background-image: url(/images/buy_ticket.svg?a3779ff8f1f4e3d132814a56db337c47);
    background-repeat: no-repeat;
    background-position: 20% center;
    display: inline-block;
    width: 270px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 40px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.title_price_btn.disabled a {
    background-color: #c5c5c5;
    cursor: default;
}

.date_icon {
    cursor: pointer;
    width: 80px !important;
    height: 100px;
    padding: 20px 5px 20px 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
}

.date_icon.orange {
    border: 3px solid #ff9202;
    padding: 18px 3px 18px 3px;
}

.date_icon:hover span:first-child,
.date_icon.orange span:first-child {
    color: #ff9202;
}

.date_icon span:first-child {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    transition: color 0.3s ease-out;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

.date_icon span {
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2b2b2b;
    display: block;
}

.time_location {
    display: inline-block;
    vertical-align: middle;
    /*width: calc(100% - 95px);*/
    /*min-height: 150px;*/
    /*margin-left: 15px;*/
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.liked_txt {
    text-align: right;
}

.liked_txt .liked {
    background-image: url(/images/liked_transparent.svg?0cd4a7349867aaf63b23d1bb116cd2dc);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 35px;
    line-height: 25px;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
}

.liked_txt .liked.lik {
    background-image: url(/images/liked.svg?c1bbbae6228177cc04f650fa60d57df3);
}

.txt_content {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 165%;
    max-width: 950px;
    margin: 75px auto 0 auto;
}

.txt_content img {
    display: block;
    margin: 0 auto;
}

.txt_content iframe {
    width: 100%;
    height: 480px;
}

.txt_content p {
    margin-bottom: 20px;
}

#map {
    width: 100%;
    height: 500px;
    margin-top: 50px;
}

/**/
h2.title_pay_hist {
    font-size: 30px;
    color: #ababab;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    margin: 20px 0 30px;
    color: #2b2b2b;
    text-align: center;
}

.wrap_pay_hist {
    margin-top: 7px;
}

.menu_cabinet li {
    padding: 0px 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: none;
}

.menu_pay_hist .menu_cabinet {
    border: 1px solid #d8d8d8;
    background-color: #f4f4f4;
    overflow: hidden;
    border-radius: 10px;
}

.menu_pay_hist .menu_cabinet li a {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;

    padding: 14px 0 14px 50px;
    display: block;

    position: relative;
    border-bottom: 1px solid #d8d8d8;
    color: #404040;
}

.menu_pay_hist .menu_cabinet li a:before {
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.menu_pay_hist .menu_cabinet li a:hover,
.menu_pay_hist .menu_cabinet li a.active {
    background-color: #fff;
    color: #2f343f;
    text-decoration: none;
}

.menu_pay_hist .menu_cabinet li:last-child a {
    border-bottom: none;
}

a:focus {
    text-decoration: none;
}

/**/

.menu_pay_hist .icon_tickets a:before {
    background-image: url(/images/icon_tickets.svg?fa8ccd995cd001095d3d5a1ef5d5014e);
}

.menu_pay_hist .icon_vouchers a:before {
    background-image: url(/images/icon_voucher.svg?a24e05b0805a09c023ddf0bc7f133554);
}

.menu_pay_hist .icon_notific a:before {
    background-image: url(/images/icon_notific.svg?2f478f8157c65d260644e922aa9b24e4);
}

.menu_pay_hist .icon_histori a:before {
    background-image: url(/images/icon_history.svg?f91dd969fd3bd2536855b4fd4cf95bfe);
}

.menu_pay_hist .icon_invoice a:before {
    background-image: url(/images/icon_wallet.svg?fcfc41b5b3e45496e29c707904bf241f);
}

.menu_pay_hist .icon_profil a:before {
    background-image: url(/images/icon_account.svg?24f281df6b8a2e6f5de47cc6f33b8799);
}

.menu_pay_hist .icon_credit_card a:before {
    background-image: url(/images/location_icon.svg?2f3b68e525b0c29ea2d5b28a96e1f196);
}

.menu_pay_hist .icon_liked a:before {
    background-image: url(/images/icon_favs.svg?e1dddda7b4e173ecd61b06ebcce7e555);
}

.menu_pay_hist .icon_logout a:before {
    background-image: url(/images/icon_exit.svg?883b1f158259f6f77d0da69bf2f448a0);
}

.menu_pay_hist .icon_tickets a.active:before {
    background-image: url(/images/icon_tickets_a.svg?7a59088d8a627b08ae281e761bb77981);
}

.menu_pay_hist .icon_histori a.active:before {
    background-image: url(/images/icon_history_a.svg?57ff9762580264378e8bff4af3a65629);
}

.menu_pay_hist .icon_invoice a.active:before {
    background-image: url(/images/icon_wallet_a.svg?004e11e4f852b0267d2e9b9b36bb67b4);
}

.menu_pay_hist .icon_profil a.active:before {
    background-image: url(/images/icon_account_a.svg?7c171c93d2701b9baf8ef5998d99742b);
}

.menu_pay_hist .icon_credit_card a.active:before {
    background-image: url(/images/location_icon_a.svg?18be4d740a0bab9f1a2df7a4bf3b8483);
}

.menu_pay_hist .icon_liked a.active:before {
    background-image: url(/images/icon_favs_a.svg?ae21c8ddb2d55bafb4e5658bad835281);
}

.menu_pay_hist .icon_logout a.active:before {
    background-image: url(/images/icon_exit_a.svg?7072d82c721c3c1352801fadb8c7c517);
}

/*.menu_pay_hist .icon_tickets a:hover:before{
	background-image: url(./images/svg_icon/icon_ticket_a.svg);
}
.menu_pay_hist .icon_histori a:hover:before{
	background-image: url(./images/svg_icon/icon_history_a.svg );
}
.menu_pay_hist .icon_invoice a:hover:before{
	background-image: url(./images/svg_icon/icon_invoice_a.svg );
}
.menu_pay_hist .icon_credit_card a:hover:before{
	background-image: url(./images/svg_icon/icon_credit_card_a.svg );
}
.menu_pay_hist .icon_profil a:hover:before{
	background-image: url(./images/svg_icon/icon_profile_a.svg );
}
.menu_pay_hist .icon_liked a:hover:before{
	background-image: url(./images/svg_icon/icon_favorite_a.svg );
}*/

.menu_pay_hist .cabinet-events {
    /*
        border: 1px solid #dadada;
        padding: 10% 10% 0;
    */
    margin-top: 30px;
}

table.table_pay_hist {
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
}

table.table_pay_hist td {
    padding: 13px 5px;
}

table.table_pay_hist th {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    padding: 15px 5px;
}

table.table_pay_hist tbody tr td:first-child,
table.table_pay_hist thead tr th:first-child {
    padding-left: 20px;
}

table.table_pay_hist tbody tr td:last-child,
table.table_pay_hist thead tr th:last-child {
    padding-right: 20px;
}

table.table_pay_hist thead tr,
table.table_pay_hist tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

table.table_pay_hist tbody tr td:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    max-width: 223px;
}

/*table.table_pay_hist span.price{
	color: #ff9202;
	font-size: 18px;
	font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}*/
/**/
.personal_area_form h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 18px;
}

.personal_area_info,
.pass_restore {
    margin-bottom: 25px;
}

.personal_area_info > div,
.pass_restore > div {
    margin-bottom: 25px;
}

.personal_area_info > div > label,
.pass_restore > div > label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    color: #939090;
    padding-left: 20px;
    font-weight: 400;
}

.personal_area_info > div > input,
.pass_restore > div > input,
.field-edituserform-phone input {
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 10px 20px;
    color: #404040;
    font-size: 18px;
    border-radius: 10px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

/*.pass_restore > div:nth-child(2) input {*/
/*    width: 48%;*/
/*}*/

.submit_personal_data input[type='submit'] {
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff9202;
    border-radius: 10px;
    border: 2px solid transparent;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    transition: all 0.3s;
}

.submit_personal_data input[type='submit']:hover {
    background-color: #fff;
    color: #ff9202;
    border: 2px solid #ff9202;
}

.submit_personal_data input[type='checkbox'] {
    display: none;
}

.submit_personal_data label {
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #404040;
    padding: 0 0 0 25px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

.submit_personal_data label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: top;
    width: 16px;
    height: 20px;
    background: url(/images/square-o.svg?d06c161843d2d9ac8ec409c430dde7da) no-repeat left center;
}

.submit_personal_data input[type='checkbox']:checked + label:before {
    content: '';
    width: 19px;
    height: 20px;
    background: url(/images/check-square-o.svg?f6d61c71e64b7b4e688487a68b70b801) no-repeat left center;
}

/**/
.item_ticket {
    position: relative;
    /*border: 1px solid #dadada;*/
    /*    min-height: 570px;*/
    margin-bottom: 20px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.item_ticket_rotate {
    position: relative;
    /*    min-height: 410px;*/
}

.item_ticket .back,
.item_ticket .front {
    /*    border: 1px solid #dadada;*/
    border-top: none;
    position: relative !important;
    width: 100%;
    height: 100%;
    /*zoom: 1;*/
    /*max-height: 317px;*/
}

.item_ticket .front {
    background-color: white;
    z-index: 2;
}

.item_ticket .back h4 {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
    height: auto;
}

.item_ticket .back {
    background-color: #f4f4f4;
    z-index: 1;
}

.item_ticket .refund_method {
    margin-bottom: 16px;
    padding: 0 15px;
}

.item_ticket .refund_method > div {
    width: calc(50% - 30px);
    margin: 0 15px;
}

.item_ticket .refund-info {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
}

.item_ticket .img_event {
    border-radius: 0;
    border: 1px solid #dadada;
    background: none;
}

.item_ticket .clock-wrap {
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #f4f4f4;
    padding: 10px 0;
    text-align: center;
    z-index: 1;
    width: 120px;
}

.item_ticket .clock-wrap #clock {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #939090;
    padding-left: 30px;
    background-image: url(/images/clock-o2.svg?7e57e9d2e4c6ca7b2eea206264b788cd);
    background-repeat: no-repeat;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.item_ticket .img_event {
    width: 100%;
    /*height: 230px;*/
}

.item_ticket .img_event a {
    display: block;
}

.item_ticket .img_event img {
    /*height: 230px;*/
}

.item_ticket h4 {
    margin: 0 30px 10px;
    height: 34px;
    overflow: hidden;
}

.item_ticket h4 a {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #2b2b2b;
}

.item_ticket .time_location {
    display: block;
}

.item_ticket .time_location p {
    letter-spacing: normal;
    font-size: 14px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.item_ticket .time_location .event_location {
    margin-bottom: 10px;
}

@media screen and (max-width: 400px) {
    .item_ticket .payment_method {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .item_ticket .payment_method > div {
        width: calc(50% - 10px);
        margin: 0 5px;
    }

    .item_ticket .refund-info {
        font-size: 16px;
        line-height: 20px;
    }

    .item_ticket .back h4 {
        margin-bottom: 20px;
    }

    .item_ticket .id_ticket {
        margin: 0 20px 20px !important;
    }
}

.data_line {
    margin: 0 30px 20px;
    /*    height: 116px;*/
    overflow: hidden;
}

.price_line {
    margin-bottom: 33px;
}

.price_line span {
    font-size: 18px;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    color: #ff9202;
}

.event-status {
    color: #939090;
}

.status_line {
    margin-bottom: 10px;
    text-align: center;
}

.status_line > div:nth-child(1) {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    font-size: 14px;
}

.status_line .status {
    line-height: 35px;
}

.status_line .timer_ticket {
    text-align: center;
    margin-bottom: 10px;
}

.status_line > div:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 65%;
    font-size: 18px;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    color: #ff9202;
}

.status_line div:nth-child(3) {
    width: 35%;
    display: inline-block;
    text-align: right;
}

.wrap_tickets .item_ticket .img_event div {
    font-size: 26px;
}

.status_btn {
    text-align: center;
}

.status_btn button, .status_btn a {
    display: inline-flex;
    margin: 0 10px 10px;
    /*width: 158px;*/
    height: 40px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff9202;
    border: 2px solid transparent;
    font-size: 14px;
    transition: all 0.3s;
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
    padding: 0 20px;
    border-radius: 10px;

    align-items: center;
    justify-content: space-evenly;
}

.status_btn svg {
    margin-right: 8px;
}

/*.status_btn a {*/
/*    display: inline-flex;*/
/*    margin: 0 10px 10px;*/
/*    width: 158px;*/
/*    height: 40px;*/
/*    text-transform: uppercase;*/
/*    color: #fff;*/
/*    background-color: #ff9202;*/
/*    border: 2px solid transparent;*/
/*    font-size: 14px;*/
/*    -webkit-transition: all 0.3s;*/
/*    -o-transition: all 0.3s;*/
/*    transition: all 0.3s;*/
/*    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;*/
/*    padding: 0 20px;*/
/*    border-radius: 10px;*/
/*    align-items: center;*/
/*    justify-content: space-evenly;*/
/*}*/

.status_btn button:hover {
    background: #e65600;
}

.status_btn button.cancel {
    color: #9b9b9b;
    border: 1px solid #cfcfcf;
    background-color: transparent;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.status_btn a {
    text-decoration: none;
    vertical-align: top;
}

.status_btn button svg {
    display: inline-block;
    margin: -3px 5px 0 0;
    vertical-align: top;
}

/*.status_line button:hover{
	background-color: #fff;
	color: #ff9202;
	border: 2px solid #ff9202;
}*/
/*.status_line button.active{
	display: inline-block;
}*/

.wrap_tickets .id_ticket {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 27px;
    color: #ff9202;
    padding: 15px 0 15px;
    margin: 0 30px 15px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.wrap_tickets .id_ticket .text {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    color: #939090;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    white-space: nowrap;
    text-transform: none;
}

.wrap_tickets .data_ticket {
    padding-left: 30px;
    background-image: url(/images/calendar2.svg?edfbecb4209abe89698524b0f0deca5b);
    background-repeat: no-repeat;
}

.wrap_tickets .event_location {
    background-position: 2px center;
}

.wrap_tickets .clock_ticket {
    padding-left: 30px;
    background-image: url(/images/clock-o.svg?32ca8d2069b17c376df4c5179e6f2467);
    background-repeat: no-repeat;
}

.wrap_tickets .count_ticket {
    padding-left: 30px;
    background-image: url(/images/icon_ticket_a.svg?54bea5ad4cab13b4eed8133f608930c4);
    background-repeat: no-repeat;
}

.wrap_tickets .covid_test {
    padding-left: 30px;
    background-image: url(/assets/i/svg_icon/covid_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

/**/
.clear_btn_box {
    text-align: right;
}

.clear_btn_box button {
    text-transform: uppercase;
    background: transparent;
    height: 50px;
    width: 70%;
    text-align: center;
    border: 2px solid #ff9202;
    max-width: 220px;
    margin-top: -3px;
    font-size: 14px;
    outline: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    border-radius: 5px;
    transition: all 0.3s ease-out;
}

.clear_btn_box button:hover {
    background: #ff9202;
    color: #fff;
}

/**/
ul.money_in_account {
    padding: 29px 30px;
    margin-bottom: 20px;
    border: 1px solid #d8d8d8;
    background-color: #f4f4f4;
    border-radius: 10px;
}

ul.money_in_account > li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    font-size: 22px;
    font-family: Helvetica, Arial, sans-serif;
}

ul.money_in_account > li:nth-child(2n) {
    text-align: right;
}

/*ul.money_in_account >li span{
	color: #ff9202;
	font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}*/

.add_money_in_account .grey-block {
    /*padding-bottom: 70px;*/
}

@media screen and (max-width: 768px) {
    .owl-carousel .item .item-image {
        bottom: 0px !important;
    }

    .banner_right_sliderr a {
        width: 50%;
        display: inline-block;
        float: left;
        margin-bottom: 10px;
    }

    .banner_slide {
        /*    height: 120px !important;*/
    }

    .banner_slide1,
    .banner_slide2 {
        /*        margin: 0 5px !important;*/
        font-size: 14px !important;
    }

    .add_money_in_account .grey-block {
        padding: 40px 10px;
    }

    .add_money_in_account .add_money_tax,
    .add_money_in_account .add_money_total {
        padding: 14px 2px !important;
    }

    .section_tags {
        justify-content: left !important;
        flex-wrap: nowrap !important;
    }
}

.add_money_in_account h4 {
    font-size: 22px;
    line-height: 37px;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

.add_money_in_account .payment_method > div {
    /*padding: 75px 2px 25px;*/
    /*width: 24%;*/
}

.add_money_form {
    max-width: 80%;
    margin: 0 auto;
}

.add_money_form label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    color: #939090;
    padding-left: 20px;
    font-weight: 400;
}

.add_money_form input {
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 10px 20px;
    color: #404040;
    font-size: 18px;
    border-radius: 5px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.robot {
    max-width: 400px;
    margin: 20px auto;
}

.robot img {
    width: 100%;
}

.robot #g-recaptcha > div {
    margin: 0 auto;
}

/*.robot #g-recaptcha{width:100% !important;}*/

@media screen and (max-width: 380px) {
    .robot #g-recaptcha {
        transform: scale(0.97);
        -webkit-transform: scale(0.97);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 370px) {
    .robot #g-recaptcha {
        overflow: hidden;
    }
}

@media screen and (max-width: 340px) {
    .robot #g-recaptcha {
        overflow: visible;
        transform: scale(0.79);
        -webkit-transform: scale(0.79);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.add_money_in_account .submit_personal_data {
    max-width: 304px;
    margin: 10px auto;
}

.add_money_in_account .next_step {
    margin: 30px auto 35px;
    border-radius: 10px;
}

.add_money_in_account .add_money_tax,
.add_money_in_account .add_money_total {
    max-width: 80%;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    padding: 14px 20px;
    border-bottom: 1px solid #d8d8d8;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.add_money_in_account .add_money_tax .span-right,
.add_money_in_account .add_money_total .span-right {
    float: right;
}

.add_money_in_account .add_money_total {
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
}

.add_money_generate_block {
    border-top: 1px solid #e5e5e5;
    padding: 39px 100px 0;
    margin: 0 -100px;
}

.add_money_generate {
    max-width: 365px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    border-radius: 3px;

    display: block;

    line-height: 22px;
    color: #404040;
    padding: 14px 20px;
    position: relative;
    font-size: 0;
}

.add_money_generate .left {
    font-size: 18px;
    width: 68%;
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.add_money_generate .right {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: calc(30% - 30px);
    margin-right: 30px;
    text-align: right;
    white-space: nowrap;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.add_money_generate .remove-generate-code {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 18px;
    right: 16px;
    width: 14px;
    height: 14px;
    background-image: url(/images/cross.svg?a94d8bde5359b4d550397b089e9cf190);
}

.add_money_comment {
    max-width: 395px;
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #404040;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.add_funds {
    text-align: right;
}

.add_funds button {
    width: 270px;
    height: 50px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff9202;
    border-radius: 5px;
    border: 2px solid transparent;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    transition: all 0.3s;
}

.add_funds button:hover {
    background-color: #fff;
    color: #ff9202;
    border: 2px solid #ff9202;
}

/**/
.ticket_order_step {
    margin-bottom: 25px;
}

.ticket_order_step > div {
    letter-spacing: normal;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #dadada;
    color: #404040;
    padding: 13px 12px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    background-color: white;
}

.ticket_order_step > div a {
    color: #404040;
    letter-spacing: normal !important;
}

.ticket_order_step > div span:first-child {
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
}

.ticket_order_step > div.active {
    color: #fff;
    background-color: #ff9202;
    border: 1px solid #ff9202;
}

.ticket_order_step > div.active a {
    color: #fff;
}

.success-block {
    padding: 65px 0 50px;
}

.success-block h3 {
    margin: 0 0 30px;
    color: #404040;
}

.success-block .success-block-text {
    font-size: 22px;
    line-height: 27px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    color: #f99700;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.success-block .danger-block-text {
    font-size: 22px;
    line-height: 27px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    color: #d02922;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.success-block svg {
    display: block;
    margin: 0 auto 30px;
}

.success-block-buttons {
    text-align: center;
    margin-top: 50px;
}

.success-block-buttons .btn {
    min-width: 220px;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.success-block-buttons .btn-large {
    padding: 14px 15px;
}

.success-block-buttons .btn-grey {
    color: #9b9b9b;
    background-color: #f6f6f6;
    transition: background-color 0.3s;
}

.success-block-buttons .btn-grey:hover {
    background-color: #ddd;
}

@media screen and (max-width: 767px) {
    .section_tags {
        overflow-x: hidden;
    }

    .success-block .success-block-text {
        width: 100%;
    }

    .success-block-buttons .btn-grey {
        margin-bottom: 10px;
    }

    .success-block svg {
        width: 120px;
        height: 120px;
    }
}

/*.ticket_order_step>div.active:before{
	content: "";
	width: 100%;
	position: absolute;
	height: 3px;
	background-color: #ff9202;
	bottom:0;
	left: 0;
}
.ticket_order_step>div.active span{
	background-color: #ff9202;
}*/
.ticket_order_step .first_step {
    border-radius: 5px 0 0 5px;
    border-right: 0;
}

.ticket_order_step .third_step {
    border-left: 0;
}

.ticket_order_step .fourth_step {
    border-radius: 0 5px 5px 0;
    border-left: 0;
}

.tickets_oder2 {
    /*margin-top: 15px;*/
}

.your_order {
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 100px;
    position: relative;
}

.your_order .down-arrow {
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 25px);
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    background-color: white;
}

.from-balance {
    width: 400px;
    margin: 0 auto;
    padding: 14px 20px;
    border-bottom: 1px solid #d8d8d8;
}

.down-arrow:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(/images/arrow-circle-down.svg?57e3c3855da57d0e749f99d4a7337c3c);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: angle_move 1s infinite;
    -moz-animation: angle_move 1s infinite;
    transform: angle_move 1s infinite;
}

@keyframes angle_move {
    0% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-3px);
    }
}

.tickets_oder2 .your_order h4,
.tickets_oder2 .payment_method h4 {
    font-size: 24px;
    line-height: 8px;
}

.your_order > li > b {
    display: block;
}

.seats_price {
    width: 400px;
    margin: 0 auto;
    padding: 14px 20px;
    margin-bottom: 2px;
    background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.your_tax,
.your_total_price,
.your_balance {
    width: 400px;
    margin: 0 auto;
    padding: 14px 20px;
    border-bottom: 1px solid #d8d8d8;
}

.your_total_price {
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
}

.your_total_price span,
.your_tax span,
.seats_price span {
    float: right;
}

.tickets_oder2 h4 {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
}

.your_price {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.your_order .your_price span {
    color: #ff9202;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

.payment_method,
.refund_method {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    /*text-align: center;*/
    /*font-size: 0;*/
    /*letter-spacing: -.36em;*/
    margin-bottom: 40px;
}

.payment_method:after,
.refund_method:after {
    display: block;
    content: '';
    clear: both;
}

/*.payment_method h4 {
	margin-bottom: 18px;
}*/
.payment_method > div,
.refund_method > div {
    position: relative;
    width: auto !important;
    display: block;

    margin: 0 5px;
    text-align: center;
    border: 2px solid #e5e5e5;
    /*padding: 11px 13px;*/
    /*margin-bottom: 5%;*/
    border-radius: 10px;
    /*padding: 50px 20px 5px 20px;*/
    background-color: white;
    padding: 10px 28px;

    cursor: pointer;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: normal;
}

.refund_method .account:before,
.refund_method .account:after {
    top: 2px !important;
}

.payment_method > div:before,
.refund_method > div:before {
    display: block;
    width: 100%;
    height: 50px;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    transition: opacity 0.3s;
}


.payment_method > div:before,
.refund_method > div:before {
    -webkit-backface-visibility: hidden;
}

.payment_method > div.active,
.refund_method > div.active {
    border: 2px solid #ff9202;
}


.online_ticket:before {
    background-image: url(/images/online.svg?dc8120ad78fa0cc720b1c8f850cdcecf);
}

.online_ticket.active:before, .online_ticket:hover:before {
    background-image: url(/images/online_a.svg?1caffd247cf47708f21ce304d11acaac);
}

.card:before {
    background-image: url(/images/card.svg?2d9df458f44dc3e8025a7fa2ad6bea9c);
}

.maib_pay:before {
    background-image: url(/images/card.svg?2d9df458f44dc3e8025a7fa2ad6bea9c);
}

.cash:before {
    background-image: url(/images/cash.svg?9ad941213b8d38100bf3ef4d43ab0bc7);
}

.voucher_mpay:before {
    background-image: url(/images/voucher-cultural.png?437a132d61ea0b7a623d9930086cf7d9);
    background-size: contain;
    max-width: 58px;
    margin: 0 auto;
}

.deliver:before {
    background-image: url(/images/deliver.svg?7f7e6406f3145c604d557a368406dd3e);
}

.deliver.active:before, .deliver:hover:before {
    background-image: url(/images/deliver_a.svg?664e0e4ea98a9d36847b0921c0fcc93d);
}

.account:before {
    background-image: url(/images/account.svg?01384b33f37492536c0c170a7c062cd7);
}

.bank:before {
    background-image: url(/images/wire.svg?85cdff81fc61511261c73b499f8cd350);
}

.invoice:before {
    background-image: url(/images/invoice.svg?f62ffa5b4cca5f9f389135ed4a22eb8f);
}

.gift:before {
    background-image: url(/images/giftcard.svg?ebbb3b6a5f491e2257eeef06e8775e2f);
}

.cont:before {
    background-image: url(/assets/i/svg_icon/pay/cont.svg);
}

.card.active:before, .card:hover:before {
    background-image: url(/images/card_a.svg?b0e4565354ce4cb6ffc4d1687dec0bc3);
}

.cash.active:before, .cash:hover:before {
    background-image: url(/images/cash_a.svg?12d33a0473ab321255b387dc629b61ef);
}

.account.active:before, .account:hover:before {
    background-image: url(/images/account_a.svg?21eaf7582f62244a90ce0cb2d35886bd);
}

.bank.active:before, .bank:hover:before {
    background-image: url(/images/wire_a.svg?53836ef91b7fc6a34a6128ae04c1f55b);
}

.invoice.active:before, .invoice:hover:before {
    background-image: url(/images/invoice_a.svg?c302d00d51a1631819ba3b74dbcb2b04);
}

.gift.active:before, .gift:hover:before {
    background-image: url(/images/giftcard_a.svg?008990426d262beafc5cdd01668b88a7);
}


.cont.active:before, .cont:hover:before {
    background-image: url(/images/account_a.svg?21eaf7582f62244a90ce0cb2d35886bd);
}

.cash:before {
    min-width: 50px;
}

.next_step {
    display: block;
    margin-top: 20px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
    background-color: #ff9202;
    border: 2px solid transparent;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    transition: all 0.3s;
    outline: 0;
    border-radius: 10px;
}

.next_step:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-image: url(/images/next_slide.svg?329d94aebe131b59fadd284cb1e67b84);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
    margin-top: -3px;
    margin-right: -13px;
}

.next_step[name='next'] {
    float: right;
}

.next_step[name='back'] {
    margin: 20px 0;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
    background-color: #ff9202;
    border: 2px solid transparent;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    transition: all 0.3s;
    border-radius: 10px;
}

.next_step[name='back']:after {
    display: none;
}

.next_step[name='back']:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background-image: url(/images/prev_slide.svg?e966b78db6d6ef193a2cbfde30ba41b4);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -3px;
    margin-right: 10px;
    margin-left: -13px;
}

@media screen and (max-width: 1200px) {
    .section_tags {
        overflow-x: auto;
    }
}

@media screen and (min-width: 1200px) {
    .next_step[name='back']:hover {
        background-color: #fff;
        color: #ff9202;
        border: 2px solid #ff9202;
    }

    .next_step[name='back']:hover:before {
        background-image: url(/images/arrow_calenderL.svg?4317d19f958970fcf214a5555f9cb2dd);
    }

    .next_step:hover {
        background-color: #fff;
        color: #ff9202;
        border: 2px solid #ff9202;
    }

    .next_step:hover:after {
        background-image: url(/images/arrow_calenderR.svg?c1c20ea9d77b6a99de551a4ca46ae73e);
    }
}

.next_step.finish {
    padding-right: 0;
    background-image: none;
}

.event_location_txt {
    text-align: right;
}

.event_location_txt .event_location,
.event_location_txt .event_time {
    padding-right: 25px;
    padding-left: 0;
    display: inline-block;
    background-position: right 2px;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}

.tickets_oder3 {
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.tickets_oder3 h3 {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 60px;
}

.tickets_oder3 h4 {
    font-size: 36px;
}

.tickets_oder3 p {
    font-size: 18px;
    margin-top: 45px;
}

.time_location .select2-container {
    width: 100% !important;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #e3e3e3;
}

.time_location .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFFFF', GradientType=0);
    background-image: url(/images/calendar.svg?0590403c5a7a62413d4eb2282ccba5d6);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 20px;
    padding-left: 20px;
}

.time_location .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.step-header {
    position: relative;
    margin-top: 40px;
}

.step-header .event-dates {
    position: absolute;
    left: 10px;
    top: 0;
}

.step-header .text-center {
    margin-top: 0;
}

.grey-block {
    margin-top: 20px;
    padding: 20px 20px 1px;
    background-color: #fff;

    border-radius: 10px;
    border: 1px solid #d8d8d8;
    background-color: #f4f4f4;
}

.cards_user {
    /*margin-top: 20px;*/
    padding: 20px;
    border: 1px solid #d8d8d8;
    background-color: #f4f4f4;
    border-radius: 10px;
}

.cards_user h4 {
    margin-top: 0;
    text-align: center;

    font-size: 22px;
    line-height: 37px;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

.adress_user {
    /*    margin-top: 20px;*/
    padding: 20px;
    border: 1px solid #d8d8d8;
    background-color: #f4f4f4;
    border-radius: 10px;
}

.adress_user h4 {
    margin-top: 0;
    text-align: center;

    font-size: 22px;
    line-height: 37px;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

.grey-block h4 {
    text-align: center;
    color: #2f343a !important;
    margin-bottom: 30px;
}

.select2-container--default .select2-selection--single {
    height: 48px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 48px;
    color: #939090;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 15px;
}

.select2-container--default .select2-results > .select2-results__options {
    width: 100%;
    background: #fff;
}

.select2-container--default .select2-results > .select2-results__options li {
    color: #939090;
    font-size: 18px;
    line-height: 48px;
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.select2-container--default .select2-results > .select2-results__options li:first-child {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected='true'] {
    background-color: #f4f4f4;
    color: #939090;
}

.ticket_date_select {
    left: 0;
}

.time_location .selectbox {
    width: 100%;
}

.time_location .select {
    width: 100%;
    padding: 0 0 0 30px;
    background-image: url(/images/calendar.svg?0590403c5a7a62413d4eb2282ccba5d6);
    background-repeat: no-repeat;
    background-position: left 0px;
    background-size: 20px;
}

.time_location .dropdown {
    width: 100%;
    background: #fff;
    top: 0 !important;
    left: 0;
    margin-top: 25px;
    border: 1px solid #e3e3e3;
}

.time_location .dropdown li {
    color: #2b2b2b;
    text-align: left;
    padding: 7px 5%;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    cursor: pointer;
}

.wrap_hall_map h3 {
    text-align: center;
}

.hall_map {
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 10px 30px 30px;
}

.hall_map .row {
    font-size: 0;
    text-align: center;
}

.hall_map .row > div {
    /*
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
font-weight: 300;
    display: inline-block;
    margin: 5px;
    font-size: 16px;
    color:#2f343a;
    */
}

.price_for_place {
    /*overflow: auto;*/
}

.price_for_place_wrap > div {
    display: inline-block;
    padding: 0 10px 10px 0;
    /*float: left;*/
}

.price_for_place {
    /*margin: 50px 0 25px;*/
    text-align: center;
}

.price_for_place span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-right: 5px;
}

/*Ticket Order 1-2*/

.choose_place {
    background-color: #f4f4f4;
    padding: 40px 20px 50px;
}

.choose_place table {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-collapse: collapse;
}

.choose_place table thead td {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #939090;
    padding-bottom: 14px;
    border-bottom: 1px solid #d8d8d8;
}

.choose_place table tbody td {
    padding: 15px 0;
}

.choose_place td:nth-child(1) {
    /*width: 200px;*/
}

.choose_place td:nth-child(3) {
    width: 100px;
}

.choose_place td:nth-child(4) {
    width: 130px;
    text-align: center;
}

.choose_place tbody td:nth-child(3) {
    font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
}

.choose_place .spinner input {
    width: 24px;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    vertical-align: top;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.choose_place .ticket_counter {
    border: 1px solid #e5e5e5;
    width: 84px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    background-color: white;
}

.choose_place .spinner button {
    float: left;
    position: relative;
    overflow: visible;
    width: 29px;
    height: 28px;
    background: transparent;
    line-height: 28px;
    text-indent: -99999px;
    cursor: pointer;
}

.choose_place .spinner .decrease:before {
    position: absolute;
    top: 13px;
    left: 9px;
    width: 10px;
    height: 2px;
    background-color: #ff9202;
    content: '';
}

.choose_place .spinner .increase:before {
    position: absolute;
    top: 13px;
    left: 9px;
    width: 10px;
    height: 2px;
    background-color: #ff9202;
    content: '';
}

.choose_place .spinner .increase:after {
    position: absolute;
    top: 9px;
    left: 13px;
    width: 2px;
    height: 10px;
    background-color: #ff9202;
    content: '';
}

.title-event-name {
    font-size: 30px;
    line-height: initial;
    margin: 20px 0 20px;
    color: #2b2b2b;
    text-transform: none;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

.title-event-name a {
    cursor: pointer;
    color: #2b2b2b;
}

{

}

ul.you_choosed {
    font-size: 0;
    max-width: 400px;
    margin: 30px auto 0;
    clear: both;
    padding-top: 40px;
}

ul.you_choosed.you_choosed_list {
    max-width: 560px;
    margin: 0 auto;
}

/*.wrap-calendar-slider .owl-carousel .owl-stage {
	width: 100% !important;
	text-align: center;
}*/

/*.wrap-calendar-slider .owl-carousel .owl-item {
	float: none;
	display: inline-block;
}*/

ul.you_choosed.you_choosed_list li {
    padding: 14px 0;
    display: table;
    width: 100%;
}

ul.you_choosed.you_choosed_list li .left {
    width: 80%;
    display: table-cell;
}

ul.you_choosed.you_choosed_list li .right {
    margin-right: 0;
    width: 20%;
    display: table-cell;
    text-align: center;
}

ul.you_choosed li {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #404040;
    padding: 14px 20px;
    position: relative;
}

ul.you_choosed li:not(.total):not(.discount-key) {
    background-color: #f4f4f4;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

ul.you_choosed li.total {
    border-bottom: 1px solid #d8d8d8;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
}

ul.you_choosed li > div {
    display: inline-block;
    vertical-align: top;
}

ul.you_choosed li .left {
    width: 68%;
}

ul.you_choosed li .right {
    width: calc(30% - 30px);
    margin-right: 30px;
    text-align: right;
    white-space: nowrap;
}

ul.you_choosed li .remove-ticket {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 18px;
    right: 16px;
    width: 14px;
    height: 14px;
    background-image: url(/images/cross.svg?a94d8bde5359b4d550397b089e9cf190);
}

ul.you_choosed .discount-key {
    border-bottom: 1px solid #d8d8d8;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    padding: 14px 0px;
}

ul.you_choosed .discount-key input[name='discount_key'] {
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 19px 7px;
    color: #404040;
    font-size: 14px;
    border-radius: 5px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

ul.you_choosed .discount-key input[name='discount_key']::-webkit-input-placeholder {
    color: #d7d7d7;
}

ul.you_choosed .discount-key a[data-action='ticket-discount'] {
    text-transform: uppercase;
    background-color: #404040;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    padding: 12px 27px;
    font-family: Helvetica, Arial, sans-serif;
    margin-left: 16px;
}

ul.you_choosed .discount-key .left {
    font-family: Helvetica, Arial, sans-serif;
    color: #2f343a;
    font-size: 18px;
    vertical-align: middle;
    width: 50% !important;
    display: table-cell;
}

ul.you_choosed .discount-key .middle {
    width: 30%;
    display: table-cell;
    text-align: center;
    vertical-align: inherit;
}

ul.you_choosed .discount-key .right {
    display: table-cell;
    vertical-align: middle;
}

ul.you_choosed.you_choosed_list li .right {
    vertical-align: middle;
}

.count-tickets {
    float: none !important;
    font-size: 12px;
    line-height: 15px;
    color: #939090;
    text-transform: uppercase;
    vertical-align: middle;
}

.you_choosed_date {
    float: none !important;
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #939090;
    text-transform: uppercase;
}

.next_step.single-button {
    margin: 30px auto;
    cursor: pointer;
}

/*.meta_order {
	color: #ff9202;
}*/
#tab_terminal {
    color: #404040;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    margin: 35px 0 40px;
}

#tab_terminal ul li a {
    color: #404040;
    text-decoration: none;
}

#tab_terminal ul li a:hover {
    transition: all 0.3s;
    color: #ff9202;
}

#tab_delivery {
    color: #404040;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    margin: 35px 0 40px;
}

#tab_delivery ul li a {
    color: #404040;
    text-decoration: none;
}

#tab_delivery ul li a:hover {
    transition: all 0.3s;
    color: #ff9202;
}

.next_step_account {
    display: block;
    margin: 46px auto;
    width: 270px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
    background-color: #ff9202;
    border-radius: 5px;
    border: 2px solid transparent;
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: 62% center;
    background-size: 11px;
}

.big-map-content #zonainfo {
    position: absolute;
    display: none;
    color: white;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    top: 0;
    left: 0;
}

.big-map-content .zonainfo {
    width: 209px;
    height: 72px;
    background-color: #5b5b5b;
    border-radius: 8px;
    opacity: 0.9;
}

.image_big_map > div {
    margin: 0 auto;
}

.big_map .small-map .big_map_cildren_map {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.86);
    z-index: 1000;
}

.big_map .small-map .big_map_cildren_map:before {
    content: '';
    display: block;
    position: absolute;
    right: 29px;
    top: 15px;
    width: 30px;
    height: 30px;
    background-image: url(/images/close_search.svg?59f32b3be624f62236c91c2cd974c33e);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.big_map .small-map .big_map_cildren_map .another_div {
    background: #fff;
    width: 90%;
    height: calc(100vh - 30px);
    margin: auto;
    border-radius: 15px;
    padding: 1px 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.big_map .small-map .big_map_cildren_map .hall_map {
    background-color: transparent;
    border-radius: 8px;
    padding: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 115px);
    margin-top: 115px;
    overflow: auto;
}

.big_map .small-map .big_map_cildren_map .seats-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
}

.big_map .small-map .big_map_cildren_map .price_for_place {
    text-align: center;
    margin-top: -20px;
}

html.overflow_desc,
html.overflow_desc body {
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1230px) {
    .main_slider .owl-theme .owl-controls {
        max-width: 970px;
    }

    .main_slider #sync2 {
        max-width: 800px;
        margin: 0 auto;
    }

    .wrap-calendar-slider {
        width: 100%;
        padding: 0 25px;
        margin: 15px 0;
    }

    #calendar_slider .owl-buttons .owl-prev {
        margin-left: -2% !important;
    }

    #calendar_slider .owl-buttons .owl-next {
        margin-right: -2% !important;
    }

    .buy_ticket {
        right: 30px;
        bottom: 10px;
    }

    .social_btn_head span {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 40px;
    }

    /*Page developments item*/
    .main_img_item {
        width: 100%;
        max-width: 970px;
    }

    .info_event {
        top: 29.5%;
        left: 7%;
    }

    /*.time_location {
		width: calc(100% - 70px);
		margin-left: 10px;
		font-size: 14px;
	}*/
    .event_time,
    .event_location {
        padding-left: 30px;
        background-position: 5px center;
    }

    h3.title_event_name {
        font-size: 48px;
        margin-bottom: 35px;
    }

    h3.title_event_name span {
        font-size: 28px;
    }

    .liked_txt .liked {
        line-height: 22px;
        font-size: 14px;
    }

    .title_price_btn a {
        background-position: 5% center;
        width: 200px;
        padding: 0 0 0 20px;
    }

    .price_title {
        font-size: 22px;
    }

    .your_order {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 14px;
        /*padding: 50px 20px 50px 20px;*/
    }

    .tickets_oder2 h4 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1150px) {
    .payment_method > div,
    .refund_method > div {
        width: 22%;
    }
}

@media screen and (max-width: 992px) {
    .event_category .tabs {
        margin-top: 30px;
    }

    .price_for_place_wrap {
        /*min-width: 992px;*/
        /*white-space: nowrap;*/
    }

    .price_for_place_wrap > div {
        /*float: left;*/
    }

    .wrap_head_contacts {
        width: 45px;
        height: 45px;
        margin-top: 20px;
        margin-right: 6%;
    }

    .maps_head {
        display: none;
    }

    /*.search-result{
		text-align: center;
	}*/
    .search-result img {
        max-width: 480px;
        margin-bottom: 20px;
    }

    /*.search-result > .row >div:nth-child(2) {
		line-height: 150%;
	}*/
    /*.wrap_login_head {
		margin-top: 20px;
		width: 180px;
	}*/
    .sign_in_panel {
        left: -148px;
    }

    .wrap_login_head p {
        max-height: 20px;
        overflow: hidden;
    }

    .social_btn_head span {
        font-size: 0;
    }

    .social_btn_head a {
        margin: 1px;
    }

    .main_nav_menu ul li {
        margin-right: 1%;
    }

    .main_slider .owl-theme .owl-controls {
        max-width: 750px;
    }

    .main_slider #sync2 {
        max-width: 600px;
        margin: 0 auto;
    }

    #calendar_slider {
        width: 95%;
        margin: 0 auto;
    }

    #calendar_slider .owl-theme .owl-controls {
        max-width: 750px;
    }

    #calendar_slider .owl-buttons .owl-prev {
        margin-left: -3.5% !important;
    }

    #calendar_slider .owl-buttons .owl-next {
        margin-right: -3.5% !important;
    }

    footer {
        margin-top: 5px;
        margin-bottom: 15px;
        background: #f4f4f4;
    }

    .top_footer {
        padding: 25px 0px;
    }

    .footer_logo {
        text-align: center;
        margin-top: 25px;
    }

    .footer_logo a {
        margin: 0 4px;
    }

    .footer_logo img {
        margin: 0;
    }

    .footer_rss {
        text-align: center;
    }

    form.footer_form {
        margin: 20px auto 25px;
        width: 70%;
        min-width: 280px;
        font-size: 0;
    }

    .footer_social {
        text-align: center;
    }

    .footer_social a {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        width: 26px;
        height: 20px;
        margin: 0 5px;
        padding-left: 0px;
        margin-bottom: 0px;
        background-position: center;
    }

    .bottom_footer {
        text-align: center;
    }

    .img_card {
        text-align: center;
    }

    .bottom_footer {
        padding: 20px 0 25px;
        background-color: #fff;
        line-height: 28px;
    }

    .copy {
        font-size: 15px;
        font-family: 'Roboto Regular';
    }

    .copy span {
        display: block;
    }

    /*Page developments*/
    .category_cell,
    .date_cell,
    .price_cell,
    .place_cell {
        width: 50%;
    }

    .button_cell {
        width: 100%;
    }

    .apply_filter {
        width: 48%;
        margin-right: 1.5%;
    }

    .clear_filter {
        width: 48%;
    }

    .wrap_price input:nth-child(1) {
        text-align: left;
    }

    .wrap_price input:nth-child(2) {
        text-align: right;
    }

    .filter_result ul {
        width: 74%;
        vertical-align: top;
    }

    .clear_filter_result {
        width: 20%;
        margin-left: 3%;
    }

    /*Page developments item*/
    .main_img_item {
        width: 100%;
        height: auto;
        margin-top: -50px;
        margin-bottom: 35px;
    }

    #map {
        height: 310px;
        margin-top: 50px;
        margin-bottom: 50px;
        background: #eaeaea;
    }

    .data_location {
        margin-bottom: 20px;
    }

    h3.title_event_name {
        font-size: 38px;
        margin-bottom: 0px;
        vertical-align: middle;
    }

    h3.title_event_name span {
        font-size: 25px;
    }

    /*.time_location {
		margin: 0;
		width: calc(100% - 100px);
	}*/
    .liked_txt {
        text-align: left;
    }

    .liked_txt .liked {
        line-height: 24px;
        font-size: 18px;
    }

    .title_price_btn:before {
        content: '';
        display: block;
        clear: both;
    }

    .mob_title_description_event .title_price_btn {
        text-align: right;
    }

    .title_price_btn a {
        margin-top: 20px;
        background-position: 15% center;
        width: 255px;
        padding: 0 0 0 30px;
    }

    /*.time_location p {
		margin-bottom: 15px;
		height: 22px;
	}*/
    .txt_content {
        margin-top: 30px;
    }

    /*LK Money acount*/
    ul.money_in_account {
        padding: 20px;
        margin-bottom: 20px;
    }

    ul.money_in_account > li {
        font-size: 25px;
    }

    .wrap_pay_hist {
        margin-top: 7px;
        margin-bottom: 30px;
    }

    /*tickets_oder1*/
    /*.ticket_order_step {
		margin-bottom: 25px;
		position: relative;
		background: #eee;
	}
	.ticket_order_step>div {
		width: 30px;
		display: inline-block;
		text-align: center;
		text-transform: uppercase;
		box-sizing: border-box;
		border: 0;
		color: #ababab;
		padding: 12px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 18px;
		position: initial;
	}
	.ticket_order_step>div strong {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -12px;
		font-size: 0;
		font-weight: normal;
		font-family: Helvetica, Arial, sans-serif;
	}
	.ticket_order_step>div.active strong {
		font-size: 16px;
	}
	.ticket_order_step>div.active:before{
		display: none;
	}*/
    /*	.ticket_order_step>div {
		border: 1px solid #dadada !important;
		border-radius: 0 !important;
	}
	.ticket_order_step .second_step,
	.ticket_order_step .third_step,
	.ticket_order_step .fourth_step {
		border-top: none !important;
	}*/
    .ticket_time_location .time_location {
        width: 85%;
        font-size: 18px;
        padding-left: 3%;
        margin-left: 70px;
    }

    .ticket_order_step > div span:last-child {
        display: none;
    }

    .pass_restore > div:nth-child(2) input {
        width: 100%;
    }

    .your_order > li:nth-child(2) {
        font-size: 14px;
    }

    .grey-block {
        padding: 40px 40px 1px;
    }

    .payment_method > div,
    .add_money_in_account .payment_method > div {
        width: 40%;
        margin-bottom: 20px;
    }

    header .right_head .selectbox {
        display: none !important;
    }

    .user_auto {
        display: none;
    }

    .wrap_head_contacts {
        display: none;
    }

    .add_money_generate_block {
        border-top: 1px solid #e5e5e5;
        padding: 39px 40px 0;
        margin: 0 -40px;
    }

    .footer_logo.col-md-4 {
        margin-top: 25px;
    }

    .footer_logo.col-md-4 img {
        margin: 0;
    }
}

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

    .add_money_generate_block {
        border-top: 1px solid #e5e5e5;
        padding: 39px 20px 0;
        margin: 0 -20px;
    }

    form.footer_form {
        width: 100%;
    }

    .footer_rss h4 {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
    }

    h3.title_event_name {
        text-align: left;
        display: inline-block;
        max-width: 80%;
    }

    .your_order .down-arrow {
        display: none;
    }

    .step-header .event-dates .select2-container {
        width: calc(100% - 20px) !important;
    }

    h3 {
        font-size: 28px;
    }

    html.overflow,
    html.overflow body {
        overflow: hidden;
        position: relative;
    }

    .top_nav_panel {
        position: absolute;
        /*z-index: 0;*/
    }

    /*.login_btn_head {*/
    /*    display: none;*/
    /*}*/
    .search_form {
        top: 50px;
    }

    .search_form input {
        font-size: 26px;
        padding: 10px 0;
        margin: 5px 0;
    }

    .sign_in_panel {
        width: 100%;
        height: 100%;
        padding: 25px 25px;
        border-radius: 0px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        display: none;
    }

    .sign_in_panel:after {
        display: inline-block;
        content: '';
        height: 100%;
        vertical-align: middle;
    }

    .sign_in_panel .tabs {
        display: inline-block;
        width: 300px;
        vertical-align: middle;
    }

    .main_slider {
        height: 410px;
        min-height: initial;
    }

    .main_slider .owl-theme .owl-controls {
        max-width: 520px;
        bottom: -75px;
    }

    .main_slider #top-home-carousel .item {
        min-height: 0;
        max-height: 320px;
    }

    .wrap_slide_info_event {
        height: 320px !important;
    }

    .slide_info_event {
        height: 245px;
        bottom: initial;
        right: initial;
        top: 10%;
    }

    .event_data .day {
        font-size: 20px;
    }

    .event_data .time {
        font-size: 20px;
    }

    .slide_info_event h3 {
        margin-top: 20px;
        font-size: 42px;
    }

    .slide_info_event .slide_event_price {
        font-size: 24px;
        margin-top: 10px;
    }

    .slide_info_event .slide_event_price span {
        font-size: 26px;
    }

    a.to_event {
        width: 125px;
        height: 38px;
        line-height: 36px;
        font-size: 16px;
        margin-top: 20px;
    }

    .main_slider .wrap_sync2 {
        position: relative !important;
    }

    .main_slider #sync2 {
        max-width: 375px;
        margin: 0 auto;
    }

    #sync2 .owl-wrapper-outer {
        padding: 10px 0;
    }

    .top_calendar {
        margin-top: 30px;
    }

    .calendar_day {
        font-size: 16px;
    }

    .calendar_day span {
        font-size: 12px;
        margin-top: 0px;
    }

    #calendar_slider {
        width: 90%;
    }

    #calendar_slider .owl-buttons .owl-next {
        margin-right: -5% !important;
    }

    #calendar_slider .owl-buttons .owl-prev {
        margin-left: -5% !important;
    }

    .right_head {
        text-align: left;
    }

    .event_category {
        margin-top: 35px;
    }

    .event_category .nav {
        display: block;
        width: 100%;
        font-size: 0;
        text-align: right;
    }

    .event_category.even .tabs {
        margin-top: -40px;
    }

    .event_category ul.nav li {
        display: inline-block;
        width: 33%;
        text-align: center;
        border-radius: 3px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .event_category.even ul.nav li:first-child {
        display: block;
        margin: 0 0 5px auto;
    }

    .img_event {
        /*height: 150px;*/
        border-radius: 0 !important;
    }

    .img_event div {
        width: 50px;
        height: 50px;
        padding: 7px 5px;
        font-size: 24px;
        top: 10px;
        left: 10px;
    }

    .img_event div span {
        font-size: 12px;
        width: 40px;
        overflow: hidden;
        margin: 0 auto;
    }

    .event_name {
        height: 55px;
        font-size: 16px;
        padding-left: 0px;
        background-image: none;
        margin-bottom: 5px;
        position: initial;
    }

    .event_price {
        padding: 0;
        background-image: none;
        margin-bottom: 10px;
    }

    .event_desc .event_location {
        padding-left: 0px;
        background-image: none;
        background-repeat: no-repeat;
        height: 50px;
    }

    .img_event img {
        background-size: cover;
    }

    .event_time {
        display: inline-block;
    }

    /*.event_name span {
		margin-top: 0px;
		margin-right: 0px;
		position: absolute;
		top: initial;
		bottom: 23px;
		left: 50%;
		margin-left: -50px;
	}*/
    .buy_ticket {
        width: 50px;
        height: 50px;
        right: 50%;
        margin-right: -60px;
        bottom: 5px;
    }

    /*Page developments*/
    .wrap_page {
        margin-top: 25px;
    }

    .wrap_page .event_category {
        margin-top: 5px;
    }

    .mob_sorting_box:after {
        content: '';
        display: block;
        clear: both;
    }

    .btn_filter {
        float: right;
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-image: url(/images/filter.svg?2bb6f9ef6a2c3be9e8fdfd0fbdea52ab);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #ff9202;
        margin-left: 0%;
        border-radius: 7%;
        font-size: 14px;
        padding: 0;
        cursor: pointer;
        transition: all 0.3s;
        color: #fff;
        text-transform: uppercase;
        font-family: Helvetica, Arial, sans-serif;
    }

    .mob_sorting_box {
        margin-top: 35px;
    }

    .mob_sorting_box .selectbox {
        float: left;
        width: 60%;
        max-width: 250px;
        min-width: 160px;
    }

    .filter_box {
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        padding-top: 55px;
        overflow-x: hidden;
    }

    .filter_box > ul {
        background-color: #fff;
        width: 98%;
        max-width: 480px;
        margin: 0 auto;
    }

    .filter_box > ul:before {
        display: none;
    }

    .filter_box > ul > h3 {
        margin-bottom: 25px;
    }

    .filter_box > ul > h3 span {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(/images/arrow_calenderL.svg?4317d19f958970fcf214a5555f9cb2dd);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        margin-right: 7px;
    }

    .filter_box > ul > li {
        padding-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .category_cell .selectbox,
    .wrap_data,
    .wrap_price,
    .place_cell .selectbox {
        border: 1px solid #dadada;
    }

    .wrap_data {
        text-align: left;
        padding: 0 5%;
    }

    .wrap_data span {
        width: 47%;
        display: inline-block;
    }

    .wrap_data span:nth-child(2) {
        text-align: right;
    }

    .wrap_price {
        padding: 0 5%;
    }

    .wrap_price input {
        width: 47%;
        padding: 10px 0;
    }

    .button_cell {
        padding-top: 0px;
    }

    /*Page developments item*/
    .main_img_item {
        margin-top: -25px;
        margin-bottom: 20px;
    }

    .info_event h3 {
        margin-top: 20px;
        font-size: 48px;
    }

    /*.time_location{*/
    /*width: calc(100% - 105px);*/
    /*margin-top: 20px;*/
    /*}*/
    /*.time_location p{
		height: auto;
		display: block;
	}*/
    .price_title {
        float: left;
    }

    .wrap_tickets .item_ticket .img_event div {
        font-size: 20px;
    }

    .title_price_btn button {
        margin-top: -10px;
        background-position: 2% center;
        width: 180px;
        padding: 0 0 0 25px;
        float: right;
    }

    .title_price_btn a {
        margin-top: -10px;
        background-position: 5% center;
        width: 180px;
        padding: 0 0 0 25px;
        font-size: 16px;
        /*float: right;*/
    }

    .txt_content iframe {
        width: 100%;
        height: 320px;
    }

    /*LK Liked Page*/
    .clear_btn_box button {
        display: block;
        max-width: 350px;
        margin: 10px auto 20px auto;
    }

    h2.title_pay_hist {
        font-size: 30px;
        margin: 20px 0;
        text-align: center;
    }

    /*LK money account*/
    .add_funds button {
        display: block;
        margin: 0 auto;
    }

    .submit_personal_data input[type='submit'] {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }

    /* LK payment history */
    .content_pay_hist {
        overflow-y: auto;
        margin-top: 5px;
        min-height: 300px;
    }

    table.table_pay_hist {
        width: 100%;
        min-width: 530px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 14px;
    }

    /*LK_profile*/
    .wrap_pay_hist {
        margin-top: 15px;
    }

    /**/
    .wrap_hall_map h3 {
        text-align: center;
        margin-top: 30px;
    }

    .ticket_order_step {
        /*margin: -25px -30px 15px -30px;*/
    }

    .personal_area_form h4 {
        font-size: 24px;
    }

    .your_order {
        padding: 0;
        margin: 0 0 20px;
    }

    .grey-block {
        padding: 20px;
    }

    .seats_price,
    .your_tax,
    .your_total_price,
    .your_balance {
        width: 100%;
    }

    .title-event-name,
    .title_pay_hist {
        font-size: 20px !important;
        line-height: 39px;
        margin: 10px 0 !important;
    }

    .grey-block {
        margin-top: 20px;
    }

    .add_money_in_account h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 620px) {
    ul.you_choosed.you_choosed_list {
        max-width: 100%;
    }

    ul.you_choosed.you_choosed_list li {
        padding: 14px 20px;
    }
}

@media screen and (max-width: 480px) {
    .status_btn button {
        /*        width: 120px;*/
    }

    .status_btn button:first-child {
        margin-left: 0;
    }

    .status_btn button:last-child {
        margin-right: 0;
    }

    .wrap_tickets .id_ticket .text {
        font-size: 9px;
        line-height: 14px;
    }

    h3 {
        font-size: 24px;
        line-height: 125%;
    }

    .main_slider {
        height: 290px;
    }

    .main_slider #top-home-carousel .item {
        min-height: 0;
        height: 220px !important;
    }

    .slide_info_event {
        top: 5%;
        height: 185px;
        left: 0;
        right: initial;
        bottom: inherit;
    }

    .event_data .day {
        font-size: 14px;
    }

    .event_data .time {
        font-size: 14px;
    }

    .slide_info_event h3 {
        margin-top: 0px;
        font-size: 24px;
    }

    .slide_info_event .slide_event_price {
        font-size: 16px;
        margin-top: 0px;
    }

    .slide_info_event .slide_event_price span {
        font-size: 16px;
    }

    .main_slider #sync2 {
        max-width: 200px;
        margin: 0 auto;
    }

    .main_slider #sync2 .item {
        width: 50px;
        height: 50px;
    }

    .main_slider #sync2 .item img {
        width: 100%;
    }

    .main_slider .owl-item.synced:before {
        content: '';
        width: 60px;
        height: 60px;
    }

    .main_slider .owl-theme .owl-controls {
        max-width: 310px;
        bottom: -65px;
    }

    .top_calendar {
        margin-top: 15px;
    }

    .calendar_day {
        font-size: 14px;
        margin-top: 10px;
    }

    #calendar_slider {
        width: 85%;
        /*max-width: 250px;*/
        margin: 0px auto 0;
    }

    .calendar_slide_data {
        font-size: 14px;
    }

    #calendar_slider .owl-buttons .owl-prev {
        margin-left: -9% !important;
    }

    #calendar_slider .owl-buttons .owl-next {
        margin-right: -9% !important;
    }

    .event_category ul.nav li a {
        line-height: 37px;
    }

    .event_category.even ul.nav li:first-child {
        margin: 0 0 13px auto;
    }

    .event_category ul.nav li {
        font-size: 12px;
        margin-bottom: 13px;
    }

    .event_category ul.nav li a {
        width: 94%;
    }

    /*.event_category.even ul.nav li:first-child a {
	    width: 31%;
	    margin-right: 1%;
	}*/
    .event_category .tabs .tab-content {
        margin-top: 20px;
    }

    .event_item {
        /*        margin-bottom: 15px !important;*/
        padding: 0 0px;
    }

    .event_desc {
        padding: 13px 5px 65px 5px;
    }

    /*.img_event {
		height: 120px;
	}*/
    .event_name {
        font-size: 14px;
        padding-left: 0px;
        background-image: none;
        line-height: 125%;
        margin-bottom: 10px;
        height: 35px;
    }

    .event_desc p {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .buy_ticket {
        width: 40px;
        height: 40px;
        right: 50%;
        margin-right: -44px;
        bottom: 20px;
        background-size: 55%;
    }

    /*.event_name span {
		margin-top: 0px;
		margin-right: 0px;
		position: absolute;
		bottom: 30px;
		left: 50%;
		margin-left: -28px;
	}*/
    .event_desc p {
        margin-bottom: 5px;
        max-height: initial;
        overflow: visible;
    }

    .load_more {
        width: 95%;
    }

    /*Page developments*/
    .mob_sorting_box {
        margin-top: 8px;
    }

    /*.btn_filter {
		width: 90px;
		height: 40px;
		line-height: 43px;
		background-position: 13% center;
		background-size: 15px;
		font-size: 12px;
		padding: 0 0 0 31px;
	}*/
    .mob_sorting_box .selectbox {
        min-width: 190px;
        padding: 10px 8% 8px 4%;
    }

    .mob_sorting_box .selectbox .dropdown {
        margin-top: 43px;
    }

    /*Page developments item*/
    .main_img_item {
        margin-top: -26px;
        margin-bottom: 15px;
    }

    .info_event h3 {
        font-size: 24px;
        margin-top: 20px;
    }

    .price_title {
        float: none;
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .title_price_btn a {
        background-position: 20% center;
        width: 100%;
        padding: 0 0 0 25px;
        float: none;
        margin: 18px auto;
        display: block;
        font-size: 18px;
    }

    /*Developmens Item*/
    .main_img_item .info_event {
        top: initial;
        left: 3%;
        bottom: 6%;
    }

    .main_img_item .info_event h3 {
        font-size: 24px;
        margin-top: 0px;
    }

    .mob_title_description_event .date_icon {
        width: 50px;
        height: 50px;
        padding: 7px 5px;
        font-size: 24px;
        top: 10px;
        left: 10px;
        margin-right: 7%;
        vertical-align: middle;
    }

    .mob_title_description_event .date_icon span {
        font-size: 12px;
    }

    h3.title_event_name {
        font-size: 24px;
        margin-bottom: 0px;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        line-height: 100%;
        max-width: 75%;
    }

    h3.title_event_name span {
        font-size: 18px;
    }

    .time_location {
        font-size: 14px;
    }

    .liked_txt .liked {
        font-size: 14px;
    }

    .time_location p {
        font-size: 14px;
        /*margin-bottom: 10px;*/
    }

    .txt_content {
        font-size: 14px;
        line-height: 174%;
    }

    .txt_content p {
        margin-bottom: 10px;
    }

    #map {
        height: 495px;
        margin-top: 15px;
        margin-bottom: 0px;
        background: #000;
    }

    .txt_content iframe {
        width: 100%;
        height: 280px;
    }

    /*LK Liked Page*/
    .clear_btn_box button {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }

    /*LK money account*/
    .add_funds button {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    ul.money_in_account {
        padding: 20px 15px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    ul.money_in_account > li {
        font-size: 18px;
        line-height: 100%;
    }

    ul.money_in_account > li span {
        font-size: 24px;
    }

    /**/
    .personal_area_info,
    .pass_restore {
        margin-bottom: 19px;
    }

    .personal_area_form h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .personal_area_info > div > label,
    .pass_restore > div > label {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .personal_area_info > div > input,
    .pass_restore > div > input {
        font-size: 16px;
    }

    .personal_area_info > div,
    .pass_restore > div {
        margin-bottom: 14px;
    }

    .personal_area_info,
    .pass_restore {
        margin-bottom: 19px;
    }

    .submit_personal_data {
        margin-top: 10px;
    }

    .submit_personal_data label {
        font-size: 16px;
    }

    #g-recaptcha > div {
        margin: 0 auto;
        width: 100% !important;
    }

    .pass_restore > div:nth-child(2) input {
        width: 100%;
    }

    /**/
    .wrap_tickets .id_ticket {
        margin: 0 20px 30px;
    }

    .item_ticket h4 {
        margin: 0 20px 10px;
    }

    .data_line {
        margin: 0 20px 20px;
    }

    /*.item_ticket {
		padding: 10px 15px;
		min-height: 288px;
		margin-bottom: 30px;
	}
	.item_ticket .time_location {
		width: 65%;
		margin-left: 0px;
		font-size: 18px;
	}*/
    /*.price_line strong {
	    display: block;
	}*/
    .status_line > div:nth-child(1) strong {
        display: block;
    }

    .event_time,
    .event_location {
        padding-left: 30px;
        background-position: 5px top;
    }

    /*.item_ticket .time_location .event_location {
		margin-bottom: 5px;
		line-height: 125%;
	}*/
    .time_location p {
        margin-bottom: 5px;
    }

    /*.item_ticket h4 {
		margin-bottom: 13px;
		line-height: 125%;
	}*/
    .data_line {
        margin-bottom: 23px;
    }

    .price_line {
        margin-bottom: 20px;
    }

    /**/
    .ticket_order_step > div strong {
        right: 10px;
        top: 50%;
        margin-top: -9px;
    }

    .ticket_order_step > div.active strong {
        font-size: 14px;
    }

    .price_for_place.mob {
        width: 205px;
        margin: 0 auto;
    }

    .price_for_place.mob div {
        display: block;
        text-align: left;
        margin: 0;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .data_location {
        margin-bottom: 13px;
    }

    .ticket_time_location .time_location {
        width: 75%;
    }

    .data_location .time_location p {
        margin-bottom: 8px;
    }

    .time_location .select {
        background-position: 5px 2px;
        background-size: 15px;
    }

    .wrap_hall_map h3 {
        text-align: center;
        margin-top: 15px;
    }

    .next_step {
        width: 100%;
        margin: 20px auto;
    }

    .next_step[name='back'] {
        width: 100%;
        margin: 20px auto;
    }

    /**/
    /*.your_order {
		padding: 20px;
		font-size: 12px;
	}
	.tickets_oder2 h4 {
		font-size: 24px;
	}
	.your_order p {
		text-align: left;
	}
	.your_order .your_price {
		font-size: 24px;
		margin:0px;
	}
	.your_order >li > b {
		text-align: left;
	}

	.your_order >li:nth-child(2) {
    	text-align: left;
	}*/
    .payment_method > div,
    .add_money_in_account .payment_method > div {
        /*width: 48%;*/
    }

    .payment_method,
    .refund_method {
        margin-bottom: 10px;
    }

    /**/
    .tickets_oder3 {
        margin-top: 24px;
        margin-bottom: 80px;
    }

    .tickets_oder3 h3 {
        font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
        font-size: 24px;
        text-transform: uppercase;
    }

    .tickets_oder3 h4 {
        font-size: 18px;
    }

    .tickets_oder3 p {
        font-size: 14px;
        margin-top: 15px;
    }

    /*.status_btn button:nth-child(1){
		width: 40% !important;
	}
	.status_btn button:nth-child(2){
		width: 46% !important;
	}*/
}

@media screen and (max-width: 370px) {
    .payment_method > div,
    .add_money_in_account .payment_method > div {
        /*width: 100%;*/
    }
}

@media screen and (max-width: 340px) {
    .footer_logo img {
        max-width: 135px !important;
    }
}

/*-------------------------------------------------NEW STYLE iTicket----------------------------------------------------*/

.lang_head {
    color: #97a2ac;
    /*font-weight: bold;*/
    display: inline-flex;
    font-size: 16px;
    font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
}

.first-lvl-menu a {
    font-size: 16px !important;
}

.lang_head_arrow {
    background-image: url(/images/down.svg?a0900eefdd881ec0dc99c77eac311e3d);
    background-repeat: no-repeat;
    background-position: center center;
    height: 10px;
    width: 10px;
    display: inline-flex;
    margin: 8px;
}

.notifications .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -4px;
    left: -15px;
    min-width: 15px;
    height: 15px;
    padding: 0 5px;
    border-radius: 10px;
    background-color: #ff9202;
    color: #fff;
    font-size: 1rem;
}

.icon_notific .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 28px;
    min-width: 15px;
    height: 15px;
    padding: 0 5px;
    border-radius: 10px;
    background-color: #ff9202;
    color: #fff;
    font-size: 1rem;
}

.login_btn_head {
    /*font-family: "Roboto Semibold", Helvetica, Arial, sans-serif !important;*/
    font-size: 16px !important;
    line-height: 24px;
}

.login_btn_head a {
    color: #97a2ac !important;
    /*font-weight: bold;*/
}

.main_slider {
    padding-top: 15px !important;
}

/* Alerts */
.alert-red .alert-close,
.alert-pink .alert-close,
.alert-purple .alert-close,
.alert-indigo .alert-close,
.alert-blue .alert-close,
.alert-cyan .alert-close,
.alert-teal .alert-close,
.alert-green .alert-close,
.alert-orange .alert-close,
.alert-brown .alert-close,
.alert-bgray .alert-close {
    color: #fff;
}

/* Red */
.alert-red {
    background-color: #e57373 !important;
    color: #fff !important;
}

/* Pink */
.alert-pink {
    background-color: #f06292 !important;
    color: #fff !important;
}

/* Purple */
.alert-purple {
    background-color: #ba68c8 !important;
    color: #fff !important;
}

/* Indigo */
.alert-indigo {
    background-color: #7986cb !important;
    color: #fff !important;
}

/* Blue */
.alert-blue {
    background-color: #64b5f6 !important;
    color: #fff !important;
}

/* Cyan */
.alert-cyan {
    background-color: #4dd0e1 !important;
    color: #fff !important;
}

/* Teal */
.alert-teal {
    background-color: #4db6ac !important;
    color: #fff !important;
}

/* Green */
.alert-green {
    background-color: #81c784 !important;
    color: #fff !important;
}

/* Orange */
.alert-orange {
    background-color: #ff9202 !important;
    color: #fff !important;
}

/* Brown */
.alert-brown {
    background-color: #a1887f !important;
    color: #fff !important;
}

/* Blue gray */
.alert-bgray {
    background-color: #90a4ae !important;
    color: #fff !important;
}

.alert {
    background-color: #eee;
    color: #000;

    padding: 20px 25px;
    margin-bottom: 15px;
    opacity: 1;
    transition: opacity 0.4s;
}

.alert-close {
    margin-left: 15px;
    color: #bbb;
    float: right;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
}

.alert-close:hover {
    color: #000;
}

/*-----------------------------------------------------------------------------------------*/

.owl-carousel .item .item-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px !important;
}

.owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: #ff9202 !important;
}

.owl-dots .owl-dot span {
    background-color: #d4d4d4 !important;
    opacity: 1 !important;
}

.owl-dots .owl-dot span:hover {
    background-color: #ff9202 !important;
    opacity: 1;
}

.br10 {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.custom-dots {
    position: absolute !important;
    max-width: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    margin: 0;
    text-align: center;
    overflow: hidden;
    z-index: 2;
}

.main_slider #top-home-carousel .item {
    height: auto !important;
    min-height: 0;
}

.banner_slide {
    /*    height: 215px;*/
    transition: all 0.3s;
}

.banner_slide:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
    transform: scale3d(1.01, 1.01, 1.01);
    transition: all 0.3s;
}

.banner_slide1,
.banner_slide2 {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.banner_slide1 {
    background: rgb(255, 146, 2);
    background: linear-gradient(135deg, rgba(221, 107, 250, 1) 0%, rgba(255, 146, 2, 1) 100%);
}

.banner_slide2 {
    background: rgb(9, 181, 255);
    background: linear-gradient(135deg, rgba(9, 181, 255, 1) 0%, rgba(176, 107, 250, 1) 100%);
}

.banner_slide_text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner_slide1 {
    margin-bottom: 2px;
}

.tags {
    margin: 25px 0;
}

.cities-list .section__item a {
    font-size: 14px;
}

.section_tags {
    display: flex;
    /*overflow-x: auto;*/
    scroll-snap-type: x mandatory;
    justify-content: left;
    /*padding: 0 0 10px 0;*/
    /*flex-wrap: wrap;*/
}

.section__item {
    scroll-snap-align: start;
    white-space: nowrap;
    padding-bottom: 10px;
}

.categories-list .section__item a {
    padding: 4px 18px;
}

.section__item a {
    cursor: pointer;
    background-color: #fff;
    padding: 10px 24px;
    color: #717171;
    display: block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.1s;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.03);
}

.section__item .cat-icon-active {
    display: none;
}

.section__item a:hover .cat-icon-active {
    display: block;
}

.section__item a:hover .cat-icon {
    display: none;
}

.section__item a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: all 0.1s;
}

.section__item a.active_tag .cat-icon-active {
    display: block;
}

.section__item a.active_tag .cat-icon {
    display: none;
}


.section__item a.active_tag {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.slick-prev::before,
.slick-next::before {
    color: black !important;
}

.container-carusel {
    /*padding: 0 10px;*/
}

.container-carusel-inner {
    position: relative;
}

.slick-prev,
.slick-next {
    z-index: 1;
    top: 40% !important;
    width: 50px;
    height: 50px;
}

.slick-prev img,
.slick-next img {
    filter: drop-shadow(5px 5px 5px #999);
}

.slick-slide {
    /*    opacity: 0.7;*/
    transition: all 0.3s;
}

.slick-active {
    opacity: 1;
    transition: all 0.3s;
}

.slick-current .container-carusel-inner {
    /*    box-shadow: 2px 2px 0 #000;*/
}

.slick-list {
    /*overflow: initial !important;*/
}

.container-carusel-inner .add-favorite {
    position: absolute !important;
    right: 10px;
    top: 10px;
    z-index: 1;
    margin: 0 !important;
}

.home-carousel .icon_favorit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.home-carousel .icon_favorit_inner {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-carousel .icon_favorit_inner .add-favorite {
    width: 2em;
}

.home-carousel .add-favorite svg {
    fill: #97a2ac;
}

.home-carousel .add-favorite:hover svg {
    fill: #da4567;
}

.home-carousel .event_desc_left {
    background: #f4f4f4;
    width: 70px;
    height: 68px;
    text-align: center;
    padding-top: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    float: left;
    transition: all 0.1s;
}

.home-carousel .event_desc_left_month {
    font-size: 10px;
    display: block;
    margin-top: 2px;
}

.home-carousel .event_desc_right {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    width: calc(100% - 70px);
}

.home-carousel .event_desc_right .event_name {
    font-size: 14px !important;
    height: 25px;
    overflow: hidden;
}

.home-carousel .event_desc_right .event_desc_right_icon {
    padding: 0px 5px 0 0;
    float: left;
}

.home-carousel .event_desc_right .event_desc_right_icon img {
    width: 10px;
}

.home-carousel .event_desc_right .event_desc_right_location {
    color: #939090;
    font-size: 12px;
    line-height: 15px;
    margin-top: 3px;
    text-transform: uppercase;
    font-family: 'Roboto Regular';
    float: left;
    width: calc(100% - 15px);
    height: 17px;
    overflow: hidden;
}

.home-carousel .event_desc {
    padding: 0 0 0 !important;
    height: auto !important;
    width: 100% !important;
    background: #fff;
}

.home-carousel .event_item:hover a::after {
    content: '';
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    bottom: 0px;
    width: 80%;
    height: 50%;
    border-radius: 100%;
    left: 10%;
    right: 10%;
}

.home-carousel .slick-prev {
    left: -25px;
    filter: drop-shadow(5px 5px 5px #999);
    opacity: 0;
    filter: opacity(50%);
    transition: all 0.3s;
}

.home-carousel .slick-next {
    right: -25px;
    filter: drop-shadow(5px 5px 5px #999);
    filter: opacity(50%);
    opacity: 0;
    transition: all 0.3s;
}

.home-carousel .slick-prev:hover,
.slick-next:hover {
    filter: opacity(100%);
}

.home-carousel:hover .slick-prev,
.home-carousel:hover .slick-next {
    opacity: 1;
    transition: all 0.3s;
}

.page-title {
    color: #000 !important;
    text-align: left !important;
    margin-bottom: 15px !important;
    margin-top: 30px;
    font-size: 20px;
}

.slick-slider {
    clear: both;
}

.more_button {
    text-align: right;
    color: #717171;
    margin-bottom: 15px !important;
    margin-top: 30px;
    text-transform: uppercase;
    line-height: 44px;
    float: right;
    font-size: 12px;
}

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

.event_calendar .owl-carousel .owl-nav .owl-prev {
    top: 15px !important;
    left: -25px !important;
    width: 50px;
    height: 50px;
    background: url(https://www.orcam.com/wp-content/themes/orcam/dist/images/icon_arrow_left.svg) no-repeat top center;
    filter: drop-shadow(5px 5px 5px #999);
}

.event_calendar .owl-carousel .owl-nav .owl-next {
    top: 25px !important;
    right: -25px !important;
    width: 50px;
    height: 50px;
    background: url(https://www.orcam.com/wp-content/themes/orcam/dist/images/icon_arrow_right.svg) no-repeat top center;
    filter: drop-shadow(5px 5px 5px #999);
}

.event_calendar .owl-carousel .owl-stage-outer {
    /*    overflow: visible !important;*/
}

/*
.event_calendar .owl-carousel {

    width: 90% !important;

    margin: auto !important;
}
*/

.lang_head:hover {
    color: #000;
}

.owl-item.active {
}

.owl-item a {
    display: block;
}

.calendar_slider {
}

.event_item:hover .img_event img {
    opacity: 1 !important;
}

.owl-nav {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
    transition: all 0.3s ease-out;
}

.owl-prev,
.owl-next {
    opacity: 0.5;
    transition: all 0.3s ease-out;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
    transition: all 0.3s ease-out;
}

.carusel-container-item {
    width: 90%;
    margin: auto;
}

.oras_filtru {
    color: #ccc;
    margin-right: 8px;
}

.contury_submenu_city a {
    /*    font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;*/
    margin-right: 10px;
}

.contury_submenu_city a.current {
    font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    color: #ff9202;
}

.event_textt {
    text-transform: lowercase;
    font-weight: normal;
}

.glider-prev-6,
.glider-next-6 {
    top: 26% !important;
}

.glider-prev-6 {
    left: -60px !important;
}

.glider-next-6 {
    right: -60px !important;
}

.container_carusel_calendar {
    margin-bottom: 15px;
    position: relative;
}

.main-container {
    position: relative;
    width: 1260px;
    margin: 0 auto;
}

@media (max-width: 1280px) {
    .main-container {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .cards_user .col-md-4 {
        margin-bottom: 15px;
    }

    .hidd_mobile {
        display: none;
    }

    .marc_notification svg {
        position: relative !important;
    }

    .marc_notification a {
        padding: 10px 20px 10px 19px !important;
        line-height: 0;
    }

    .owl-carousel.owl-loaded {
        /*    height: 350px;*/
    }

    .main_slider #top-home-carousel .item {
        /*    height: 350px !important;*/
    }

    .main_slider {
        padding: 10px !important;
    }

    .banner_slide {
        /*   height: 165px;*/
    }

    element {
    }

    b,
    strong {
        font-family: 'Roboto Bold', Helvetica, Arial, sans-serif;
    }

    b,
    strong {
        font-family: 'Roboto Semibold', Helvetica, Arial, sans-serif;
    }

    b,
    strong {
        font-weight: bold;
    }

    * {
        margin: 0;
        padding: 0;
        border: 0;
    }

    * {
        box-sizing: border-box;
    }

    .banner_slide_text {
        text-align: center;
    }

    .banner_slide1,
    .banner_slide2 {
        font-size: 14px;
    }

    .title_bar .col-md-6 {
        width: 50%;
        float: left;
    }

    .step-header .event-dates {
        position: relative;
        margin-bottom: 20px;
    }

    .glider-contain {
        /*        overflow: initial !important;*/
    }

    .page-title {
        color: #000 !important;
        text-align: left !important;
        margin-bottom: 0px !important;
        margin-top: 15px;
        font-size: 14px !important;
        /*        float: left !important;*/
    }

    .more_button {
        text-align: right;
        color: #717171;
        margin-bottom: 0px !important;
        margin-top: 14px !important;
        text-transform: uppercase;
        line-height: 35px;
        float: none;
        font-size: 10px;
        margin: auto;
        margin-bottom: auto;
        width: 100%;
        display: block;
    }

    .glider-prev,
    .glider-next {
        opacity: 0 !important;
    }

    .main_slider #top-home-carousel .item {
        /*    height: 210px !important;*/
    }

    .section__item a {
        padding: 8px 10px;
        font-size: 12px;
    }

    .main_slider #top-home-carousel .item {
        border-radius: 10px !important;
        overflow: hidden !important;
    }

    .owl-item {
        border-radius: 10px !important;
        overflow: hidden !important;
    }
}

.title_mobil {
    display: none;
}

.title_mobil .menu_mobil_user {
    float: left;
}

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

    .title_pay_hist {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .title_pay_hist {
        display: none;
    }

    .title_mobil {
        display: block;
    }

    .title_mobil span {
        font-size: 20px;
    }

    .title_mobil .btn {
        padding-top: 9px;
    }

    .title_mobil li {
        position: relative;
    }

    .title_mobil li .badge {
        top: 6px;
        right: 15px;
        left: auto;
    }

    .container_carusel_calendar {
        padding: 0;
    }

    .owl-carousel.owl-loaded {
        height: auto;
    }

    .banner_right_sliderr {
        padding: 10px 0;
    }

    .owl-dots {
        /*        display: none !important;*/
    }

    .wrap_head_actions {
        margin-top: 0;
    }

    .phone_btn_head,
        /*    .location_btn_head,*/
    .lang_btn_head {
        display: none;
    }

    /*.search_btn_head {*/
    /*    margin: 6px 0 0;*/
    /*}*/
    .fixed-open .top_nav_panel {
        width: calc(100% - 130px);
    }

    .fixed .wrap_login_head {
        /*margin: 0;*/
    }

    /*
        .first-lvl-menu a:nth-of-type(1) {
        display: none;
    }
    */
    .mobile_row {
        /*        padding: 0 10px;*/
    }

    .banner_right_sliderr {
        padding: 10px 5px !important;
    }

    .banner_mobil {
        padding: 0 10px !important;
    }

    .tags .container {
        padding: 0 10px !important;
    }

    .container_calendar {
        padding: 0 10px !important;
    }

    footer {
        margin-top: 0px !important;
    }

    .top_nav_panel {
        left: 110px !important;
        right: 14px;
    }

    .first-lvl-menu a {
        /*font-size: 13px !important;*/
        margin-right: 10px !important;
        font-weight: normal !important;
        /*font-family: "Roboto Regular", Helvetica, Arial, sans-serif !important;*/
    }

    .location_btn_head {
        margin: 9px 5px 0 0 !important;
    }

    .lang_head {
        font-size: 13px !important;
        font-weight: normal;
    }

    .search_btn_head::before,
    .lang_btn_head::before,
    .location_btn_head::before,
    .phone_btn_head::before {
        width: 0px !important;
        background-color: #fff !important;
    }

    .lang_head_arrow {
        margin: 6px !important;
    }

    .search_form_inner {
        padding-left: 0px !important;
    }

    .search-result {
        padding-left: 15px;
    }

    body {
        /*    background: #f9f9f9 !important;*/
    }

    .close_search {
        margin: 0 !important;
        width: 11px !important;
        height: 11px !important;
        top: 7px !important;
        right: 0px !important;
        background-size: cover !important;
    }

    item_calendar_slide > a {
        width: 100% !important;
    }

    .title_bar > .col-md-6:nth-child(1) {
        width: 60%;
    }

    .title_bar > .col-md-6:nth-child(2) {
        width: 40%;
    }

    .custom-dots {
        display: block;
    }
}

.owl-carousel .item .item-image {
    bottom: 0 !important;
}

/*style_header slide*/
#space {
    width: 100%;
}

#large {
    width: 67.6%;
    float: left;
    /*    margin:1% 1%;*/
    padding: 0px;
    padding-right: 1%;
    position: relative;
}

.small {
    width: 32.3%;

    display: flex;
    /*    margin:1% 1%;*/
    padding: 0px;
    padding-bottom: 1%;
}

@media screen and (max-width: 680px) {
    .setari_notification span {
        display: none;
    }

    .lang-section p,
    .loaction-section p {
        font-size: 14px;
    }

    .search_form input {
        font-size: 16px;
    }

    #large {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0px;
        padding-right: 0px;
        padding-right: 0%;
        position: relative;
    }

    .small {
        width: 49%;
        float: left;
        margin: 10px 0 0 0;
        padding: 0px;
        padding-bottom: 0px;
        padding-bottom: 0;
    }

    .small.first_banner {
        margin-right: 2%;
    }

    .payment_method > div,
    .add_money_in_account .payment_method > div {
        /*width: 80%;*/
    }

    .choose_place {
        padding: 20px;
    }

    .choose_place table {
        font-size: 15px;
    }

    .choose_place td:nth-child(3) {
        width: 100px;
    }

    .payment_method > div,
    .add_money_in_account .payment_method > div {
        /*width: 80% !important;*/
    }
}

.location_icon_mobile {
    display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.section_tags::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.section_tags {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

@media screen and (max-width: 350px) {
    .oras_header {
        display: none;
    }

    .location_icon_mobile {
        display: block;
    }

    .search_btn_head svg {
        height: 25px !important;
        width: 19px !important;
    }
}

.new-filter {
    border-radius: 10px !important;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    border: 0;
    min-height: auto !important;
    padding: 15px 0 !important;
    margin-bottom: 25px !important;
}

.panel-title a {
    display: block;
    position: relative;
    padding: 12px 60px 15px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 0;
    color: #6d7194;
}

a:hover {
    text-decoration: none;
}

.drop-accordion .panel-default {
    /*    overflow: hidden;*/
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}

.drop-accordion .panel-heading {
    /*	overflow: hidden;*/
    margin-bottom: 5px;
    padding: 0;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.03);
    background: #fff;
    border-radius: 10px;
}

.drop-accordion .panel-heading h4 {
    display: block;
    position: relative;

    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #ff9202;
    cursor: pointer;
}

.drop-accordion .panel-heading h4 .collapse-controle {
    padding: 15px 25px 15px 25px;
}

.leaf-ui .drop-accordion .panel-heading,
.circlus-ui .drop-accordion .panel-heading {
    border-radius: 4px;
}

.panel-title a {
    display: block;
    position: relative;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    /*	line-height: 1;*/
    color: #ff9202;
}

.panel-title span {
}

.panel-title .expand-icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d9d7d7;
    font-size: 24px;
    line-height: 46px;
    color: #fafafa;
}

.expand-icon-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.panel-title .expand-icon {
    padding: 0 18px;
    vertical-align: middle;
}

.panel-title .expand-icon:before {
    content: '\f055';
}

.panel-body {
    padding: 20px;
}

.drop-accordion .panel-body {
    position: relative;
    border: 0px solid #d9d7d7 !important;
}

.circlus-ui .drop-accordion .panel-body,
.leaf-ui .drop-accordion .panel-body {
    border-radius: 4px;
}

.panel-body-icon {
    width: 75px;
    float: left;
    padding: 10px;
}

.panel-body-icon i {
    font-size: 45px;
    color: #03c6fe;
}

.drop-accordion .tab-collapsed {
    border: transparent;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.03);
}

.tab-collapsed a {
    color: #000;
}

.tab-collapsed .expand-icon-wrap {
    border-color: #fff;
    color: #fff;
}

.tab-collapsed .expand-icon:before {
    content: '\f056';
}

.panel {
    background: transparent;
}

.mesaj_citit a {
    color: #c8c8c8;
    font-weight: 100;
    font-family: 'Proxima Nova Normal', Helvetica, Arial, sans-serif;
}

.mesaj_citit span {
    color: #c8c8c8;
}

.setari_notification {
    float: left;
}

.marc_notification {
    float: right;
}

.marc_notification svg {
    height: 20px;
    position: absolute;
    margin-left: 5px;
}

.marc_notification a {
    background: #fff;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 15px 50px 15px 20px;
    border-radius: 10px;
    color: #000;
}

.setari_notification {
    background: #fff;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    color: #000;
}

.marc_notification a:hover {
    background: #ff9202;
    color: #fff;
}

.settings_notification {
    margin-bottom: 12px;
}

.checkbox {
    display: inline-block;
    padding: 5px 5px 5px 38px;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: inherit;
}

.checkbox span {
    display: inline-block;
    /*	font: normal 12px/16px Arial;*/
    padding: 0;
}

.checkbox span:before,
.checkbox span:after {
    content: '';
    position: absolute;
    top: 50%;
    transition: 0.3s;
    box-sizing: border-box;
}

.checkbox span:before {
    left: 0;
    height: 16px;
    margin-top: -8px;
    width: 28px;
    border-radius: 8px;
    background: #ccc;
}

.checkbox span:after {
    left: 2px;
    height: 12px;
    width: 12px;
    margin-top: -6px;
    background: #fff;
    border-radius: 50%;
}

.checkbox input:checked + span:before {
    background-color: #ff9000;
}

.checkbox input:checked + span:after {
    left: 14px;
}

.checkbox input:focus + span:before {
    box-shadow: 0 0 0 3px rgba(50, 150, 255, 0.2);
}

.checkbox input:disabled + span {
    opacity: 0.35;
}

.checkbox input:disabled + span:before {
    background: #999;
}

label {
    font-weight: normal;
}

.marc_notification a:hover svg {
    fill: #fff;
}

.setings_notificari .collapse-controle {
    padding: 0;
}

.setings_notificari {
    float: right;
}

.setings_notificari a {
    font-size: 25px;
    display: block;
    /*padding: 2px;*/
    height: auto;
}

.dropdown-menu a {
    font-size: 15px;
}

.dropdown-menu {
    top: 35px;
    padding: 0px 0;
    /*    width: calc(100vw - 30px);*/
    width: 215px;
}

.menu_mobil_user svg {
    width: 20px;
}

.wrap_tickets .img_event img,
.wrap_tickets .img_event {
    height: auto !important;
    aspect-ratio: 16 / 9;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.responsive-table li {
    /*    border-radius: 3px;*/

    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.responsive-table li div {
    padding: 15px 20px;
}

.responsive-table .table-header {
    background-color: #f4f4f4;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border: 1px solid #d8d8d8;
}

.responsive-table .table-row {
    background-color: #ffffff;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.03);
}

.responsive-table .table-row .col-4.actiune_down {
    background: #ff9202;
    color: #fff;
}

.responsive-table .table-row .col-4.actiune_up {
    background: #3d9500;
    color: #fff;
}

.responsive-table .col-1 {
    flex-basis: 30%;
}

.responsive-table .col-2 {
    flex-basis: 15%;
}

.responsive-table .col-3 {
    flex-basis: 45%;
}

.responsive-table .col-4 {
    flex-basis: 120px;
    position: relative;
}

.wrap_tickets .table-row {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.actiune img {
    height: 12px;
    position: absolute;
    right: 15px;
    top: 37%;
}

.st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #ef2700;
}

.st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #3d9500;
}

.tooltip {
    z-index: 999;
}

.table-row svg {
    height: 10px;
    position: absolute;
    margin: 5px 10px;
}

@media all and (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
    }

    .responsive-table .table-row {
    }

    .responsive-table li {
        display: block;
    }

    .responsive-table .col {
        flex-basis: 100%;
    }

    .responsive-table .col {
        display: flex;
        padding: 10px 30px;
    }

    .responsive-table .col::before {
        color: #6c7a89;
        padding-right: 10px;
        content: attr(data-label);
        /*        flex-basis: 50%;*/
        text-align: left;
    }

    .responsive-table .col-4::before {
        color: #fff;
    }

    .table-row svg {
        position: relative;
    }
}

.credit-card {
    margin: auto;
    border-radius: 10px;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid #d8d8d8;
    min-height: 106px;
    padding: 20px;
    background: #fff;
    color: #000;
    /*margin-bottom: 15px;*/
}

.credit-card.selectable:hover {
    cursor: pointer;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
    transform: scale3d(1.01, 1.01, 1.01);
}

.adress-card {
    margin: auto;
    border-radius: 10px;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid #d8d8d8;
    min-height: 90px;
    padding: 20px;
    background: #fff;
    color: #000;
    margin-bottom: 15px;
    min-height: 95px;
}

.adress-card.selectable:hover {
    cursor: pointer;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
    transform: scale3d(1.01, 1.01, 1.01);
}

.adress-card p {
    margin-bottom: 5px;
}

/*  NUMBER FORMATTING */

.credit-card-last4 {
    font-family: 'PT Mono', Helvetica, sans-serif;
    font-size: 16px;
}

.credit-card-last4:before {
    content: '**** **** **** ';
    color: #4f4d4d;
    font-size: 14px;
}

.credit-card.american-express .credit-card-last4:before,
.credit-card.amex .credit-card-last4:before {
    content: '**** ****** *';
    margin-right: -10px;
}

.credit-card.diners-club .credit-card-last4:before,
.credit-card.diners .credit-card-last4:before {
    content: '**** ****** ';
}

.credit-card-expiry {
    font-family: 'PT Mono', Helvetica, sans-serif;
    font-size: 16px;
    position: absolute;
    bottom: 8px;
    left: 20px;
    color: #d1d6dd;
}

/* BRAND CUSTOMIZATION */

.credit-card.visa {
    background: #fff;
    color: #000;
}

.credit-card.visa .credit-card-last4:before {
    color: #000;
}

.credit-card.mastercard {
    background: #fff;
    color: #000;
}

.credit-card.new_card_button {
    background: #939090;
}

.credit-card.new_card_button {
    background: transparent;
    color: #869999;
    border: 2px dashed;
    box-shadow: 0 0 0 transparent;
    padding-top: 26px;
}

.adress-card.new_card_button {
    background: transparent;
    color: #869999;
    border: 2px dashed;
    box-shadow: 0 0 0 transparent;
}

.credit-card.mastercard .credit-card-last4:before {
    color: #000;
}

.credit-card.american-express,
.credit-card.amex {
    background: #1cd8b3;
    color: #f2fcfa;
}

.credit-card.american-express .credit-card-last4:before,
.credit-card.amex .credit-card-last4:before {
    color: #99efe0;
}

.credit-card.diners,
.credit-card.diners-club {
    background: #8a38ff;
    color: #f5efff;
}

.credit-card.diners .credit-card-last4:before,
.credit-card.diners-club .credit-card-last4:before {
    color: #b284f4;
}

.credit-card.discover {
    background: #f16821;
    color: #fff4ef;
}

.credit-card.discover .credit-card-last4:before {
    color: #ffae84;
}

.credit-card.jcb {
    background: #cc3737;
    color: #f7e8e8;
}

.credit-card.jcb .credit-card-last4:before {
    color: #f28a8a;
}

.credit-card.unionpay {
    background: #47bfff;
    color: #fafdff;
}

.credit-card.unionpay .credit-card-last4:before {
    color: #99dcff;
}

/*   LOGOS  */

.credit-card::after {
    content: ' ';
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.credit-card.visa::after {
    height: 15px;
    width: 50px;
    background-image: url(/images/Visa_Logo.png?a6ebe167c0d60a151cfe257fd31f1a89);
}

.credit-card.mastercard::after {
    width: 40px;
    height: 25px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAZCAYAAABD2GxlAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAAGGElEQVRIDZVXzY8URRR/Vd0zPV/sFyu4ywIRORA10Y2Ek8m6sBouRGOyHMSoKMaLFyWeJGE8GCX6FygoiYkGPJhIvAi4BzAakYBRThAOwAwinyvz2dNdz9+r7mF2Z796H2zXVNX7+L1X9apeKeqio0TOTqKwPXyTRsaIeBv6T6EdIlJp/K4roqvonzFEx1dR+Zzw8yQ50qrvInn/0JonWavtIfNm8K9VirLGsE9KXUf/T1Lmp+zu66dERoiZNHigskPg6xATuRgIZATAdqF5N0X0dJ4iqZAY/wAAfw6+0k5DH8aOq0H6+KFbpSkMUf2LkWdJ8z4wbM3kdGTDgEuEhWRIIwoNQ35A5xzFB7w3ykdkiqeAYTzCIP1IWCZicNM0MuATH+4lvSPAaFX8gi7AwQ+Gg5GdGX23J63I9xU1Kfys8BVxOu28D4DUbEDCUKAUZJkjjyDfAUpOxoNK/G/WzTHPc15Tu67cnQnSAmyDu0HrNigKTvST88g9MjaSUCfL9sAR0T+LXJgLVEB9JjW49R7RY0yN9f1wV7fIsAvJhWUFKmM7KOJMQaeaFXORXZ7Ivlq+wkVEsgjN7T13FZHLEP3RS0rANaHVmwVkvg6WCRGyCHpfusOpgbohYDTrstp/YkBJ6KPPfMKdMctH1MR28Bo1c7lVoy0975Ru81FydDshAO7LvuWAE/2ILQNe7rkqpfrrin3l8Arl6FJdudeqmF8seB2AMZfXrJkGIrnBzfJBOztJBjGQhBh+uYfUC/GyLh05EUL2cEtRalNAuWGEDRsCK4XERDygwb10j/T9FrGAlBAlIJFsVEyQzTkv1g6umcTWZAsQKfWeZKhQMp/BGBvNbpRIoYsceCAsoHyALGMuscLYvOiFk0rTXhlR/9LwM2nSp+BrbDKBSgGEk9JZa6hv7AZpFxuxLW214oN5TmtqblltWyWnWzKwooldh3TAekxOpG1yzqGVrE2mwhU8WN41LdIpWBbjM0lMwAmFnNEVqI2Pwpksi/wWDKHr2QycwFePdutfRDiaiqPl9tiNZ8HOlYEdKNaV1typpUbEe9jAmo7i5uAhudfQTxY9UR5fhNqToC9AsTbVlLVegGehYZHFPtSkhnDekyfyidEJY+yNEumFqD0lWb18iiJILAtNjdhmMjViDwLSsEngVsKzsMu4LDJscAMx4LLcR2Kvi2nhLhJAKGwgW5Yg9iRblmDqnhYkNrFUGRFUZ0V+WTpi5mBaTmuRnc83jEG7yYNnuSQKYcMhPquRaCcrUckkmpIltE1e1Agll0xLDoIuBOKA5EZOkykgysvbh+Kt20IpFho6qR+m0m84CH4tADL0xvnZZbC7Cy4Fu0HJIf9OwQK0N0mbT4oyKDWr8yhTUDmK2wI6GQWZjFIAdzq3p/yL9R3p/GksK2rmW6+5qsEpzPWLOXuroOTrSIbY2biPg+F8Z2yuhvlGxLbFZJgtJjkoUAxf+75C9G0fLi30cYsmIERIpZlaF12ql/qi+xiQUeKjcAK4jf12eRXAJo2eSKKaceoNPpJ/s/wDF0kLWgkEVsTsuUvhhQHSci7CRIJIxnuxdiKPpc4ZAA7VfQ7N+pwJR3LYMNCUjISx6eV1plkJL2QL/h4rth/hBDrZwu4wlWsIw/Mouf5eCZBgkFMOBdUiiYO9hb0o31bleL+mm3mHHs87waZ+rIxqYdWNFDmLkLUhtjIrtNesmr8ClZ5QO29WpoqoqPEUeiAuINEJmEayt4g/RwHxioS3gkBiTu40NLMWyxZYkMGbRNN/vvDxvhVfownVR+mMojgTraykoH2XQIn8xD88Vcj1stCApKv75ptsi95Sb5drWFpb7kes8o1pCsbGIzBSxO6Apr0QH8MDynK0X3VIKjsiiPGqw3OJjtHK8MDg7X/OCGP10BCemc4HWvF2L6cz1i3JZKnowNyubhpVGaTTqP0+ybxe+lE6M8FJX9hnEVToDzFSjJcW9eIovB/H0Cj+hjGP+1FVsXpXwfo7+j+vomuXMBe9iyehdGd0XDUOr32UjJlAuDZjdD2iloNF2d9lYD2Pev5kYXfpvMgWi6T3o1XF2VvqfyBMXs6VwHVmAAAAAElFTkSuQmCC');
}

.credit-card.amex::after,
.credit-card.american-express::after {
    width: 50px;
    height: 14px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAOCAYAAABth09nAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KTMInWQAABa9JREFUSA3FVm2IVUUYnnPO3pvuuuYqWmqRaaBEFBZBH6gVWtCfsv5USLBmBGFEUPgnyE0rE/rRh+WWVIJLsUEQ2QdFSSCilIprkriyV3fXbffeXe/nOfecMzNnep7Ze3avlr974WXe93k/Zt6ZeeccRzSTMY5wHANyAbeBY7DTcCGWygZy0sA50BY6jmMxxF/VwOiXkgfh8rjU1jzSx0Ou4BLQmJnQ03xpLq5nVleXKDT7ikYBQmn9AeQIXE6SpIaR/Dd4uMHjGH1wFVwG18EbmSw0ZjlictAr4DSWMmPzTVhqax4D2JmT+Y6CFzGnNqa7gdHGebmWQfBF8BP0SXfYFsEdRYYlM4TIJcYM6CTZkfG8jJRJxmtxXncdZ7ZNrM1vkVJfZj2vzXVFFXE7wUXwjUi8BT47pNbve473J+RMIpJ5La7blSTmhJSq28t4M3GentviShylShLhapFgLW4dB+1h32/OeO5mbH8fbH2eKzYobX7SSn2r4Z/NeC8i3wrk3oU5N2POqTpYSAsXiXEn2FT86BHqKdWl3kacFEn9WopzjGO1adJimHQQG3C22X7KmCztYax2N+OXy1LKB1KMczCGhEp7U9z31aPEcEpfpBjUyUIg8I6ziFZwAQu5ILYad3i4Mm+8EqynrRSGy4DzaLEg+Q6xQqHQjsE5eLrQrnQyQhsplPpl2k+MjrLPBO7L9cRxZfdSr1Qq83Bi78ZK7wPvjZXarVTytY2N9XP0IWlt9gHfP6kJUY9VJ31A36UYZLt2q0OxpxFr/RK9MMkrNASBvFfq5Ex/v21egUk/pz2K9Nu0j5fCtaMTwV2US7XoLdpQbGmw4C/aiglGS3W7w4AX0sZF07daNQvQR32AWPw5cA7XroDR0lgxeIx+uZyZwU2iXArl2ob5F+ok6JcUMXW/sIjTmCAu+L5tskiqXgZjJzYxMJDyHuqx1PZESn79mXqkPqXt7Gh1AfqKi+2hzmsCeRflYr1+A+OU0p9R7+01fHUuofEgWIy5cWMmKX+xsip1iGNzewP+IcWgTxcBkCfBpEops951xHKcQPf8traRP0ZGWtGQ38B2JEnUBYyiNZM5FMvklOe6rdRF4tZaPLdzpFjsWtTRfr4eye2OKw7S5DjeC0aYGuUpciaf7NWrx2ZgIQ9pLfBMaz6pked5SzAqcBZ8dH5H+1Sf1aI4no03x3Od6xC3AA2ehw8Lmf4EpJVh/BmclMPwJjhckap+/LzW2jYtHwTEGDwErzIgn8/P4niuVOfrZXDH36QO0fYI4j6h7vs+rxoP8F+kdXLseK44x/rFZmW5PLmeoh+vbDhfHBoa4jeFeXkQ0xQbcyedcK72mkDMYBF7MB4D/w4+jldkKyPGA7O4WIs7KZeC6HHY2BdDh/snZkO0VwaFbSeOmG3WLwyXUkezp/lbOac0Zl2o1MPVav2+IJJb4H/mVC5/LWNyxeIc5O1H2EC5XJ5LzPfjO5gHdIQ6CfL0NYXyEa1SmrtpDKV8kDqIH5wTFHRiop79fR20pzRWCtfRRqr48bPE+86XOrDV/PixkB3EJiZskQbPdDf1K9GeQ0N2wUEQ8ATPMAcJD8HhA8dz9pQGxmq3NY7yIEy2CIyuE0VmRTYr/mok/xGgjxu+znEEP37LcB8HlDFPIaIHCU8CHwDGXxB8xM1SyLcy1hiBj5n4Hn2xHB/OWywmRBnjr+C5eFHWwL8C+QBispBbcMHxPeVvB7IKEwOPqSDZGshXw5dPMXvoY24O8uKG8LfJrIL9GuAnwfdDnnDQ5E96nngaACedD2agwAtyAA34BuWiMXNQ1XuYlMeeHiVfuwhcBTOGxXHyEEyMRIzPJz7Iotik2zmgpyNE27zMiRtn2ozj9OCH60MaoG/EsAGM2u383BDOsVAmyVf4w7A9C/2/CQn4B8nk/wthbhecbtwV18A1/gO9YNLvMyQVLwAAAABJRU5ErkJggg==');
}

.credit-card.diners::after,
.credit-card.diners-club::after {
    width: 30px;
    height: 24px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAYCAYAAADtaU2/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAED2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOkFDMEM4Rjk2NTQzRDExRTQ5MzZBQzlERDRCNDEwQzZDPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06RGVyaXZlZEZyb20gcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICA8c3RSZWY6aW5zdGFuY2VJRD54bXAuaWlkOkFDMEM4RjkzNTQzRDExRTQ5MzZBQzlERDRCNDEwQzZDPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOkFDMEM4Rjk0NTQzRDExRTQ5MzZBQzlERDRCNDEwQzZDPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOkFDMEM4Rjk1NTQzRDExRTQ5MzZBQzlERDRCNDEwQzZDPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93czwveG1wOkNyZWF0b3JUb29sPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KetBeNQAAB1JJREFUSA2FVnts1eUZfn7Xc+k5PS29nLZwLNTWIgwwglFEzTaLJnN0mlA0mWMZQraFmIyZ3bKLbbKxubixbJo4XWY0U7OCYUydyB8Dht1IZh1lcmmpVegFCpzez2nPOb/Lnvc755SqifuStr9+l/d53+d93+f7NHx8tLfrwONAu+appetfSSBtrcAq+wZU2XHomgGHS7IaM7E0HkTQ0jCUdXIzjj9i2lqv4zinsbtlVJ3v7DTQ1uZB0/yFUNrCf9Du6/OAX37zFvj4atuaqjvvaIw2XFcdjiyKBmDoOtIZB8PJNE5+OIU956aVE5V0wvM9jMGY0DT0+bnsETjOy3ji8z0KY6FtTlwDLiw83XkqsvON4W9vao7u/MbnGqpvbi5HecRAwNIlRvFanXE9DzOzOQwMTuBA1xA63k36iBpanW3pI5oFzbDgO5lh7n8Ks6nf4cl7U/AZmJZnMg9cAH3s9+9U/upE6qmf3BF/cMfGBJZUhXM8SOp5gHi+719zVDxgaDJmycDhdwbRun/Ad3XfX2zp/rAHXzNs07cDgOvshZN+VNFfwNIgOW1v91Skh688t+fepQ9tv6fWjYRseJ5vSJA66fUZawHnWtj8cl0fhkG/OLpOjuCLfzoD4bqCeU+6nqsIKikz4GZfQyb1Nfy8JSkp1XFqhXJ758HhXd+9tfqhRzbWOgTVHNdjOjUFOpXOQqgtDjmQIs2ZnKdAXc8XNrBhdR32bW4iBQ7zDQR1wyBRGlKTOej2JhjhDmXjcTCi03t9bHtj3W1LSn/z07amSG1F2HcJajIKOfzm2wM42nMRaxorYZmc46RQ/J/ey3jlUD8aFkcRiwTUXp3z19WWonImjf1nJ1ETMTHFeobGFDlZDYa1Chu2/hctS3vzHKWMh3femYg3Lo469NwQ6iSK/X8/h/uePIXkVGY+n8Wohfof/G0E33n+BIZGp1jtGmn3YPLvF9YnsDpqssVclCo+NebKdUhPCLa9A7s6QzpaD9StaCy969YbF4lNTQzKOH5yGJv3DQD1AYRtkzOFBbWaz/cNy0J4uT+FZ17rU9SrXNNAoqYUW9dUANMOYoZClgM6cmlJ+XqEq9bqmNOWt9aXNMTLbDGpSV6nmdOXjg0BIdYWo3dYQJ8YnPpgzkNd3MbPToyhp++y2uISOGAZWNVQpnx1yJylVpgHKTYf9Ei7nVa9hkQ8FAsFDa/YLh+OTOLP51OoDhPYkZx+AlY8R47ghizy77v9SZUeqSUZdVUlWE7Hx+h0ID/FfvSkJwHTXqkjalaXK0XinDIHXJ2cw9ici4i0CSc/bbBfaIiSeXWOdGepqHmUcMhCLYEzBGZnFYeAy3eNTnlgrRJRtLQAIpUrI1956vP//NJY1dJS17ZJ5Cq9C+bmVyktOlK58Sn2JIVAukRtK4/aMGzmeqGl+VMf/WAyqEwe4mUswqClHJCpOarZFdaATnRmKz/EvjCi+ePUTn1gcDQ9O5d1yVKek/raGB6sCWGUdIMF/Wn4yiYZWt2wSPV5kbbRsTR60i6qCJwpAkPnF3l0nTM6aryz/xic/SA5LbJMfaCRilgID29YDEw43CfqxZX5w3nn5XdTUMfQeBbbG6NY21ytFiTHVD2cOj9Baz6CBM7Kikgbe4ZfKXhOl44XHnj/6LnJf/b0T8ryvC5+dl0Ce1pqgb60qtZCscqe+XHuUgZrwyYee6AZi2JBJSDC2qVkCn/tSQJ55SrudxEIMQr8G+7V44X68V588diF8YvJWYt97IrHoYCJHa034tltyyB5/Djd0tvbVpbipW/ehOXLKlRAogFCzJHuYRwazSDBqh5XhcpSFgHxXBe57B/wxJZJQ13+v206f2bJ5upEOLD+luYy1+R1RHAtSMVa3VSFxiWliIQt9QiQjpNSKAma2LiuTqmUsChVLbdY99lLaHv1fWRFA7gvw+uRvrgI86Xg8mFw+fRudL/uFSIGtq4r3/2tQxcOHnh71GKBuLwkPLmRTOaorioC21T1q0Al+oqykKoF0WdxRF4mvRfG8OO9vZhhlDWWjilXKYaDcJnFSLvgad/Hs1/Poa2TVmUULufP/PBo4r1x7/kX7m+6e9P6Kr48bFYXS5EPAGLleZQTEgOH5FNAJaju06P40b5eHBrP+YmI4Q86BNV10w9GqX6Zw8jObscvWgYEFHu3uPkwjnT4MnH5mfsm7r7/K2/9umusNJ1MrYzHwnZJyCDlhpcHESDecfkf5BwXQ1em/b8cHvBbX+1HP2UqEbEx6POuCkZ0XoYzfHc9x6fPo/jlPUOQh1/HFiV2+YjzAaDojUSotb7+JdRHH/neTRW3rW2MVdbHSxAtsaW7lDiMJmdx5gI1/b1x/GuM1yYvmTjTcYkvUOrSRdo4hlzuj9h911vKfCHSItRHgWW2QLt87uK9ueeYcTPq7NtRV7pyTcSIG5pvTmU9v3+OfAtf5RauZ7OOuciO++6I7mR72JPHcbCvB93Mp7zTOpim4nNZDHP8D1/dNabXr017AAAAAElFTkSuQmCC');
}

.credit-card.discover::after {
    width: 50px;
    height: 14px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAOCAYAAABth09nAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KTMInWQAAA/tJREFUSA19ll2IVVUUx73jmEYgiUpYiIREkFqQD0FhKiVIoPaSRaEPQlATZmk9JERBQVCSldjHk9iDqE8KQaTQB0lFoljDSGKiFI3VWJZZfo6n32+fta5nrrcW/O/6r8+999n77HNbVVWNHnVZqlardSlNYj1yffAWVFt9qSNPX/axxzB2kehhfERdjNs5njmO4RyyBlok52W80pNziLmVpPaPA8fgnT4btyWL0bmAdixJt1inr9FnRP/s8X+aWuda6lqQmZHsUxxklX9qR8J0Ob7vwzcDPQHsx/cPOb3oixG7A309OIjvELEetDt5Nb5ZwAV/h++kdXB7/Yp9HBvlVKqx+G4Bx4H8WnAejAH6zoCJwB05Rc0faOd6lT8X7BByHv0OuCYSDsA/D64/ZQgyO/yz4P0ZCH1fxJZiH2nEfoGvjNg+eH9wF+ZcHo/ce9EfBE+1FvJkGL+jz4G3wFTQZ7GyHcwFG4CyOxoPwHeB2TqRl8EU8CKYDCaCU+Bv8DBwUW+AuWAeSHFnRMqDkAfCmONYCvZBcDS4D/EwuAvcDyaBV4GyGDxXWFU9gx6fC3m+dKqbZcIcEvaAj4Bc2ZB5Mdibtbu6vemP2LcRO4POhZwN3zH0DeA02B75Tlh5KuxD8E/lKdivm9CwNd8ttgx5pRG8sXZVK9Efg6+Mod8Pv5NaD3zR9oIjEdf2XJtrD3dJGa5V+zd35mY87YnB346MSdHj67B/Cv0Q2uOlrAFbCquqheaXsylpyLjgvkiuvuTwYi2ncD32KuBTGwJeDNcBxdxyXaPz+tTfFHOEN42Lfg88Td8X0EvBVsY5gVYcdxC8BBxjL/AiUNbVatQ88j+jvieP1toIaG8CimfyC2DiOOCNVATuEfHlfxYod2ZMjT0aeMaVbkfLm8rbz1z7p9ytT8ExAD6srfoXeyOwtg8oSyK31wLlS+CknLjSFwlH4Z8Aj5LX7QrgApRHI+fn2iz1C+Bu+T1gfvi7qcfqqZUJPxIJe9IXfV2It9Nq8Bq4DawD7qjz3iZHbi11kH5wGHgWXciiEqiTd2BvAtPBNyBlM8Tvgw2nAS+EFHdrfsSWwX/IANpFPxExvyvWjwe/gXx46d+Jz8vgBFBWBdyRMWACGAQ77dOCWNj5VyE/Zp55eX70bsI+i/0j2kk0P4hTcHlcjhF397JHfhDtNUDsL7S10FY+3am4hrB9CMWP9lvm3IaB79Q5YA/frdMkeWn4oXTMk+Cy2ARccQHgK08pMyOvvNjGtDPW1Pi79ept5v8Xb/bpxqkr42fMiafDR1GeUAZzEP3BSy62T6ktzRjOK3YXX44x4s9mNqDeB2WsPT6+rGmnBSGt/mObOdr/Ap6tK4eqKaaFAAAAAElFTkSuQmCC');
}

.credit-card.jcb::after {
    width: 30px;
    height: 15px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAPCAYAAADzun+cAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAACsklEQVQ4EX2U32uOYRjH32c2zIjyKyc7IDkRZw4cMEcjxIHSyoH4C6yNNJRJOZKWAyeEQqI4wQnlhE0phCHmR1NsI43ttdnm8fk8nktPWu+3Prvu676v57qv+3rve0kJpWk6FbMdVkICRemfS5LkiZPEbsSsgRpdUNpauEbc7WwiTVdjjXW+GDcd/4GJauAiVJJFGXusUhBrh/O4XYzHKsReryZwEzTBOFiZJ9ROgLIbgyRZgm11Ao1AsTPGzoAfxBl/CMxdzi3mX07jhl00YSjaZ1LHod8M6qEKxsB2TSbjFsG8fNFNJlPixkXFiT8y2Q1usAqmwC9QFvQUXoNdshhPth5cc3PVBf2gH9/OZtwIVX4UctP46AqXxIDN8BZMGK0/ztoK/Gb4Brb9IbyHOIixu4nbgu2BpXAH3+LaoM5AN1QmHwVPJ8obadstyPFnOADqLDSA2vHXlC5j4zDT8rlZ2DqYmftztG7sZbCtc2EhqPjIFsVls5gvVP2TC7SA8WJQFhWbZRP88TBx+nuM++A+qPkw4QdWdBc2wDN4BadBNcAy8ELZjeVsupbN/e3a4SvYbn/zIbC4uCfOq21wEHaC6oDUqgzYD1beAgOO2WAfdi/Es/F3U+dZO4J9B0fBFr6EPWCn3NgDbSXuObYTXsAbfA/n3fjuP4UWCA0z6IVyTOS2Ebvuvzld361vfEgHNUM9hO/cCBg3rpPrQvwOFJG10ncXby+eitVLyHm7IHFhohu2OjrEMHtudiE64Z3xTlWb0NYox7bbxCYqJvA2x+YRrzUuYFj6AM6bJxTrzsW3PSazAuVz0rcLVi76Z7hMj7BxOuNiPaw5bsFVKHatmMtYT/4YOlzoBRMPQpyKYVb1TewJHfQJboD/MIqyM51wigK9lGXGl6AWPG3IjbvhpK/iD/ZAl+AbzJMOAAAAAElFTkSuQmCC');
}

.credit-card.unionpay::after {
    width: 50px;
    height: 30px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAKZklEQVRYhd2YeXBV1R3HP3d5+5rlkQAhhCUD4sKiFRDZFFeoyIxVmcpMx62ldjpTZlprq7W2bq06rdjK1CpDVapOVWCKZVNLxUgwIMgOAUISwpaNl7e/d+89nXtvwPdCEtD/2t/Mb+459557zvn+9nP4fyEpH4dgQQ9YMqBxLHIIXcksknFOBRw9seckmYpsEg14ouIy/jxgBAlJBkPvXUzmqlkBBlDlgEoVFKCP4YX/Coi07uG1ex9l57jc2ddq/pi0u7HHTxJC4EKWNiM7xlsL9yABFGsZErLKjFFT2VlSCcko6Jr1f6+kdb8c54IKFeKG/a6P4QUkJOgsms20TaPZydxegZwKt58nOSHJjyvCM1425O5tn0/hbIofDLuKnZFhEGs7J4Q+KS2gulsTZ4xza100pd1QfvK2/PEFQGTNc764FXm+pfY+QHgMg4TTzbpABDLJi5Bo96ph2Tavb0KKDmnXxr6ByD1XlCoMmao+MFgU0nPs8gQ46vKBnr3wrnQBHgm8JpBvhsPyk6x7Q8He8zuKyGfZ1PZkC4NugJHnIGZfWEBxWkBC4PSCfhHeavqCCcJtRgndntc4O9/XIFn/JH9wgUYMWSuYyFBdk8loaG2nkBQ3avlAjEQX+pkOlFAxkt8HwmCbNwyK2qf5FZCJNazaiKIJ2wxMELkc+HwQ8IF2AYEIKYmq1fUJRPSQqNHVNVGKlFC+5k30M120fm8hzmGXEHl7MYkV60kvW0bOX0qtCaSvUFuwAN1hNsbIsuG8ePcshpUUIQnBpsZmntiwkZa2dvB4+p5DMkB3bCPtyuS/LvQKyfkVyy6Pluqc4BwzEs/N01GHV5LNtOCeNQXPTdMQsQTBzCn25CS2Sh7Qc9DUCq1RcKqQykIi3T2xgGQGulJgZMFIMLe6mltHjeT1HbtYV3+EB64az8Mzp8LJ07aJ6t1ml812a0wDTbMloWi1+BL0CUSWpG6WkSTpakHK7bzyMutb/NV3rKf7usnWM7lyLUF1CIeGVoE/CPEECx+azdzbJ8GXDTgDHgKRELTHLFCyz40vFEQp94BHZvbwEWQ0nWd//Xv+8Nnn1pzr6w/b2khnrPAtmWbncNh9BGVFIRtg1llLxlUApNC0hJ7XlqdLuHFNn2j1MzXbUXDinjmZ5IZPcU4cB+8uYbYkczClcctPl/LIXVN5acVmbrj1Kl59coG1+I9fWk06q7H8l3da/tGhpRi7eAkDvD5cqsKaJc9z8+VjeHPHLiqCAfY/8xjHuuLUt7WzubmFR2dM4aHV61g6bw4Prl7HmqbPwVe2GaMw8RSalpAsNkxOpq5RS4bgmTUFvStOYu9aVIaghIOk3l9L+O65RGWVpnU1DBpUzNhRg8npBo2tUda/8iNe+MenNJ2O8vT9N/LD2ydxJp5i/dZ6qiMlDCqNMCgYoLa5hbZEkvmvvsHizXUsmXsrj3z0CdePqKIs4GdfWzvVpSWsXnAXaV1nzaZaCPr34E2cIBDrG4gimSxQJWSRyV0th3ymiaEE/YS++yDln75jOWxy5Xo8D97N0dUbrTxSezLOFVVlDB9UTGlJ0JqrNZrk2suGsml3I7dNHs2bH+3EK1RqWlu4vLSYIo+bn/xrAwt++xxvv/9PFl07yfrv4OlW6/nu3v3UHW6w2k5FYfpf/waymQK8m+gKQjTYj0bMskKWEbJ0hVQULNJPHqfj4WfJHTjCgNdeRg4FaLn6FkQmC00tnKjdxb7ywaxbV4fX7WBtXT1vr9rCpl1HeereWfxpZS3PvPUJB5rbqN3TjC/gYmntDgaHguxrbWOPuelR1TBsKMu/2MmRjk7enX8HjWeifHKkERJ2pbB0+y6O7zkApaVm+VGLKwvOXAGQAkNrjozrhqcsFIrzZQwN7eQxZG8RsseN1t5q2b1j2HAqjjXyu4rL+PklUyHaAR6nHanM6KIqdr9mHwyNQHEAjkZhuApXKKApdv4oLYH2Tjsud8XB47bZFGg0xgPzbuWV22fjffQpUrE4BAJmUhiFzEErlD/5WO/OLhuS9V1I0iQhDCRk1PIhiHQGoWmokQGgOmxJKQp14VI7yzsUG4AiQygIDacwo8oLby6i5kALq1dtYd591xEc7UeNOHHrsiX9VbVbue/GmQwvLuJgaysVoRAuh4PXt+3g0NEmC8Rzn20h1dQMw4ZAjhOk/AetCrhHkVkIxDxDSKDJ0jQ7SduZWnLnhTph4EYQDYT5wl9s262qfPU9mqRkQIjFv5rPDRNGcGlRgAqngxcWzWV3ooNUUzuTLx3Fsu07LSCvzpvNX+q+YNkdc2no6ETTNK6tHMzJRJKtLSf42TsroazMrggUoxZ/vNdSudBHFIEhixECqUrqp9wI6zn2uf00uP32uSOf2roYP/VSy8HfWL+d3YdPUFlVhoFgxabtHE6lrMGL1nzIty4fY7VPx5M0R6M8X7OFjYePUhkOMa68jL9/ucsuXVxOu1DMOWrIOiHrsLkvIIYuzNA7ud+zhKlGq1AMgtNzfmkS9NK0u5FEOsuiO68l3tbFpOpBCENQHQzi9Xn44EA9nfsP8sz109nY0MjAgI+I14eWSoPTwYjiIg51drL9aLPVP1fDGfJ/0FTOcV9AEGZXnnzB0k9AnbcI5B6FoukvssR3brmSsN/NjsbTnNB0BhcFefqjGsKlRUwoL2NDQ5NVIE6vquR4V5ypQyt5b+9+jp9u4/4JYzkei1Nz4BD7ojEz8JzdZhRvcgfBLs5xX0AkM5HI0sT+SmqnMEg7XNT6wueblSzBmThJAS6HyrR7F9Mmy1RVFrNix35uHD2SNfWHWbXuY74/+0ZURebDww2MipTw3u79tOSyVt4a4PXwxy3bONV0DAJ+kHRTA3XEApqVQ85yn0AEQYEY259hhXSNepePve6AXSgWTCBZZwx3t/P/4p4ZjBlcgqEbPDVnJl3JNFXhEEdzOcYUhfn4QD2PzZhCTtd5ZPo1fPzQ/dyx7C1aE0me//bNtqCsityMUqIW1QzteZy/dH6nOXLlTUJR1/Z3rhiSSbC8pJJ7qqeAljn/QKQbqE6VSNiH3+umoaGNAVUB1LEe2mNJhoZC7Os4g4gnIJnCESkh4HRQ6vMSz+Q4frgB7+CBVh3WaY5RuiOibMxBEh8UrPWbx881CzxGksQ0Q7IDRG9kR2Sd7eaJ0MwnufT5o5wqWirLibYuu5zPKhxvPQ3tXkgZ7O2Igs9rRyKXk1wyRUcsToeZGE2xlg8gGYuRNH3DDPtGt0YS3lrbh3unwupXUq/vzz8cQpBTnGzxFRUefXtoxALg9HcfpAQM8YJHLdTe2choAsonc163235htiVLgntQ9fb+Lr56AGFif/7hFjptqovdZui92BOhuYJfprc7sQuSaRomxwJvWfmjH+rp7P/uL/SmJZmyXJpxqSiYtyYX3Ih5wQDEDHB9nYurPDJk06SeRdU5j/OoMKso8hxJ158AhltxsAeZV6MxRWF5w1YWGgYfhgfKKUMXwhJbLyIwZ3BKcDBnfy5TzIJBXMwdBZLIoamfIaQXKTv1zYTwP0fAfwGNu1G2zKQzagAAAABJRU5ErkJggg==');
}

.icon_add_card {
    border: 1px solid;
    border-radius: 100%;
    font-size: 35px;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    float: left;
    line-height: 40px;
}

.text_add_card {
    margin: 13px;
    display: block;
    float: left;
}

.status_card {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 1px 10px;
    background: #ff9e00;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
}

.status_card svg {
    width: 10px;
    fill: #fff;
}

.selectable_active {
    border: 1px solid #ff9202;
}

.payment_method div:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
    transform: scale3d(1.01, 1.01, 1.01);
    transition: all 0.3s;
}

/* The Modal (background) */
.modal-alt {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.2); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-alt-content {
    background-color: transparent;
    margin: 2% auto;
    /*padding: 20px;*/
    border: 0px solid #888;
    /*width: 80%;*/
    max-width: 600px;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
}

/*!* The Close Button *!*/
.close-alt {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 45px;
    font-weight: bold;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.cards_user button {
    width: 100%;
    background: transparent;
}

.adress_user button {
    width: 100%;
    background: transparent;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    /*  padding: 5px 15px;*/
}

@media screen and (max-width: 700px), (max-height: 500px) {
    .wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.card-form {
    max-width: 570px;
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 576px) {
    .card-form {
        margin: 0 auto;
        padding-bottom: 50px;
    }

    #byTicket.modal-alt {
        padding-bottom: 50px;
    }
}

.card-form__inner {
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
    border-radius: 10px;
    padding: 35px;
    padding-top: 180px;
}

.card-form__inner2 {
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
    border-radius: 10px;
    padding: 35px;
}

@media screen and (max-width: 480px) {
    /*.choose_place thead td:nth-child(2) {*/
    /*font-size: 0;*/
    /*display: none;*/
    /*}*/
    .card-form__inner {
        padding: 25px;
        padding-top: 165px;
    }

    .card-form__inner2 {
        padding: 25px;
    }
}

@media screen and (max-width: 360px) {
    .card-form__inner {
        padding: 15px;
        padding-top: 165px;
    }

    .card-form__inner2 {
        padding: 15px;
    }
}

.card-form__row {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 480px) {
    .card-form__row {
        flex-wrap: wrap;
    }
}

.card-form__col {
    flex: auto;
    margin-right: 35px;
}

.card-form__col:last-child {
    margin-right: 0;
}

@media screen and (max-width: 480px) {
    .card-form__col {
        margin-right: 0;
        flex: unset;
        width: 100%;
        margin-bottom: 20px;
    }

    .card-form__col:last-child {
        margin-bottom: 0;
    }
}

.card-form__col.-cvv {
    max-width: 150px;
}

@media screen and (max-width: 480px) {
    .card-form__col.-cvv {
        max-width: initial;
    }
}

.card-form__group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.card-form__group .card-input__input {
    flex: 1;
    margin-right: 15px;
}

.card-form__group .card-input__input:last-child {
    margin-right: 0;
}

.card-form__button {
    width: 100%;
    height: 55px;
    background: #ff9e00 !important;
    border: none;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-form__button {
        margin-top: 10px;
    }
}

.card-item {
    max-width: 430px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .card-item {
        max-width: 310px;
        height: 220px;
        width: 90%;
    }
}

@media screen and (max-width: 360px) {
    .card-item {
        height: 180px;
    }
}

.card-item.-active .card-item__side.-front {
    transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
}

.card-item.-active .card-item__side.-back {
    transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
}

.card-item__focus {
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.65);
}

.card-item__focus:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #08142f;
    height: 100%;
    border-radius: 5px;
    filter: blur(25px);
    opacity: 0.5;
}

.card-item__focus.-active {
    opacity: 1;
}

.card-item__side {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgba(14, 42, 90, 0.5);
    transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    backface-visibility: hidden;
    height: 100%;
}

.card-item__side.-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
    z-index: 2;
    padding: 0;
    height: 100%;
}

.card-item__side.-back .card-item__cover {
    transform: rotateY(-180deg);
}

.card-item__bg {
    max-width: 100%;
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.card-item__cover {
    height: 100%;
    background-color: #1c1d27;
    position: absolute;
    height: 100%;
    background-color: #1c1d27;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.card-item__cover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 2, 29, 0.45);
}

.card-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 10px;
}

@media screen and (max-width: 480px) {
    .card-item__top {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__top {
        margin-bottom: 15px;
    }
}

.card-item__chip {
    width: 60px;
}

@media screen and (max-width: 480px) {
    .card-item__chip {
        width: 50px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__chip {
        width: 40px;
    }
}

.card-item__type {
    height: 45px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 100px;
    margin-left: auto;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .card-item__type {
        height: 40px;
        max-width: 90px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__type {
        height: 30px;
    }
}

.card-item__typeImg {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 100%;
    -o-object-position: top right;
       object-position: top right;
}

.card-item__info {
    color: #fff;
    width: 100%;
    max-width: calc(100% - 85px);
    padding: 10px 15px;
    font-weight: 500;
    display: block;
    cursor: pointer;
    text-align: left;
}

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

.card-item__holder {
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 6px;
}

@media screen and (max-width: 480px) {
    .card-item__holder {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.card-item__wrapper {
    font-family: 'Source Code Pro', monospace;
    padding: 25px 15px;
    position: relative;
    z-index: 4;
    height: 100%;
    text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

@media screen and (max-width: 480px) {
    .card-item__wrapper {
        padding: 20px 10px;
    }
}

.card-item__name {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

@media screen and (max-width: 480px) {
    .card-item__name {
        font-size: 16px;
    }
}

.card-item__nameItem {
    display: inline-block;
    min-width: 8px;
    position: relative;
}

.card-item__number {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 27px;
    margin-bottom: 35px;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-item__number {
        font-size: 21px;
        margin-bottom: 15px;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__number {
        font-size: 19px;
        margin-bottom: 10px;
        padding: 10px 10px;
    }
}

.card-item__numberItem {
    width: 16px;
    display: inline-block;
}

.card-item__numberItem.-active {
    width: 30px;
}

@media screen and (max-width: 480px) {
    .card-item__numberItem {
        width: 13px;
    }

    .card-item__numberItem.-active {
        width: 16px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__numberItem {
        width: 12px;
    }

    .card-item__numberItem.-active {
        width: 8px;
    }
}

.card-item__content {
    color: #fff;
    display: flex;
    align-items: flex-start;
}

.card-item__date {
    flex-wrap: wrap;
    font-size: 18px;
    margin-left: auto;
    padding: 10px;
    display: inline-flex;
    width: 80px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .card-item__date {
        font-size: 16px;
    }
}

.card-item__dateItem {
    position: relative;
}

.card-item__dateItem span {
    width: 22px;
    display: inline-block;
}

.card-item__dateTitle {
    opacity: 0.7;
    font-size: 13px;
    padding-bottom: 6px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .card-item__dateTitle {
        font-size: 12px;
        padding-bottom: 5px;
    }
}

.card-item__band {
    background: rgba(0, 0, 19, 0.8);
    width: 100%;
    height: 50px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .card-item__band {
        margin-top: 20px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__band {
        height: 40px;
        margin-top: 10px;
    }
}

.card-item__cvv {
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 15px;
}

.card-item__cvv .card-item__type {
    opacity: 0.7;
}

@media screen and (max-width: 360px) {
    .card-item__cvv {
        padding: 10px 15px;
    }
}

.card-item__cvvTitle {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.card-item__cvvBand {
    height: 45px;
    background: #fff;
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: #1a3b5d;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
}

@media screen and (max-width: 480px) {
    .card-item__cvvBand {
        height: 40px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 360px) {
    .card-item__cvvBand {
        margin-bottom: 15px;
    }
}

.card-list {
    margin-bottom: -130px;
}

@media screen and (max-width: 480px) {
    .card-list {
        margin-bottom: -120px;
    }
}

.card-input {
    margin-bottom: 20px;
}

.card-input__label {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 20px;

    font-weight: 500;
    color: #1a3b5d;
    width: 100%;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.card-input__input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    color: #1a3b5d;
    font-family: 'Source Sans Pro', sans-serif;
}

.card-input__input:hover,
.card-input__input:focus {
    border-color: #3d9cff;
}

.card-input__input:focus {
    box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}

.card-input__input.-select {
    -webkit-appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC');
    background-size: 12px;
    background-position: 93% center;
    background-repeat: no-repeat;
    padding-right: 30px;
}

.slide-fade-up-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}

.slide-fade-up-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}

.slide-fade-up-enter {
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
}

.slide-fade-up-leave-to {
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
}

.slide-fade-right-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}

.slide-fade-right-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}

.slide-fade-right-enter {
    opacity: 0;
    transform: translateX(10px) rotate(45deg);
    pointer-events: none;
}

.slide-fade-right-leave-to {
    opacity: 0;
    transform: translateX(-10px) rotate(45deg);
    pointer-events: none;
}

.github-btn {
    position: absolute;
    right: 40px;
    bottom: 50px;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 4px;
    box-shadow: 0px 4px 30px -6px rgba(36, 52, 70, 0.65);
    background: #24292e;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 500px) {
    .github-btn:hover {
        transform: scale(1.1);
        box-shadow: 0px 17px 20px -6px rgba(36, 52, 70, 0.36);
    }
}

@media screen and (max-width: 700px) {
    .github-btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
    }

    .github-btn:active {
        transform: scale(1.1);
        box-shadow: 0px 17px 20px -6px rgba(36, 52, 70, 0.36);
    }
}

.custom-dots .wrap .dots-text {
    display: none;
}

.new_slider_iticket #space {
    min-height: auto;
    width: 100%;
}

.new_slider_iticket #large {
    min-height: auto;
    /*    width: 100%;*/
}

.event_item .add-favorite {
    margin-right: 10px;
}

.event_item .add-favorite.liked::after {
    opacity: 1;
}

.event_item .add-favorite::after {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-image: url(/images/heart_3.svg?ff5f9cef5c0a04462be07ffffd7193d4);
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.pc-price-button:hover span::before {
    background: #000;
}

.pc-price-button span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: attr(data-hover);
    transition: background 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    border-radius: 3px;
}

.card {
    position: relative !important;
}

.modal-backdrop {
    z-index: 5;
}

.modal.in .modal-dialog {
    background: #fff;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

.block_cod {
    text-align: center;
}

.block_cod_number {
    padding: 25px;
    display: block;
    border: 2px solid #bcbcbc;
    margin-top: 20px;
    color: #828282;
    border-radius: 10px;
    background: #fff;
    font-size: 43px;
}

.button-minus {
    line-height: 35px !important;
    bottom: -2px;
    font-size: 12px;
}

.button-plus {
    bottom: 1px;
    font-size: 18px;
}

.input-group {
    position: relative;
    display: block !important;
    border-collapse: separate;
}

.button-minus:hover {
    background: #fff !important;
    color: #000;
}

.button-plus:hover {
    background: #fff !important;
    color: #000;
}

.payment_method_container div {
    /*padding: 75px 2px 25px;*/
}

.gear {
    animation-name: ckw;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes ckw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dots-top-carousel {
    position: absolute !important;
    max-width: auto !important;
    bottom: 30px !important;
    width: 100% !important;
    margin: 0;
    text-align: center;
    overflow: hidden;
    z-index: 2;
}

@media (min-width: 1025px) {
    .main_slider {
        min-height: auto !important;
    }

    .home-carousel .event_item:hover .event_desc_left {
        background: #ff9202;
        color: #fff;
        transition: all 0.1s;
    }
}

.no-result {
    padding: 30px 30px;
    margin-bottom: 20px;
    border: 1px solid #d8d8d8 !important;
    background-color: #f4f4f4;
    border-radius: 10px;
}

.adress-card .card-actions-btns {
    font-size: 12px !important;
}

.adress-card .card-actions-btns .edit-address,
.adress-card .card-actions-btns .delete-address {
    background: transparent !important;
    color: #869999 !important;
}

.card-actions-btns {
    opacity: 0;
}

.adress-card:hover .card-actions-btns {
    opacity: 1;
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: auto;
    max-width: 100%;
    padding: 35px;
    border: none;
    border-radius: 10px;
    background: #fff;
    font-size: 12px;
    box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
    font-font: 'Helvetica Neue', Helvetica, sans-serif;
}

.swal2-title {
    font-size: 18px;
    font-weight: 500;
}

.swal2-styled.swal2-confirm {
    background: #ff9e00;
}

.map-image {
    margin: 0;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    max-width: inherit !important;
}

.seats-content {
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
}

.seat-position {
    position: relative;
}

.seat-helper {
    position: absolute;
    color: white;
    font-size: 12px;
    margin: -96px 0px 0px -50px;
    z-index: 1000;
    display: none;
}

.seat-helper-hover {
    display: none;
}

.seat-help {
    background: #ee7e2a;
    border: 1px solid #ee7e2a;
    padding: 3px 8px 5px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 147px;
    /*max-height: 75px;*/
    overflow: hidden;
    line-height: 16px;
    font-size: 14px;
}

.seat-help > div {
    /*color: black;*/
}

.place {
    cursor: pointer;
    position: absolute;
    box-sizing: content-box;
}

.place-n {
    background-color: #999 !important;
    color: white !important;
    font-size: 0px !important;
    border: 1px solid #999 !important;
}

.place-i.pli:hover {
    color: white !important;
    font-size: 16px !important;
    margin: -5px;
    padding: 5px;
    z-index: 101;
}

.hall_map .row .place {
    border-radius: 3px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    /* display: inline-block; */
    font-size: 10px;
    color: white;
}

.selected-seat:not(.map-seat-qty) {
    color: white !important;
    font-size: 16px !important;
    margin: -3px !important;
    padding: 3px !important;
    z-index: 99 !important;
    text-shadow: 1px 1px 1px black !important;
    background-color: #970000 !important;
    border: 1px solid #970000 !important;
}
.selected-seat.map-seat-qty{
    fill: #970000!important;
}
.avail.map-seat-qty:hover{
    opacity: 0.8;
}
.cssload-loader {
    /*display: none;*/
    text-align: center;
    /*width: 150px;*/
    /*height: 120px;*/
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-left: -75px;*/
    /*margin-top: -60px;*/
    z-index: 555;
    margin-top: 30px;
}

.spin {
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 100px;
    height: 100px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*.cssload-loader-content{
	position: absolute;
	bottom: -25px;
}*/
#zoom-div {
    text-align: right;
    /*padding: 20px 0 10px;*/
}

#zoom-div a {
    border-radius: 100px;
    background: #d3d9db;
    width: 30px;
    height: 30px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#zoom-div a:hover {
    background: #9dacb2;
}

#zoom-div ul {
    margin-right: 20px;
}

#zoom-div ul li {
    display: inline-block;
    padding-left: 10px;
}

.zoom-slider {
    width: 150px;
}

.event_name {
    cursor: pointer;
}

#zoom-div .ui-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.ui-icon-zoomout {
    background: url(/images/search-minus.svg?0093d359e39214a6f3bfe635d9baf92b) no-repeat center center !important;
}

.ui-icon-zoomin {
    background: url(/images/search-plus.svg?3e5ddb3e7f7366d60a5c4dd0616913a4) no-repeat center center !important;
}

#zoom-div .mobile-zoom {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background: url(/images/zoom.svg?4d802b0a64664d20fa46f9a8bd6ebfb6) no-repeat center center !important;
}

.map-container-site {
    margin: 0 -10px;
    /*background-color: #f4f4f4;
    padding-bottom: 30px;*/
}

/*.map-container-site svg {
	background-color: black;
}*/

@media screen and (max-width: 992px) {
    .ui-icon-zoomout,
    .ui-icon-zoomin {
        display: none;
    }

    #zoom-div li:first-child,
    #zoom-div li:last-child {
        display: none !important;
    }
}

@media screen and (min-width: 993px) {
    #zoom-div .mobile-zoom {
        display: none;
    }
}

.ui-pnotify {
    top: 36px;
    right: 36px;
    position: absolute;
    height: auto;
    z-index: 2;
}
body > .ui-pnotify {
    position: fixed;
    z-index: 100040;
}
.ui-pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039;
}
.ui-pnotify.ui-pnotify-in {
    display: block !important;
}
.ui-pnotify.ui-pnotify-move {
    transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-slow {
    transition: opacity 0.6s linear;
    opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
    transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-normal {
    transition: opacity 0.4s linear;
    opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity 0.2s linear;
    opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1;
}
.ui-pnotify .ui-pnotify-shadow {
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
}
.ui-pnotify-container {
    background-position: 0 0;
    padding: 0.8em;
    height: 100%;
    margin: 0;
}
.ui-pnotify-container:after {
    content: ' ';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.ui-pnotify-container.ui-pnotify-sharp {
    border-radius: 0;
}
.ui-pnotify-title {
    display: block;
    margin-bottom: 0.4em;
    margin-top: 0;
}
.ui-pnotify-text {
    display: block;
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: 0.2em;
}
.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-topleft {
    left: 25px;
    right: auto;
}
.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-bottomright {
    bottom: 25px;
    top: auto;
}
.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px;
}
.brighttheme {
    border-radius: 0;
}
.brighttheme.ui-pnotify-container {
    padding: 18px;
}
.brighttheme .ui-pnotify-title {
    margin-bottom: 12px;
}
.brighttheme-notice {
    background-color: #ffffa2;
    border: 0 solid #ff0;
    color: #4f4f00;
}
.brighttheme-info {
    background-color: #8fcedd;
    border: 0 solid #0286a5;
    color: #012831;
}
.brighttheme-success {
    background-color: #aff29a;
    border: 0 solid #35db00;
    color: #104300;
}
.brighttheme-error {
    background-color: #ffaba2;
    background-image: repeating-linear-gradient(
        135deg,
        transparent,
        transparent 35px,
        rgba(255, 255, 255, 0.3) 35px,
        rgba(255, 255, 255, 0.3) 70px
    );
    border: 0 solid #ff1800;
    color: #4f0800;
}
.brighttheme-icon-closer,
.brighttheme-icon-info,
.brighttheme-icon-notice,
.brighttheme-icon-sticker,
.brighttheme-icon-success {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 50%;
}
.brighttheme-icon-closer:after,
.brighttheme-icon-info:after,
.brighttheme-icon-notice:after,
.brighttheme-icon-sticker:after,
.brighttheme-icon-success:after {
    position: absolute;
    top: 0;
    left: 4px;
}
.brighttheme-icon-notice {
    background-color: #2e2e00;
    color: #ffffa2;
    margin-top: 2px;
}
.brighttheme-icon-notice:after {
    content: '!';
}
.brighttheme-icon-info {
    background-color: #012831;
    color: #8fcedd;
    margin-top: 2px;
}
.brighttheme-icon-info:after {
    content: 'i';
}
.brighttheme-icon-success {
    background-color: #104300;
    color: #aff29a;
    margin-top: 2px;
}
.brighttheme-icon-success:after {
    content: '\002713';
}
.brighttheme-icon-error {
    position: relative;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #2e0400;
    font-size: 0;
    line-height: 0;
    color: #ffaba2;
    margin-top: 1px;
}
.brighttheme-icon-error:after {
    position: absolute;
    top: 1px;
    left: -4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    font-family: 'Courier New', Courier, monospace;
    content: '!';
}
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
    display: inline-block;
}
.brighttheme-icon-closer:after {
    top: -4px;
    content: '\002715';
}
.brighttheme-icon-sticker:after {
    top: -5px;
    content: '\01D1BC';
    transform: rotate(-90deg);
}
.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
    transform: rotate(180deg);
}
.brighttheme .ui-pnotify-action-bar {
    padding-top: 12px;
}
.brighttheme .ui-pnotify-action-bar input,
.brighttheme .ui-pnotify-action-bar textarea {
    display: block;
    width: 100%;
    margin-bottom: 12px !important;
}
.brighttheme .ui-pnotify-action-button {
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 8px;
    border: none;
    background: 0 0;
}
.brighttheme .ui-pnotify-action-button.btn-primary {
    border: none;
    border-radius: 0;
}
.brighttheme-notice .ui-pnotify-action-button.btn-primary {
    background-color: #ff0;
    color: #4f4f00;
}
.brighttheme-info .ui-pnotify-action-button.btn-primary {
    background-color: #0286a5;
    color: #012831;
}
.brighttheme-success .ui-pnotify-action-button.btn-primary {
    background-color: #35db00;
    color: #104300;
}
.brighttheme-error .ui-pnotify-action-button.btn-primary {
    background-color: #ff1800;
    color: #4f0800;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: 0.2em;
}
.ui-pnotify-container {
    position: relative;
    left: 0;
}
@media (max-width: 480px) {
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        font-size: 1.2em;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }
    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
        box-shadow: none;
        border-bottom-width: 0;
    }
    .ui-pnotify-mobile-able .ui-pnotify-container {
        border-radius: 0;
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,
    .ui-pnotify-mobile-able.ui-pnotify.stack-topleft {
        left: 0;
        right: 0;
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
    }
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow {
        border-top-width: 5px;
        border-bottom-width: 1px;
    }
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    animation-duration: 0s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: 0.75s;
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    from,
    11.1%,
    to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
    /* Calendars */
}

.daterangepicker:before,
.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.dropup {
    margin-top: -5px;
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
    float: none;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px;
}

.daterangepicker .calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker td.available:not(.off):hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}

.daterangepicker .input-mini.active {
    border: 1px solid #08c;
    border-radius: 4px;
}

.daterangepicker .daterangepicker_input {
    position: relative;
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px;
}

.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

.ranges li:hover {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff;
}

.ranges li.active {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 160px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker.single .calendar.left {
        clear: none;
    }

    .daterangepicker.single.ltr .ranges,
    .daterangepicker.single.ltr .calendar {
        float: left;
    }

    .daterangepicker.single.rtl .ranges,
    .daterangepicker.single.rtl .calendar {
        float: right;
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left;
    }

    .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker.ltr .calendar.right {
        margin-left: 0;
    }

    .daterangepicker.ltr .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px;
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px;
    }

    .daterangepicker.ltr .ranges,
    .daterangepicker.ltr .calendar {
        float: left;
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right;
    }

    .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0;
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker.rtl .calendar.right {
        margin-right: 0;
    }

    .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px;
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px;
    }

    .daterangepicker.rtl .ranges,
    .daterangepicker.rtl .calendar {
        text-align: right;
        float: right;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker.ltr .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .calendar.left {
        clear: none !important;
    }
}

.auth-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url(/images/authchoice.png?f5785e1b73ac16131998f0981efe31c0) no-repeat;
    border-radius: 3px;
    margin: 0 auto;
}

.auth-icon.google {
    background-position: 0 -34px;
}

.auth-icon.twitter {
    background-position: 0 -68px;
}

.auth-icon.yandex {
    background-position: 0 -102px;
}

.auth-icon.vkontakte {
    background-position: 0 -136px;
}

.auth-icon.facebook {
    background-position: 0 -170px;
}

.auth-icon.linkedin {
    background-position: 0 -204px;
}

.auth-icon.github {
    background-position: 0 -238px;
}

.auth-icon.live {
    background-position: 0 -272px;
}

.auth-clients {
    display: block;
    margin: 0 0 1em;
    list-style: none;
    overflow: auto;
}

.auth-clients li {
    float: left;
    display: block;
    margin: 0 1em 0 0;
    text-align: center;
}

.auth-title {
    display: block;
    margin-top: 0.4em;
    text-align: center;
    width: 58px;
}

.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(/images/vendor/intl-tel-input/build/flags.png?007b2705c0a8f69dfdf6ea1bfa0341c9);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(/images/vendor/intl-tel-input/build/flags@2x.png?9d5328fb490cddd43f6698012123404b)}}.iti__flag.iti__np{background-color:transparent}
.event_category .row,
.event_calendar .row,
.event-locations .row,
.filter-results-rows,
.sl-recent .row {
  font-size: 0;
  letter-spacing: -0.36em;
}

.filter-results-rows > div {
  letter-spacing: normal;
}

.event_category .col-xs-1,
.event_category .col-xs-2,
.event_category .col-xs-3,
.event_category .col-xs-4,
.event_category .col-xs-5,
.event_category .col-xs-6,
.event_category .col-xs-7,
.event_category .col-xs-8,
.event_category .col-xs-9,
.event_category .col-xs-10,
.event_category .col-xs-11,
.event_category .col-xs-12,
.event_category .col-sm-1,
.event_category .col-sm-2,
.event_category .col-sm-3,
.event_category .col-sm-4,
.event_category .col-sm-5,
.event_category .col-sm-6,
.event_category .col-sm-7,
.event_category .col-sm-8,
.event_category .col-sm-9,
.event_category .col-sm-10,
.event_category .col-sm-11,
.event_category .col-sm-12,
.event_category .col-md-1,
.event_category .col-md-2,
.event_category .col-md-3,
.event_category .col-md-4,
.event_category .col-md-5,
.event_category .col-md-6,
.event_category .col-md-7,
.event_category .col-md-8,
.event_category .col-md-9,
.event_category .col-md-10,
.event_category .col-md-11,
.event_category .col-md-12,
.event_calendar .col-xs-1,
.event_calendar .col-xs-2,
.event_calendar .col-xs-3,
.event_calendar .col-xs-4,
.event_calendar .col-xs-5,
.event_calendar .col-xs-6,
.event_calendar .col-xs-7,
.event_calendar .col-xs-8,
.event_calendar .col-xs-9,
.event_calendar .col-xs-10,
.event_calendar .col-xs-11,
.event_calendar .col-xs-12,
.event_calendar .col-sm-1,
.event_calendar .col-sm-2,
.event_calendar .col-sm-3,
.event_calendar .col-sm-4,
.event_calendar .col-sm-5,
.event_calendar .col-sm-6,
.event_calendar .col-sm-7,
.event_calendar .col-sm-8,
.event_calendar .col-sm-9,
.event_calendar .col-sm-10,
.event_calendar .col-sm-11,
.event_calendar .col-sm-12,
.event_calendar .col-md-1,
.event_calendar .col-md-2,
.event_calendar .col-md-3,
.event_calendar .col-md-4,
.event_calendar .col-md-5,
.event_calendar .col-md-6,
.event_calendar .col-md-7,
.event_calendar .col-md-8,
.event_calendar .col-md-9,
.event_calendar .col-md-10,
.event_calendar .col-md-11,
.event_calendar .col-md-12,
.event-locations .col-xs-1,
.event-locations .col-xs-2,
.event-locations .col-xs-3,
.event-locations .col-xs-4,
.event-locations .col-xs-5,
.event-locations .col-xs-6,
.event-locations .col-xs-7,
.event-locations .col-xs-8,
.event-locations .col-xs-9,
.event-locations .col-xs-10,
.event-locations .col-xs-11,
.event-locations .col-xs-12,
.event-locations .col-sm-1,
.event-locations .col-sm-2,
.event-locations .col-sm-3,
.event-locations .col-sm-4,
.event-locations .col-sm-5,
.event-locations .col-sm-6,
.event-locations .col-sm-7,
.event-locations .col-sm-8,
.event-locations .col-sm-9,
.event-locations .col-sm-10,
.event-locations .col-sm-11,
.event-locations .col-sm-12,
.event-locations .col-md-1,
.event-locations .col-md-2,
.event-locations .col-md-3,
.event-locations .col-md-4,
.event-locations .col-md-5,
.event-locations .col-md-6,
.event-locations .col-md-7,
.event-locations .col-md-8,
.event-locations .col-md-9,
.event-locations .col-md-10,
.event-locations .col-md-11,
.event-locations .col-md-12,
.filter-results-rows .col-xs-1,
.filter-results-rows .col-xs-2,
.filter-results-rows .col-xs-3,
.filter-results-rows .col-xs-4,
.filter-results-rows .col-xs-5,
.filter-results-rows .col-xs-6,
.filter-results-rows .col-xs-7,
.filter-results-rows .col-xs-8,
.filter-results-rows .col-xs-9,
.filter-results-rows .col-xs-10,
.filter-results-rows .col-xs-11,
.filter-results-rows .col-xs-12,
.filter-results-rows .col-sm-1,
.filter-results-rows .col-sm-2,
.filter-results-rows .col-sm-3,
.filter-results-rows .col-sm-4,
.filter-results-rows .col-sm-5,
.filter-results-rows .col-sm-6,
.filter-results-rows .col-sm-7,
.filter-results-rows .col-sm-8,
.filter-results-rows .col-sm-9,
.filter-results-rows .col-sm-10,
.filter-results-rows .col-sm-11,
.filter-results-rows .col-sm-12,
.filter-results-rows .col-md-1,
.filter-results-rows .col-md-2,
.filter-results-rows .col-md-3,
.filter-results-rows .col-md-4,
.filter-results-rows .col-md-5,
.filter-results-rows .col-md-6,
.filter-results-rows .col-md-7,
.filter-results-rows .col-md-8,
.filter-results-rows .col-md-9,
.filter-results-rows .col-md-10,
.filter-results-rows .col-md-11,
.filter-results-rows .col-md-12,
.sl-recent .col-xs-1,
.sl-recent .col-xs-2,
.sl-recent .col-xs-3,
.sl-recent .col-xs-4,
.sl-recent .col-xs-5,
.sl-recent .col-xs-6,
.sl-recent .col-xs-7,
.sl-recent .col-xs-8,
.sl-recent .col-xs-9,
.sl-recent .col-xs-10,
.sl-recent .col-xs-11,
.sl-recent .col-xs-12,
.sl-recent .col-sm-1,
.sl-recent .col-sm-2,
.sl-recent .col-sm-3,
.sl-recent .col-sm-4,
.sl-recent .col-sm-5,
.sl-recent .col-sm-6,
.sl-recent .col-sm-7,
.sl-recent .col-sm-8,
.sl-recent .col-sm-9,
.sl-recent .col-sm-10,
.sl-recent .col-sm-11,
.sl-recent .col-sm-12,
.sl-recent .col-md-1,
.sl-recent .col-md-2,
.sl-recent .col-md-3,
.sl-recent .col-md-4,
.sl-recent .col-md-5,
.sl-recent .col-md-6,
.sl-recent .col-md-7,
.sl-recent .col-md-8,
.sl-recent .col-md-9,
.sl-recent .col-md-10,
.sl-recent .col-md-11,
.sl-recent .col-md-12 {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
}

body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
b,
strong {
  font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
}

.container {
  width: 1260px;
  /*
    padding-right: 20px;
      padding-left: 20px;
  */
}

@media (max-width: 1280px) {
  .container {
    width: 100%;
  }
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.sign_in_panel ul.nav li {
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  color: #2f343a;
}

.sign_in_panel input[type=text],
.sign_in_panel input[type=password],
.sign_in_panel .remember_me label,
.sign_in_panel .remember_me label {
  font-family: Helvetica, Arial, sans-serif;
  color: #2f343a;
}

.sign_in_panel input[type=submit],
.next_step {
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  color: #ffffff;
}

.choose_place table,
.personal_area_form h4 {
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  color: #2f343a;
}

.choose_place tbody td:nth-child(1) {
  font-family: Helvetica, Arial, sans-serif;
  color: #2f343a;
}

.choose_place tbody td:nth-child(2) {
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  color: #ff9202;
}

.choose_place td:nth-child(2) .price,
.choose_place td:nth-child(3) .price,
.restore_pass {
  font-family: Helvetica, Arial, sans-serif;
  color: #ff9202;
}

.choose_place .spinner button,
.choose_place td:nth-child(2) .price {
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  color: #ff9202;
}

.help-block {
  margin: 0;
}

.personal_area_info .help-block {
  position: absolute;
}

#byTicket .modal-content {
  width: 65% !important;
  margin: 0 auto !important;
}

#byTicket.modal-alt {
  padding-top: 20px;
}
#byTicket .tickets_oder2 {
  padding: 10px 0;
}

@media (max-width: 1024px) {
  #byTicket .modal-content {
    width: 100% !important;
  }
}
/* _________________________ HEADER _____________________*/
header .logo h1 {
  height: 58px;
  width: 120px;
  background-position: 0 top;
  /*margin: 0 0 0 30px;*/
}

header .logo a {
  height: 58px;
}

/*.wrap_head_contacts {
	margin-left: 30px;
}
.wrap_head_contacts, .search_btn_head, .maps_head {
	margin-top: 10px;
}*/
.wrap_page .txt_content {
  margin: 0;
  padding: 75px 0 50px;
}

header .left_head {
  float: left;
  /*	width: 100%;
      max-width: 360px;*/
}

header .right_head {
  float: right;
}

header .selectbox {
  position: relative;
  z-index: 7 !important;
  margin: 18px 10px 0 0;
  background-color: white;
  /*border: 1px solid #E5E5E5;*/
  width: 115px;
}

header .selectbox .select {
  padding: 10px 25px 8px 20px;
  cursor: pointer;
}

header .selectbox .text {
  width: 60px;
  font-size: 16px;
  line-height: 16px;
  color: #2b2b2b;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

header .selectbox .trigger {
  position: absolute;
  z-index: 7;
  top: 9px;
  right: 7px;
}

header .dropdown ul li {
  cursor: pointer;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 21px;
  padding: 7px 20px;
  border-top: 1px solid #e5e5e5;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

header .dropdown ul li:hover {
  color: #2b2b2b;
}

.first-lvl-menu {
  margin-top: 17px;
  white-space: nowrap;
}

.first-lvl-menu a {
  float: left;
  font-size: 20px;
  line-height: 24px;
  color: #2b2b2b;
  margin-right: 30px;
  text-decoration: none;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.first-lvl-menu a:hover {
  color: #ff9202;
  text-decoration: none;
}

.main_nav_menu ul li:first-child {
  display: none;
}

.main_nav_menu ul li:nth-child(2) {
  display: none;
}

.main_nav_menu_left {
  float: left;
}

.main_nav_menu_left ul {
  white-space: nowrap;
}

.main_nav_menu_right {
  float: right;
}

@media (max-width: 1170px) {
  .first-lvl-menu a:nth-of-type(3) {
    display: none;
  }
  .main_nav_menu ul li:nth-of-type(2) {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .first-lvl-menu a:nth-of-type(2) {
    display: none;
  }
  .main_nav_menu ul li:nth-child(2) {
    display: inline-block;
  }
  .main_nav_menu ul li:nth-child(1) {
    display: inline-block;
  }
}
.wrap_login_head {
  margin: 21px 50px 0 0;
  max-width: none;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
  .wrap_login_head {
		margin: 21px 5px 0 0;
	}

}*/
.sign_in_panel {
  z-index: 999;
}

.login_btn_head {
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  height: auto;
  padding: 0 0 0 25px;
  margin-top: -3px;
  background-position: left 1px;
}

.login_btn_head a {
  color: #2b2b2b;
}

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

.user_auto {
  padding: 0;
  margin-top: -4px;
  background: none;
}

.user_auto .user {
  padding-left: 27px;
  min-height: 24px;
  background-image: url(/images/sign_in.svg?fe3d090c2b558746c01a78f6bdced94b);
  background-repeat: no-repeat;
  background-position: left 1px;
  max-width: 180px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 24px;
  color: black;
  text-decoration: none;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.user_auto .user:hover {
  text-decoration: underline;
}

.user_auto .logout {
  margin: 1px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 24px;
  background-image: url(/images/sign-out.svg?46f69d94839eae5111d5a79762a658b1);
  background-repeat: no-repeat;
  background-position: left top;
}

.wrap_pay_hist {
  margin-bottom: 50px;
}

.main_nav_menu {
  top: 100px;
  border-top: 1px solid #e5e5e5;
}

.search_form {
  top: 100px;
  border-top: 1px solid #e5e5e5;
  padding: 17px 0 18px;
  background-color: white;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.search_form input {
  width: 95%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  color: #2b2b2b;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.search_form input[placeholder] {
  color: #2b2b2b;
}

.search_form input::-webkit-input-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.search_form input:-webkit-input-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.search_form input::-moz-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.search_form input:-moz-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.search_form input:-ms-input-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.main_nav_menu .container::before {
  display: none;
}

/*.main_nav_menu .container nav {
	margin-left: 30px;
}*/
.main_nav_menu .container .social_btn_head {
  margin-right: 20px;
}

.social_btn_head {
  margin-top: 1px;
  line-height: 22px;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.social_btn_head a {
  margin: -4px 8px 0;
}

.close_search {
  margin: 0;
  width: 24px;
  height: 25px;
  top: 0;
  right: 17px;
  background-image: url(/images/close_search_new.svg?5221212bcdd9bff79c104a2439c961c7);
}

/* _________________________ HOME PAGE _____________________*/
.container-similar {
  padding-top: 30px;
}

.main_slider {
  height: auto;
  /*	min-height: 380px;*/
  padding-top: 20px;
  background-color: #2b2b2b;
}

.main_slider #top-home-carousel .item {
  height: 470px;
  min-height: 0;
}

.owl-carousel .item .item-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /*  -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);*/
}

/*.owl-carousel .active .item .item-image {
	-webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  opacity: 1;
}
*/
/*.slide_info_event .animate-block,
.slide_event_price .animate-block {
	position: relative;
	left: 30px;
	opacity: 0;
	transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.slide_info_event .animate-block {
	-webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.slide_event_price .animate-block {
	-webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.owl-carousel .active .item .slide_info_event .animate-block,
.owl-carousel .active .item .slide_event_price .animate-block {
	left: 0;
	opacity: 1;
}
*/
.owl-carousel .active.owl-item {
  z-index: 5;
}

.wrap_slide_info_event {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 310px;
  background-color: #404040;
}

.slide_info_event {
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0);
}

.slide_info_event {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: 300px;
  padding: 30px 30px 0 40px;
}

.event_data .day {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
  color: #9b9b9b;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.slide_info_event h3 {
  font-size: 35px;
  line-height: 42px;
  max-height: 126px;
  font-weight: 400;
  text-transform: none;
  margin-top: 0;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.event_data .time {
  font-size: 20px;
  line-height: 28px;
  color: #9b9b9b;
  font-weight: 400;
  max-height: 84px;
  margin: 0;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.slide_event_price {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  height: 170px;
  padding: 30px 10px 0 40px;
  background-color: #ff9202;
  font-size: 36px;
  line-height: 42px;
  color: white;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

a.to_event {
  color: #ff9202;
  margin-top: 20px;
  background-color: white;
  border: 2px solid white;
  font-size: 14px;
  line-height: 40px;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  width: 190px;
  height: 40px;
  background-image: url(/images/ticket.svg?38467d27d7a8e9cf80e5018e75b2e930);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 50px;
  text-align: left;
}

.main_slider .wrap_sync2 {
  position: relative !important;
}

.container_thumbnail {
  max-width: 910px;
}

.main_slider #sync2 {
  max-width: 910px;
}

.main_slider #sync2 .item {
  cursor: pointer;
  float: left;
  width: 10px;
  height: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.main_slider #sync2 .item:hover {
  background-color: rgb(255, 255, 255);
}

.main_slider #sync2 .synced .item {
  background-color: rgb(255, 255, 255);
}

.main_slider .owl-item.synced::before {
  display: none;
}

.owl-carousel .owl-item {
  overflow: hidden;
}

.custom-dots {
  position: relative;
  max-width: 910px;
  bottom: auto;
  width: 910px;
  margin: 0;
  text-align: center;
  /*overflow: hidden;*/
}

.custom-dots .wrap {
  position: relative;
  display: inline-block;
}

.owl-dots {
  display: inline-block;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  opacity: 0.2;
  background-color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.custom-dots .owl-dots {
  position: relative;
}

.custom-dots .wrap .dots-text {
  position: absolute;
  top: 20px;
  left: 110%;
  color: #9b9b9b;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.custom-dots .wrap.show-custom .dots-text {
  opacity: 1;
}

.owl-dots {
  padding: 20px 0;
  /*position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  text-align: center;
  -webkit-transform: translateY(calc(-50% - 21px));
  -moz-transform: translateY(calc(-50% - 21px));
  transform: translateY(calc(-50% - 21px));
  -webkit-tap-highlight-color: transparent;*/
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: white;
  opacity: 0.2;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span {
  opacity: 1;
}

#top-home-carousel .owl-prev,
#top-home-carousel .owl-next {
  width: 50%;
  /*	height: 220px;*/
  background-color: transparent;
  top: 0;
  background-image: none;
}

#top-home-carousel .owl-nav .owl-prev {
  left: 0;
}

#top-home-carousel .owl-nav .owl-next {
  right: 0;
}

h3 {
  font-size: 36px;
  line-height: 44px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.page-title {
  color: #ff9202;
  text-align: center;
  margin-bottom: 40px;
}

.event_item:hover .img_event img {
  opacity: 0.8;
}

.wrap_tickets .img_event {
  height: 200px;
}

.wrap_tickets .img_event img {
  height: 200px;
}

.img_event {
  position: relative;
  border-radius: 0;
  border: none;
  overflow: visible;
  width: 100%;
  background-color: black;
  border-radius: 3px;
  overflow: hidden;
}

.img_event:hover:before,
.img_event:hover .to_event {
  opacity: 1;
}

/*.img_event:before {*/
/*position: absolute;*/
/*z-index: 1;*/
/*top: 0;*/
/*right: 0;*/
/*left: 0;*/
/*bottom: 0;*/
/*opacity: 0;*/
/*content: '';*/
/*background-color: rgba(43,43,43,0.8);*/
/*transition: opacity 0.3s ease;*/
/*-o-transition: opacity 0.3s ease;*/
/*-ms-transition: opacity 0.3s ease;*/
/*-moz-transition: opacity 0.3s ease;*/
/*-webkit-transition: opacity 0.3s ease;*/
/*}*/
#event_slider .img_event:before {
  display: none;
}

.img_event .to_event {
  position: absolute;
  z-index: 2;
  opacity: 0;
  margin: 0;
  top: calc(50% - 20px);
  left: calc(50% - 95px);
  color: #fff !important;
  background-color: #ff9202 !important;
  border: 2px solid #ff9202 !important;
  background-image: url(/images/ticket_w.svg?fa9772a165a269031783c0ddacbff85f);
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.img_event img {
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.event_actions {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 85px;
  background-color: #ccc;
}

.event_actions .event_date {
  width: 85px;
  height: 60px;
  left: 0;
  top: 0;
  border-radius: 0;
  background-color: #e5e5e5;
  box-shadow: none;
  color: #2b2b2b;
  font-size: 24px;
  line-height: 29px;
  padding: 10px 0;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.event_actions .event_date span {
  font-size: 13px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.event_item .add-favorite {
  margin-top: 20px;
  width: 24px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  background: #fff;
  border-radius: 100px;
}

.event_item .add-favorite.liked:after {
  opacity: 1;
}

@media (min-width: 1024px) {
  .event_item .add-favorite:hover:after {
    opacity: 1;
  }
}
.event_item .add-favorite.liked:before {
  opacity: 0;
  transform: scale(2);
}

.event_actions .buy_ticket {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: auto;
  width: 85px;
  height: 60px;
  border-radius: 0;
  background-color: #ff9202;
  background-image: url(/images/ticket_w.svg?fa9772a165a269031783c0ddacbff85f);
  background-repeat: no-repeat;
  background-position: center center;
}

.event_actions .buy_ticket:hover {
  transform: scale(1);
}

.event_desc {
  border-radius: 0;
  border: none;
  padding: 20px 0 0;
  height: 95px;
  width: calc(100% - 30px);
  float: left;
}

.event_name {
  max-height: 72px;
  padding: 0;
  margin: 0;
  color: #2b2b2b;
  font-size: 20px;
  line-height: 24px;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.event_item a {
  display: block;
}

.top_calendar {
  margin-top: 10px;
  text-align: center;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 39px;
  left: -30px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url(/images/arrow_calenderL.svg?4317d19f958970fcf214a5555f9cb2dd) no-repeat top center;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 39px;
  right: -30px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url(/images/arrow_calenderR.svg?c1c20ea9d77b6a99de551a4ca46ae73e) no-repeat top center;
}

.item_calendar_slide {
  width: 100%;
}

.item_calendar_slide.orange .calendar_slide_data {
  background: #ff9202 !important;
}

.calendar_slide_data {
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.calendar_slide_event {
  color: #2b2b2b;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.event_category h3 {
  text-align: center;
}

.event_category ul.nav li {
  float: left;
}

.event_category ul.nav li a {
  border: 0;
  width: calc(100% - 5px);
  margin-right: 5px;
  color: white;
  background-color: #c5c5c5;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.event_category ul.nav li.active a {
  background: #ff9202 !important;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.event_category ul.nav li:hover a {
  color: #fff;
  background-color: #929292;
}

.event_category ul.nav li::last-child {
  width: 100%;
  margin-right: 0;
}

.load_more {
  border-radius: 3px;
  width: 230px;
  max-width: none;
  margin-bottom: 100px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

/* _________________________ FOOTER _____________________*/
.copym,
.top_footer ul > li,
.footer_social a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
}

footer {
  margin: 0;
}

/* _________________________ Item PAGE _____________________*/
.wrap_page {
  margin: 0;
}

.img-item {
  padding-top: 20px;
  background-color: #f4f4f4;
}

.main_img_item {
  max-width: none;
  margin-bottom: 40px;
}

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

.main_img_item.vertical img {
  width: auto;
  max-width: 500px;
}

h3.title_event_name {
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 35px;
  color: #2b2b2b;
  text-transform: none;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.date-time-location {
  margin-bottom: 70px;
  text-align: center;
}

.date-time-location div {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  color: #404040;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.date-time-location .date {
  padding-left: 25px;
  background: url(/images/calendar2.svg?edfbecb4209abe89698524b0f0deca5b) no-repeat left 2px;
}

@media (min-width: 551px) {
  .date-time-location {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
.date-time-location .time {
  padding-left: 25px;
  background: url(/images/clock-o.svg?32ca8d2069b17c376df4c5179e6f2467) no-repeat left center;
}

.date-time-location .location {
  padding-left: 25px;
  background: url(/images/map-marker.svg?6c639acb5dd7a126be7d8e0f2719af3e) no-repeat left center;
}

.date-time-location .hr {
  width: 1px;
  height: 30px;
  margin: 0 40px;
  background-color: #9b9b9b;
}

/*.contacts_phone {
	z-index: 2;
}*/
.price-buy-like {
  margin-bottom: 35px;
}

.price_title {
  font-size: 25px;
  line-height: 30px;
  color: #2b2b2b;
  padding-left: 42px;
  background-position: left 5px;
  background-image: url(/images/ticket.svg?38467d27d7a8e9cf80e5018e75b2e930);
}

.price_title span {
  color: #2b2b2b;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.title_price_btn a {
  font-size: 18px;
  line-height: 60px;
  width: 300px;
  border: none;
  height: 60px;
  margin-top: -16px;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  border-radius: 0;
  padding: 0;
  background: #ff9202;
  border-radius: 3px;
}

.title_price_btn a span {
  display: block;
  margin: 0 auto;
  width: 300px;
}

.title_price_btn .mobile-price-button {
  display: none;
  height: 50px;
  line-height: 22px;
  text-align: left;
}

.title_price_btn .mobile-price-button span {
  padding: 14px 10px 14px 85px;
  width: 280px;
  background-image: url(/images/ticket_w.svg?fa9772a165a269031783c0ddacbff85f);
  background-position: 50px center;
  background-repeat: no-repeat;
}

.title_price_btn .mobile-price-button.mobile-sold-out-button,
.title_price_btn .pc-sold-out-button {
  background: #cccccc;
  cursor: default;
}

.title_price_btn .mobile-price-button.mobile-sold-out-button span,
.title_price_btn .pc-sold-out-button span {
  background: none;
}

.liked_txt {
  text-align: left;
}

.liked_txt > span,
.liked_txt .liked {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  color: #2b2b2b;
  padding: 0 31px 0 0;
  background-image: url(/images/heart_1.svg?3ccb2cf604f07b01ad2d9168640e8bf2);
  background-position: right center;
  background-repeat: no-repeat;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.liked_txt .liked:before {
  position: absolute;
  top: 5px;
  right: 0;
  width: 22px;
  height: 20px;
  content: "";
  background-image: url(/images/heart_1.svg?3ccb2cf604f07b01ad2d9168640e8bf2);
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1);
  opacity: 1;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.liked_txt .liked:after {
  position: absolute;
  opacity: 0;
  top: 5px;
  right: 0;
  width: 22px;
  height: 20px;
  content: "";
  background-image: url(/images/heart_4.svg?4e3147e80bed31d39d4bac2062646d46);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.liked_txt .liked.lik:after {
  opacity: 1;
}

@media (min-width: 1024px) {
  .liked_txt .liked:hover:after {
    opacity: 1;
  }
}
.liked_txt .liked.lik:before {
  opacity: 0;
  transform: scale(2);
}

.liked_txt .liked.lik {
  background-image: url(/images/heart_4.svg?4e3147e80bed31d39d4bac2062646d46);
}

.txt_content {
  max-width: none;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.txt_content p {
  margin-bottom: 10px;
}

.content-socials {
  margin: 50px 0;
  text-align: center;
}

.content-socials a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.content-socials a svg {
  display: block;
  margin: 14px auto;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.content-socials a:hover path {
  fill: white;
}

.content-socials .btn-facebook:hover {
  background-color: #4668a9;
  border: 1px solid #4668a9;
}

.content-socials .btn-twitter:hover {
  background-color: black;
  border: 1px solid black;
}

.content-socials .btn-telegram:hover {
  background-color: #28a9ea;
  border: 1px solid #28a9ea;
}

.form-control {
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.form-horizontal .control-label {
  color: #404040;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.form-horizontal .form-control {
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
}

.form-horizontal textarea.form-control {
  height: 100px;
  resize: none;
}

.form-horizontal .form-group {
  margin: 0;
}

.form-horizontal .field-feedbackmodel-name {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
}

.form-horizontal .field-feedbackmodel-email {
  float: left;
  width: calc(50% - 10px);
}

.form-horizontal .field-feedbackmodel-message {
  clear: both;
}

.form-horizontal .load_more {
  margin: 15px 0 100px;
  float: right;
  width: 200px;
  background-color: #ff9202 !important;
  color: white !important;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.form-horizontal .help-block {
  /*display: none;*/
}

.wrap_page {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+100 */
  background: rgb(244, 244, 244); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 400px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#ffffff", GradientType=0); /* IE6-9 */
}

.wrap-calendar-slider {
  overflow: visible;
}

form.footer_form input[type=submit] {
  width: 85px;
}

form.footer_form input[type=text] {
  width: calc(100% - 85px);
}

form.footer_form input[type=email] {
  width: calc(100% - 85px);
}

#mob_menu::before {
  right: 22px;
  top: 34px;
}

.footer_logo img {
  max-width: 145px;
}

.filter_box .ui-datepicker-trigger {
  display: inline-block !important;
  margin-top: -5px !important;
}

.modal-open header {
  padding-right: 16px;
}

a:focus {
  outline: 0;
  outline-offset: 0;
}

#ratingModal h4 {
  line-height: 22px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 6px;
}

#ratingModal h5 {
  /*line-height: 22px;*/
  color: #ff9202;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.unsubscribe-button {
  height: 50px;
  display: block;
  width: 200px;
  margin: 0 auto 30px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  padding: 15px 10px;
  line-height: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: normal;
  border-radius: 3px;
  color: white;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  background-color: #ff9202;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#loginModal .modal-dialog,
#resetModal .modal-dialog,
#ratingModal .modal-dialog {
  /*min-height: calc(100% - 40px);
  display: flex;*/
  align-items: center;
  width: 480px;
  margin: 20px auto;
}

#loginModal .modal-content,
#resetModal .modal-content,
#ratingModal .modal-content {
  flex: 1;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
}

#loginModal .nav,
#resetModal .nav {
  font-size: 0;
  letter-spacing: -0.36em;
  margin-bottom: 30px;
}

#loginModal .modal-body,
#resetModal .modal-body {
  padding: 32px 50px 40px;
}

#ratingModal .modal-body {
  padding: 32px 50px 50px;
}

#loginModal .nav > li,
#resetModal .nav > li {
  position: relative;
  width: calc(50% - 40px);
  margin: 0 20px;
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
}

#loginModal .nav > li a,
#resetModal .nav > li a {
  display: block;
  padding: 8px 0;
  color: #cfcfcf;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

#loginModal .nav > li > a:hover,
#loginModal .nav > li > a:focus,
#resetModal .nav > li > a:hover,
#resetModal .nav > li > a:focus {
  background-color: transparent;
}

#loginModal .nav > li.active a,
#resetModal .nav > li.active a {
  color: #2b2b2b;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

#loginModal .nav > li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  height: 40px;
  width: 1px;
  background-color: #ebebeb;
}

#loginModal .form-control,
#resetModal .form-control {
  height: 50px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  color: #404040;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s ease !important;
}

#ratingModal .textarea-control {
  display: block;
  width: 100%;
  padding: 13px 19px;
  resize: none;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  color: #404040;
  font-size: 18px;
  line-height: 22px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
  transition: box-shadow 0.25s ease !important;
}

#loginModal .has-error .form-control,
#resetModal .has-error .form-control,
#ratingModal .has-error .textarea-control {
  border: 1px solid #d02922;
}

#loginModal .form-control::-webkit-input-placeholder,
#resetModal .form-control::-webkit-input-placeholder,
#ratingModal .textarea-control::-webkit-input-placeholder {
  opacity: 1;
  color: #cfcfcf;
  font-weight: 400;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

#loginModal .form-control:-webkit-input-placeholder,
#resetModal .form-control:-webkit-input-placeholder,
#ratingModal .textarea-control:-webkit-input-placeholder {
  opacity: 1;
  color: #cfcfcf;
  font-weight: 400;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

#loginModal .form-control::-moz-placeholder,
#resetModal.form-control::-moz-placeholder,
#ratingModal.textarea-control::-moz-placeholder {
  opacity: 1;
  color: #cfcfcf;
  font-weight: 400;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

#loginModal .form-control:-moz-placeholder,
#resetModal .form-control:-moz-placeholder,
#ratingModal .textarea-control:-moz-placeholder {
  opacity: 1;
  color: #cfcfcf;
  font-weight: 400;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

#loginModal .form-control:-ms-input-placeholder,
#resetModal .form-control:-ms-input-placeholder,
#ratingModal .textarea-control:-ms-input-placeholder {
  opacity: 1;
  color: #cfcfcf;
  font-weight: 400;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

#loginModal .form-control:focus,
#resetModal .form-control:focus,
#ratingModal .textarea-control:focus {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#loginModal .form-actions,
#resetModal,
#ratingModal .form-actions {
  font-size: 0;
  letter-spacing: -0.36em;
}

#loginModal .btn,
#loginModal [name=site-login-button],
#resetModal .btn,
#resetModal [name=site-login-button],
#ratingModal .btn,
#ratingModal [name=site-login-button],
.big_map_cildren_map .btn {
  height: 50px;
  display: inline-block;
  vertical-align: top;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  padding: 15px 24px;
  line-height: 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: normal;
  border-radius: 3px;
}

.big_map_cildren_map .btn {
  width: auto;
  padding: 13px 18px;
  border: 2px solid #f6f6f6;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.big_map_cildren_map .btn:hover {
  background-color: white;
}

#loginModal .btn:active,
#loginModal .btn.active,
#resetModal .btn:active,
#resetModal .btn.active,
#ratingModal .btn:active,
#ratingModal .btn.active,
.big_map_cildren_map .btn {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

#loginModal .btn,
#resetModal .btn,
#ratingModal .btn,
.big_map_cildren_map .btn {
  color: #9b9b9b;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  background-color: #f6f6f6;
}

#loginModal [name=site-login-button],
#resetModal [name=site-login-button],
#ratingModal [name=site-login-button] {
  color: white;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  background-color: #ff9202;
  margin-right: 20px;
}

#loginModal #tab-2 [name=site-login-button],
#loginModal #tab-3 [name=site-login-button],
#ratingModal #tab-1 [name=site-login-button] {
  width: 240px;
}

#loginModal .restore_pass,
#resetModal .restore_pass {
  width: 100px;
  color: #cfcfcf;
  text-decoration: underline;
  background-color: transparent;
  text-transform: none;
  font-size: 15px;
  margin-left: 10px;
}

#loginModal .modal-footer,
#resetModal .modal-footer {
  text-align: center;
  background-color: #f6f6f6;
  padding: 21px 0 24px;
  border: none;
}

#loginModal .modal-footer .social-tab-text,
#resetModal .modal-footer .social-tab-text {
  display: none;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 32px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

#loginModal .modal-footer .social-tab-text.active,
#resetModal .modal-footer .social-tab-text.active {
  display: block;
}

#loginModal .error-block .error-summary,
#resetModal .error-block .error-summary {
  color: #d02922;
  font-size: 13px;
  line-height: 16px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  border: none;
  background: none;
  padding: 0;
  margin: 15px 0 -25px;
}

#loginModal .error-block .error-summary p,
#resetModal .error-block .error-summary p {
  display: none;
}

@media (max-width: 480px) {
  #loginModal .modal-dialog,
#resetModal .modal-dialog,
#ratingModal .modal-dialog {
    width: 100%;
  }
  #loginModal .modal-body,
#resetModal .modal-body,
#ratingModal .modal-body {
    padding: 32px 10% 20px;
  }
  #loginModal .nav,
#resetModal .nav {
    margin: 0 -10% 30px;
  }
  #loginModal .btn,
#loginModal [name=site-login-button] {
    width: 100%;
    text-align: center;
  }
  #loginModal #tab-2 [name=site-login-button],
#loginModal #tab-3 [name=site-login-button],
#resetModal #tab-1 [name=site-login-button] {
    width: 100%;
    margin: 0;
  }
  #loginModal #tab-2 .btn,
#resetModal .btn,
#loginModal #tab-3 .btn {
    width: 100%;
    margin: 20px 0 10px;
  }
  #loginModal .restore_pass,
#resetModal .restore_pass {
    width: 100%;
    margin: 10px 0 0;
  }
  #loginModal .error-block .error-summary,
#resetModal .error-block .error-summary {
    margin: 5px 0;
  }
}
.stars-rating {
  position: relative;
  margin: 65px auto 20px;
  width: 280px;
  display: block;
}

.br-theme-css-stars .br-widget {
  height: 40px;
  white-space: nowrap;
}

.br-theme-css-stars .br-widget a {
  position: relative;
  text-decoration: none;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 8px;
}

.br-theme-css-stars .br-widget a:last-child {
  margin: 0;
}

.br-theme-css-stars .br-widget a:after,
.br-theme-css-stars .br-widget a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
}

.br-theme-css-stars .br-widget a:after {
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2238%22%20height%3D%2237%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M19%2030.4L7.2%2036.2l2-13L0%2013.8l12.9-2.2L19%200l6.1%2011.6%2013%202.2-9.2%209.4%201.9%2013z%22%20fill%3D%22%23E5E5E5%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.br-theme-css-stars .br-widget a:before {
  z-index: 2;
}

.br-theme-css-stars .br-widget a.br-active:before,
.br-theme-css-stars .br-widget a.br-selected:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2238%22%20height%3D%2237%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M19%2030.4L7.2%2036.2l2-13L0%2013.8l12.9-2.2L19%200l6.1%2011.6%2013%202.2-9.2%209.4%201.9%2013z%22%20fill%3D%22%23F99700%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.br-theme-css-stars .br-widget a[class^=br-fractional]:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2238%22%20height%3D%2237%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M19%2030.4L7.2%2036.2l2-13L0%2013.8l12.9-2.2L19%200l6.1%2011.6%2013%202.2-9.2%209.4%201.9%2013z%22%20fill%3D%22%23F99700%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.br-theme-css-stars .br-widget a.br-fractional-10:before {
  width: 10%;
}

.br-theme-css-stars .br-widget a.br-fractional-20:before {
  width: 20%;
}

.br-theme-css-stars .br-widget a.br-fractional-30:before {
  width: 30%;
}

.br-theme-css-stars .br-widget a.br-fractional-40:before {
  width: 40%;
}

.br-theme-css-stars .br-widget a.br-fractional-50:before {
  width: 50%;
}

.br-theme-css-stars .br-widget a.br-fractional-60:before {
  width: 60%;
}

.br-theme-css-stars .br-widget a.br-fractional-70:before {
  width: 70%;
}

.br-theme-css-stars .br-widget a.br-fractional-80:before {
  width: 80%;
}

.br-theme-css-stars .br-widget a.br-fractional-90:before {
  width: 90%;
}

.br-theme-css-stars .br-widget .br-current-rating {
  position: absolute;
  bottom: calc(100% + 20px);
  /*top: -30px;*/
  left: 50%;
  font-size: 14px;
  line-height: 22px;
  color: #ff9202;
  text-transform: uppercase;
  text-align: center;
  transform: translateX(-50%);
}

.br-theme-css-stars .br-readonly a {
  cursor: default;
}

.social-list .social-item {
  position: relative;
  float: left;
  width: 33%;
  border-right: 1px solid #e5e5e5;
}

.social-list .social-item a {
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}

.social-list .social-item:after {
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  color: #939090;
  opacity: 0;
  text-transform: uppercase;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.social-list .social-item.fb-auth:after {
  content: "Facebook";
}

.social-list .social-item.google-auth:after {
  content: "Google";
}

.social-list .social-item.mail-auth:after {
  content: "Mail.ru";
}

.social-list .social-item.apple-auth:after {
  content: "Apple";
}

.social-list .social-item:hover a {
  transform: translateY(-10px);
}

.social-list .social-item:hover:after {
  opacity: 1;
}

.social-list .social-item:last-child {
  border: none;
}

@media (max-width: 1300px) and (min-width: 768px) {
  .event_calendar {
    padding: 0 20px;
  }
}
/*@media (max-width: 1230px) {
	.wrap-calendar-slider {
    width: 100%;
    padding: 0 25px;
    margin: 30px 0 0 0;
	}
}*/
@media (max-width: 1024px) {
  main {
    /*		padding-top: 80px;*/
  }
  header {
    padding: 11px 0;
  }
  .main_nav_menu,
.search_form,
.loaction-section,
.lang-section,
.contacts_phone {
    top: 80px;
  }
  /*.left_head {
       display: none;
   }

   .top_nav_panel .btn_menu {
       position: absolute;
       left: 0;
       top: 0;
       margin: 12px 0 0 10px;
   }



   header .logo h1 {
       width: 82px;
       max-width: none;
       height: 40px;
       margin: 0 auto;
   }*/
  .custom-dots {
    /* 		display: none;*/
  }
  .owl-dots {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  header #mob_menu .selectbox .select {
    width: 100%;
  }
  .wrap_login_head {
    width: 100%;
    margin: 0;
  }
  .wrap_login_head .user_auto {
    text-align: right;
  }
  header .selectbox {
    margin-right: 20px;
  }
  .main_slider {
    padding: 0;
  }
  header .left_head {
    max-width: 160px;
  }
  .wrap_login_head {
    width: auto;
    margin: 21px 20px 0 0;
  }
  .main_slider .container {
    padding: 0;
  }
  /* main slider */
  .main_slider #top-home-carousel .item {
    height: 400px;
  }
  header .logo a {
    height: 40px;
  }
  .owl-carousel .item .item-image {
    right: 0;
    bottom: 100px;
  }
  .wrap_slide_info_event {
    width: 100%;
    height: 100px !important;
    right: 0;
    top: auto;
  }
  .slide_info_event {
    height: 100px;
    right: auto;
    width: calc(100% - 100px);
    padding: 7px 20px;
  }
  .event_data .day {
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 5px;
  }
  .event_data .time {
    display: none;
  }
  .slide_info_event h3 {
    font-size: 22px;
    line-height: 25px;
    max-height: 50px;
  }
  .slide_event_price {
    width: 100px;
    height: 100px;
    left: auto;
    padding: 25px;
  }
  .slide_event_price p {
    display: none;
  }
  .slide_event_price a {
    text-indent: -99999px;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    margin: 0;
    background-image: url(/images/ticket_w.svg?fa9772a165a269031783c0ddacbff85f);
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
  }
  /*a.to_event:hover {
          border: none;
          background-image: url(./images/svg_icon/ticket_w.svg);
          background-position: center center;
          background-color: transparent;
          background-repeat: no-repeat;
      }
  */
  .event_item {
    margin-bottom: 40px;
  }
  .event_category {
    margin: 30px 0 0;
  }
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .page-title {
    margin-bottom: 30px;
  }
  .img-item {
    padding: 0;
  }
  /*.main_img_item {
      margin: 0 -20px;
  }*/
  .img-item .container {
    padding: 0;
  }
  .img-item .title_description_event {
    padding: 0 20px;
  }
  h3.title_event_name {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px;
  }
  .date-time-location {
    margin-bottom: 20px;
  }
  .price-buy-like {
    margin-bottom: 15px;
  }
  .price-buy-like .title_price_btn .pc-price-button,
.price-buy-like .title_price_btn .pc-sold-out-button {
    display: none;
  }
  .title_price_btn .mobile-price-button {
    display: block;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .price-buy-like .col-price_title {
    text-align: right;
  }
  .price-buy-like .col-price_title .price_title {
    margin-right: 20px;
  }
  .price-buy-like .liked_txt {
    text-align: left;
  }
  .price-buy-like .liked_txt .liked {
    margin-left: 20px;
  }
  .price_title {
    float: none;
  }
  .content-socials {
    margin: 0 0 20px;
  }
  #map {
    margin: 30px 0 0;
  }
  .social_btn_head a {
    margin: -4px 0 0;
  }
  .main_img_item {
    margin: 0 0 20px;
  }
  .form-horizontal .load_more {
    margin-bottom: 30px;
  }
  .event_category ul.nav li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 550px) {
  main {
    padding-top: 60px;
  }
  .date-time-location {
    text-align: left;
  }
  .date-time-location .date,
.date-time-location .time,
.date-time-location .location {
    display: block;
    margin-bottom: 20px;
  }
  .date-time-location .hr {
    display: none;
  }
  .price-buy-like .col-price_title {
    text-align: left;
  }
  .price-buy-like .col-price_title .price_title {
    margin-right: 0;
  }
  .price-buy-like .liked_txt {
    text-align: left;
  }
  .price-buy-like .liked_txt .liked {
    margin-left: 0;
  }
  #mob_menu::before {
    right: 20px;
    top: 22px;
  }
  header .selectbox .arrow {
    background-image: url(/images/select_language_w.svg?71ae9dd31b81c01946a34b7b60ddac56);
  }
  .right_head {
    padding-top: 0;
  }
  .top_nav_panel {
    right: 14px;
  }
  .price-buy-like .title_price_btn {
    margin: 10px 0;
  }
  .title_price_btn a {
    margin: 0 auto;
  }
  header .selectbox .text {
    color: white;
  }
  header .logo h1 {
    height: 38px;
    width: 78px;
    max-width: none;
    margin: 0 auto;
  }
  .top_nav_panel {
    left: 130px;
    right: 20px;
    top: 14px;
    width: auto;
  }
  .first-lvl-menu {
    margin: 7px 0 0;
  }
  /* 	.btn_menu {
           float: left;
           margin-top: 12px;
       }*/
  .search_form {
    top: 60px;
  }
  .search_form input {
    margin-left: 0;
  }
  .close_search {
    right: 20px;
  }
  .wrap_page .txt_content {
    padding: 40px 0 20px;
  }
  .event_category h3 {
    text-align: left;
  }
  .event_category.even ul.nav li:first-child {
    display: block;
    float: none;
    margin: 0 0 5px auto;
  }
  .event_category.even ul.nav li {
    margin: 0 0 5px auto;
  }
  .event_category .nav {
    margin-bottom: 15px;
  }
  .event_category.even ul.nav li:nth-of-type(1) a,
.event_category.even ul.nav li:nth-of-type(5) a,
.event_category.even ul.nav li:nth-of-type(9) a {
    width: 100%;
  }
  .load_more {
    width: 100%;
  }
  .txt_content {
    font-size: 14px;
    line-height: 20px;
  }
  .load_more {
    margin-bottom: 50px;
  }
  .form-horizontal {
    margin-top: 30px;
  }
  .event_name {
    height: auto;
  }
  .img_event div span {
    width: auto;
  }
  .voucher-container .event_name {
    min-height: 41px !important;
    height: 41px !important;
  }
}
@media (min-width: 1025px) {
  #top-home-carousel .owl-nav {
    margin-right: 310px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  #top-home-carousel .owl-prev,
#top-home-carousel .owl-next {
    height: 100%;
  }
  .owl-dots .owl-dot:hover span {
    opacity: 1;
  }
  /*a.to_event:hover {
      color: #ff9202 !important;
      background-color: white !important;
      border: 2px solid white !important;
      background-image: url(./images/svg_icon/ticket.svg);
      background-repeat: no-repeat;
      background-position: 20px center;
  }*/
  .main_slider {
    min-height: 530px;
  }
  .owl-carousel .item .item-image {
    opacity: 0;
    transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transform: scale(1.1, 1.1);
  }
  .owl-carousel .active .item .item-image {
    transform: scale(1, 1);
    opacity: 1;
  }
  .slide_info_event .animate-block,
.slide_event_price .animate-block {
    position: relative;
    left: 30px;
    opacity: 0;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  .slide_info_event .animate-block { /* Safari */
    transition-delay: 0.2s;
  }
  .slide_event_price .animate-block { /* Safari */
    transition-delay: 0.4s;
  }
  .owl-carousel .active .item .slide_info_event .animate-block,
.owl-carousel .active .item .slide_event_price .animate-block {
    left: 0;
    opacity: 1;
  }
}
.btn_calendar {
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  float: right;
  margin-left: 20px;
  position: relative;
  background-color: #ff9202;
}

.btn_calendar input {
  position: relative;
  z-index: 1;
  height: 50px;
  opacity: 0;
  display: none;
  font-size: 18px;
}

.btn_calendar .ui-datepicker-trigger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 14px;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.event_slider_wrap {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .event_slider_wrap {
    padding: 0 25px;
  }
}
@media screen and (max-width: 550px) {
  .btn_calendar {
    float: right;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-image: url(/images/calendar3.svg?f1db5da3ed436dbbfa200a927640fe29);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ff9202;
    border-radius: 7%;
    font-size: 14px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
  }
  .btn_calendar .ui-datepicker-trigger {
    width: 40px;
    height: 40px;
    padding: 11px;
  }
}
/*//----------------*/
.daterangepicker {
  background-color: #fff !important;
  padding: 15px 20px 20px !important;
  margin-top: 0 !important;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px !important;
  border: none;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.daterangepicker::before {
  top: -11px !important;
  border-right: 12px solid transparent !important;
  border-left: 12px solid transparent !important;
  border-bottom: 11px solid #ffffff !important;
  /*box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1) !important;*/
}

.daterangepicker::after {
  display: none;
}

.daterangepicker td,
.daterangepicker th {
  width: 40px !important;
  height: 40px !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 400 !important;
}

.daterangepicker td {
  color: #404040;
}

.daterangepicker .calendar {
  margin: 0 !important;
}

.daterangepicker .daterangepicker_input {
  display: none !important;
}

.daterangepicker th {
  color: #cfcfcf !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

.daterangepicker tr:first-child th {
  border: none !important;
}

.daterangepicker th.month {
  font-size: 18px;
  line-height: 22px;
  color: #404040 !important;
  font-weight: 400 !important;
}

.daterangepicker .calendar-table {
  padding: 0 !important;
}

.daterangepicker .calendar-table table {
  border-collapse: collapse;
  margin: 0 !important;
}

.daterangepicker.ltr .calendar.left .calendar-table {
  padding-right: 10px !important;
}

.daterangepicker.ltr .calendar.right .calendar-table {
  padding-left: 10px !important;
}

.daterangepicker th.available:hover {
  background-color: white !important;
}

.daterangepicker td.off {
  color: #cfcfcf !important;
  opacity: 0;
}

.daterangepicker td.in-range {
  background-color: rgba(249, 151, 0, 0.2) !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #f99700 !important;
  color: #404040 !important;
  /*color: white !important;*/
}

.daterangepicker td.ui-available-now-date {
  color: #f99700;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.daterangepicker td.ui-available-now-date.in-range,
.daterangepicker td.ui-available-now-date.today {
  color: #404040;
}

.daterangepicker .calendar-table table {
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.daterangepicker tr .prev,
.daterangepicker tr .next {
  /*width: 19px;
  height: 15px;*/
  /*margin-top: 5px;*/
  background-position: center center;
  background-repeat: no-repeat;
}

.daterangepicker tr .prev i,
.daterangepicker tr .next i {
  display: none;
}

.ui-datepicker-header a {
  width: 19px;
  height: 15px;
  margin-top: 5px;
}

.daterangepicker tr .prev {
  /*left: 0;*/
  background-image: url(/images/arrow_calenderL3.svg?0fcf88c1c69af64803bd281e759e2546);
}

.daterangepicker tr .next {
  /*right: 0;*/
  background-image: url(/images/arrow_calenderR3.svg?35b13d2606f70e8c9a6b8bc7ef0d4920);
}

/*//----------------*/
#ui-datepicker-div {
  background-color: #fff;
  width: 324px;
  padding: 15px 20px 20px;
  margin-top: 0;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  margin-left: -129px;
  border-radius: 5px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

#ui-datepicker-div::before {
  left: auto;
  right: 25px;
}

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

.ui-datepicker-header a {
  width: 19px;
  height: 15px;
  margin-top: 5px;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background-image: url(/images/arrow_calenderL3.svg?0fcf88c1c69af64803bd281e759e2546);
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background-image: url(/images/arrow_calenderR3.svg?35b13d2606f70e8c9a6b8bc7ef0d4920);
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 15px;
}

.ui-datepicker th {
  padding: 10px 4px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-weight: 400;
  color: #cbcfda;
  line-height: 16px;
}

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

table.ui-datepicker-calendar td a,
table.ui-datepicker-calendar td span {
  width: 40px;
  height: 40px;
  border-radius: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

table.ui-datepicker-calendar td.ui-available-now-date a,
table.ui-datepicker-calendar td.ui-datepicker-other-month.ui-available-now-date a {
  color: #ff9202;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

#ui-datepicker-div.custom-datepicker:before {
  left: auto;
  right: 20px;
}

/*//----------------*/
.brighttheme.ui-pnotify-container {
  padding: 15px 20px;
}

.brighttheme-error {
  background-image: none;
  background-color: #e2001c;
}

.brighttheme-success,
.brighttheme-info {
  background-color: #18bb00;
}

.ui-pnotify-icon {
  margin-right: 20px;
}

.brighttheme-icon-error {
  width: 26px;
  height: 30px;
  background-image: url(/images/exclamation-circle.svg?3994b4396bb9126c169728da8e9111ec);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  border: none;
}

.brighttheme-icon-success,
.brighttheme-icon-info {
  width: 26px;
  height: 30px;
  background-image: url(/images/check-circle-o.svg?6edd1f8422b465b3a63d2deffbd6fe22);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  border: none;
}

.brighttheme-icon-error:after,
.brighttheme-icon-success:after,
.brighttheme-icon-info:after {
  display: none;
}

.brighttheme .ui-pnotify-title {
  margin: 4px 0;
  font-size: 18px;
  line-height: 22px;
  color: white;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.brighttheme-icon-closer {
  color: white;
  font-size: 20px;
}

.ui-pnotify-sticker {
  display: none;
}

.new-table-style {
  min-width: 730px;
}

.new-table-style tbody td,
.new-table-style thead th {
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-table-style thead th {
  padding: 16px 0;
}

.new-table-style tbody td {
  padding: 15px 20px 14px 0;
}

.new-table-style tbody td:first-child,
.new-table-style thead th:first-child,
.new-table-style tbody td:last-child,
.new-table-style thead th:last-child {
  padding: 14px 20px;
}

.new-table-style tbody td:last-child,
.new-table-style thead th:last-child {
  width: 38%;
  max-width: 300px;
}

.new-table-style thead tr,
.new-table-style tbody tr:nth-child(2n) {
  background: none !important;
}

.new-table-style thead th {
  font-size: 12px;
  line-height: 15px;
  color: #9b9b9b;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  border-bottom: 2px solid #e5e5e5;
}

.new-table-style tbody td {
  font-size: 13px;
  line-height: 24px;
  color: #404040;
  border-bottom: 1px solid #e5e5e5;
}

.new-table-style tbody td:first-child {
  font-size: 18px;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.event-list-container {
  min-height: 600px;
}

.new-filter-results {
  margin-bottom: 20px;
}

.new-filter-results table {
  width: 100%;
  table-layout: fixed;
}

.new-filter-results table thead th {
  font-size: 12px;
  line-height: 15px;
  padding: 17px 20px;
  font-weight: 400;
  color: #9b9b9b;
  text-transform: uppercase;
  border-bottom: 2px solid #e5e5e5;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  width: 11%;
}

.new-filter-results table thead th:first-child {
  width: 31%;
}

.new-filter-results table thead th:nth-child(2),
.new-filter-results table thead th:nth-child(3) {
  width: 15%;
}

.new-filter-results table thead th:nth-child(4) {
  width: 22%;
}

.new-filter-results table tbody td {
  color: #404040;
  font-size: 13px;
  line-height: 24px;
  padding: 15px 20px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #e5e5e5;
  width: 15%;
}

.new-filter-results table tbody td a {
  color: #404040;
}

.new-filter-results table tbody td:first-child {
  color: #2b2b2b;
  font-size: 20px;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 35%;
}

.new-filter-results table tbody td:first-child a {
  color: #2b2b2b;
}
.new-filter-results table tbody td:first-child a:hover {
  text-decoration: underline;
}

.new-filter-results table tbody td:nth-child(2) {
  text-transform: uppercase;
}

.new-filter-results table tbody td:nth-child(2),
.new-filter-results table tbody td:nth-child(3) {
  width: 12%;
}

.new-filter-results table tbody td:nth-child(4) {
  width: 25%;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2 .pc-price-button {
  /*line-height: 44px;*/
  perspective: 1000px;
}

.cl-effect-2 .pc-price-button span {
  color: white;
  position: relative;
  display: inline-block;
  text-align: center;
  /*padding: 0 14px;*/
  background: #ff9202;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  border-radius: 3px;
}

.csstransforms3d .cl-effect-2 .pc-price-button span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: attr(data-hover);
  transition: background 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  border-radius: 3px;
}

.cl-effect-2 .pc-price-button:hover span {
  transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .cl-effect-2 .pc-price-button:hover span::before {
  background: #000;
}

.new-filter {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 25px 0;
  margin-bottom: 45px;
  min-height: 100px;
  border-radius: 3px;
  border: 1px solid #eee;
}

.new-filter.loading:before {
  position: absolute;
  width: 25px;
  height: 25px;
  top: calc(100% + 10px);
  left: calc(50% - 12px);
  content: "";
  background: url(/images/nloading.svg?9b5c0da03f6317ebdc16dbf6e197d310) no-repeat center center;
  background-size: 100%;
}

.new-filter * {
  outline: 0;
}

.new-filter > .select2-container--open .select2-dropdown {
  width: calc(100% + 10px);
  border: none;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  width: 199px !important;
  margin: -3px 0 0 -5px;
}

.new-filter > ul {
  text-align: center;
  font-size: 0;
  letter-spacing: -0.36em;
}

.new-filter > ul > li {
  display: inline-block;
  font-size: 12px;
  text-align: left;
  letter-spacing: normal;
  width: 190px;
  border-right: 1px solid rgba(64, 64, 64, 0.15);
}

/*.new-filter > ul > .sort-filter {
	width: 210px;
}*/
.new-filter li .select2-container .select2-selection--single .select2-selection__rendered {
  background-repeat: no-repeat;
  background-position: 19px 11px;
}

.new-filter .select2-container--default .select2-results > .select2-results__options li:first-child {
  display: block;
}

.new-filter .category-filter .select2-container .select2-selection--single .select2-selection__rendered {
  background-image: url(/images/cat.svg?9e2f6fa4326e4297fee5f28c1b026f06);
}

.new-filter .place-filter .select2-container .select2-selection--single .select2-selection__rendered {
  background-image: url(/images/map.svg?d9cccfa47b134c342620a24d32c2f156);
}

.new-filter .sort-filter .select2-container .select2-selection--single .select2-selection__rendered {
  background-image: url(/images/sort.svg?3ecd5d2cdba03a1e7e2203db28db54b0);
}

.new-filter .price-filter .select2-container .select2-selection--single .select2-selection__rendered {
  background-image: url(/images/price.svg?4a69fefaf589d2ccd6441e705a8097a1);
}

.new-filter .grid-filter,
.new-filter .reset-filter {
  width: auto;
  border: none;
}

.new-filter .grid-filter span {
  display: inline-block;
  padding: 16px 20px 18px 55px;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-transform: uppercase;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  background-repeat: no-repeat;
  background-position: 19px 11px;
}

.new-filter .grid-filter span.list {
  background-image: url(/images/list.svg?faf2672e9c56bd0b3cfc1438d7e5e607);
}

.new-filter .grid-filter span.grid {
  background-image: url(/images/table.svg?2d11027ab3aacf8ef674b22c57296c88);
}

.new-filter .date-filter {
  position: relative;
  background-image: url(/images/date.svg?a82814070e03d7dad3eb364f4e7a6a54);
  background-repeat: no-repeat;
  background-position: 19px 11px;
}

.new-filter .date-filter input {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 16px 40px 18px 55px;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: black;
  text-transform: uppercase;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  background-image: url(/images/down.svg?a0900eefdd881ec0dc99c77eac311e3d);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) 20px;
}

.new-filter .date-filter input::-webkit-input-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.new-filter .date-filter input:-webkit-input-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.new-filter .date-filter input::-moz-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.new-filter .date-filter input:-moz-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.new-filter .date-filter input:-ms-input-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.new-filter .date-filter .new-filter-datepicker {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -3px;
  width: 280px;
  background-color: white;
  width: 324px;
  padding: 15px 20px 20px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.new-filter select {
  opacity: 0;
}

.new-filter .select2-container--default .select2-selection--single {
  border-color: white;
}

.new-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(/images/down.svg?a0900eefdd881ec0dc99c77eac311e3d);
  background-repeat: no-repeat;
  background-position: center center;
}

.new-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.new-filter .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 15px 40px 19px 55px;
  font-size: 12px;
  line-height: 16px;
  color: black;
  text-transform: uppercase;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.new-filter .select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
}

.new-filter .select2-container--default .select2-results > .select2-results__options li {
  font-size: 14px;
  line-height: 19px;
  padding: 15px 10px;
  margin: 0 10px;
  font-weight: 400;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.new-filter .select2-container--default .select2-results > .select2-results__options li:last-child {
  border: none;
}

.new-filter .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
}

.new-filter .select2-container--default .select2-results__option[aria-selected=true],
.new-filter .select2-container--default .select2-results__option:hover {
  background-color: transparent;
  color: black;
}

.new-filter .reset-filter button {
  border: none;
  font-size: 12px;
  line-height: 15px;
  color: white;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  background-color: #f6f6f6;
  border-radius: 5px;
  width: 110px;
  height: 34px;
  margin: 8px 0 8px 13px;
  text-transform: uppercase;
  color: #9b9b9b;
  border-radius: 0;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}

.new-filter .reset-filter button:hover {
  background-color: #ddd;
}

.mobile-overlay {
  /*display: none;*/
  position: fixed;
  z-index: 110;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: #333;
  opacity: 0.9;
}

.new-mobile-filter {
  position: fixed;
  z-index: 111;
  bottom: 0;
  right: 0;
  left: 0;
  height: 50px;
}

.new-mobile-filter-trigger {
  color: white !important;
  height: 50px;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  font-family: "Roboto Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #ff9202;
}

.new-mobile-filter-trigger.filter-open {
  background-color: #2b2b2b;
}

.new-mobile-filter-trigger span {
  display: inline-block;
  padding-left: 50px;
  background-image: url(/images/filter_2.svg?9f87559ac65637bce9bd165bd232c414);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.new-mobile-filter-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  /*display: none;*/
  background-color: white;
}

.new-mobile-filter-wrap.fixed .new-mobile-filter-content {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 100px;
  overflow-x: auto;
  background-color: #fff;
}

.new-mobile-filter-wrap .filter-item {
  position: relative;
  margin: 0 20px;
  border-top: 1px solid #e5e5e5;
  padding: 12px 0 12px 20px;
}

.new-mobile-filter-wrap .filter-item:before {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 7px;
  height: 11px;
  content: "";
  background: url(/images/arrow.svg?b30c9d35b735c8b50c06c726bd6d71c2) no-repeat center center;
}

.new-mobile-filter-wrap .filter-item:first-child {
  border: none;
}

.new-mobile-filter-wrap .filter-item .filter-title {
  padding: 0 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.new-mobile-filter-wrap .filter-item .filter-title h3 {
  margin: 0;
  font-size: 14px !important;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-mobile-filter-wrap .filter-item .filter-options {
  display: none;
}

.new-mobile-filter-wrap .filter-item .date-label {
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.new-mobile-filter-wrap .filter-item .date-input {
  height: 38px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 16px;
  line-height: 38px;
  padding: 0 9px;
  margin-bottom: 20px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

.filter-dates-block {
  padding: 20px 0 10px;
  max-width: 285px;
  margin: 0 auto;
}

.date-range-selected {
  background-color: rgba(249, 151, 0, 0.2);
}

.date-range-selected-first,
.date-range-selected-last {
  color: #2f343a !important;
  background-color: #f99700;
}

.date-range-selected-first a,
.date-range-selected-last a {
  color: #2f343a !important;
}

.new-mobile-filter-wrap .filter-item.open {
  padding: 0;
}

.new-mobile-filter-wrap .filter-item.open:before {
  display: none;
}

.new-mobile-filter-wrap .filter-item.open .filter-title {
  display: none;
}

.new-mobile-filter-wrap .filter-item.open .filter-options {
  display: block;
}

.new-mobile-filter-wrap .filter-item.open .filter-options ul {
  list-style: none;
}

.new-mobile-filter-wrap .filter-item.open .filter-options ul li a {
  display: block;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 19px;
  border-top: 1px solid #e5e5e5;
  padding: 14px 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.new-mobile-filter-wrap .filter-item.open .filter-options ul li.check a {
  color: black;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
}

.new-mobile-filter-wrap .filter-item.category-filter .filter-title {
  background-image: url(/images/cat.svg?9e2f6fa4326e4297fee5f28c1b026f06);
}

.new-mobile-filter-wrap .filter-item.place-filter .filter-title {
  background-image: url(/images/map.svg?d9cccfa47b134c342620a24d32c2f156);
}

.new-mobile-filter-wrap .filter-item.price-filter .filter-title {
  background-image: url(/images/price.svg?4a69fefaf589d2ccd6441e705a8097a1);
}

.new-mobile-filter-wrap .filter-item.mob-date-filter .filter-title {
  background-image: url(/images/date.svg?a82814070e03d7dad3eb364f4e7a6a54);
}

.new-mobile-filter-actions {
  margin: 0 20px;
  border-top: 1px solid #e5e5e5;
}

.new-mobile-filter-actions div {
  cursor: pointer;
  font-size: 12px;
  line-height: 34px;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  margin: 7px 0 8px;
  padding: 0 10px;
  min-width: 110px;
  text-transform: uppercase;
  text-align: center;
  float: left;
}

.new-mobile-filter-actions .filter-done {
  color: white;
  background-color: #ff9202;
}

.new-mobile-filter-actions .filter-done2 {
  color: white;
  display: none;
  background-color: #ff9202;
}

.new-mobile-filter-actions .filter-choose {
  display: none;
}

.new-mobile-filter-actions .filter-back {
  /*display: none;*/
  float: right;
}

.new-mobile-filter-actions .filter-clear-all {
  float: right;
}

@media (max-width: 1024px) {
  .new-filter {
    padding: 10px 0;
    margin-bottom: 20px;
    min-height: 70px;
  }
  .new-filter ul .category-filter,
.new-filter ul .date-filter,
.new-filter ul .place-filter,
.new-filter ul .price-filter,
.new-filter ul .reset-filter {
    display: none;
  }
  .new-filter-results {
    margin: 0 -20px;
  }
  .new-filter-results table thead {
    display: none;
  }
  .new-filter-results table tbody td {
    display: block;
    padding: 0 20px 5px;
    border: none;
    line-height: 20px;
  }
  .new-filter-results table tbody tr {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .new-filter-results table tbody tr:first-child {
    border-top: 2px solid #e5e5e5;
  }
  /*	.new-filter-results table tbody tr:after {
        clear: both;
      }*/
  .new-filter-results table tbody td:first-child {
    font-size: 16px;
    width: 100%;
    padding-top: 8px;
  }
  .new-filter-results table tbody td:nth-child(2) {
    width: 100%;
    float: left;
  }
  .new-filter-results table tbody td:nth-child(3) {
    width: auto;
    float: left;
    padding-right: 5px;
    padding-bottom: 8px;
  }
  .new-filter-results table tbody td:nth-child(4) {
    width: auto;
    float: left;
    padding-bottom: 8px;
  }
  .new-filter-results table tbody td:nth-child(5) {
    position: absolute;
    width: 50%;
    right: 0;
    top: 31px;
    text-align: right;
  }
}
@media (min-width: 1025px) {
  .new-mobile-filter {
    display: none;
  }
}
@media (max-width: 500px) {
  .main_img_item.vertical img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .main_slider #top-home-carousel .item {
    /*		height: 210px !important;*/
  }
  h3.title_event_name {
    max-width: none;
  }
  .buy_ticket {
    background-size: auto;
  }
  .price_title {
    width: auto;
  }
  .form-horizontal .field-feedbackmodel-name,
.form-horizontal .field-feedbackmodel-email {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .content-socials a {
    margin: 0 5px;
  }
  .title_price_btn a {
    width: 280px;
  }
  .event_actions .event_date span {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .top_nav_panel {
    left: 120px;
    right: 14px;
  }
  .first-lvl-menu a {
    margin-right: 15px;
  }
}
#event_slider.owl-carousel .owl-nav .owl-next,
#event_slider.owl-carousel .owl-nav .owl-prev {
  top: 70px;
  width: 40px;
  height: 40px;
}

#event_slider.owl-carousel .owl-nav .owl-prev {
  left: -40px;
  background: url(/images/event_prev.svg?d2e7b50bf4f38a03363171ea29abdc4b) no-repeat center center;
}

#event_slider.owl-carousel .owl-nav .owl-next {
  right: -40px;
  background: url(/images/event_next.svg?04efe3bbf19b7a01fb61ce2596265477) no-repeat center center;
}

@media (max-width: 1260px) {
  #event_slider.owl-carousel .owl-nav .owl-prev {
    left: -30px;
  }
  #event_slider.owl-carousel .owl-nav .owl-next {
    right: -30px;
  }
}
.event_date {
  color: #939090;
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

/*.event-locations{
	text-align: center;
}*/
.event-locations .event_desc {
  width: 100%;
}

.location-title {
  margin-top: 29px !important;
}

.location-place {
  margin: 20px 0 30px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

@media (min-width: 993px) {
  .location-place {
    text-align: center;
    margin: 40px 0 50px;
  }
  .location-map .col-md-6:first-child {
    padding-right: 0px;
  }
  .location-map .col-md-6:last-child {
    padding-left: 0px;
  }
}
.location-place span {
  padding-left: 25px;
  background-image: url(/images/event_location.svg?7cc79d40907874caa682aa76c3f5d528);
  background-repeat: no-repeat;
  background-position: left 4px;
}

.location-map {
  margin-bottom: 20px;
}

.location-map img {
  height: 208px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}

#map {
  margin: 0px;
  height: 208px;
}

.event-locations h3 {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 993px) {
  .location-map img {
    height: 358px;
  }
  #map {
    height: 358px;
  }
  .location-map {
    margin-bottom: 40px;
  }
  .event-locations h3 {
    margin-bottom: 40px;
  }
}
.wrap_liked_content {
  font-size: 0;
  letter-spacing: -0.36em;
}

.wrap_liked_content .event_item {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: normal;
}

.dev {
  color: #2f343a !important;
  text-transform: uppercase;
}

.terminal-show {
  display: none;
}

@media (max-width: 480px) {
  .event_desc {
    height: auto !important;
  }
}
.personal_area_info .has-error input {
  border: 1px solid #d02922;
}

#subscribers-email::-moz-placeholder {
  color: grey;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif;
}

#subscribers-email::placeholder {
  color: grey;
  font-weight: 300;
  font-family: Helvetica, Arial, sans-serif;
}

.field-subscribers-email {
  font-size: 12px;
  position: absolute;
  top: 22px;
}

#loginModal {
  margin-top: 20px;
}
#loginModal .auth-container {
  width: 500px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
}
#loginModal .auth-container .auth-body {
  background: #ffffff;
  padding: 32px 50px 40px;
  position: relative;
}
@media (max-width: 480px) {
  #loginModal .auth-container .auth-body {
    padding: 32px 25px 40px;
  }
}
#loginModal .auth-container .auth-body .form-group {
  position: relative;
}
#loginModal .auth-container .auth-body .help-block.help-block-checkbox {
  top: 28px;
}
#loginModal .auth-container .auth-footer {
  text-align: center;
  background-color: #f6f6f6;
  padding: 21px 0 24px;
  border: none;
  border-top: 1px solid #e5e5e5;
}
#loginModal .auth-container .auth-footer .social-tab-text {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 32px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}
#loginModal .auth-container h4 {
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  #loginModal .auth-container {
    width: 100%;
  }
}
.no-result {
  font-size: 20px;
  color: rgb(158, 158, 158);
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  padding: 20px 0;
  border: 1px solid #9e9e9e;
}

.modal-alt .modal-alt-content {
  position: relative;
}
.modal-alt .close-alt {
  cursor: pointer;
  color: grey;
  top: -14px;
  right: 25px;
}
.modal-alt .wrapper {
  min-height: auto;
}

.iti {
  width: 100%;
}

.adress-card {
  position: relative;
}
.adress-card .card-actions-btns {
  top: 24px;
  right: 5px;
  position: absolute;
  color: #fff;
  border-radius: 8px;
  font-size: 10px;
}
.adress-card .card-actions-btns .edit-address {
  display: block;
  color: white;
  padding: 2px 8px 3px 11px;
  background: #07a2e1;
  border-radius: 8px;
  margin: 5px 0;
}
.adress-card .card-actions-btns .edit-address:hover {
  color: #ccc;
}
.adress-card .card-actions-btns .delete-address {
  color: white;
  display: block;
  padding: 3px 10px 2px 10px;
  background: #f35;
  border-radius: 8px;
}
.adress-card .card-actions-btns .delete-address:hover {
  color: #ccc;
}

.default-btn {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff;
  background-color: #ff9202 !important;
  border: 2px solid transparent;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  transition: all 0.3s;
  outline: 0;
  border-radius: 10px;
}

.default-btn:hover {
  background-color: #fff !important;
  color: #ff9202;
  border: 2px solid #ff9202;
}

.skeleton-loader-background {
  width: 100%;
  height: 15px;
  display: block;
  background: rgb(228, 228, 228);
}

.skeleton-loader-gradient {
  width: 100%;
  height: 15px;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), rgb(228, 228, 228);
  background-repeat: repeat-y;
  background-size: 50px 200px;
  background-position: 0 0;
}

.skeleton-loader:empty {
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), rgb(228, 228, 228);
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: shine 1s infinite;
}

@keyframes shine {
  to {
    background-position: 100% 0;
  }
}
.home-carousel .slick-prev,
.calendar-carusel .slick-prev {
  background-image: url(/images/icon_arrow_left.svg?5ea5ebea8626f17b0ac90032af8b1193);
}
.home-carousel .slick-next,
.calendar-carusel .slick-next {
  background-image: url(/images/icon_arrow_right.svg?65cc55045453a19f417065f32efb88fa);
}

.swal2-popup.swal2-toast .swal2-title {
  font-size: 16px;
}

.swal2-container {
  z-index: 2560;
}

.opacity-40 {
  opacity: 0.4;
}

.home-carousel .slick-prev {
  left: 25px;
}
.home-carousel .slick-next {
  right: 25px;
}

.calendar-carusel .slick-prev,
.calendar-carusel .slick-next {
  top: 55% !important;
}
.calendar-carusel .slick-prev {
  left: -60px;
}
.calendar-carusel .slick-next {
  right: -60px;
}

.position-relative {
  position: relative;
}

.event-loading {
  display: block;
  text-align: center;
}

.event-loading {
  display: block;
  text-align: center;
}

.orange-button-container {
  width: 200px;
  margin: 30px auto;
}
@media screen and (max-width: 480px) {
  .orange-button-container {
    width: 100%;
  }
}
.orange-button-container .orange-button {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff;
  background-color: #ff9202;
  border: 2px solid transparent;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  transition: all 0.3s;
  outline: 0;
  border-radius: 10px;
}

.text-no-result {
  font-size: 20px;
  margin-top: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-top: 20px;
}

.pagination .page-item.active .page-link {
  background-color: #ff9202;
  border-color: #ff9202;
}
.pagination .page-item a {
  color: #ff9202;
}

.ticket-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  align-self: center;
  display: flex;
  justify-content: center;
}

.booking-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.booking-list .booking-item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .booking-list .booking-item {
    width: 100%;
  }
}

@media screen and (max-width: 485px) {
  .wrap_login_head {
    margin: 12px 10px 0 0 !important;
  }
  .wrap_login_head .login_btn_head:before {
    right: -9px;
  }
  .wrap_login_head a:first-child svg {
    display: block !important;
  }
  .wrap_login_head a:first-child span {
    display: none;
  }
  .wrap_head_actions .search_btn_head {
    margin: 9px 0 0 10px;
  }
}
.download-app {
  display: none;
}

@media screen and (max-width: 1024px) {
  .download-app {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background: #e4e3e3;
    position: fixed;
    top: 0;
    z-index: 5;
  }
  .download-app .icon-app-name .close-app-banner:active {
    transform: scale(0.9);
  }
  .download-app .icon-app-name .close-app-banner {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuMi4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIyIEZvbnRpY29ucywgSW5jLi0tPjxwYXRoIGQ9Ik0zMTAuNiAxNTAuNmEzMiAzMiAwIDAgMC00NS4zLTQ1LjNMMTYwIDIxMC43IDU0LjYgMTA1LjRhMzIgMzIgMCAwIDAtNDUuMyA0NS4zTDExNC43IDI1NiA5LjQgMzYxLjRhMzIgMzIgMCAwIDAgNDUuMyA0NS4zTDE2MCAzMDEuM2wxMDUuNCAxMDUuM2EzMiAzMiAwIDAgMCA0NS4zLTQ1LjNMMjA1LjMgMjU2bDEwNS4zLTEwNS40eiIvPjwvc3ZnPg==);
    width: 60px;
    height: 60px;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    opacity: 0.7;
  }
  .download-app .icon-app-name {
    display: flex;
    align-items: center;
  }
  .download-app .app-logo img {
    width: 36px;
    border-radius: 8px;
    margin-right: 10px;
  }
  .download-app .app-logo {
    display: flex;
    align-items: center;
  }
  .download-app .app-name {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #666;
  }
  .download-app + header {
    top: 60px;
  }
  .download-app ~ main {
    padding-top: 121px;
  }
  .download-app .btn-download-app:active {
    transform: scale(0.99);
  }
  .download-app .btn-download-app {
    display: block;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    width: 45%;
    height: 36px;
    margin-top: 12px;
    margin-right: 20px;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #ff9202;
  }
}
.gdpr-block {
  display: flex;
  position: fixed;
  z-index: 501;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  align-self: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(234, 233, 233);
  box-shadow: 0px 0px 14px -5px #535252;
  padding: 12px 16px;
  border-radius: 16px;
}

.gdpr-block-icon {
  display: flex;
  align-items: center;
  align-self: center;
  margin-right: 10px;
}

.gdpr-block-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  line-height: 1.5em;
  text-align: left;
  font-size: 14px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
}

.accept-gdpr {
  /*width: 100%;*/
}

.accept-gdpr a {
  white-space: nowrap;
  font-size: 16px;
  background-color: #ff9202;
  color: #fff;
  border-radius: 0 3px 3px 0;
  outline: none;
  padding: 8px 22px;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .gdpr-block {
    width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  .gdpr-block {
    width: 98%;
    flex-direction: column;
  }
  .gdpr-block-icon {
    position: absolute;
    left: 9px;
  }
  .gdpr-block-text {
    padding-left: 28px;
  }
  .accept-gdpr {
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }
}
.statut_event {
  position: absolute;
  z-index: 1;
  margin: 10px 10px;
  padding: 3px 15px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
}

.statut_event_right {
  position: absolute;
  z-index: 1;
  margin: 10px 10px;
  padding: 3px 15px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 14px;
  right: 0;
}

.statut_soldout {
  background: #FFA12A;
  color: #fff;
}

.statut_reducere {
  background: #FFA12A;
  color: #fff;
}

.statut_gratuit {
  background: #00A2FF;
  color: #fff;
}

.statut_anulat {
  background: #DD1F00;
  color: #fff;
}

.statut_premiera {
  background: #fff;
  color: #000;
}

.statut_precomanda {
  background: #2B9800;
  color: #fff;
}

.gift_btn_head:hover a {
  color: #ff9202;
}

.event_desc_center {
  text-align: center;
  height: 80px;
}

.event_desc_center .event_name {
  padding-top: 17px;
  font-size: 22px !important;
}

.event_desc_center span {
  font-size: 12px;
  /*  text-transform: uppercase;*/
}

.mobile_view {
  display: none;
}

.copy-text {
  position: relative;
  padding: 0px 10px;
  background: #eee;
  border-radius: 100px;
  display: flex;
  width: 200px;
  margin: auto;
}

.copy-text input.text_cod {
  padding: 8px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  width: 100%;
  font-family: "Roboto Regular", Arial, sans-serif;
}

.copy-text button {
  padding: 2px;
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  border: none;
  outline: none;
  position: absolute;
  right: 6px;
  top: 4px;
  width: auto;
}

.copy-text button:active {
  background: #ccc;
}

.copy-text button:before {
  content: "copied";
  position: absolute;
  top: -40px;
  right: -20px;
  background: #ff9202;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  display: none;
}

.copy-text button:after {
  content: "";
  position: absolute;
  top: -15px;
  right: 12px;
  width: 10px;
  height: 10px;
  background: #ff9202;
  transform: rotate(45deg);
  display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
  display: block;
}

.collapse {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.collapse.show, .collapse.in {
  max-height: 99em;
  transition: max-height 0.5s ease-in-out;
}

.block {
  margin-top: 10px;
}

.colpase_cod .block__content {
  border: 0px solid #ccc;
  padding: 10px;
  height: 100%;
  background: #fff;
  width: 445px;
  margin: auto;
  margin-right: 255px;
  border-radius: 100px;
}

.block__content input {
  width: 330px;
  font-size: 18px;
  padding-top: 0;
  line-height: 30px;
}

.block__content input::-moz-placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

.block__content input::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

.my_vouchers {
  background: #fff;
  padding: 10px;
  border-radius: 100px;
}

.my_vouchers .left_voucher_cod {
  font-size: 16px;
  padding-top: 5px;
  text-align: left !important;
  padding-right: 0px !important;
  font-weight: 500;
}

.my_vouchers .right_voucher_cod {
  text-align: right;
  padding-top: 0;
  padding-left: 5px !important;
}

.my_vouchers .right_voucher_cod button {
  width: auto;
}

.my_vouchers .starea_cod {
  margin: 0;
  padding: 6px;
  border: 0px solid #eee;
  border-radius: 100px;
  opacity: 0.5;
  font-family: "Roboto Regular", Arial, sans-serif;
}

.my_vouchers .starea_cod:hover {
  opacity: 1;
}

.my_vouchers .btn {
  padding: 5px 12px;
}

.my_vouchers .copy-text {
  position: relative;
  padding: 0px 10px;
  background: #eee;
  border-radius: 100px;
  display: flex;
  width: 125px;
  margin: auto;
}

.my_vochers_buy {
  margin: 20px auto 0px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 100px;
  white-space: normal;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  width: 200px;
}

/*
.my_vochers_buy_list  {
margin: 20px auto 0px;
}
*/
.my_vochers_buy_list a {
  margin: 20px auto 0px;
}

.next_step-list::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 10px;
  margin-top: -3px;
  margin-right: -13px;
}

.center_starea_cod_nefolosit p {
  background: #00A2FF;
  color: #fff;
}

.center_starea_cod_expirat p {
  background: #000;
  color: #fff;
}

.center_starea_cod_folosit p {
  background: #2B9800;
  color: #fff;
}

.starea_cod_expira {
  margin: 0;
  font-size: 11px;
  background: #eee;
  border-radius: 100px;
  padding: 8px 15px;
}

.orange {
  color: #ff8f00;
}

.next_step_list {
  display: block;
  margin: 20px auto 0;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff;
  background-color: #ff9202;
  border: 2px solid transparent;
  font-family: "Proxima Nova Semibold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  transition: all 0.3s;
  outline: 0;
  border-radius: 10px;
  cursor: pointer;
}

.next_step_list:hover {
  background-color: #fff;
  color: #ff9202;
  border: 2px solid #ff9202;
}

.next_step_list:focus {
  background-color: #fff;
  color: #ff9202;
  border: 2px solid #ff9202;
}

.my_vouchers_title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .mobile_view {
    display: inline;
    margin-right: 5px;
  }
  .success-block {
    padding: 35px 0 50px;
  }
  .block_cod {
    text-align: center;
    background: #fff;
    width: 90%;
    margin: 10px auto;
    padding: 10px 0 20px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding-bottom: 30px;
  }
  .left_voucher_cod {
    font-size: 16px;
    padding-top: 8px !important;
    text-align: center !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 10px !important;
  }
  .block_cod_number {
    width: 230px;
    margin: auto;
  }
  .right_voucher_cod {
    text-align: center;
    padding-top: 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .btn-cod-3 {
    margin-left: 0;
    width: 200px;
  }
  .right_voucher_cod_total {
    padding: 0 !important;
  }
  .colpase_cod .block__content {
    border: 0px solid #ccc;
    padding: 5px 0px 5px 10px;
    height: 100%;
    background: #eee;
    width: 231px;
    margin: auto;
    margin-right: auto;
    border-radius: 100px;
  }
  .block__content input {
    width: 135px;
    font-size: 16px;
    padding-top: 1px;
    line-height: 30px;
    background: transparent;
  }
  .copy-text {
    width: 227px;
  }
  .block {
    margin-top: 15px;
  }
  .my_vouchers .left_voucher_cod {
    font-size: 16px;
    padding-top: 5px;
    text-align: center !important;
    padding-right: 0px !important;
    font-weight: 500;
  }
  .my_vouchers .copy-text {
    position: relative;
    padding: 0px 10px;
    background: #eee;
    border-radius: 100px;
    display: flex;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
  }
  .my_vouchers .starea_cod {
    margin: 0 0 10px 0;
    padding: 6px;
    border: 0px solid #eee;
    border-radius: 100px;
    opacity: 0.5;
    font-family: "Roboto Regular", Arial, sans-serif;
  }
  .my_vouchers .right_voucher_cod {
    text-align: center;
    padding-top: 10px;
    padding-left: 0px !important;
  }
  .my_vouchers {
    text-align: center;
    background: #fff;
    width: 90%;
    margin: 10px auto 30px;
    padding: 10px 0 10px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
  }
}
.block_cod {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.block_cod_number {
  padding: 10px;
  display: block;
  color: #828282;
  border-radius: 35px;
  background: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  background: #eee;
}

.block_cod_number {
  position: relative;
}

.block_cod_number .butt_copy {
  position: absolute;
  right: 9px;
  background: #fff;
  border-radius: 100px;
  padding: 3px;
  top: 7px;
}

.block_cod_number img {
  width: 24px;
}

.left_voucher_cod {
  font-size: 16px;
  padding-top: 12px;
  text-align: right;
  padding-right: 40px !important;
}

.right_voucher_cod {
  text-align: left;
  padding-top: 0px;
  padding-left: 20px !important;
}

.btn-cod {
  color: #fff;
  background-color: #ff9202 !important;
  border-radius: 50px;
}

.btn-cod:hover, .btn-cod:focus {
  color: #fff;
  background-color: #ee8700 !important;
}

.btn-cod-2 {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50px;
  font-family: "Roboto Regular", Arial, sans-serif;
}

.btn-cod-2:hover {
  background: #eee;
}

.btn-cod-3 {
  background: #fff;
  border: 1px solid #eee;
  margin-left: 110px;
  width: 120px;
  border-radius: 50px;
}

.btn-cod-3:hover {
  background: #eee;
}

.button-minus {
  line-height: 35px !important;
  bottom: -2px;
  font-size: 12px;
}

.button-plus {
  bottom: 1px;
  font-size: 18px;
}

.search-result .search-result-item:hover {
  background-color: #f9f9f9;
}

.event-card {
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  white-space: normal;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  position: relative;
}
.event-card .event-status-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 12px;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 8px;
  border-radius: 20px;
  line-height: 1.7;
}
.event-card a {
  display: block;
  color: #000;
}
.event-card .e-c-image img {
  width: 100%;
  aspect-ratio: 16/9;
}
.event-card .event-favorite {
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  border-radius: 20px;
  width: 26px;
  height: 26px;
  z-index: 2;
}
.event-card .event-favorite img {
  margin-top: -1px;
}
.event-card .event-favorite .ecfi {
  fill: #97a2ac;
  height: 18px;
  width: 18px;
  margin: 4px 5px 4px 5.3px;
}
.event-card .event-favorite.liked .ecfi {
  fill: #f99700;
}
.event-card .event-favorite.liked:hover .ecfi {
  fill: #97a2ac;
}
.event-card .event-favorite .gear {
  margin: 5px;
}
.event-card .event-favorite:hover .ecfi {
  fill: #f99700;
}
.event-card .e-c-description {
  display: flex;
  flex-direction: row;
  padding: 0 0 0;
  height: auto;
  width: 100%;
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
}
.event-card .e-c-description .e-c-content {
  width: calc(100% - 70px);
}
.event-card .e-c-description .e-c-name {
  color: #2b2b2b;
  font-size: 15px;
  height: 25px;
  line-height: 24px;
  font-family: "Roboto Semibold", Helvetica, Arial, sans-serif;
  overflow: hidden;
  max-height: 72px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
.event-card .e-c-description .e-c-name span {
  display: block;
}
.event-card .e-c-description .e-c-time {
  background: #f4f4f4;
  width: 70px;
  min-width: 70px;
  height: 68px;
  text-align: center;
  padding-top: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.1s;
}
.event-card .e-c-description .e-c-time .e-c-month {
  font-size: 10px;
  display: block;
  margin-top: 2px;
}
.event-card .e-c-description .e-c-content {
  padding: 10px 0 0 10px;
}
.event-card .e-c-description .e-c-content .e-c-location {
  height: 20px;
  overflow: hidden;
}
.event-card .e-c-description .e-c-content .e-c-location .e-c-location-img img {
  width: 10px;
}
.event-card .e-c-description .e-c-content .e-c-location .e-c-location-title {
  color: #939090;
  font-size: 12px;
  line-height: 15px;
  margin-top: 3px;
  text-transform: uppercase;
  font-family: "Roboto Regular", Helvetica, Arial, sans-serif;
  vertical-align: middle;
}
@media (min-width: 1000px) {
  .event-card:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.16);
    transform: scale3d(1.01, 1.01, 1.01);
  }
  .event-card:hover .e-c-time {
    background: #ff9202;
    color: #fff;
    transition: all 0.1s;
  }
}
