@charset "UTF-8";
/* keyfream animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* rules */
body {
  flex-direction: column;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.4rem;
  min-height: 100vh;
  min-width: 320px;
  overflow-x: hidden;
}

body.nyitolap main > .container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  background-color: inherit !important;
}

.content.pagecont {
  padding: 1.5rem;
}

.mini {
  padding: 1.5rem;
}

.mini img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.mini.item img {
  width: auto;
}

.mini.cat.cat-main p {
  padding-left: 1rem;
}

.mini .row {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(16, 16, 16, 0.16);
}

.mini .row:last-child {
  border-bottom-width: 0;
}

.wrapper {
  width: 100%;
  display: flex;
  height: 100vh;
  flex-direction: column;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
}

a:hover, a:active, a:focus {
  transition: all .5s ease-in-out;
}

footer .container div > div > div p:not(.logos) a,
main a:not(.active) {
  /*&:before {
    min-width: 16px !important;
    max-width: 42px !important;
    font-size: 1.8rem !important;
    display: inline-block !important;
  }
  &[href^="mailto:"] {
    &:before {
      content: ' ✉';
    }
  }
  &[href^="tel:"] {
    &:before {
      content: ' 🕻';
    }
  }
  &[href$=".pdf"] {
    &:before {
      content: ' 🖹';
    }
  }*/
}

main .grid-container a {
  display: grid;
}

p {
  margin: 0;
  padding: 0 0 1rem;
}

header .menu a {
  line-height: 1;
  padding: 1px;
  display: inline-block;
  margin-bottom: 1px;
  text-decoration: none;
  color: black;
}

header .menu a:hover, header .menu a:active, header .menu a:focus {
  text-decoration: underline;
}

.container {
  width: 1140px;
  padding: 0;
  max-width: inherit !important;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

.grid-container {
  width: 100%;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 225px 225px  225px  225px  225px;
  -ms-grid-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  background-image: url("../media/images/grid/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.grid-container a {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: white;
  line-height: normal;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 225px;
  width: 225px;
  border-bottom-width: 0;
  /*&:hover,
    &:active,
    &:focus {
      opacity: .8;
    }*/
}

.grid-container a:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  background-image: url("../media/images/grid/1-1.png");
}

.grid-container a:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  background-color: rgba(30, 171, 185, 0.6);
}

.grid-container a:nth-child(3) {
  grid-area: 1 / 3 / 3 / 7;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-container a:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: 2 / 1 / 3 / 2;
  background-image: url("../media/images/grid/2-1.png");
}

.grid-container a:nth-child(4) p {
  background-color: rgba(32, 32, 32, 0) !important;
}

.grid-container a:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: 2 / 2 / 3 / 3;
  background-color: rgba(30, 171, 185, 0.6);
  background-image: url("../media/images/grid/2-2.png");
}

.grid-container a:nth-child(6) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: 3 / 1 / 4 / 2;
  background-color: #1eabb9;
}

.grid-container a:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: 3 / 2 / 4 / 3;
  background-image: url("../media/images/grid/item1.jpg");
}

.grid-container a:nth-child(8) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  grid-area: 3 / 3 / 4 / 4;
  background-image: url("../media/images/grid/item2.jpg");
}

.grid-container a:nth-child(8) p {
  background-color: rgba(32, 32, 32, 0.5) !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid-container a:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: 3 / 4 / 4 / 5;
  background-image: url("../media/images/grid/item3.jpg");
}

.grid-container a:nth-child(10) {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
  grid-area: 3 / 5 / 4 / 6;
  width: 100%;
  background-color: #202020;
  background-size: auto;
  background-position: top left;
  background-image: url("../media/images/grid/item4.jpg");
}

.grid-container a:nth-child(10) p {
  width: 225px;
}

.grid-container a:nth-child(11) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: 3 / 6 / 4 / 7;
  background-color: #202020;
  cursor: default;
  content: '';
}

.grid-container a:nth-child(11) p {
  display: none;
}

