:root {
  --font-frende: Studio6, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-ionicons: "Ionicons";
  --brand-white: #fff7f1;
  --brand-red: #c60c30;
  --brand-dark: #3f0613;
  --brand-cream: #ffead2;
  --brand-beige: #ffc69d;
  --brand-pink: #ff8e99;
  --brand-peach: #dc1234;
  --brand-brown: #87010b;
  --brand-green: #007162;
  --brand-blue: #0e5eab;
  --brand-blue-5: #F3EFED;
  --brand-black: #3E0714;
  --brand-yellow: #f9c50a;
  --input-fill: #FFF0E1;
  --help-text: #794E56;
  --frende-red-pill: #ef3346;
  --color-frende-red: #c60c30;
  --color-frende-black: #393a41;
  --color-frende-light-blue: #f6f8fa;
  --color-lenker: #306ba1;
  --color-godkjent: #468330;
  --color-vasel: #f9c50a;
  --color-disabled: #aaaaaa;
  --color-blue-80: #5c8ab5;
  --color-blue-60: #88aac9;
  --color-blue-40: #b4c9dc;
  --color-blue-20: #e0e8f0;
  --color-black-100: #000000;
  --color-black-87: #222222;
  --color-black-80: #333333;
  --color-black-70: #4b4b4b;
  --color-black-55: #737373;
  --color-black-28: #9c9c9c;
  --color-black-13: #c4c4c4;
  --color-black-9: #e5e5e5;
  --color-black-7: #ededed;
  --color-black-header: #333333;
  --color-white: #ffffff;
  --color-background: #eef0f2;
  --color-selected: #192e4f;
  --screen-sx: 480px;
  --screen-sm: 768px;
  --screen-md: 922px;
  --screen-lg: 1170px;
  --full-view: 1440px;
  --component-max-width: 700px;
  --input-component-max-width: 500px; }

.imgs-grid {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0; }

.imgs-grid.imgs-grid-1 .imgs-grid-image {
  width: 100%;
  text-align: center; }

.imgs-grid.imgs-grid-2 .imgs-grid-image,
.imgs-grid.imgs-grid-4 .imgs-grid-image {
  width: 50%; }

.imgs-grid.imgs-grid-3 .imgs-grid-image,
.imgs-grid.imgs-grid-6 .imgs-grid-image {
  width: 33.333333333333336%; }

.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(1),
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(2),
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(3) {
  width: 33.333333333333336%; }

.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(4),
.imgs-grid.imgs-grid-5 .imgs-grid-image:nth-child(5) {
  width: 50%; }

.imgs-grid .imgs-grid-image {
  position: relative;
  display: inline-block;
  padding: 1px;
  box-sizing: border-box;
  text-align: center; }

.imgs-grid .imgs-grid-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #f0f0f0; }

.imgs-grid .imgs-grid-image:hover {
  cursor: pointer; }

.imgs-grid .imgs-grid-image .image-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle; }

.imgs-grid .imgs-grid-image .image-wrap img {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0; }

.imgs-grid .imgs-grid-image .view-all {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }

.imgs-grid .imgs-grid-image .view-all:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%; }

.imgs-grid .imgs-grid-image .view-all:hover {
  cursor: pointer; }

.imgs-grid .imgs-grid-image .view-all:hover .view-all-text {
  text-decoration: underline; }

.imgs-grid .imgs-grid-image .view-all .view-all-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4; }

.imgs-grid .imgs-grid-image .view-all .view-all-text {
  position: relative;
  font-size: 16px;
  font-family: sans-serif;
  color: white; }

@media (max-width: 350px) {
  .imgs-grid .imgs-grid-image .view-all .view-all-text {
    font-size: 10px; } }

.imgs-grid-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: black;
  opacity: 0;
  z-index: 10001;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .imgs-grid-modal .img-background {
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.25;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background-position: center; }

.imgs-grid-modal .modal-caption {
  padding: 30px 50px;
  text-align: center;
  color: white; }

.imgs-grid-modal .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background-image: url(/static/jquery-images-grid/src/img/imgs-grid-icons.png?68739662e560);
  background-repeat: no-repeat;
  background-position: -100px; }

.imgs-grid-modal .modal-close:hover {
  cursor: pointer; }

.imgs-grid-modal .modal-inner {
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 0;
  right: 0; }

.imgs-grid-modal .modal-inner .modal-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px; }

.imgs-grid-modal .modal-inner .modal-control:hover {
  cursor: pointer; }

.imgs-grid-modal .modal-inner .modal-control.left {
  left: 0; }

.imgs-grid-modal .modal-inner .modal-control.right {
  right: 0; }

.imgs-grid-modal .modal-inner .modal-control .arrow {
  margin: 0 auto;
  height: 100%;
  width: 40px;
  background-repeat: no-repeat;
  background-image: url(/static/jquery-images-grid/src/img/imgs-grid-icons.png?68739662e560); }

.imgs-grid-modal .modal-inner .modal-control .arrow.left {
  background-position: 2px center; }

.imgs-grid-modal .modal-inner .modal-control .arrow.right {
  background-position: -42px center; }

.imgs-grid-modal .modal-inner .modal-image {
  position: absolute;
  top: 0;
  left: 70px;
  right: 70px;
  bottom: 0;
  text-align: center; }

.imgs-grid-modal .modal-inner .modal-image:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%; }

.imgs-grid-modal .modal-inner .modal-image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  background-color: #fff7f1; }

.imgs-grid-modal .modal-inner .modal-image img:hover {
  cursor: pointer; }

.imgs-grid-modal .modal-inner .modal-loader {
  display: inline-block;
  vertical-align: middle;
  color: silver;
  font-size: 14px; }

@media (max-width: 800px) {
  .imgs-grid-modal .modal-inner .modal-control {
    width: 40px; }
  .imgs-grid-modal .modal-inner .modal-control .arrow {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }
  .imgs-grid-modal .modal-inner .modal-image {
    left: 0;
    right: 0; } }

.imgs-grid-modal .modal-indicator {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  text-align: center; }

.imgs-grid-modal .modal-indicator ul {
  margin: 0;
  padding: 0; }

.imgs-grid-modal .modal-indicator ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid white;
  box-sizing: border-box;
  border-radius: 100%;
  margin: 0 1px;
  vertical-align: middle; }

.imgs-grid-modal .modal-indicator ul li:hover {
  cursor: pointer; }

.imgs-grid-modal .modal-indicator ul li.selected {
  background-color: white;
  width: 14px;
  height: 14px;
  margin: 0; }

.image-download {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  background-color: #ffead2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 2s, opacity 2s linear;
  -moz-transition: visibility 0s 2s, opacity 2s linear;
  -o-transition: visibility 0s 2s, opacity 2s linear;
  transition: visibility 0s 2s, opacity 2s linear; }
  .image-download .download-text {
    float: left; }
  .image-download a.download-link {
    float: right; }
    .image-download a.download-link svg.download {
      stroke: #87010b;
      fill: none; }

.imgs-grid-image:hover .image-download {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 2s linear;
  -moz-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear; }
