/*! 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;
}
/* 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;
  max-width: 100%;
  height: auto;
}
/**
* 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. // Removed because we want it to.
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: border-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: 5px 8px;
}
.lcStyle1 {
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}
.lcStyle2 {
  font-style: italic;
  font-weight: 700;
}
.lcStyle3 {
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}
.lcStyle4 {
  font-style: italic;
  text-decoration: underline;
}
.lcStyle5 {
  font-style: italic;
}
.lcStyle6 {
  font-style: normal;
  font-weight: 700;
}
.lcStyle7 {
  font-style: normal;
  text-decoration: underline;
}
.lcRight {
  text-align: right;
}
.lcCenter {
  text-align: center;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
/* Numbered textfields */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
html {
  font-family: 'Roboto', sans-serif;
  color: #222222;
  font-size: 16px;
  line-height: 1.4rem;
}
body,
html {
  height: 100%;
}
body {
  overflow: hidden;
}
#map {
  height: 100%;
}
#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.24);
  display: none;
}
#sidebar {
  position: absolute;
  left: -18.75rem;
  top: 0;
  bottom: 0;
  width: 18.75rem;
  background-color: #fcfcfc;
  border-right: 0.125rem solid #ffcc00;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19), 0 4px 8.5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19), 0 4px 8.5px rgba(0, 0, 0, 0.2);
  color: #3c3c3c;
  -webkit-transition: left 0.2s linear;
  -moz-transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
  transition: left 0.2s linear;
}
#sidebar.show {
  left: 0;
}
#logo {
  height: 7.5rem;
  width: 100%;
  display: block;
  text-align: center;
}
#logo img {
  height: 4.6875rem;
  width: auto;
  margin-top: 1.40625rem;
}
#sidebar-nav {
  height: 2.5rem;
  width: calc(100% +  2.5rem);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.26);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.26);
  overflow-x: hidden;
}
#sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#sidebar-nav ul li {
  display: inline-block;
}
#sidebar-nav ul li:last-child {
  float: right;
}
#toggle-sidebar {
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  font-weight: 300;
  border: 0 none;
  background-color: transparent;
  padding: 0;
}
#toggle-sidebar::before {
  content: '\e5d2';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
}
#toggle-sidebar.show::before {
  content: '\e314';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
}
#open-sort {
  font-weight: 300;
  height: 2.5rem;
  padding: 0 1.25rem 0 0;
  border: 0 none;
  background-color: transparent;
}
#open-sort::before {
  content: '\e164';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  float: left;
  width: 2.5rem;
}
#open-sort.active,
#open-sort:hover {
  background-color: #ffcd00;
}
#open-sort.active::before,
#open-sort:hover::before {
  content: '\e313';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
}
#sort-options {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  top: 100%;
  width: 18.75rem;
  background-color: #ffcc00;
  overflow: hidden;
  display: none;
  font-size: 0.875rem;
}
#sort-options li {
  width: 100%;
}
#sort-options input {
  display: none;
}
#sort-options input:checked + label {
  font-weight: 500;
}
#sort-options input:checked + label::before {
  content: '\e837';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
}
#sort-options label {
  line-height: 2.5rem;
  font-weight: 300;
  color: #3c3c3c;
  text-decoration: none;
  display: block;
}
#sort-options label:before {
  content: '\e836';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
  width: 2.5rem;
  text-align: center;
  float: left;
}
#open-filter {
  font-weight: 300;
  height: 2.5rem;
  padding: 0 1.25rem 0 0;
  border: 0 none;
  background-color: transparent;
}
#open-filter::before {
  content: '\e152';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  float: left;
  width: 2.5rem;
  text-align: center;
}
#open-filter:hover {
  background-color: #ffcd00;
}
#search-container {
  width: 2.5rem;
  position: absolute;
  overflow: hidden;
  height: 2.5rem;
  right: 0;
}
#search {
  position: absolute;
  right: -16.25rem;
  width: 18.75rem;
  background-color: #fff;
}
#search input {
  float: left;
  width: 13.75rem;
  height: 2.5rem;
  border: 0;
  font-weight: 300;
  font-size: 0.875rem;
  color: #3c3c3c;
}
#search input:focus {
  outline: 0;
}
#close-search {
  height: 40px;
  width: 40px;
  text-align: center;
  font-weight: 300;
  border: 0 none;
  background-color: transparent;
  float: left;
}
#close-search::before {
  content: '\e5cd';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
}
#open-search {
  height: 40px;
  width: 40px;
  text-align: center;
  font-weight: 300;
  border: 0 none;
  background-color: transparent;
  float: left;
}
#open-search::before {
  content: '\e8b6';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
}
#projects {
  max-height: calc(100% -  10rem);
  overflow-y: auto;
}
#projects h2 {
  font-size: 0.875rem;
  margin: 0.9375rem 1.25rem 1.25rem;
  font-weight: 500;
}
#projects h2 span {
  font-weight: 300;
}
#projects article {
  border-radius: 0.3125rem;
  border-left: 0.3125rem solid;
  padding: 0.625rem;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0 1.25rem 0.625rem;
  cursor: pointer;
}
#projects article.ground-exploit {
  border-color: #3669A5;
}
#projects article.grex-station {
  border-color: #FFCC00;
}
#projects article.grex-lr {
  border-color: #BC3983;
}
#projects article.private-initiative {
  border-color: #CC0000;
}
#projects article.public-space {
  border-color: #479759;
}
#projects article.vision {
  border-color: #9ACBF0;
}
#projects article.municipal {
  border-color: #81a536;
}
#projects article.mobility {
  border-color: red;
}
#projects article.Particulier {
  border-color: #F7931E;
}
#projects article h1 {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#projects article h2 {
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  margin: 0;
}
#legend-container {
  position: absolute;
  right: 1.25rem;
  bottom: 1.5625rem;
  width: 11.25rem;
}
#legend {
  list-style: none;
  margin: 0 0 0.625rem;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 0.625rem;
}
#legend .legend-item {
  padding: 0.25rem 0 0.25rem 1.875rem;
  position: relative;
}
#legend .legend-item::before {
  content: '';
  width: 1.25rem;
  height: 1.375rem;
  position: absolute;
  left: 0;
  top: calc(50% -  0.75rem);
}
#legend .ground-exploit::before {
  background: url('../img/marker_blue.png') no-repeat center center / 50%;
}
#legend .grex-station::before {
  background: url('../img/marker_yellow.png') no-repeat center center / 50%;
}
#legend .grex-lr::before {
  background: url('../img/marker_purple.png') no-repeat center center / 50%;
}
#legend .private-initiative::before {
  background: url('../img/marker_orange.png') no-repeat center center / 50%;
}
#legend .public-space::before {
  background: url('../img/marker_green.png') no-repeat center center / 50%;
}
#legend .vision::before {
  background: url('../img/marker_lightblue.png') no-repeat center center / 50%;
}
#legend .municipal::before {
  background: url('../img/marker_lightgreen.png') no-repeat center center / 50%;
}
#legend .mobility::before {
  background: url('../img/marker_red.png') no-repeat center center / 50%;
}
#legend-filter {
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.625rem;
  padding: 0.625rem;
}
#legend-filter .filter-ach:not(.hidden) {
  display: none;
}
#legend-filter .filter-ach:not(.hidden):checked + .filter-label::before {
  content: '\e5ca';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 14px;
  background-color: #3E9864;
  border-color: #3E9864;
}
#legend-filter .filter-ach.hidden {
  visibility: hidden;
}
#legend-filter .filter-label:not(.hidden) {
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.875rem;
  display: block;
  cursor: pointer;
  margin-bottom: -3.75rem;
}
#legend-filter .filter-label:not(.hidden)::before {
  content: '';
  position: absolute;
  left: 0;
  width: 18px;
  background-color: transparent;
  height: 18px;
  top: calc(50% - 9px);
  border: 2px solid #949494;
  border-radius: 2px;
  color: #fff;
}
#legend-filter .filter-label.hidden {
  visibility: hidden;
}
#overview {
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  line-height: 2.5rem;
  text-decoration: none;
  color: #222222;
  padding: 0 1.25rem;
}
#overview::before {
  content: '\e164';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
  float: left;
  width: 1.5625rem;
}
#to-mpso {
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-decoration: none;
  color: #222222;
  padding: 0.625rem 1.25rem;
}
#to-mpso::before {
  content: '\e5c4';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
  float: left;
  width: 1.5625rem;
  margin-top: -6px;
}
.gm-bundled-control {
  right: 15rem !important;
}
#infobox {
  width: 19.375rem;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19), 0 4px 8.5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19), 0 4px 8.5px rgba(0, 0, 0, 0.2);
}
#infobox .header {
  background-color: #ffcc00;
  position: relative;
  padding: 0.9375rem;
}
#infobox .header .title {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 1.25rem 0 0;
}
#infobox .header .description {
  font-size: 0.875rem;
  font-weight: 300;
  font-style: italic;
  margin: 0;
}
#infobox .project-data {
  width: 19.375rem;
  padding: 0.9375rem;
  border-spacing: 0.0625rem;
  border-collapse: separate;
}
#infobox .project-data tr:nth-child(even) td {
  background-color: #f5f5f5;
}
#infobox .project-data td {
  vertical-align: top;
  padding: 0 0.625rem;
  width: 50%;
  font-weight: 400;
  font-size: 0.875rem;
  background-color: #ededed;
}
#infobox .project-data td:nth-child(2n) {
  font-weight: 300;
}
#infobox .read-more {
  display: block;
  background-color: #fff;
  padding: 0.625rem;
  text-align: center;
  text-decoration: none;
  color: #3c3c3c;
  font-size: 0.875rem;
  font-weight: 300;
}
#infobox .read-more::before {
  content: '\e3e0';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding-right: 0.625rem;
}
#infobox .to-website {
  display: block;
  background-color: #fff;
  padding: 0.625rem;
  text-align: center;
  text-decoration: none;
  color: #3c3c3c;
  font-size: 0.875rem;
  font-weight: 300;
}
#infobox .to-website::before {
  content: '\e89e';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding-right: 0.625rem;
}
#close-info-box {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: 0 none;
  height: 1.25rem;
  width: 1.25rem;
  padding: 0;
  background-color: transparent;
}
#close-info-box::before {
  content: '\e5cd';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
}
#modal {
  position: absolute;
  width: 830px;
  max-width: calc(100% -  3.75rem);
  left: 0;
  right: 3.75rem;
  max-height: calc(100vh -  6.25rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
}
#modal .modal-content {
  max-height: calc(100vh -  8.75rem);
  overflow: auto;
}
#modal .header {
  padding: 40px 40px 0;
}
#modal .header .name {
  color: #c00;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
}
#modal .header .description {
  color: #3c3c3c;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
}
#modal .project-content {
  margin: 20px 0 0;
  padding: 0 40px;
}
#modal .project-data {
  width: 280px;
  margin: 0 0 15px 15px;
  float: right;
  border-spacing: 1px;
  border-collapse: separate;
}
#modal .project-data td {
  vertical-align: top;
  padding: 0 10px;
  width: 50%;
  font-weight: 400;
  font-size: 14px;
  background-color: #ededed;
}
#modal .project-data td:nth-child(2n) {
  font-weight: 300;
}
#modal .project-data tr:nth-child(even) td {
  background-color: #f5f5f5;
}
#modal .project-status {
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 23px;
}
#modal nav {
  *zoom: 1;
  border-top: 1px solid #b6b6b6;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#modal nav::after,