.grid-container a h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3rem;
  height: 130px;
  position: relative;
  margin: 0;
}

.grid-container a h2.line2 {
  top: 65px;
  text-align: left;
  padding-left: 1.5rem;
}

.grid-container a p {
  text-transform: uppercase;
  /*position: absolute;
      top: 115px;*/
  padding: .75rem 0;
  line-height: 1.25rem;
  background-color: rgba(32, 32, 32, 0.5);
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  /*
      &.line2 {
        background-color: rgba(32,32,32,.5);
        top: 110px;
        padding: .75rem 0 1.3rem
      }
      &.line1 {
        background-color: rgba(32,32,32,.5);
        top: 110px;
        padding: 1.4rem 0 1.4rem
      }
      */
}

.grid-container a:nth-child(1), .grid-container a:nth-child(2), .grid-container a:nth-child(3), .grid-container a:nth-child(4), .grid-container a:nth-child(5) {
  cursor: default;
}

.grid-container a:nth-child(1):active, .grid-container a:nth-child(1):hover, .grid-container a:nth-child(1):focus, .grid-container a:nth-child(2):active, .grid-container a:nth-child(2):hover, .grid-container a:nth-child(2):focus, .grid-container a:nth-child(3):active, .grid-container a:nth-child(3):hover, .grid-container a:nth-child(3):focus, .grid-container a:nth-child(4):active, .grid-container a:nth-child(4):hover, .grid-container a:nth-child(4):focus, .grid-container a:nth-child(5):active, .grid-container a:nth-child(5):hover, .grid-container a:nth-child(5):focus {
  text-decoration: none;
}

.grid-container a:nth-child(6), .grid-container a:nth-child(7), .grid-container a:nth-child(8), .grid-container a:nth-child(9), .grid-container a:nth-child(10) {
  cursor: pointer;
}

.grid-container a:nth-child(6):active, .grid-container a:nth-child(6):hover, .grid-container a:nth-child(6):focus, .grid-container a:nth-child(7):active, .grid-container a:nth-child(7):hover, .grid-container a:nth-child(7):focus, .grid-container a:nth-child(8):active, .grid-container a:nth-child(8):hover, .grid-container a:nth-child(8):focus, .grid-container a:nth-child(9):active, .grid-container a:nth-child(9):hover, .grid-container a:nth-child(9):focus, .grid-container a:nth-child(10):active, .grid-container a:nth-child(10):hover, .grid-container a:nth-child(10):focus {
  filter: grayscale(0);
  text-decoration: underline;
}

