/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
/*! 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.
 */
/* line 9, app/assets/stylesheets/vendors/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, app/assets/stylesheets/vendors/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 54, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 67, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 77, app/assets/stylesheets/vendors/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, app/assets/stylesheets/vendors/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, app/assets/stylesheets/vendors/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, app/assets/stylesheets/vendors/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, app/assets/stylesheets/vendors/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, app/assets/stylesheets/vendors/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, app/assets/stylesheets/vendors/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, app/assets/stylesheets/vendors/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, app/assets/stylesheets/vendors/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, app/assets/stylesheets/vendors/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, app/assets/stylesheets/vendors/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, app/assets/stylesheets/vendors/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, app/assets/stylesheets/vendors/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, app/assets/stylesheets/vendors/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, app/assets/stylesheets/vendors/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, app/assets/stylesheets/vendors/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, app/assets/stylesheets/vendors/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 252, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 266, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 277, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 290, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 302, app/assets/stylesheets/vendors/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 322, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 334, app/assets/stylesheets/vendors/_normalize.scss */
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`.
 */
/* line 346, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 356, app/assets/stylesheets/vendors/_normalize.scss */
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).
 */
/* line 367, app/assets/stylesheets/vendors/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 387, app/assets/stylesheets/vendors/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, app/assets/stylesheets/vendors/_normalize.scss */
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.
 */
/* line 405, app/assets/stylesheets/vendors/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, app/assets/stylesheets/vendors/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, app/assets/stylesheets/vendors/_normalize.scss */
td,
th {
  padding: 0;
}

/* Slick slider styles */
/* line 3, app/assets/stylesheets/vendors/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, app/assets/stylesheets/vendors/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, app/assets/stylesheets/vendors/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 27, app/assets/stylesheets/vendors/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, app/assets/stylesheets/vendors/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, app/assets/stylesheets/vendors/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

/* line 47, app/assets/stylesheets/vendors/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 52, app/assets/stylesheets/vendors/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 55, app/assets/stylesheets/vendors/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 60, app/assets/stylesheets/vendors/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 65, app/assets/stylesheets/vendors/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 68, app/assets/stylesheets/vendors/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 71, app/assets/stylesheets/vendors/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 74, app/assets/stylesheets/vendors/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 77, app/assets/stylesheets/vendors/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 80, app/assets/stylesheets/vendors/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 83, app/assets/stylesheets/vendors/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 90, app/assets/stylesheets/vendors/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 10, app/assets/stylesheets/base/_helpers.scss */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* line 54, app/assets/stylesheets/base/_helpers.scss */
.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/base/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 4, app/assets/stylesheets/base/_reset.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 8, app/assets/stylesheets/base/_reset.scss */
* {
  max-height: 1000000px;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 20, app/assets/stylesheets/base/_reset.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* line 27, app/assets/stylesheets/base/_reset.scss */
.gm-style img {
  max-width: none;
}

/* line 3, app/assets/stylesheets/base/_typography.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

/* line 16, app/assets/stylesheets/base/_typography.scss */
h1, .h1 {
  font-size: 30px;
}

/* line 20, app/assets/stylesheets/base/_typography.scss */
h2, .h2 {
  font-size: 27px;
}

/* line 24, app/assets/stylesheets/base/_typography.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 28, app/assets/stylesheets/base/_typography.scss */
h4, .h4 {
  font-size: 21px;
}

/* line 32, app/assets/stylesheets/base/_typography.scss */
h5, .h5 {
  font-size: 17px;
}

/* line 36, app/assets/stylesheets/base/_typography.scss */
h6, .h6 {
  font-size: 15px;
}

/* line 40, app/assets/stylesheets/base/_typography.scss */
p {
  margin: 0 0 1em;
}

/* line 44, app/assets/stylesheets/base/_typography.scss */
a {
  color: #39f;
}

/* line 46, app/assets/stylesheets/base/_typography.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 2, app/assets/stylesheets/base/_forms.scss */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

/* line 9, app/assets/stylesheets/base/_forms.scss */
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}

/* line 27, app/assets/stylesheets/base/_forms.scss */
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000;
}

/* line 34, app/assets/stylesheets/base/_forms.scss */
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder,
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input.placeholder[type='text'],
input.placeholder[type='tel'],
input.placeholder[type='email'],
input.placeholder[type='search'],
input.placeholder[type='password'],
textarea {
  color: #040;
}

/* line 77, app/assets/stylesheets/base/_forms.scss */
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

/* line 89, app/assets/stylesheets/base/_forms.scss */
select {
  -webkit-border-radius: 0;
}

/* line 93, app/assets/stylesheets/base/_forms.scss */
textarea {
  resize: vertical;
  vertical-align: top;
}

/* line 98, app/assets/stylesheets/base/_forms.scss */
button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

/* line 2, app/assets/stylesheets/layout/_header.scss */
[id="header"] .navbar {
  background: #683817;
  color: #fff;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  /* line 2, app/assets/stylesheets/layout/_header.scss */
  [id="header"] .navbar {
    padding-left: 35px;
  }
}

/* line 13, app/assets/stylesheets/layout/_header.scss */
[id="header"] .navbar > div {
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 13, app/assets/stylesheets/layout/_header.scss */
  [id="header"] .navbar > div {
    width: auto;
  }
}

/* line 21, app/assets/stylesheets/layout/_header.scss */
[id="header"] .left-col {
  text-align: center;
  order: 1;
}

@media screen and (min-width: 768px) {
  /* line 21, app/assets/stylesheets/layout/_header.scss */
  [id="header"] .left-col {
    text-align: left;
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 31, app/assets/stylesheets/layout/_header.scss */
  [id="header"] .right-col {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

/* line 39, app/assets/stylesheets/layout/_header.scss */
[id="header"] .navbar-text {
  display: block;
  padding: 0;
}

/* line 42, app/assets/stylesheets/layout/_header.scss */
[id="header"] .navbar-text + .navbar-nav {
  margin-bottom: -8px;
}

@media screen and (min-width: 768px) {
  /* line 42, app/assets/stylesheets/layout/_header.scss */
  [id="header"] .navbar-text + .navbar-nav {
    margin-bottom: -31px;
  }
}

/* line 51, app/assets/stylesheets/layout/_header.scss */
[id="header"] .nav-link {
  transition: opacity 0.1s;
}

/* line 53, app/assets/stylesheets/layout/_header.scss */
[id="header"] .nav-link:hover {
  opacity: 0.8;
}

/* line 58, app/assets/stylesheets/layout/_header.scss */
[id="header"] .navbar-nav {
  display: block;
}

/* line 62, app/assets/stylesheets/layout/_header.scss */
[id="header"] .navbar-nav .nav-item {
  display: inline-block;
  text-align: center;
}

/* line 66, app/assets/stylesheets/layout/_header.scss */
[id="header"] .navbar-nav .nav-link {
  position: relative;
}

/* line 69, app/assets/stylesheets/layout/_header.scss */
[id="header"] .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0;
  height: 5px;
  width: 110px;
  background: #bd4700;
}

/* line 82, app/assets/stylesheets/layout/_header.scss */
[id="header"] .navbar-brand {
  margin: 0;
}

@media screen and (min-width: 992px) {
  /* line 82, app/assets/stylesheets/layout/_header.scss */
  [id="header"] .navbar-brand {
    margin-left: 46px;
  }
}

/* line 90, app/assets/stylesheets/layout/_header.scss */
[id="header"] a {
  color: #fff;
  font-size: 13px;
}

/* line 96, app/assets/stylesheets/layout/_header.scss */
.top-panel {
  background: #fff;
  box-shadow: 0 2px 6px rgba(131, 131, 131, 0.51);
  min-height: 52px;
}

/* line 1, app/assets/stylesheets/layout/_common.scss */
#wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/layout/_common.scss */
.filter-active {
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/layout/_common.scss */
.form-login {
  max-width: 414px;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  text-align: center;
  padding: 33px 15px 67px;
  font-size: 16px;
  letter-spacing: 0.4px;
}

@media screen and (min-width: 768px) {
  /* line 11, app/assets/stylesheets/layout/_common.scss */
  .form-login {
    padding: 33px 52px 67px;
  }
}

/* line 25, app/assets/stylesheets/layout/_common.scss */
.form-login .form-title {
  display: block;
  font-size: 18px;
  letter-spacing: 0.2px;
  margin-bottom: 21px;
}

/* line 32, app/assets/stylesheets/layout/_common.scss */
.form-login .form-group {
  position: relative;
  margin-bottom: 14px;
}

/* line 37, app/assets/stylesheets/layout/_common.scss */
.form-login input[type="text"],
.form-login input[type="tel"],
.form-login input[type="email"],
.form-login input[type="search"],
.form-login input[type="password"],
.form-login textarea {
  background: #f7f7f7;
  border: none;
  min-height: 60px;
}

/* line 47, app/assets/stylesheets/layout/_common.scss */
.form-login input[type="text"]::-webkit-input-placeholder,
.form-login input[type="tel"]::-webkit-input-placeholder,
.form-login input[type="email"]::-webkit-input-placeholder,
.form-login input[type="search"]::-webkit-input-placeholder,
.form-login input[type="password"]::-webkit-input-placeholder,
.form-login textarea::-webkit-input-placeholder {
  color: #b0b0c3;
  font-style: italic;
}

/* line 51, app/assets/stylesheets/layout/_common.scss */
.form-login input[type="text"]:-moz-placeholder,
.form-login input[type="tel"]:-moz-placeholder,
.form-login input[type="email"]:-moz-placeholder,
.form-login input[type="search"]:-moz-placeholder,
.form-login input[type="password"]:-moz-placeholder,
.form-login textarea:-moz-placeholder {
  color: #b0b0c3;
  font-style: italic;
  opacity: 1;
}

/* line 56, app/assets/stylesheets/layout/_common.scss */
.form-login input[type="text"]::-moz-placeholder,
.form-login input[type="tel"]::-moz-placeholder,
.form-login input[type="email"]::-moz-placeholder,
.form-login input[type="search"]::-moz-placeholder,
.form-login input[type="password"]::-moz-placeholder,
.form-login textarea::-moz-placeholder {
  color: #b0b0c3;
  font-style: italic;
  opacity: 1;
}

/* line 61, app/assets/stylesheets/layout/_common.scss */
.form-login input[type="text"]:-ms-input-placeholder,
.form-login input[type="tel"]:-ms-input-placeholder,
.form-login input[type="email"]:-ms-input-placeholder,
.form-login input[type="search"]:-ms-input-placeholder,
.form-login input[type="password"]:-ms-input-placeholder,
.form-login textarea:-ms-input-placeholder {
  color: #b0b0c3;
  font-style: italic;
}

/* line 65, app/assets/stylesheets/layout/_common.scss */
.form-login input[type="text"]::-ms-input-placeholder,
.form-login input[type="tel"]::-ms-input-placeholder,
.form-login input[type="email"]::-ms-input-placeholder,
.form-login input[type="search"]::-ms-input-placeholder,
.form-login input[type="password"]::-ms-input-placeholder,
.form-login textarea::-ms-input-placeholder {
  color: #b0b0c3;
  font-style: italic;
}

/* line 70, app/assets/stylesheets/layout/_common.scss */
.form-login input[type="text"]::placeholder,
.form-login input[type="tel"]::placeholder,
.form-login input[type="email"]::placeholder,
.form-login input[type="search"]::placeholder,
.form-login input[type="password"]::placeholder,
.form-login textarea::placeholder {
  color: #b0b0c3;
  font-style: italic;
}

/* line 76, app/assets/stylesheets/layout/_common.scss */
.form-login a {
  color: #838391;
}

/* line 80, app/assets/stylesheets/layout/_common.scss */
.form-login .pass-control {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border: none;
  background: none;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 98, app/assets/stylesheets/layout/_common.scss */
.form-login button {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.25px;
  height: 52px;
}

/* line 106, app/assets/stylesheets/layout/_common.scss */
.btn {
  border-radius: 0;
}

/* line 110, app/assets/stylesheets/layout/_common.scss */
.btn-danger {
  background-color: #bb4601;
  color: #fff;
}

/* line 115, app/assets/stylesheets/layout/_common.scss */
.filter-opener {
  position: absolute;
  left: 17px;
  top: 0;
  color: #44566c;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  /* line 115, app/assets/stylesheets/layout/_common.scss */
  .filter-opener {
    display: none;
  }
}

/* line 127, app/assets/stylesheets/layout/_common.scss */
.filter-opener:hover {
  opacity: 0.8;
  color: inherit;
}

/* line 132, app/assets/stylesheets/layout/_common.scss */
.filter-opener .opened,
.filter-opener .closed {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  transition: opacity 0.2s;
  min-width: 100px;
}

/* line 144, app/assets/stylesheets/layout/_common.scss */
.filter-active .filter-opener .closed {
  opacity: 0;
}

/* line 149, app/assets/stylesheets/layout/_common.scss */
.filter-opener .opened {
  opacity: 0;
}

/* line 151, app/assets/stylesheets/layout/_common.scss */
.filter-active .filter-opener .opened {
  opacity: 1;
}

/* line 157, app/assets/stylesheets/layout/_common.scss */
.top-panel {
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
  padding: 10px 16px;
}

@media screen and (min-width: 768px) {
  /* line 157, app/assets/stylesheets/layout/_common.scss */
  .top-panel {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  /* line 170, app/assets/stylesheets/layout/_common.scss */
  .top-panel .forms-holder {
    max-width: 300px;
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateX(-100%);
    min-height: 100vh;
    background: #ded4cd;
    z-index: 5;
    padding: 0 10px;
    z-index: 6;
  }
  /* line 183, app/assets/stylesheets/layout/_common.scss */
  .filter-active .top-panel .forms-holder {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) {
  /* line 170, app/assets/stylesheets/layout/_common.scss */
  .top-panel .forms-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    flex: 1 0 100%;
  }
}

@media screen and (min-width: 992px) {
  /* line 198, app/assets/stylesheets/layout/_common.scss */
  .top-panel .input-group {
    width: auto;
  }
}

/* line 204, app/assets/stylesheets/layout/_common.scss */
.top-panel .input-group button:hover {
  color: #fff;
  background: #999;
}

/* line 212, app/assets/stylesheets/layout/_common.scss */
.filtration-form {
  margin-bottom: 40px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  /* line 212, app/assets/stylesheets/layout/_common.scss */
  .filtration-form {
    margin: 0 -5px;
    display: flex;
    align-items: center;
    max-width: 100%;
    flex: 1 0 100%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  /* line 212, app/assets/stylesheets/layout/_common.scss */
  .filtration-form {
    max-width: calc(100% - 362px);
    width: calc(100% - 362px);
    margin-bottom: 0;
  }
}

/* line 231, app/assets/stylesheets/layout/_common.scss */
.filtration-form .jcf-select {
  font-size: 12px;
  padding-right: 24px;
}

@media screen and (max-width: 767px) {
  /* line 231, app/assets/stylesheets/layout/_common.scss */
  .filtration-form .jcf-select {
    border-width: 0;
    border-bottom-width: 1px;
  }
}

/* line 241, app/assets/stylesheets/layout/_common.scss */
.filtration-form .input-group {
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  /* line 241, app/assets/stylesheets/layout/_common.scss */
  .filtration-form .input-group {
    margin: 0 5px;
  }
}

/* line 248, app/assets/stylesheets/layout/_common.scss */
.filtration-form .input-group:nth-last-child(2) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  /* line 248, app/assets/stylesheets/layout/_common.scss */
  .filtration-form .input-group:nth-last-child(2) {
    margin-bottom: 0;
  }
}

/* line 257, app/assets/stylesheets/layout/_common.scss */
.filtration-form [type="reset"] {
  font-size: 12px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding-top: 8px;
  padding-bottom: 9px;
  font-weight: 700;
}

/* line 267, app/assets/stylesheets/layout/_common.scss */
.jcf-select {
  position: relative;
  display: block;
  width: 100% !important;
  border: 1px solid #dcdcdc;
  padding: 10px 32px 10px 15px;
  cursor: pointer;
  box-sizing: border-box;
}

/* line 276, app/assets/stylesheets/layout/_common.scss */
.jcf-select:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  width: 7px;
  height: 9px;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(/assets/angle-down-5c7bce45d2dcc5f47a2beef19b0761242266f6df781fd3b8d9c17358b6ceed26.svg);
  background-size: contain;
}

/* line 288, app/assets/stylesheets/layout/_common.scss */
.jcf-select.jcf-drop-active, .jcf-select:hover {
  background: #f1f1f1;
}

/* line 294, app/assets/stylesheets/layout/_common.scss */
.jcf-select-drop-content {
  background: #f1f1f1;
  color: #3d3d3d;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 300, app/assets/stylesheets/layout/_common.scss */
.jcf-select-drop-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 310, app/assets/stylesheets/layout/_common.scss */
.jcf-select-drop {
  z-index: 2;
  min-width: 114px;
}

/* line 315, app/assets/stylesheets/layout/_common.scss */
.jcf-option {
  display: block;
  padding: 15px;
  cursor: pointer;
  transition: opacity 0.1s;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  /* line 315, app/assets/stylesheets/layout/_common.scss */
  .jcf-option {
    padding: 7px 19px;
  }
}

/* line 327, app/assets/stylesheets/layout/_common.scss */
.jcf-option:hover {
  background: #ded4cd;
}

/* line 332, app/assets/stylesheets/layout/_common.scss */
.search-form {
  display: flex;
  align-items: center;
  font-size: 12px;
}

@media screen and (min-width: 1100px) {
  /* line 332, app/assets/stylesheets/layout/_common.scss */
  .search-form {
    max-width: 362px;
    flex: 1 0 362px;
    padding-left: 33px;
  }
}

/* line 343, app/assets/stylesheets/layout/_common.scss */
.search-form [type="search"],
.search-form [type="submit"] {
  border: 1px solid #dcdcdc;
}

/* line 349, app/assets/stylesheets/layout/_common.scss */
.search-form [type="search"] {
  margin-right: -4px;
  display: block;
  font-style: italic;
  padding-left: 13px;
  padding-right: 13px;
}

/* line 356, app/assets/stylesheets/layout/_common.scss */
.search-form [type="search"]:focus {
  outline: none;
  border-color: #dcdcdc;
}

/* line 362, app/assets/stylesheets/layout/_common.scss */
.search-form [type="submit"] {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #3d3d3d;
}

/* line 368, app/assets/stylesheets/layout/_common.scss */
.search-form [type="submit"]:hover {
  color: #000;
}

@media screen and (min-width: 992px) {
  /* line 374, app/assets/stylesheets/layout/_common.scss */
  .content-holder {
    display: flex;
  }
}

/* line 379, app/assets/stylesheets/layout/_common.scss */
.content-holder .map-holder {
  overflow-x: auto;
  position: relative;
  height: 487px;
}

@media screen and (min-width: 992px) {
  /* line 379, app/assets/stylesheets/layout/_common.scss */
  .content-holder .map-holder {
    height: 100%;
    width: auto;
    overflow: auto;
  }
}

@media screen and (min-width: 992px) and (min-width: 1100px) {
  /* line 379, app/assets/stylesheets/layout/_common.scss */
  .content-holder .map-holder {
    height: calc(100vh - 413px);
  }
}

/* line 394, app/assets/stylesheets/layout/_common.scss */
.content-holder .map-holder > .img-holder {
  position: relative;
  width: 100%;
  min-width: 763px;
}

/* line 399, app/assets/stylesheets/layout/_common.scss */
.content-holder .map-holder > .img-holder img {
  min-width: 100%;
  max-width: none;
}

/* line 414, app/assets/stylesheets/layout/_common.scss */
.content-holder [class*="pin"] .open {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0;
}

/* line 421, app/assets/stylesheets/layout/_common.scss */
.content-holder [class*="pin"] .status-image {
  max-width: 14px;
  flex: 1 0 14px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 430, app/assets/stylesheets/layout/_common.scss */
.content-holder .status01[class*="pin"] .status-image {
  background-image: url(/assets/status1-5cfc54bee7db07f89702286c423d566e550d30990b61fcea385e7eb69fd0d198.jpg);
}

/* line 436, app/assets/stylesheets/layout/_common.scss */
.content-holder .status02[class*="pin"] .status-image {
  background-image: url(/assets/status2-3a28aa3ad35a0aa8dd9534938cc7056e756daad53292efbc6260e9c479947f6f.jpg);
}

/* line 442, app/assets/stylesheets/layout/_common.scss */
.content-holder .status03[class*="pin"] .status-image {
  background-image: url(/assets/status3-af03656f3995e87f69a7ccc166371a18d446258acf7c2c76ba1fb9a49cffbbcf.jpg);
}

/* line 448, app/assets/stylesheets/layout/_common.scss */
.content-holder .pin01 {
  left: 54.6%;
  top: 64.3%;
}

/* line 453, app/assets/stylesheets/layout/_common.scss */
.content-holder .pin02 {
  left: 55.7%;
  top: 62%;
}

/* line 458, app/assets/stylesheets/layout/_common.scss */
.content-holder .pin03 {
  left: 57.6%;
  top: 64.3%;
}

/* line 464, app/assets/stylesheets/layout/_common.scss */
.map-popup,
.popup-inner {
  border-radius: 6px;
  z-index: 1;
}

/* line 470, app/assets/stylesheets/layout/_common.scss */
.map-popup {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 20px);
  display: none;
  width: 183px;
  background: #fff;
  transform: translateX(-50%);
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 10px 11px 18px;
  font-size: 11px;
  font-weight: 500;
  color: #8697a8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* line 487, app/assets/stylesheets/layout/_common.scss */
.map-popup:before, .map-popup:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

/* line 496, app/assets/stylesheets/layout/_common.scss */
.map-popup:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #fff;
}

/* line 504, app/assets/stylesheets/layout/_common.scss */
.map-popup:after {
  width: 24px;
  height: 24px;
  background-image: url(/assets/Triangle-a301d5ab03a711177b9498107f1c29639c39f781bcb2a2dc15468e147619c00c.png);
  background-size: contain;
  z-index: -1;
}

/* line 512, app/assets/stylesheets/layout/_common.scss */
.popup-active .map-popup {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s, visibility 0.1s;
}

/* line 518, app/assets/stylesheets/layout/_common.scss */
.map-popup .popup-wrap {
  display: flex;
}

/* line 522, app/assets/stylesheets/layout/_common.scss */
.map-popup h4 {
  font-size: 13px;
  color: #44566c;
  margin-bottom: 10px;
}

/* line 528, app/assets/stylesheets/layout/_common.scss */
.map-popup .popup-text {
  max-width: calc(100% - 14px);
  flex: 1 0 calc(100% - 14px);
  padding-left: 15px;
}

/* line 534, app/assets/stylesheets/layout/_common.scss */
.map-popup .text-block {
  margin-bottom: 20px;
  width: 135px;
}

/* line 539, app/assets/stylesheets/layout/_common.scss */
.map-popup p {
  margin-bottom: 9px;
  line-height: 0.9;
}

/* line 544, app/assets/stylesheets/layout/_common.scss */
.map-popup .btn-danger {
  background: #bb4601;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
}

/* line 552, app/assets/stylesheets/layout/_common.scss */
.popup-inner {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 246px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 14px 7px 17px 21px;
  width: 183px;
  transition: opacity 0.1s;
  z-index: 2;
  opacity: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
  /* line 552, app/assets/stylesheets/layout/_common.scss */
  .popup-inner {
    left: auto;
    right: calc(100% + 20px);
  }
}

/* line 571, app/assets/stylesheets/layout/_common.scss */
.popup-inner.boxshadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* line 575, app/assets/stylesheets/layout/_common.scss */
.popup-active-inner > .popup-inner {
  opacity: 1;
  visibility: visible;
}

/* line 580, app/assets/stylesheets/layout/_common.scss */
.popup-inner .popup-inner {
  left: 0;
  right: auto;
  z-index: 1;
}

/* line 588, app/assets/stylesheets/layout/_common.scss */
.popup-holder-inner .input-group {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  background-color: #eeeeee;
}

/* line 597, app/assets/stylesheets/layout/_common.scss */
.popup-holder-inner label {
  display: block;
  margin-bottom: 0;
  padding-left: 9px;
  flex: 1 0 100%;
  max-width: 100%;
  font-size: 13px;
  color: #44566c;
  padding: 10px 17px 11px;
  cursor: pointer;
  line-height: 1.3;
}

/* line 610, app/assets/stylesheets/layout/_common.scss */
.popup-holder-inner label:hover {
  background: #ded4cd;
}

/* line 615, app/assets/stylesheets/layout/_common.scss */
.popup-holder-inner [type="checkbox"],
.popup-holder-inner [type="radio"] {
  margin-left: 9px;
  float: left;
}

/* line 623, app/assets/stylesheets/layout/_common.scss */
.popup-holder-inner [type="radio"]:checked ~ label {
  background: #ded4cd;
}

/* line 629, app/assets/stylesheets/layout/_common.scss */
.popup-holder-inner [type="checkbox"] {
  flex: 1 0 16px;
  max-width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 637, app/assets/stylesheets/layout/_common.scss */
.popup-holder-inner [type="checkbox"] + label {
  padding-left: 35px;
}

/* line 642, app/assets/stylesheets/layout/_common.scss */
.popup-holder-inner .close-inner {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  padding-left: 40px;
  margin-bottom: 20px;
  display: inline-block;
  color: #44566c;
}

/* line 651, app/assets/stylesheets/layout/_common.scss */
.popup-holder-inner .close-inner:hover {
  opacity: 0.8;
}

/* line 655, app/assets/stylesheets/layout/_common.scss */
.popup-holder-inner .close-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  width: 18px;
  height: 10px;
  background-image: url(/assets/arrow-e1163418cb85896628024cb0e2dda6108add90706a1faf4cf6525b3537ba2b2a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg) translateY(-50%);
}

/* line 670, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom {
  position: relative;
  background: #fff;
  margin-top: -24px;
  margin-bottom: 15px;
  padding-top: 10px;
  z-index: 0;
}

@media screen and (min-width: 992px) {
  /* line 670, app/assets/stylesheets/layout/_common.scss */
  .slider-at-bottom {
    top: 100%;
    left: 0;
    flex: 1 0 calc(100% - 1px);
    max-width: calc(100% - 1px);
    margin-top: -20px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1400px) {
  /* line 670, app/assets/stylesheets/layout/_common.scss */
  .slider-at-bottom {
    position: fixed;
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
    top: auto;
    bottom: 0;
    left: 0;
  }
}

/* line 697, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slick-list {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  /* line 697, app/assets/stylesheets/layout/_common.scss */
  .slider-at-bottom .slick-list {
    margin-bottom: 0;
  }
}

/* line 706, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slide-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
  padding: 10px 0;
}

@media screen and (min-width: 480px) {
  /* line 706, app/assets/stylesheets/layout/_common.scss */
  .slider-at-bottom .slide-holder {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  /* line 706, app/assets/stylesheets/layout/_common.scss */
  .slider-at-bottom .slide-holder {
    margin: 0 -6px;
  }
}

/* line 724, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slide-holder .img-holder {
  margin: 0 6px 6px;
}

/* line 728, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slide-holder img {
  margin-bottom: 6px;
}

/* line 731, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slide-holder img:only-child {
  margin-bottom: 0;
}

/* line 737, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slick-arrow {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 18px;
  height: 18px;
  background: white;
  left: 27px;
  bottom: 12px;
  z-index: 5;
  padding: 4px;
}

@media screen and (min-width: 768px) {
  /* line 737, app/assets/stylesheets/layout/_common.scss */
  .slider-at-bottom .slick-arrow {
    left: 17px;
    bottom: 26px;
  }
}

/* line 758, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slick-arrow.slick-disabled {
  background: rgba(255, 255, 255, 0.58);
}

/* line 762, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slick-arrow img {
  width: 6.9px;
}

/* line 767, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slick-prev {
  transform: rotate(180deg);
}

/* line 771, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slick-next {
  left: auto;
  right: 27px;
}

@media screen and (min-width: 768px) {
  /* line 771, app/assets/stylesheets/layout/_common.scss */
  .slider-at-bottom .slick-next {
    left: auto;
    right: 17px;
  }
}

/* line 781, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
  /* line 781, app/assets/stylesheets/layout/_common.scss */
  .slider-at-bottom .slick-dots {
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
  }
}

/* line 797, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slick-dots li {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

/* line 806, app/assets/stylesheets/layout/_common.scss */
.slider-at-bottom .slick-dots .slick-active {
  opacity: 0.58;
}

/* line 812, app/assets/stylesheets/layout/_common.scss */
.slide-form {
  display: inline-block;
}

/* line 814, app/assets/stylesheets/layout/_common.scss */
.slide-form .jcf-select {
  display: inline-block;
  width: auto;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

/* line 821, app/assets/stylesheets/layout/_common.scss */
.slide-form .jcf-select.jcf-drop-active, .slide-form .jcf-select:hover {
  background: #f1f1f1;
}

/* line 827, app/assets/stylesheets/layout/_common.scss */
.slide-form .jcf-select-drop {
  z-index: 5;
}

/* line 832, app/assets/stylesheets/layout/_common.scss */
.sidebar-holder {
  overflow-y: auto;
  padding-bottom: 15px;
  height: calc(100vh - 413px);
}

@media screen and (min-width: 992px) {
  /* line 838, app/assets/stylesheets/layout/_common.scss */
  .sidebar {
    padding: 14px 15px 0 18px;
    height: calc(100vh - 180px);
  }
}

/* line 845, app/assets/stylesheets/layout/_common.scss */
.board-holder {
  position: relative;
  transition: background 0.1s;
  margin-bottom: 6px;
  background: #f6f6f6;
}

/* line 852, app/assets/stylesheets/layout/_common.scss */
.board-holder:before {
  content: "";
  width: 249px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  box-shadow: 0 8px 16px rgba(169, 194, 209, 0.1), 0 32px 32px rgba(169, 194, 209, 0.15);
  z-index: -1;
}

/* line 864, app/assets/stylesheets/layout/_common.scss */
.board-holder:hover {
  background: #ded4cd;
}

/* line 867, app/assets/stylesheets/layout/_common.scss */
.board-holder .dropdown {
  margin-left: auto;
  position: absolute;
  right: 21px;
  top: 9px;
  width: 25px;
  height: 25px;
}

/* line 876, app/assets/stylesheets/layout/_common.scss */
.board-holder .dropdown-menu {
  top: 100% !important;
  right: -4px !important;
  left: auto !important;
  transform: none !important;
  font-size: 12px;
}

/* line 884, app/assets/stylesheets/layout/_common.scss */
.board-holder .dropdown-toggle {
  width: 100%;
  padding: 0;
  height: 25px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

/* line 894, app/assets/stylesheets/layout/_common.scss */
.board-holder .dropdown-toggle img {
  height: 4px;
}

/* line 897, app/assets/stylesheets/layout/_common.scss */
.board-holder .dropdown-toggle:before {
  display: none;
}

/* line 902, app/assets/stylesheets/layout/_common.scss */
.board {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 8px 21px 8px 14px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 500;
  color: #000;
}

/* line 913, app/assets/stylesheets/layout/_common.scss */
.board:hover {
  color: inherit;
}

/* line 917, app/assets/stylesheets/layout/_common.scss */
.board h3 {
  font-size: 15px;
  font-weight: 500;
}

/* line 922, app/assets/stylesheets/layout/_common.scss */
.board p {
  margin-bottom: 6px;
}

/* line 927, app/assets/stylesheets/layout/_common.scss */
.board-avatar {
  max-width: 35px;
  flex: 1 0 35px;
  height: 35px;
  margin-right: 15px;
  background: #ff3d57;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 938, app/assets/stylesheets/layout/_common.scss */
.board-avatar .ico-img {
  width: 14px;
  height: 13px;
}

/* line 944, app/assets/stylesheets/layout/_common.scss */
.board-info {
  flex: 1 1 calc(100% - 82px);
  max-width: calc(100% - 82px);
}

/* line 53, app/assets/stylesheets/application.scss */
.slick-dots {
  display: none !important;
}

/* line 57, app/assets/stylesheets/application.scss */
.captcha-block {
  margin: 10px auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 64, app/assets/stylesheets/application.scss */
.alert-recaptcha_error {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 70, app/assets/stylesheets/application.scss */
.alert {
  position: absolute;
  border-radius: 0px;
  width: 100%;
  line-height: 15px !important;
  min-height: 40px !important;
  animation: alert 0.5s 1 !important;
  -webkit-animation: alert 0.5s 1 !important;
  animation-fill-mode: forwards !important;
  animation-delay: 5s !important;
  -webkit-animation-delay: 5s !important;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards !important;
}

@keyframes alert {
  from {
    opacity: 1;
    z-index: 99999;
  }
  to {
    opacity: 0;
    z-index: -99999;
  }
}

@-webkit-keyframes alert {
  from {
    opacity: 1;
    z-index: 99999;
  }
  to {
    opacity: 0;
    z-index: -99999;
  }
}

/* line 111, app/assets/stylesheets/application.scss */
.chartbox {
  margin: 0 auto;
  background: white;
  width: 300px;
  height: 200px;
  margin-top: 65px;
  position: relative;
  top: -21px;
}

/* line 121, app/assets/stylesheets/application.scss */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}

/* line 126, app/assets/stylesheets/application.scss */
.loader {
  color: #683817;
  font-size: 11px;
  text-indent: -99999em;
  margin: 15px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 139, app/assets/stylesheets/application.scss */
.loader:before,
.loader:after {
  position: absolute;
  content: "";
}

/* line 144, app/assets/stylesheets/application.scss */
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}

/* line 156, app/assets/stylesheets/application.scss */
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 189, app/assets/stylesheets/application.scss */
.board-holder.active {
  background-color: #ded4cd;
}

/* line 193, app/assets/stylesheets/application.scss */
.password-error {
  font-size: 12px;
  text-align: left;
  position: absolute;
  left: 110%;
  width: 200px;
  top: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 20px #e6e6e6;
}

/* line 204, app/assets/stylesheets/application.scss */
#password-confirm-error.password-error {
  position: relative;
}

/* line 209, app/assets/stylesheets/application.scss */
.battery {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* line 217, app/assets/stylesheets/application.scss */
.clear-field {
  position: absolute;
  right: 60px;
  font-size: 20px;
  line-height: 32px;
  color: #ff3131;
  font-weight: 600;
  cursor: pointer;
}

/* line 227, app/assets/stylesheets/application.scss */
.jcf-option-placeholder {
  color: #818181;
}

/* line 231, app/assets/stylesheets/application.scss */
li > .jcf-option-hidden-option {
  display: none;
}

/* line 235, app/assets/stylesheets/application.scss */
.zoom-button {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 22px;
  z-index: 99;
  padding: 4px;
  cursor: pointer;
  background-color: #683817;
}

/* line 246, app/assets/stylesheets/application.scss */
.graph-row {
  bottom: 0;
}

/* line 250, app/assets/stylesheets/application.scss */
.step {
  width: 25%;
  background: transparent;
  border: 1px solid #bb4601;
  height: 10px;
  border: 1px solid #bb4601;
  margin: 20px 10px;
  border-radius: 50px;
}

/* line 258, app/assets/stylesheets/application.scss */
.step:first-child {
  margin: 20px 0 20px 20px;
}

/* line 261, app/assets/stylesheets/application.scss */
.step.active {
  background: #bb4601;
}

/* line 266, app/assets/stylesheets/application.scss */
.step-arrow {
  background: transparent;
  border: 1px solid #bb4601;
  width: 25%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  margin: 25px -8px;
  font-weight: 700;
  color: #bb4601;
}

/* line 274, app/assets/stylesheets/application.scss */
.step-arrow:first-child {
  margin: 25px 0 25px 40px;
}

/* line 280, app/assets/stylesheets/application.scss */
.step-arrow.active {
  color: white;
}

/* line 282, app/assets/stylesheets/application.scss */
.step-arrow.active .step-arrow-box {
  background: #bb4601;
}

/* line 284, app/assets/stylesheets/application.scss */
.step-arrow.active .step-arrow-box::after {
  border-left: 25px solid #bb4601;
}

/* line 289, app/assets/stylesheets/application.scss */
.step-arrow .step-arrow-box {
  height: 48px;
  width: 100%;
  position: absolute;
  background: white;
  top: 0px;
}

/* line 295, app/assets/stylesheets/application.scss */
.step-arrow .step-arrow-box::after {
  position: absolute;
  content: " ";
  right: -1px;
  top: -1px;
  border: 25px solid transparent;
  border-left: 25px solid white;
  z-index: 99;
}

/* line 304, app/assets/stylesheets/application.scss */
.step-arrow .step-arrow-box::before {
  position: absolute;
  content: " ";
  left: -2px;
  top: -1px;
  border: 25px solid transparent;
  border-left: 25px solid white;
  z-index: 9999;
  background: transparent;
}

/* line 316, app/assets/stylesheets/application.scss */
.step-arrow::before {
  position: absolute;
  content: " ";
  left: -1px;
  top: -1px;
  border: 25px solid transparent;
  border-left: 25px solid #bb4601;
  z-index: 999;
}

/* line 326, app/assets/stylesheets/application.scss */
.step-arrow::after {
  position: absolute;
  content: " ";
  right: -2px;
  background: white;
  top: -1px;
  border: 25px solid transparent;
  border-left: 25px solid #bb4601;
}

/* line 337, app/assets/stylesheets/application.scss */
.viewport {
  position: relative;
}

/* line 341, app/assets/stylesheets/application.scss */
.hr-progress {
  border-width: 1px !important;
  animation: progress 2s linear 1;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

/* line 355, app/assets/stylesheets/application.scss */
input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 364, app/assets/stylesheets/application.scss */
.outer-ring {
  max-width: 80px;
  max-height: 80px;
  border-radius: 100%;
  border: 3px solid #ba4600;
  padding: 4px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  animation: spinner 2s linear infinite;
}

/* line 373, app/assets/stylesheets/application.scss */
.outer-ring .inner-ring {
  width: 100%;
  height: 100%;
  border: 3px solid #963a2f;
  border-radius: 100%;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
}

@keyframes spinner {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

/* line 392, app/assets/stylesheets/application.scss */
#lat-long-spinner,
#lat-long-warning {
  gap: 15px;
  font-weight: 700;
  box-shadow: 1px 1px 5px #979797;
  width: 95%;
  padding: 10px;
}

/* line 401, app/assets/stylesheets/application.scss */
.check-data-summary {
  max-width: 50%;
}
