/* FOLDERS */
/* MISC */
/* COLORS */
/* Z-INDEXES */
input[type="range"] {
  height: 15px;
  background: #ccc;
  border-radius: 16px; }

input[type="range"]::-webkit-slider-runnable-track {
  height: 15px;
  background: #ccc;
  border-radius: 16px; }

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #f50; }

/* FOLDERS */
/* MISC */
/* COLORS */
/* Z-INDEXES */
#flex-container {
  display: flex;
  height: 100%; }

#flex-app {
  position: relative;
  width: calc(100% - 400px); }

#flex-ad {
  width: 400px;
  min-height: 600px;
  background-image: url("../img/ads-placeholder.jpg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  border-color: white;
  border-style: solid; }

#loading-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 1050;
  visibility: hidden; }

#loading-thumbnail {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 20%;
  left: 15%;
  width: 70%;
  height: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: white;
  border-style: solid;
  border-width: thin; }

#loading-thumbnail-filter {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: black; }

.loading-text {
  position: absolute;
  color: white;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.4); }

#loading-name {
  top: 10%;
  font-size: 1000%; }

#loading-percent {
  top: 40%;
  font-size: 800%; }

#loading-subtext {
  top: 80%;
  font-size: 600%; }

nav {
  left: 0;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 1400; }
  nav .wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background: rgba(16, 26, 36, 0.6);
    padding: 1px; }
  nav select {
    pointer-events: auto; }
  nav .left.controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  nav #nav-logo {
    background-color: transparent;
    cursor: auto;
    border: 0;
    pointer-events: auto;
    padding: 0; }
    nav #nav-logo.enabled {
      cursor: pointer; }
      nav #nav-logo.enabled:hover div {
        background-position: 0 -120px; }
    nav #nav-logo div {
      background-image: url("../img/r6calls-logo-nav-sprite.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 30px;
      height: 31px;
      min-width: 30px;
      -webkit-transition: background-image 0.2s;
      transition: background-image 0.2s;
      width: 30px; }
  nav #map-controls-wrapper {
    display: inline-block; }
  nav #shortcut-labels {
    display: inline-block; }
  nav #map-control {
    width: 120px;
    margin-left: 0.5em; }
  nav a {
    color: #fff;
    text-decoration: none; }
    nav a:hover, nav a:focus {
      text-decoration: underline; }
  nav #floor-control {
    display: inline-block;
    margin-left: 0.5em; }
  nav #mode-control {
    display: inline-block;
    margin-left: 0.5em; }
  nav #direction-control {
    display: inline-block;
    margin-left: 0.5em; }
  nav .shortcutLabel {
    color: grey;
    background-color: white; }
  nav .shortcutSpan {
    color: black;
    background-color: white; }
  nav .strat-range {
    display: inline-block;
    margin: 0 1rem 0 0.5em;
    pointer-events: auto; }
  nav .strat-range-output {
    color: white; }
  nav .color-picker {
    display: inline-block;
    margin: 0 1rem 0 0.5em;
    pointer-events: auto; }
  nav #menu-panel {
    position: fixed;
    right: 0px;
    height: 100%;
    width: 20%;
    overflow-y: scroll;
    display: none; }
  nav button {
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    pointer-events: auto;
    transition: background-color 0.2s; }
    nav button:hover, nav button:focus {
      background-color: #3a6082; }
    nav button.selected {
      background-color: #ffdb00;
      cursor: auto; }
    nav button#menu-link {
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff;
      min-width: 30px; }
      nav button#menu-link.highlighted-item {
        background-color: #d65b2b; }
      nav button#menu-link.highlighted-item-in-transition {
        transition: background-color 1.8s ease !important; }
      nav button#menu-link:hover, nav button#menu-link:focus {
        background-color: #3a6082;
        text-shadow: none; }
      nav button#menu-link span.menu-wrapper {
        align-items: center;
        display: flex; }
      nav button#menu-link span.menu-icon {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        margin-right: 5px;
        width: 18px; }
        nav button#menu-link span.menu-icon span {
          border-radius: 1px;
          height: 4px;
          width: 100%; }
          nav button#menu-link span.menu-icon span:nth-child(odd) {
            -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
            background-color: #fff;
            height: 2px; }

.legend-icon {
  width: 42px; }