.grid-container a:nth-child(6):active:after, .grid-container a:nth-child(6):hover:after, .grid-container a:nth-child(6):focus:after, .grid-container a:nth-child(7):active:after, .grid-container a:nth-child(7):hover:after, .grid-container a:nth-child(7):focus:after, .grid-container a:nth-child(8):active:after, .grid-container a:nth-child(8):hover:after, .grid-container a:nth-child(8):focus:after, .grid-container a:nth-child(9):active:after, .grid-container a:nth-child(9):hover:after, .grid-container a:nth-child(9):focus:after, .grid-container a:nth-child(10):active:after, .grid-container a:nth-child(10):hover:after, .grid-container a:nth-child(10):focus:after {
  content: '';
  animation: fadeIn .5s ease-in-out;
  transition: background-color .5s ease-in-out;
  background-color: rgba(30, 171, 185, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

header {
  position: relative;
  z-index: 10;
  background-color: white;
}

header .container {
  max-width: 100%;
  width: 1140px;
}

header .gray {
  background-color: #f7f6f2;
  position: absolute;
  bottom: 0;
  height: 60px;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 10;
}

header h1 {
  position: absolute;
  top: 0;
  margin: 0 2rem 0 0;
  height: 120px;
  width: 174px;
  z-index: 100;
}

header h1 a {
  padding: 0;
}

header h1 img {
  width: 174px;
}

header nav .nav-link {
  color: black;
  display: inline-block;
}

header nav .nav-link.active {
  color: #1eabb9;
}

header nav .nav-link.active:hover, header nav .nav-link.active:active, header nav .nav-link.active:visited, header nav .nav-link.active:focus {
  border-color: #1eabb9;
}

header nav .nav-link.active:before {
  content: "\00BB";
  padding-right: .25rem;
  font-weight: 600;
}

header nav .menu {
  float: left;
  font-size: 15px;
  padding: 82px 1rem 1rem 0;
  margin: 0 0 0 200px;
  z-index: 100;
  position: relative;
}

header nav .menu li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2rem;
}

header nav .menu li:last-child {
  margin-right: 0;
}

main {
  background-color: #1eabb9;
}

main .btn {
  display: inline !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}

main .row .col-12 > h1 {
  margin-bottom: 1.5rem !important;
}

main .row .col-md-6.col-xs-12 img,
main .row .col-12 img {
  max-height: 250px;
  margin: 0 1rem 1rem 0;
  max-width: 100%;
}

main .row .col-12 img {
  max-height: initial;
}

main > .container > .cms-user-html-content {
  padding: 2.5rem;
  background-color: white;
}

main table {
  /*&.ref {
      width: 100%;
      tr {
        &:first-child {
          //thead is not supported
          td {
            padding-left: .5rem;
          }
        }
        &:last-child {
          //tfoot is not supported
          td {
            padding-left: .5rem;
            text-align: center;
          }
        }
      }
      td {
        padding-left: .5rem;
      }
    }*/
}

main div[style="width:100%"] .container {
  width: 100%;
  margin-left: calc((100% - 1140px)/2);
  margin-right: 0;
  max-width: 100%;
}

main div[style="width:100%"] .container p {
  font-size: 1rem;
}

main div[style="width:100%"] .container section.categories {
  display: grid;
  padding: 1rem;
  grid-template-columns: 1fr;
  grid-template-rows: 225px;
}

main div[style="width:100%"] .container section.categories h1 {
  grid-area: 1 / 1 / 2 / 3;
}

main div[style="width:100%"] .container section.categories .item:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}

main div[style="width:100%"] .container section.categories .item:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}

main div[style="width:100%"] .container section.categories .item:nth-child(4) {
  grid-area: 3 / 1 / 4 / 2;
}

main div[style="width:100%"] .container section.categories .item:nth-child(5) {
  grid-area: 3 / 2 / 4 / 3;
}

main div[style="width:100%"] .container section.categories .item:nth-child(6) {
  grid-area: 4 / 1 / 5 / 2;
}

main div[style="width:100%"] .container section.categories .item:nth-child(7) {
  grid-area: 4 / 2 / 5 / 3;
}

main div[style="width:100%"] .container section.categories .item:nth-child(8) {
  grid-area: 5 / 1 / 6 / 2;
}

main div[style="width:100%"] .container h1 {
  font-size: 1.8rem;
  line-height: 2rem;
}

main div[style="width:100%"] .container h2 {
  font-size: 1.5rem;
}

main div[style="width:100%"] .container > div[style="width:100%"] .gallery-image > img {
  height: 200px;
  width: auto;
  margin: 1rem;
  border: 2px solid #1eabb9;
}

main div[style="width:100%"] .container div:not([style="width:100%"]):not(.grid-container):not(.container):not(.editIconDiv):not(.cms-user-html-content):not(.certificate) {
  padding: 2rem 0 4rem;
  line-height: 1.6rem;
}

main div[style="width:100%"] .container div:not([style="width:100%"]):not(.grid-container):not(.container):not(.editIconDiv):not(.cms-user-html-content):not(.certificate) > * {
  padding: 0 1rem;
}

main div[style="width:100%"] .container div:not([style="width:100%"]):not(.grid-container):not(.container):not(.editIconDiv):not(.cms-user-html-content):not(.certificate) h1,
main div[style="width:100%"] .container div:not([style="width:100%"]):not(.grid-container):not(.container):not(.editIconDiv):not(.cms-user-html-content):not(.certificate) h2 {
  padding: 0 !important;
}

