html {
  font-size: 70%;
}

no-abs {
    position: relative!important;
}
/*
body {
  background: white;
}
*/

.container {
  padding-left: 0;
  padding-right: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section#intro {
  /*background: #f1f2f8;*/
}

section#intro,
section#about {
  text-align: left;
  padding: 0;
  position: relative;
}

section#intro > img,
section#about > img {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section#intro .container,
section#about .container {
  margin: 0 auto;
}

section#intro .flex > div,
section#about .flex > div {
  padding: 50px;
  position: relative;
}

section#intro .flex > div p,
section#about .flex > div p {
  margin: 0;
  margin-bottom: 15px;
}

section#intro .flex > div img,
section#about .flex > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*position: absolute;*/
  top: 0;
  left: 0;
}

section#about {
  margin-bottom: 0px;
}

section#about > img {
  left: auto;
  right: 0;
}

a.link {
  display: table;
  vertical-align: middle;
  margin: 0 auto;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 10px 20px;
}

a.link i {
  font-size: 150%;
  margin-right: 10px;
}

.col-md-12.textbox, .col-md-12.description {
  white-space: unset;
}

.fancybox-navigation .fancybox-button {
  opacity: 1 !important;
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  visibility: visible !important;
  opacity: 1 !important;
}

.bricklayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bricklayer-column-sizer {
  width: 100%;
  display: none;
}

@media screen and (min-width: 640px) {
  .bricklayer-column-sizer {
    width: 50%;
  }
}

@media screen and (min-width: 980px) {
  .bricklayer-column-sizer {
    width: 33.333%;
  }
}

@media screen and (min-width: 1200px) {
  .bricklayer-column-sizer {
    width: 25%;
  }
}

.bricklayer-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 1000px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section#intro > img, section#about > img {
    position: static;
    width: 100%;
    max-height: 300px;
  }
  section#intro .flex > div,
  section#about .flex > div {
    padding: 0;
  }
  section#intro .flex > div.cnt,
  section#about .flex > div.cnt {
    padding: 20px;
  }
  section#intro .flex > div img,
  section#about .flex > div img {
    width: 100%;
    height: auto;
    position: static;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 {
    font-size: 30px;
  }
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  form#galleryForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  form#galleryForm > div {
    margin-right: 0;
  }
}

section#splash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner_header {
  border-radius: 10px;
  padding: 30px 50px;
  outline: 3px rgba(0, 0, 0, 0.4) solid;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  outline-offset: -20px;
  margin-top: 70px;
}

.banner_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.banner_header .spash-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner_header h1 {
  text-transform: uppercase;
  letter-spacing: 10px;
}

.banner_header h1::after {
  content: "";
  display: block;
  width: 100px;
  background: white;
  height: 5px;
  margin: 0 auto;
  margin-top: 25px;
}

section#vote-pitch h1 {
  display: table;
  margin: 30px auto;
  padding: 10px 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

section.section_title {
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

section.section_title > .title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;

  align-self: center;
}

/* section.section_title > .title h4 {
  font-size: 80%;
  opacity: 0.6;
} */

section.section_title > .title h4 {
    margin: 3px 0 1px;
    font-size: 15px!important;
    color: #084175;
    letter-spacing: 0.5px;
}

section.section_title .entry_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.section_title .entry_meta > * {
  margin-right: 20px;
}

section.section_title .entry_meta > *:last-child {
  margin-right: 0;
}

section.section_title h1 {
  margin: 0;
  font-size: 150%;
  margin-bottom: 5px;
  font-weight: bold;
}

.entry_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

.entry_header .row {
  margin: 0;
}

.entry_header > div.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  section.section_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-bottom: 15px;
  }
  section.section_title div.title {
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
    margin-bottom: 15px;
  }
  section.section_title .entry_meta > * {
    margin-right: 0;
  }
  section.section_title .entry_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .entry_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .entry_header > .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.row.entries_list,
.entries_list {
  margin: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}

.row.entries_list p.col-md-12,
.entries_list p.col-md-12 {
  -webkit-column-span: all;
  column-span: all;
  display: table;
  text-align: center;
}

.row.entries_list::before, .row.entries_list::after,
.entries_list::before,
.entries_list::after {
  content: none;
}

.row.entries_list .contest_item,
.entries_list .contest_item {
  margin-bottom: 20px;
  float: none;
  width: calc(33.33% - 20px);
  visibility: hidden;
  overflow: hidden;
  /* border-radius: 10px; */
  border: 1px solid #1d3f5b!important; /* added */
  position: relative;
}

