/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
  background: #f7921e;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*======================================
  Selectric v1.9.3
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}
.selectric .label {
  display: block;
  /*white-space: nowrap;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 0.52631579px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}
.selectric-hover .selectric {
  border-color: #C4C4C4;
}
.selectric-hover .selectric .button {
  color: #A2A2A2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #A2A2A2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #C4C4C4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}
.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
body,
html {
  height: 100%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  -webkit-font-smoothing: antialiased;
}
*:focus {
  outline: none;
}
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  /*overflow: hidden;*/
}
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', Arial, sans-serif;
}
h1 {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 700;
}
h2 {
  font-size: 14px;
  font-weight: 500;
}
p {
  margin-bottom: 24px;
}
.chromeperfectpixel-overlay {
  -webkit-filter: invert(100%);
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue-Thin.eot');
  src: url('../fonts/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-Thin.woff') format('woff'), url('../fonts/BebasNeue-Thin.ttf') format('truetype'), url('../fonts/BebasNeue-Thin.otf') format('opentype'), url('../fonts/BebasNeue-Thin.svg#BebasNeue-Thin') format('svg');
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-2248;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeueLight.eot');
  src: url('../fonts/BebasNeueLight.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeueLight.woff') format('woff'), url('../fonts/BebasNeueLight.ttf') format('truetype'), url('../fonts/BebasNeueLight.otf') format('opentype'), url('../fonts/BebasNeueLight.svg#BebasNeueLight-Regular') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-2248;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeueRegular.eot');
  src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeueRegular.woff') format('woff'), url('../fonts/BebasNeueRegular.ttf') format('truetype'), url('../fonts/BebasNeueRegular.otf') format('opentype'), url('../fonts/BebasNeueRegular.svg#BebasNeueRegular-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-2248;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeueBold.eot');
  src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.ttf') format('truetype'), url('../fonts/BebasNeueBold.otf') format('opentype'), url('../fonts/BebasNeueBold.svg#BebasNeueBold-Regular') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-2248;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.btn {
  background: none;
  border: none;
}
.footer {
  min-height: 235px;
  background-color: #f7921e;
  color: #fff;
  padding-bottom: 52px;
}
.footer__plane {
  display: inline-block;
  background: url('../images/plane.png') no-repeat;
  background-size: contain;
  width: 187px;
  height: 78px;
  vertical-align: bottom;
}
.footer__row {
  font-size: 0;
  margin-bottom: 47px;
}
.footer__row:last-child {
  margin-bottom: 0;
}
.footer__col {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
}
.footer__col:first-child {
  width: 479px;
  margin-right: 20px;
}
.footer__contacts {
  padding-left: 2px;
  line-height: 28px;
}
.footer__phone {
  font-size: 22px;
  margin-bottom: 2px;
}
.footer__address {
  font-size: 16px;
  font-weight: 300;
}
.footer__link {
  margin-right: 10px;
}
.footer__link:last-child {
  margin-right: 0;
}
.footer__search {
  position: relative;
  top: -9px;
}
.gallery {
  display: inline-block;
}
.gallery__main {
  position: relative;
  margin-bottom: 22px;
  font-size: 0;
}
.gallery__photos {
  display: inline-block;
  font-size: 0;
  width: 624px;
  height: 401px;
  overflow: hidden;
}
.gallery__image {
  width: 624px;
  height: 401px;
}
.gallery__info {
  display: inline-block;
  vertical-align: bottom;
}
.gallery__nav {
  font-size: 0;
}
.gallery__nav-item {
  display: inline-block;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.gallery__preview {
  width: 60px;
  height: 45px;
}
.header {
  position: relative;
  min-height: 587px;
  background: #f7921e;
  border-bottom: 12px solid #003366;
  overflow: hidden;
}
.header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7F7F7F;
  background: rgba(127, 127, 127, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  z-index: 2;
}
.header__heading {
}
.header__wrapper {
  position: relative;
  z-index: 2;
}
.header__background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.header__video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header__slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 0;
  white-space: nowrap;
}
.header__photo {
  display: inline-block;
  min-height: 587px;
  width: 100%;
  height: 100%;
}
.header__menu {
  position: absolute;
  top: 56px;
  right: 7px;
}
.header._mini {
  background-color: #f7921e;
  min-height: 68px;
  border: 0;
  padding: 23px 0 14px;
}
.header._mini:before {
  display: none;
}
.header._mini .header__menu {
  position: absolute;
  top: 16px;
  right: 16px;
}
.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 42px;
}
.heading__inner {
  display: inline-block;
  overflow: hidden;
}
.heading__title {
  font-size: 99px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 119px;
  max-width: 1000px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.heading__subtitle {
  position: relative;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 50px;
}
.heading__subtitle-text {
  display: inline-block;
  vertical-align: middle;
  width: 440px;
}
.heading__subtitle-text:before,
.heading__subtitle-text:after {
  content: '';
  display: inline-block;
  width: 430px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.heading__subtitle-text:before {
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
}
.heading__subtitle-text:after {
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}
.infoblock {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  border-top: 9px solid #CC33FF;
  width: 303px;
  margin-left: 39px;
  padding-top: 33px;
  position: relative;
}
.infoblock p {
  margin: 0 0 22px 0;
  font-size: 17px;
  line-height: 19px;
  font-weight: 300;
}
.infoblock p strong {
  font-weight: 500;
}
.infoblock p:last-child {
  margin-bottom: 0;
}
.infoblock._green {
  border-color: #00CC00;
}
.infoblock._violet {
  border-color: #CC33FF;
}
.infoblock._red {
  border-color: #CC0000;
}
.infoblock._orange {
  border-color: #FF6600;
}
.order-btn {
  font-family: 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  width: 401px;
  min-height: 50px;
  white-space: nowrap;
  padding: 0 40px;
}
.order-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  z-index: -1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.order-btn:hover:before {
  border-color: #ffdb27;
  background: #ffdb27;
}
.order-form {
  position: relative;
  padding: 89px 0 0 66px;
  margin: 0 auto;
}
.order-form__row {
  font-size: 0;
  margin-bottom: 31px;
}
.order-form__row._row-1 {
  margin-bottom: 30px;
}
.order-form__row._row-2 {
  margin-bottom: 27px;
}
.order-form__row._row-3 {
  margin-bottom: 91px;
}
.order-form__col {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.order-form__col:first-child {
  width: 390px;
  margin-right: 89px;
}
.order-form__col:nth-child(2n) {
  width: 400px;
}
.order-form__field {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.order-form__field._medium {
  width: 176px;
}
.order-form__field._medium {
  width: 176px;
}
.order-form__field._small {
  width: 130px;
}
.order-form__field._inline {
  margin-right: 5px;
}
.order-form__field._inline._half {
  width: calc(50% - 5px);
}
.order-form__field._inline:last-child {
  margin-right: 0;
}
.order-form__field._visitors {
  margin-top: -15px;
}
.order-form__field._visitors:last-child {
  margin: 0;
}
.order-form__label {
  font-family: Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-left: 10px;
}
.order-form__label._inline {
  display: inline-block;
  margin-left: 0;
  width: 220px;
  margin-right: 13px;
  line-height: 30px;
}
.order-form__label._tip {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.0rem;
  /*font-size: 11px;*/
  /*font-weight: 300;*/
  text-transform: none;
}
.order-form__discount {
  display: inline-block;
  width: 291px;
  height: 73px;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: cover;
}
.order-form__price {
  position: relative;
  border: 0;
  height: 32px;
  color: #2f669a;
  width: 279px;
  margin-bottom: 4px;
  font-size: 25px;
  display: inline-block;
  vertical-align: top;
  font-family: Arial, sans-serif;
  font-weight: 500;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAXCAMAAAA8w5+RAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAArlBMVEUAAAAzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkAAAAeDfxcAAAAOHRSTlMAcPTrzKNDpgeh8PI+QBhj7aTi2f7RHvroHMKukMG4oK/O+00Bxg93BWCIUlA6GsDc0AwQMItkA7jhXk4AAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAnklEQVQY05XO1xLCIBAF0DWWaIwtdo3BrtiwoPL/XyaLEiaEF+/T5ewMuwBQEDpesVSugIpBFb/qQFFL0QuCutZQYwPHzVYbeyeDACH2yELoyt6zse/AwVD2URbHE+xTiOMZloQQMl8s1UkrELkk6zxutmBjtNvLvyn18XGglB5P58vvsuyd3zB2Rbwxk7tju3j8gZw/sby4ydu93YUfThpATJCEl90AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTUtMDQtMDFUMTQ6MjM6MjgrMDM6MDD7YluqAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE1LTA0LTAxVDE0OjIzOjI4KzAzOjAwij/jFgAAAABJRU5ErkJggg==) no-repeat;
  background-position: 15px 5px;
  padding: 0 0 0 52px;
  line-height: 31px;
  margin-right: 11px;
}
.order-form__price:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 12px;
  font-size: 20px;
  color: #2f669a;
  text-decoration: none;
}
.order-form__price._discount_no {
  text-decoration: line-through;
}
.order-form__price._discount_no:after {
  content: 'Цена без скидки';
}
.order-form__price._discount_yes {
  margin-bottom: 12px;
}
.order-form__price._discount_yes:after {
  content: 'Цена со скидкой';
}
.order-form__btn {
  position: relative;
  width: 108px;
  height: 32px;
  background: #ffdb27;
  border: 0;
}
.order-form__btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 48px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  width: 21px;
  height: 11px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order-form__btn:hover {
  background: #f3ca00;
}
.order-form__btn:active {
  background: #e9c200;
}
.order-form__select .selectric-open .selectric .button {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: 5px;
}
.order-form__select .selectric {
  border: 0;
  background: #fff;
  color: #fff;
  /*font-family: 'BebasNeue', Arial, sans-serif;*/
  font-weight: 500;
  width: 100%;
  height: 64px;
}
.order-form__select .selectric .label {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXBAMAAADjD5IeAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEUAAAAzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkAAAAXhaY4AAAACHRSTlMAoMDwgFBgeBNWxQQAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAALklEQVQY02PoAAEBJhDZzDAgHBcQCGADke4MKKAEJJbAClbAYAFSrcAI1jogHAClD28rcnUtJgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNS0wNC0wMVQxNDoyMzoyOSswMzowMF0VUB4AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTUtMDQtMDFUMTQ6MjM6MjkrMDM6MDAsSOiiAAAAAElFTkSuQmCC) no-repeat;
  background-position: 3px 4px;
  color: #2f669a;
  font-size: 20px;
  height: 100%;
  padding-left: 41px;
  line-height: 30px;
}
.order-form__select .selectric .button {
  font-size: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-form__select .selectric .button:after {
  display: none;
}
.order-form__select .selectric .button:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 12px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.order-form__select .selectric-items {
  border: 0;
  border-top: 2px solid #f7921e;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.7);
}
.order-form__select .selectric-items li {
  background: #fff;
  color: #2f669a;
  font-family:  Arial, sans-serif;
  font-weight: 500;
  /*height: 32px;*/
  font-size: 19px;
  line-height: 28px;
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid #2f669a;
}
.order-form__select .selectric-items li:hover {
  background: #2f669a;
  color: #fff;
}
.order-form__input {
  background: #fff;
  border: 0;
  height: 32px;
  color: #2f669a;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 18px 0 50px;
  font-size: 12px;
}
.order-form__input._name,
.order-form__input._lastname,
.order-form__input._fullname
{
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAMAAADX9CSSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAmVBMVEUAAAAzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkAAACDyX15AAAAMXRSTlMABnfU/fy7vHPa1hMRLCglDQvn4qilW1gJ6ZmYGeHgGhtTmvLzThUDXbLoVgKI2/DxYVCDXQAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAACZSURBVCjPddBpE4IgEIDhBTvsPrTCLO2wO6X9/3+uGSTadfD9+CzDMgDUCRl0sBtIASzRw7o+H4T4K2Q+cD6kPMJ/Y+IT4tMWnxGfE1/QBUvHEXtP7HzFfO18w1wllhPFP0Jal5xBRfXWxnGArfG0ybu98SyneDiezvb+Ir1cjd3ujyfysvj1hhJ9lVB5vQLtdQ2fFte68A2+U7I3Bdx/lawAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTUtMDQtMDFUMTQ6MjM6MjgrMDM6MDD7YluqAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE1LTA0LTAxVDE0OjIzOjI4KzAzOjAwij/jFgAAAABJRU5ErkJggg==) no-repeat;
  background-position: 14px 4px;
}
.order-form__input._phone {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAATCAMAAABWWYYKAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABCFBMVEUAAAAzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkAAAAJK62rAAAAVnRSTlMAAytcgKPH4vfhfxKBxfUfrqljqloQ+bBxcPqPzfClteCnbDQEOf7MPvuyFxm+vSQw0OonW8AFmMGNIe8qLBHW3n4Vzpco8wdVVGYBkpFnPSJImUEmQilFGJgAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAABDUlEQVQoz6WP2VLCQBBFmzWRJcMWIBjFFYxG0AiJgkJAARUVRL3//ylOZtBSK2+eh+nue6p6Zog4kWgsnkgqKgB1I5lIxaIREqQzWQ1/0bKZNBFTEI7CKCe7fKFYYrqus1KxkJdRjsqyqVRhiCsMVCsyKlNN7t80oW4FqDC3patRHTu7e/sHh3xoNCvNBq9HcStwx3Rii1WnQKvNa7vFGzo7B5wL+Q/qAF2XeV2PuZdAh9zUlb1WvT5wbTt8kWPfAP0efTMYAj6NxAtG5APDwZca3/LMJE+4OxLTWKqJH2TT2b1wD7NpUPzJ+reCx/kTP5/nL3I0fjptQcvXJS20EAdr9fb+sbIQ5n7zD/cJI+1tENL5CwoAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTUtMDQtMDFUMTQ6MjM6MjgrMDM6MDD7YluqAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE1LTA0LTAxVDE0OjIzOjI4KzAzOjAwij/jFgAAAABJRU5ErkJggg==) no-repeat;
  background-position: 11px 7px;
}
.order-form__input._email {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAASCAMAAACdBVWvAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABBVBMVEUAAAAzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkAAAA0NgUbAAAAVXRSTlMAdJJrV/f9cFCXBDfo8EgBfLoPH9LbKAmn1yENtb4SGcrqOwOYBTLk+Vtq/Fb2gkfx70SAqCrf2ScKqZbPxxcWxbwRGszNeJvgLAdmNuav8klZwHGOiEZQtQAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAADQSURBVBjTddHXUgJRDAbgn+IiRVekYwEFpUhv9gLCqhSR8r//q7DLHmYXOOYiyeSbyUUCOCgPJ+CC+0AiigeHoNfnD+zR0bF6QpDB01B4hyLRWJyGMZE8O9+ii8tUmqbx6jrjtFH25jbHjTFfQFERcudCqUzLyIpara2bekNtitnG2Iq1O3q5f3h84o49v7y+vX+w2/vsD5rKlmn44vfPcOQbT/irFhSbadD0PP3DzLiRVyAs0g81N7cIhI2sMBEyEggpmYiFlAx0A4t/frvEChmeg3izRmimAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE1LTA0LTAxVDE0OjIzOjI4KzAzOjAw+2JbqgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNS0wNC0wMVQxNDoyMzoyOCswMzowMIo/4xYAAAAASUVORK5CYII=) no-repeat;
  background-position: 12px 7px;
}
.order-form__input._airplane {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAMAAADX9CSSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAqFBMVEUAAAAzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkAAACuuag8AAAANnRSTlMAC4bu2ipE8gOl5qx0OghO+gzJkFceQMVoTNACWNwEZuQJc+xbH1Bgb4gt61wP3gpZtvsWl/zPWKW0AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAANVJREFUKM9tkOcCgjAMhKsCioJUcIEDRWW4wJX3fzSbUsq8HzT92pC7EtJWrz9QOrCqAAzaWBsCQJ+M9PHEMKcSW5RhZUZ0QFHbmS8kHqqELFdQiDWuEVONd7oe1EQt8cvNdteFmfb+QfJ1zd0xOAluNHyfBZ/UMTfIXUl0CaM4oXLAQuDrrXBy5zPmOX48S4MBro64n2avN+4T5grt2uXQz5ftY1b42DetHPwAIgyIyc2KzRdAiGvWSJbB7cLfyqsnS5/XvHCrydBuUaxAJ11a6iP2/QNdDymkAdL14gAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNS0wNC0wMVQxNDoyMzoyOCswMzowMPtiW6oAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTUtMDQtMDFUMTQ6MjM6MjgrMDM6MDCKP+MWAAAAAElFTkSuQmCC) no-repeat;
  background-position: 13px 5px;
}
.order-form__input._calendar {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAb1BMVEUAAAAzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkAAACBL5YLAAAAI3RSTlMAC777ngE34/FZc/fWJIb5zhgle1YwvOUz+qQ/k5TwsOf1apHGv9cAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAZ0lEQVQoz+3QuxaCMBRE0ZGriCAP0SAKMQnz//9oCrpwly2Fp5zdDYBDJscT8nNxAcrqWgNN290Q6+8kH2Ygn2Z8kW8zxWHuAUslC9FIQLUdkXySZCWHJPenDfIuyf94PmgSsCgWli8EVjvZ/6NzrQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNS0wNC0wMVQxNDoyMzoyOCswMzowMPtiW6oAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTUtMDQtMDFUMTQ6MjM6MjgrMDM6MDCKP+MWAAAAAElFTkSuQmCC) no-repeat;
  background-position: 15px 3px;
}
.order-form__input._number {
  width: 64px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  padding: 0 8px;
}
.order-form__input::-webkit-input-placeholder {
  color: #b4b5b7;
}
.order-form__input:-moz-placeholder {
  color: #b4b5b7;
}
.order-form__input::-moz-placeholder {
  color: #b4b5b7;
}
.order-form__input:-ms-input-placeholder {
  color: #b4b5b7;
}
.order-form .mfp-close:not(._inline) {
  color: #ffffff;
  font-size: 43px;
  font-weight: 300;
  right: 17px;
  top: 10px;
}
.page__outer {
}
.page__footer {
  background: #f7921e;
  padding-top: 141px;
}
.page__footer._mini {
  padding-top: 61px;
}
.page__wrapper {
  margin: 0 auto;
}
.r-link {
  display: inline-block;
  width: 382px;
  color: #003366;
  border: 2px solid #003366;
  min-height: 54px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 17px 0 0;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.r-link:hover {
  border-color: #66CCFF;
  color: #66CCFF;
}
.r-link._white {
  color: #fff;
  border-color: #fff;
}
.r-link._white:hover {
  border-color: #66CCFF;
  color: #66CCFF;
}
.r-link._footer {
  width: 223px;
  margin-right: 24px;
}
.r-link._footer:last-child {
  margin-right: 0;
}
.rub {
  display: inline-block;
  width: 41px;
  height: 39px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAnCAYAAAAYRfjHAAACeUlEQVRYhe2XPWtUQRSGn5NNYkhiwMQv/EojBoJaRgQFUbGwSi12URAUf4AKQrr0IhaJgmhvZxcbQbGwsFDSSRQrwTWribvZ5LWYvclknbl772Y3heSBhb1nPt65Z845Mxe22eZ/w2INkvYAh4BqhnlWgArwGyia2VKjAZ0pbTeBe8CPDMKrwB9gEShJ+gbMAk/NrJhh/DqSprR5vkq6Epq/I0W7nGulYQ4CzyVdzyMc3f8meCjpQlbhVtIJ3JJkviEPZeA+MAfsxC28E+gBhoAzwEXC3hoHTgFvmxGuAC/MbC7WQdIEMB1pPp0I53V1Nw0Wa2YzwN1I81ji7rzCqv0a8RLnnXr2A13NCGflC/AxYO9ONNsl3A/sCtir1DyWN48tYq/nGDAcsP+siacKLwZsVVxdjiJpEFfjQ3wwsxVIj9BQcAgo1AS6arYCLo8HgBHgDnA2Mufr5M+asKQhYAo4gjveTgQG9gHTkoq4QFnFRWkvsBdXmwsR0ffAu39fRRqWNN+CEynGVV/P3+Ml3Oa3gydm9iwmnLU45GUGSD0WewnnXjNUgVfAuJldSyLZZy0nJQ0AE8A+XHCdB87V9V/GvcF8baEJK7itWsBVrTlg3szyXyYk3QgESFHSSO7JAqQVkKGAravBmMz4rh4EHgHHca4+jHO7j4BPQIl8Z/lu4LGZTSYGf3AfMEa4xvoLHc0h6HPUf/DdVgZ+NTlpFpZjwsbWXf42CPXgLnDtott/8Pf4OzCJC6gScAm4XDe4AjwAPrMxjxvRD7zJ1FPS7UAeL2xFHh8I2PpxW9JW4VCeGrCjFcJp38ejwEnWbyIduJSYNbPSZoX/AqSMalv9jdU7AAAAAElFTkSuQmCC) no-repeat left center;
  background-size: contain;
  margin: 7px 5px 0 0;
  position: relative;
  left: 10px;
}
.check_info {
	max-width: 600px;
}
#check_order {
  font-size: 18px;
  background: #2f669a;
}