main div[style="width:100%"] .container div:not([style="width:100%"]):not(.grid-container):not(.container):not(.editIconDiv):not(.cms-user-html-content):not(.certificate) h2 {
  font-size: 1.25rem !important;
}

main div[style="width:100%"] .container div:not([style="width:100%"]):not(.grid-container):not(.container):not(.editIconDiv):not(.cms-user-html-content):not(.certificate) p {
  margin-bottom: 1rem;
}

main div[style="width:100%"] .container div:not([style="width:100%"]):not(.grid-container):not(.container):not(.editIconDiv):not(.cms-user-html-content):not(.certificate) p:last-child {
  margin-bottom: 0;
}

main div[style="width:100%"] .container div:not([style="width:100%"]):not(.grid-container):not(.container):not(.editIconDiv):not(.cms-user-html-content):not(.certificate) p:last-child {
  padding-bottom: 0;
}

footer {
  margin-top: auto;
  padding-top: 2rem;
}

footer .container {
  padding: 1rem;
}

footer .container div > div > div {
  float: left;
  width: 23%;
  margin-right: 2%;
  height: auto;
}

footer .container div > div > div:last-child {
  margin-right: 0;
}

footer .container div > div > div h2 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  display: block;
  color: #1eabb9;
  line-height: 1.4rem;
}

footer .container div > div > div p {
  color: #b4b4b4;
}

footer .container div > div > div p a {
  color: inherit;
}

footer .container div > div > div p.logos {
  margin: 4rem 0;
}

footer .container div > div > div p.logos a {
  border-width: 0;
}

footer .container div > div > div .decor {
  clear: left;
  width: 100%;
}

footer .container div > div > div .decor hr {
  background-color: #b4b4b4;
  margin: 0 .5rem 2rem;
  border-width: 0;
  height: 1px;
}

/* contact */
form[name=kapcsolat] .col-sm-6,
form[name=kapcsolat] .contact-section {
  font-size: .9rem;
}

.contact-section {
  background-color: #10636b;
  padding: 1rem;
  font-size: 1.2rem;
}

.contact-section h1 {
  color: white;
}

.contact-section input:not([type=submit]),
.contact-section textarea {
  border: 2px solid #1eabb9;
  width: 100%;
  margin: 0 6% 2% 0;
  padding: .25rem .45rem;
}

.contact-section input[type=submit] {
  width: 100%;
  margin: 0 0 2% 0;
  padding: .25rem .45rem;
}

/* certificates */
.certificate .list {
  margin: 0 0 1rem 3rem;
  padding: 0;
}

.certificate .list li {
  padding-left: 1rem;
  list-style-type: square;
}

.certificate .media-wrapper {
  padding: 0 !important;
  width: 100%;
}

.certificate .media-wrapper.row a {
  height: 150px;
  display: block;
}