.row.entries_list .contest_item .contest_item_bg,
.entries_list .contest_item .contest_item_bg {
  min-height: 0;
  height: auto;
  padding: 0;
  margin-bottom: 0px;
}

.row.entries_list .contest_item .metrics,
.entries_list .contest_item .metrics {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.row.entries_list .contest_item:hover .metrics,
.entries_list .contest_item:hover .metrics {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.row.entries_list .contest_item .thunbnail_image,
.entries_list .contest_item .thunbnail_image {
  width: 100%;
  height: auto;
  padding: 0;
  /* &::after {
        transition: 0.2s all ease-in-out;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(
          to bottom,
          rgba(black, 0),
          rgba(black, 0.8)
        );
        position: absolute;
        left: 0;
        top: 0;
      } */
}

.row.entries_list .contest_item .thunbnail_image:hover,
.entries_list .contest_item .thunbnail_image:hover {
  opacity: 1;
}

.row.entries_list .contest_item .thunbnail_image:hover::after,
.entries_list .contest_item .thunbnail_image:hover::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 0)), to(rgba(68, 68, 68, 0.8)));
  background: linear-gradient(to bottom, rgba(68, 68, 68, 0), rgba(68, 68, 68, 0.8));
}

.row.entries_list .contest_item .thunbnail_image img,
.entries_list .contest_item .thunbnail_image img {
  width: 100%;
  height: auto;
}

.row.entries_list .contest_item .contest_item_meta,
.entries_list .contest_item .contest_item_meta {
  color: white;
  position: absolute;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
}

.row.entries_list .contest_item .contest_item_meta h4,
.row.entries_list .contest_item .contest_item_meta p,
.entries_list .contest_item .contest_item_meta h4,
.entries_list .contest_item .contest_item_meta p {
  margin-left: 0;
  padding-left: 0 !important;
}

.row.entries_list .contest_item .contest_item_meta p,
.entries_list .contest_item .contest_item_meta p {
  color: inherit;
  font-size: 90%;
}

section#vote-pitch .contests.container .row.entries_list .contest_item,
section#vote-pitch .contests.container .entries_list .contest_item {
  float: left;
}

.metrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.metrics > span {
  margin-right: 15px;
}

.metrics > span i {
  margin-right: 4px;
}

.entry_popup .fancybox-slide--iframe .fancybox-content,
.entry_popup_leaderboard .fancybox-slide--iframe .fancybox-content {
  width: 100% !important;
  max-width: 1800px;
  border-radius: 5px;
  overflow: hidden;
}
.entry_popup_leaderboard .fancybox-navigation {
  display: none;
}

/* .entry-holder {
  min-height: 0;
  max-height: none;
  max-width: 100vw;
} */
section#entry,
.img-thumbnail {
  position: relative;
}

section#entry .controls,
.img-thumbnail .controls {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section#entry .controls a,
.img-thumbnail .controls a {
  color: white;
  display: block;
  padding: 10px;
}

section#entry .controls a.expand,
.img-thumbnail .controls a.expand {
  font-size: 20px;
}

.judge_entry_video .img-thumbnail .controls {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

img.zoomImg {
  min-width: 100%;
  height: auto !important;
}

section#entry .container {
  clear: both;
}

section#entry.zoomed_in {
  /* .entry-holder {
      cursor: zoom-out;
    } */
}

section#entry.zoomed_in .controls {
  display: none;
}

section#entry.zoomed_in img.zoomImg {
  z-index: 3;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

section#entry .photo_holder > .entry-holder {
  background: none;
  /* &::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(to bottom, rgba(black, 0.6), rgba(black, 0));
      width: 100%;
      height: 80px;
      z-index: 2;
    } */
}

.photo_holder {
  margin: 0 auto;
  display: table;
  position: relative;
  /* &.zoomed_in {
    width: 100% !important;
    .entry-holder {
      width: 100% !important;
    }
  } */
}

.photo_holder.expanded .entry-holder {
  cursor: default;
}