#check {
  background: #2f669a;
}

.select2 .select-airport-input.form-control {
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  border: 0;
  border-radius: 0;
  height: 32px;

  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAMAAADX9CSSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAqFBMVEUAAAAzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkzZpkAAACuuag8AAAANnRSTlMAC4bu2ipE8gOl5qx0OghO+gzJkFceQMVoTNACWNwEZuQJc+xbH1Bgb4gt61wP3gpZtvsWl/zPWKW0AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAANVJREFUKM9tkOcCgjAMhKsCioJUcIEDRWW4wJX3fzSbUsq8HzT92pC7EtJWrz9QOrCqAAzaWBsCQJ+M9PHEMKcSW5RhZUZ0QFHbmS8kHqqELFdQiDWuEVONd7oe1EQt8cvNdteFmfb+QfJ1zd0xOAluNHyfBZ/UMTfIXUl0CaM4oXLAQuDrrXBy5zPmOX48S4MBro64n2avN+4T5grt2uXQz5ftY1b42DetHPwAIgyIyc2KzRdAiGvWSJbB7cLfyqsnS5/XvHCrydBuUaxAJ11a6iP2/QNdDymkAdL14gAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNS0wNC0wMVQxNDoyMzoyOCswMzowMPtiW6oAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTUtMDQtMDFUMTQ6MjM6MjgrMDM6MDCKP+MWAAAAAElFTkSuQmCC) no-repeat;
  background-position: 13px 5px;
  padding-left: 50px;

}
.select2 .select-airport-input.form-control .select2-selection__arrow {
  height: 32px;
  width: 18px;
}
.select2 .select-airport-input.form-control .select2-selection__arrow b {
  border-color: #2f669a transparent transparent transparent;
  border-width: 7px 7px 0 7px;
  margin-left: -12px;
  margin-top: -3px;
}

.select-airport-dropdown .select2-search__field {
  height: 32px;
}

.select2 .select-airport-input.form-control .select2-selection__rendered {
  line-height: 32px;
  color: #2f669a;
  font-size: 16px;
}

.select-airport-dropdown .select2-search__field:focus,
.select-airport-dropdown .select2-search__field:active,
.select-airport-dropdown .select2-search__field:focus-visible
{
  border: 1px solid #2f669a;
  outline-offset: 0px;
}

.field-way label.order-form__label {
  margin-top: 3px;
}

.print_table .comfort-pass-info td {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.5em;
  text-align: center;
  text-transform: unset;
  font-weight: bold;
}

.w-100 {
  width: 100%;
}

.print_table .comfort-pass-info.comfort-pass-info_danger td {
  font-size: 1.5em;
  text-shadow: 1px 2px 4px black;
}

.text-shadow {
  text-shadow: 1px 2px 4px black;
}

.print_table table {
  width: 100%;
}

.print_table table td {
  vertical-align: top;
}

.print_table table td:first-child {
  width: 30%;
}