.certificate .media-wrapper.row a.iso {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificate .media-wrapper.row a.iso:hover, .certificate .media-wrapper.row a.iso:active, .certificate .media-wrapper.row a.iso:focus {
  text-decoration: none;
}

.certificate .media-wrapper a {
  display: block;
  color: #333;
  margin: 0 0 1rem 0;
}

.certificate .media-wrapper a.image {
  padding: 1rem 0;
  background-color: white;
  text-align: center;
}

.certificate .media-wrapper a.image img {
  max-width: calc(100% - 2rem);
  max-height: 200px;
}

.certificate div.video {
  padding: 1rem 2rem;
  text-align: center;
}

.certificate div.video p {
  text-align: center;
  width: 100%;
  display: block;
}

.certificate div.video video {
  border: 1rem solid black;
  width: auto;
  height: 352px;
  text-align: center;
  background-color: black;
}

/* RWD */
@media (max-width: 320px) {
  .navbar-brand {
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .grid-container {
    grid-template-columns: 225px;
    grid-template-rows: auto;
    background-size: cover;
  }
  .grid-container a {
    width: 100% !important;
    grid-area: auto !important;
    min-width: 0;
  }
  .grid-container a:nth-child(12) {
    visibility: hidden;
  }
}

@media (max-width: 920px) {
  #navbar1 .nav-item {
    text-align: center;
  }
  #navbar1 .nav-item .nav-link {
    display: block;
    border-bottom: 1px solid rgba(16, 16, 16, 0.16);
    margin-bottom: .1rem;
    font-size: 1.4rem;
  }
  .kapcsolat .col-sm-6 {
    max-width: 100% !important;
    flex: auto !important;
  }
  main .container div:not([style="width:100%"]):not(.grid-container):not(.container):not(.editIconDiv) > * {
    padding: inherit;
  }
  form .col-sm-6 {
    margin: 1rem;
  }
  form .col-sm-6,
  form .col-sm-6 .contact-section {
    padding: 1rem !important;
  }
  .h1, h1, .h2, h2 {
    font-size: 1.5rem;
  }
  main div[style="width:100%"] .container {
    margin-left: 0;
  }
  main .container > div[style="width:100%"] .gallery-image > img {
    margin: 0 !important;
  }
  .certificate div.video video {
    width: 96%;
    margin: 0 2%;
  }
  main .row {
    padding: 1rem 0 !important;
  }
  .gallery-image img {
    max-width: 100%;
    height: auto !important;
  }
  .certificate .media-wrapper a.image img {
    max-width: calc(100% - 8rem);
    max-height: 120px;
  }
  /*#navbar1 a {
    color: white;
  }*/
  main .container div:not([style="width:100%"]):not(.grid-container):not(.container):not(.editIconDiv) > * {
    padding: 0;
  }
  footer .container div > div > div p:not(.logos) a:before,
  main a:not(.active):before {
    content: '' !important;
    display: none !important;
    min-width: 0 !important;
  }
  .wrapper {
    width: 100%;
  }
  header {
    height: auto;
  }
  header .container {
    width: 100%;
  }
  header .gray {
    display: none;
  }
  header h1 {
    float: none;
    z-index: 100;
    margin: 0;
    height: auto;
  }
  header h1 a {
    width: 100%;
    overflow: hidden;
  }
  header h1 a img {
    display: inline-block;
    margin: 0 auto;
  }
  header nav {
    width: 100%;
  }
  header nav .menu {
    padding: 0;
  }
  header nav .menu li {
    display: inline-block;
    width: 100%;
  }
  header nav .menu li a {
    display: block;
    width: calc(96% - 3rem);
    padding: 1rem;
  }
  main .container {
    width: 100%;
  }
  main .container table.ref td {
    width: 100%;
    display: block;
  }
  main .container table.ref td:first-child {
    font-weight: 600;
    padding-left: .5rem;
  }
  .container,
  .container-fluid,
  .grid-container {
    margin: 0 auto;
    clear: left;
  }
  footer .container {
    width: 100%;
  }
  footer .container .decor {
    width: calc(100vw - 2rem);
  }
  footer div {
    width: 100% !important;
  }
  .grid-container {
    grid-template-columns: repeat(auto-fill, 225px);
    grid-template-rows: repeat(auto-fill, 225px);
    max-height: none;
    background-size: cover;
  }
  .grid-container a {
    position: relative;
    /*background-size: contain;*/
    width: 100%;
    background-size: cover;
    min-width: 0;
    max-height: none;
    display: none;
  }
  .grid-container a:nth-child(1) {
    display: grid;
    grid-area: 1 / 1 / 2 / 2;
  }
  .grid-container a:nth-child(2) {
    display: grid;
    grid-area: 1 / 2 / 2 / 3;
  }
  .grid-container a:nth-child(4) {
    display: grid;
    grid-area: 2 / 2 / 3 / 3;
  }
  .grid-container a:nth-child(4) p {
    background-color: rgba(32, 32, 32, 0.9) !important;
    color: white;
  }
  .grid-container a:nth-child(7) {
    display: grid;
    grid-area: 4 / 2 / 5 / 3;
  }
  .grid-container a:nth-child(8) {
    display: grid;
    grid-area: 5 / 1 / 6 / 2;
  }
  .grid-container a:nth-child(9) {
    display: grid;
    grid-area: 5 / 2 / 6 / 3;
  }
  .grid-container a:nth-child(10) {
    display: grid;
    grid-area: 6 / 1 / 7 / 2;
  }
  .grid-container a:nth-child(11) {
    display: grid;
    grid-area: 6 / 2 / 7 / 3;
  }
  .grid-container a[class^="category_link_"] {
    display: none;
  }
  .grid-container a[class="category_link_1"], .grid-container a[class="category_link_2"], .grid-container a[class="category_link_3"], .grid-container a[class="category_link_5"] {
    display: grid !important;
  }
  .grid-container a h2 {
    top: 3.5rem  !important;
    line-height: 1.5rem;
    font-size: 1.1rem;
  }
  .grid-container a p {
    padding: .75rem !important;
    height: auto;
    float: none;
    text-align: center;
    font-size: .9rem;
  }
  .grid-container a p br {
    display: none;
  }
  .grid-container a p.line2 {
    top: 6rem !important;
    background-color: rgba(32, 32, 32, 0.9) !important;
  }
  footer .container div p {
    padding-right: 1rem;
  }
  footer .container div p.logos {
    margin: 0 1rem 0 0;
    text-align: right;
  }
  main .container section.categories {
    width: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
    text-align: center;
  }
  main .container section.categories .item,
  main .container section.categories h1 {
    grid-area: auto !important;
  }
  main .container section.categories .item img {
    margin: 0 auto;
  }
  main .container section.categories h1 {
    text-align: left;
  }
}