#map-thumbnails {
  z-index: 1051; }
  #map-thumbnails.enable-thumb-transition div.image.thumb {
    transition: all 0.6s; }
  #map-thumbnails ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    #map-thumbnails ul li {
      display: inline-block; }
      #map-thumbnails ul li a {
        opacity: 99%;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
        background-size: 160px;
        border: 1px solid #fff;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        height: 120px;
        position: relative;
        text-decoration: none;
        transition: box-shadow 0.2s;
        width: 160px; }
        #map-thumbnails ul li a div.wrapper.absolute {
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          left: 0;
          overflow: hidden;
          position: absolute;
          top: 0;
          width: 100%; }
          #map-thumbnails ul li a div.wrapper.absolute.thumb {
            z-index: -1; }
            #map-thumbnails ul li a div.wrapper.absolute.thumb div {
              height: 278px;
              min-width: 495px;
              width: 495px;
              -ms-transform: scale(0.5);
              -webkit-transform: scale(0.5);
              transform: scale(2); }
        #map-thumbnails ul li a p {
          text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          background-color: rgba(16, 26, 36, 0.7);
          font-size: 1.5rem;
          overflow: hidden;
          padding: 0.5rem;
          text-overflow: ellipsis;
          width: 100%;
          transition: background-color 0.2s; }
        #map-thumbnails ul li a:hover, #map-thumbnails ul li a:focus {
          -webkit-box-shadow: 0 0 40px black;
          -moz-box-shadow: 0 0 40px black;
          box-shadow: 0 0 40px black; }
          #map-thumbnails ul li a:hover p, #map-thumbnails ul li a:focus p {
            background-color: #3a6082 !important;
            color: #fff !important; }
        #map-thumbnails ul li a:active p {
          background-color: #ffdb00;
          color: #000;
          text-shadow: none; }

/* FOLDERS */
/* MISC */
/* COLORS */
/* Z-INDEXES */
#strat-hud {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.strat-elem {
  pointer-events: all;
  z-index: 1003; }

.ControlColor {
  position: absolute;
  z-index: 1003; }

.ControlCheckbox {
  position: absolute;
  z-index: 1003; }

.ControlRange {
  position: absolute;
  z-index: 1003;
  color: white; }

.ControlCombo {
  position: absolute;
  z-index: 1003; }

.ControlDiv {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1003; }

.ControlInput {
  max-width: 100%;
  max-height: 100%; }

.ControlStuffDiv {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.ControlStuffInput {
  max-width: 100%;
  max-height: 100%; }

.LegendDiv {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border: 1px solid white;
  z-index: 1003; }

.LegendIconDiv {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1003; }

.LegendTextDiv {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1003;
  color: white; }

#stratInfo {
  display: none;
  position: fixed;
  top: 120px;
  left: 150px;
  height: 820px;
  width: 1000px;
  padding: 10px;
  border: 3px solid #f1f1f1;
  background-color: darkgray;
  z-index: 9;
  overflow: auto; }

.form-input {
  width: 100%; }

.blink {
  animation: blink 1s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    color: blue; } }
svg circle.ping-marker.center {
  cursor: pointer;
  fill: #FF1493;
  pointer-events: auto;
  stroke: #fff; }
svg circle.ping-marker.highlight {
  pointer-events: none; }
svg circle.ping-marker.accent {
  fill: rgba(255, 20, 147, 0.2);
  transition: fill 0.6s linear; }
  svg circle.ping-marker.accent.highlight {
    fill: rgba(255, 255, 255, 0.5);
    transition: none; }
svg circle.ping-marker.other-floor {
  stroke: #FF1493; }
svg polygon.ping-marker {
  fill: #FF1493;
  pointer-events: none;
  stroke: #fff; }
svg line.ping-marker {
  stroke: rgba(255, 20, 147, 0.2);
  transition: stroke 0.6s linear; }
  svg line.ping-marker.highlight {
    stroke: #fff;
    transition: none; }

#site-menu {
  position: absolute;
  pointer-events: auto; }
  #site-menu .mm-panel {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a6082+0,3a6082+51,1d2f3f+100 */
    background: #3a6082 !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3a6082 0%, #3a6082 51%, #1d2f3f 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3a6082 0%, #3a6082 51%, #1d2f3f 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3a6082 0%, #3a6082 51%, #1d2f3f 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6082', endColorstr='#1d2f3f',GradientType=0 ) !important;
    padding-top: 0 !important; }
    #site-menu .mm-panel::before {
      height: 10px; }
  #site-menu .mm-opening #mm-blocker {
    opacity: 0.5 !important; }
  #site-menu .mm-navbar {
    position: absolute !important;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px; }
  #site-menu .menu-custom-panel {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 0.95rem;
    font-weight: 400;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
    #site-menu .menu-custom-panel button, #site-menu .menu-custom-panel .menu-item {
      border: 0;
      box-sizing: border-box;
      color: #000;
      display: inline-block;
      font-size: 0.95rem;
      font-weight: 700;
      line-height: 100%;
      padding: 0.5rem 0.7rem;
      text-align: left;
      transition: background-color 0.2s;
      width: 50%; }
      #site-menu .menu-custom-panel button:hover, #site-menu .menu-custom-panel button:focus, #site-menu .menu-custom-panel .menu-item:hover, #site-menu .menu-custom-panel .menu-item:focus {
        background-color: #ffdb00;
        text-decoration: none !important; }
    #site-menu .menu-custom-panel h2 {
      border-bottom: 1px solid #808080;
      color: #000;
      font-size: 1rem;
      margin-bottom: 0.5rem;
      padding: 0.7rem;
      text-transform: uppercase; }
    #site-menu .menu-custom-panel label {
      display: block;
      font-weight: 700;
      margin: 0.7rem 0 0.5rem 0.7rem; }
    #site-menu .menu-custom-panel select {
      font-size: 1rem;
      margin-left: 0.7rem;
      margin-bottom: 0.7rem;
      min-width: 160px; }
    #site-menu .menu-custom-panel .channel-input-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0.7rem;
      width: 100%; }
      #site-menu .menu-custom-panel .channel-input-wrapper input {
        font-weight: 400;
        margin-left: 0.7rem;
        width: 100%; }
    #site-menu .menu-custom-panel .checkbox-wrapper {
      display: flex;
      flex-direction: column;
      font-size: 1.05rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
      margin-left: 0.6rem;
      white-space: no-wrap; }
      #site-menu .menu-custom-panel .checkbox-wrapper input[type="checkbox"] {
        margin-right: 0.35rem; }
    #site-menu .menu-custom-panel .checkbox-item {
      display: flex;
      flex-direction: row;
      align-items: center; }
    #site-menu .menu-custom-panel .zoom.controls {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0.7rem; }
    #site-menu .menu-custom-panel hr {
      color: #a4a4a4;
      height: 1px;
      width: 100%; }