#modal nav::before {
  display: table;
  line-height: 0;
  content: '';
}
#modal nav::after {
  clear: both;
}
#modal nav::after,
#modal nav::before {
  display: table;
  border-spacing: 0;
  line-height: 0;
  content: '';
}
#modal nav::after {
  clear: both;
}
#modal nav a {
  color: #3c3c3c;
  font-weight: 300;
  text-decoration: none;
  display: table-cell;
  height: 40px;
  line-height: 40px;
  width: 50%;
  padding: 0 40px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
#modal nav a:not(:last-of-type) {
  border-right: 1px solid #b6b6b6;
}
#modal nav a::before {
  width: 25px;
  position: absolute;
  left: 5px;
}
#modal nav a::after {
  width: 25px;
  position: absolute;
  right: 5px;
}
#modal nav a.prev {
  background-color: #ededed;
  padding-left: 65px;
}
#modal nav a.prev::before {
  content: '\e314';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 37px;
}
#modal nav a.goto {
  background-color: #fff;
  padding-left: 65px;
}
#modal nav a.goto::before {
  content: '\e89e';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 37px;
}
#modal nav a.next {
  background-color: #ededed;
  padding-right: 65px;
}
#modal nav a.next::after {
  content: '\e315';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 37px;
}
#close-modal {
  position: absolute;
  right: -3.75rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.26);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.26);
  color: #333333;
  border-radius: 50%;
}
#close-modal::after {
  content: '\e5cd';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
}
#slider {
  height: 200px;
  background: no-repeat 50% 50% / cover;
}
#filter {
  display: none;
  width: 56.25rem;
  max-width: calc(100% -  3.75rem);
  position: fixed;
  left: 0;
  right: 3.75rem;
  margin: 0 auto;
  height: calc(100vh -  6.25rem);
  top: 3.125rem;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19), 0 4px 8.5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19), 0 4px 8.5px rgba(0, 0, 0, 0.2);
  background-color: #EFEFEF;
}
#filter .fieldset {
  border: 0 none;
  padding: 20px;
  *zoom: 1;
}
#filter .fieldset::after,
#filter .fieldset::before {
  display: table;
  line-height: 0;
  content: '';
}
#filter .fieldset::after {
  clear: both;
}
#filter .fieldset::after,
#filter .fieldset::before {
  display: table;
  border-spacing: 0;
  line-height: 0;
  content: '';
}
#filter .fieldset::after {
  clear: both;
}
#filter .fieldset:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.4);
}
#filter .fieldset .wide-inputs.xl-inputs .input-set {
  width: 50%;
}
#filter .fieldset .wide-inputs .input-set {
  width: 50%;
}
@media (min-width: 700px) {
  #filter .fieldset .wide-inputs .input-set {
    width: 33.33333333%;
  }
}
#filter .legend {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  margin: 0.625rem 0;
}
#filter .input-set {
  float: left;
  width: 33.33333333%;
  padding: 0.6875rem 0.3125rem 0.6875rem 0;
}
@media (min-width: 700px) {
  #filter .input-set {
    width: 25%;
  }
}
#filter .input-set input {
  display: none;
}
#filter .input-set input:checked + label::before {
  content: '\e5ca';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 14px;
  background-color: #3E9864;
  border-color: #3E9864;
}
#filter .input-set label {
  font-size: 0.875rem;
  position: relative;
  padding-left: 2.375rem;
  display: block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#filter .input-set label::before {
  content: '';
  position: absolute;
  left: 0;
  width: 18px;
  background-color: transparent;
  height: 18px;
  top: calc(50% - 9px);
  border: 2px solid #949494;
  border-radius: 2px;
  color: #fff;
}
#close-filter {
  position: absolute;
  right: -3.75rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.26);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.26);
  color: #333333;
  border-radius: 50%;
}
#close-filter::after {
  content: '\e5cd';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  letter-spacing: normal;
  text-transform: none;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
}
#filter-form {
  height: 100%;
  overflow: hidden;
}
#filter-form .form-container {
  height: calc(100% -  3.75rem);
  overflow-y: auto;
  overflow-x: hidden;
}
#filter-nav {
  height: 3.75rem;
  padding: 0.75rem 1.25rem;
  text-align: right;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19), 0 4px 8.5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19), 0 4px 8.5px rgba(0, 0, 0, 0.2);
}
#filter-nav button {
  height: 2.25rem;
  border: 0 none;
  padding: 0 0.9375rem;
  margin-left: 0.625rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 1.125rem;
  background-color: #fff;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