@media (max-width: 990px) {
  header nav .nav-link {
    font-size: 1.2rem;
  }
}

@media (min-width: 920px) and (max-width: 1199px) {
  footer div {
    width: 100% !important;
  }
  #navbar1 .nav-item {
    text-align: center;
  }
  #navbar1 .nav-item .nav-link {
    display: block;
    border-bottom: 1px solid rgba(16, 16, 16, 0.16);
    margin-bottom: .1rem;
    font-size: 1.4rem;
  }
  header .container {
    width: 100%;
  }
  main div[style="width:100%"] .container {
    margin-left: 0;
  }
  .grid-container {
    grid-template-columns: 225px  225px 225px 225px;
    grid-template-rows: 1fr 1fr 1fr;
    background-size: cover;
  }
  .grid-container a {
    width: 100% !important;
    grid-area: auto !important;
    min-width: 0;
  }
  .grid-container a:nth-child(12) {
    visibility: hidden;
  }
}

@media (min-width: 1168px) and (max-width: 1200px) {
  main div[style="width:100%"] .container {
    margin-left: calc((100% - 1140px)/2);
  }
}

@media (max-width: 1480px) {
  main div[style="width:100%"] .container {
    width: 100%;
  }
}

/* bootstrap ext */
.navbar {
  align-items: flex-end;
}

form .col-sm-6 {
  padding: 2rem;
}

.navbar-nav {
  width: 100%;
}

.navbar {
  padding: 0;
  background-color: white;
}

.navbar-collapse {
  background-color: white;
  padding: 1rem 0;
}

.navbar-brand {
  margin: 0 2rem 0 0;
  padding: 0;
}

.navbar-toggler {
  background-color: #202020;
  outline: none !important;
  position: absolute;
  top: .5rem;
  right: .5rem;
  width: 50px;
}

.navbar-toggler .icon-bar {
  width: 22px;
  transition: all 0.2s;
  display: inline-block;
  height: 2px;
  background-color: white;
  float: left;
  clear: left;
  margin: 2px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  margin-left: .25rem;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  margin-left: 0;
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  margin-left: 0;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  margin-left: 0;
}
.itemPage img{
  display: block;
  margin: 0 auto 50px !important;
  max-height: 400px !important;
}
/*# sourceMappingURL=style.css.map */