#menu-options-panel {
  padding-bottom: 1rem; }

#lock-container {
  margin-top: -0.3rem; }

#contributions p, #contributions form {
  margin: 0.7rem; }

body {
  overflow: hidden;
  font-size: 0.6vw; }

.feature-flagged {
  display: none !important; }

#site-page {
  position: relative;
  width: 100%;
  height: 100%; }

.map-panel {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .map-panel[data-floor="-1"] .zero,
  .map-panel[data-floor="-1"] .one,
  .map-panel[data-floor="-1"] .two,
  .map-panel[data-floor="-1"] .three,
  .map-panel[data-floor="-1"] .four,
  .map-panel[data-floor="-1"] .five {
    display: none !important; }
  .map-panel[data-floor="0"] .neg-one,
  .map-panel[data-floor="0"] .one,
  .map-panel[data-floor="0"] .two,
  .map-panel[data-floor="0"] .three,
  .map-panel[data-floor="0"] .four,
  .map-panel[data-floor="0"] .five {
    display: none !important; }
  .map-panel[data-floor="1"] .neg-one,
  .map-panel[data-floor="1"] .zero,
  .map-panel[data-floor="1"] .two,
  .map-panel[data-floor="1"] .three,
  .map-panel[data-floor="1"] .four,
  .map-panel[data-floor="1"] .five {
    display: none !important; }
  .map-panel[data-floor="2"] .neg-one,
  .map-panel[data-floor="2"] .zero,
  .map-panel[data-floor="2"] .one,
  .map-panel[data-floor="2"] .three,
  .map-panel[data-floor="2"] .four,
  .map-panel[data-floor="2"] .five {
    display: none !important; }
  .map-panel[data-floor="3"] .neg-one,
  .map-panel[data-floor="3"] .zero,
  .map-panel[data-floor="3"] .one,
  .map-panel[data-floor="3"] .two,
  .map-panel[data-floor="3"] .four,
  .map-panel[data-floor="3"] .five {
    display: none !important; }
  .map-panel[data-floor="4"] .neg-one,
  .map-panel[data-floor="4"] .zero,
  .map-panel[data-floor="4"] .one,
  .map-panel[data-floor="4"] .two,
  .map-panel[data-floor="4"] .three,
  .map-panel[data-floor="4"] .five {
    display: none !important; }
  .map-panel[data-floor="5"] .neg-one,
  .map-panel[data-floor="5"] .zero,
  .map-panel[data-floor="5"] .one,
  .map-panel[data-floor="5"] .two,
  .map-panel[data-floor="5"] .three,
  .map-panel[data-floor="5"] .four {
    display: none !important; }

#map-panels {
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-flex-line-pack: space-around;
  align-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  position: absolute;
  width: 100%;
  height: 100%; }
  #map-panels[selected-floor-index="-1"] .map-panel[data-floor="-1"] .map-panel-label {
    background-color: #ffdb00;
    color: #000;
    text-shadow: none; }
  #map-panels[selected-floor-index="0"] .map-panel[data-floor="0"] .map-panel-label {
    background-color: #ffdb00;
    color: #000;
    text-shadow: none; }
  #map-panels[selected-floor-index="1"] .map-panel[data-floor="1"] .map-panel-label {
    background-color: #ffdb00;
    color: #000;
    text-shadow: none; }
  #map-panels[selected-floor-index="2"] .map-panel[data-floor="2"] .map-panel-label {
    background-color: #ffdb00;
    color: #000;
    text-shadow: none; }
  #map-panels[selected-floor-index="3"] .map-panel[data-floor="3"] .map-panel-label {
    background-color: #ffdb00;
    color: #000;
    text-shadow: none; }
  #map-panels[selected-floor-index="4"] .map-panel[data-floor="4"] .map-panel-label {
    background-color: #ffdb00;
    color: #000;
    text-shadow: none; }
  #map-panels[selected-floor-index="5"] .map-panel[data-floor="5"] .map-panel-label {
    background-color: #ffdb00;
    color: #000;
    text-shadow: none; }
  #map-panels .map-panel-separator {
    -webkit-box-shadow: 0 0 8px black;
    -moz-box-shadow: 0 0 8px black;
    box-shadow: 0 0 8px black;
    background-color: #fff;
    display: none;
    position: absolute;
    -ms-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    z-index: 1001; }
  #map-panels .map-panel-separator.vertical {
    height: 100%;
    width: 1px; }
  #map-panels .map-panel-separator.horizontal {
    height: 1px;
    width: 100%; }
  #map-panels .map-panel-label {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    background-color: rgba(16, 26, 36, 0.6);
    border-radius: 0 0 6px 6px;
    color: #fff;
    display: none;
    left: 0;
    padding: 0.2em 0.6em 0.3em 0.6em;
    pointer-events: none;
    position: absolute;
    z-index: 1002;
    text-align: center;
    top: 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 0);
    -webkit-transform: rotate(-90deg) translate(-50%, 0);
    transform: rotate(-90deg) translate(-50%, 0);
    -ms-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0; }
    #map-panels .map-panel-label span {
      display: none; }
  #map-panels .map-panel:first-child {
    display: block; }
  #map-panels .map-panel:nth-child(2) .map-panel-label, #map-panels .map-panel:nth-child(4) .map-panel-label {
    left: 1px; }
  #map-panels[map-panels-count="2"] .map-panel {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%; }
    #map-panels[map-panels-count="2"] .map-panel .map-panel-label {
      display: block; }
    #map-panels[map-panels-count="2"] .map-panel .map-panel-separator.vertical {
      display: block; }
    #map-panels[map-panels-count="2"] .map-panel:first-child .map-panel-separator.vertical {
      right: 0; }
    #map-panels[map-panels-count="2"] .map-panel:nth-child(2) {
      display: block; }
    @media (orientation: portrait) {
      #map-panels[map-panels-count="2"] .map-panel {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        height: 50%; }
        #map-panels[map-panels-count="2"] .map-panel .map-panel-separator.vertical {
          display: none; }
        #map-panels[map-panels-count="2"] .map-panel .map-panel-separator.horizontal {
          display: block; }
        #map-panels[map-panels-count="2"] .map-panel:first-child .map-panel-separator.horizontal {
          bottom: 0; }
        #map-panels[map-panels-count="2"] .map-panel:nth-child(2) .map-panel-label {
          left: 0; } }
    #map-panels[map-panels-count="2"] .map-panel .map-panel-label span {
      display: inline; }
  #map-panels[map-panels-count="4"] .map-panel {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: block;
    height: 50%; }
    #map-panels[map-panels-count="4"] .map-panel .map-panel-label {
      display: block; }
    #map-panels[map-panels-count="4"] .map-panel .map-panel-separator.vertical,
    #map-panels[map-panels-count="4"] .map-panel .map-panel-separator.horizontal {
      display: block; }
    #map-panels[map-panels-count="4"] .map-panel:first-child .map-panel-separator.vertical, #map-panels[map-panels-count="4"] .map-panel:nth-child(3) .map-panel-separator.vertical {
      right: 0; }
    #map-panels[map-panels-count="4"] .map-panel:first-child .map-panel-separator.horizontal, #map-panels[map-panels-count="4"] .map-panel:nth-child(2) .map-panel-separator.horizontal {
      bottom: 0; }
    #map-panels[map-panels-count="4"] .map-panel .map-panel-label span {
      display: inline; }

.map-main {
  position: relative;
  height: 100%;
  width: 100%; }

/*# sourceMappingURL=main.css.map */