#apply-filter {
  color: #333;
}
#apply-filter:hover {
  background-color: rgba(51, 51, 51, 0.1);
}
#apply-filter::after {
  text-transform: none;
  content: attr(data-projects);
}
#remove-filter {
  color: #FF7474;
}
#remove-filter:hover {
  background-color: rgba(255, 116, 116, 0.1);
}
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
  height: 5px;
  top: 25px;
  background-color: #DBDBDB;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  display: none;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  height: 5px;
  top: 25px;
  background-color: #ffcd00;
}
.irs-shadow {
  display: none;
}
.irs-slider {
  position: absolute;
  display: block;
  z-index: 1;
  width: 16px;
  height: 11px;
  top: 22px;
}
.irs-slider.from,
.irs-slider.to {
  cursor: pointer;
}
.irs-slider.from::before,
.irs-slider.to::before {
  position: absolute;
  display: block;
  content: '';
  width: 0.125rem;
  height: 100%;
  background-color: #ffcd00;
  left: 0.4375rem;
}
.irs-slider.from.state_hover::before,
.irs-slider.to.state_hover::before,
.irs-slider.from:hover::before,
.irs-slider.to:hover::before {
  background-color: #ebb100;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-max,
.irs-min {
  position: absolute;
  display: block;
  cursor: default;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #DBDBDB;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.irs-from,
.irs-single,
.irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ffcd00;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.irs-from::after,
.irs-single::after,
.irs-to::after {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ffcd00;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #e1e4e9;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #999;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