.photo_holder img {
  height: 100%;
  position: relative;
  width: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.photo_holder a.expand,
.photo_holder a.show_info {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  display: block;
  padding: 20px;
  z-index: 3;
}

.entry-wrapper.expanded {
  width: 100%;
}

.entry-wrapper.expanded div.entry-holder {
  position: relative;
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.entry-wrapper.expanded .entry-holder img:not(.zoomImg) {
  width: 100% !important;
  height: auto !important;
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.entry-wrapper.expanded img {
  max-height: none;
}

.entry-wrapper.expanded a.expand i.fa-expand::before {
  content: "\f066" !important;
}

.entry-wrapper div.entry-holder {
  width: 100%;
  background: black;
  height: 100%;
  /* position: absolute;
    left: 50%;
    height: 100%;
    width: auto;
    top: 0;
    transform: translate(-50%, 0); */
}

.entry-wrapper div.entry-holder:last-child {
  position: relative;
  height: 100%;
  width: 100%;
}

.entry-wrapper div.entry-holder img:not(.zoomImg) {
  width: auto;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.entry-wrapper .entry_meta {
  overflow: auto;
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  padding-top: 60px;
  z-index: 2;
}

.entry-wrapper .entry_meta.sm > div {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

.entry-wrapper .entry_meta.md > div {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.entry-wrapper .entry_meta.lg > div {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.entry-wrapper .entry_meta > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

.entry-wrapper .entry_meta label {
  display: block;
  font-size: 80%;
  line-height: normal;
  height: auto;
  color: rgba(255, 255, 255, 0.6);
}

.entry-wrapper .entry_meta > div > div {
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.entry-holder {
  min-height: 0;
  background: none;
}

.entry-holder > img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  max-height: 100%;
  width: auto;
  height: auto;
}

a.show_info {
  right: auto;
  left: 0;
  text-decoration: none;
}

a.show_info::after {
  content: " Show info";
}

a.show_info.hide {
  display: block !important;
}

a.show_info.hide::after {
  content: " Hide Info";
}

.content_section {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content_section .entry-wrapper {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content_section .entry-wrapper .entry-holder {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.content_section .entry-wrapper .entry-carousel {
  padding-left: 30px;
  padding-right: 30px;
}

.content_section .entry-wrapper .slick-prev {
  left: 10px;
}

.content_section .entry-wrapper .slick-next {
  right: 10px;
}

.content_section section#entry {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content_section section#entry > div,
.content_section section#entry div.entry-wrapper,
.content_section section#entry .entry-holder {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 300px;
}

.content_section section#entry div.entry-wrapper.expanded,
.content_section section#entry div.entry-wrapper.expanded .entry-holder {
  display: block;
  -webkit-box-flex: unset !important;
  -ms-flex-positive: unset !important;
  flex-grow: unset !important;
  height: auto;
}

.content_section section#entry div.photo_holder img {
  max-width: none;
  max-height: 100%;
}

form#galleryForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form#galleryForm input,
form#galleryForm select {
  padding: 18px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px black solid;
  line-height: normal;
  height: auto;
  background: none;
}

form#galleryForm .form-group {
  border-radius: 5px;
  border: 1px rgba(0, 0, 0, 0.4) solid;
  background: white;
}

form#galleryForm input {
  padding-left: 40px;
  border: none;
}

form#galleryForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form#galleryForm #filtersubmit {
  position: absolute;
  left: auto;
  top: auto;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

form#galleryForm > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  width: auto !important;
  padding: 0;
  position: relative;
}

form#galleryForm > div:last-child {
  margin-right: 0;
}

.social_share .social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social_share .social h4:first-child {
  margin-right: 5px;
  font-size: 12px;
}

.content {
  min-height: 100vh;
}

.content section#entry .controls {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content .entry-wrapper {
  position: relative;
}

.content .entry-wrapper div.entry-holder img {
  position: static;
  -webkit-transform: none;
  transform: none;
}

.content .entry-wrapper.expanded div.entry-holder {
  height: auto;
}

.voting {
  margin-top: 0;
  margin-left: 30px;
}

.vote-button {
  margin-right: 0 !important;
  border-radius: 5px;
}

.fields_meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.fields_meta::before, .fields_meta::after {
  content: none;
}

.fields_meta > div {
  padding-bottom: 10px;
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}

.entry-wrapper {
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}

a.entry_link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media only screen and (max-width: 1000px) {
  .row.entries_list .contest_item,
  .entries_list .contest_item {
    width: calc(50% - 20px);
  }
  section#vote-pitch .contests.container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .fields_meta {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .row.entries_list .contest_item,
  .entries_list .contest_item {
    width: 100%;
  }
  .content .entry-wrapper div.entry-holder {
    height: auto;
  }
  .entry-wrapper div.entry-holder img:not(.zoomImg) {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .row.gallery-listing {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
  .content_section {
    display: block;
  }
  .content_section section#entry {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .content_section section#entry .entry-holder {
    min-height: 300px;
  }
}
/*# sourceMappingURL=base.css.map */