@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800&display=swap');

/*body {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  overflow-x: hidden;
  !*font-size: 16px;*!
  background-color: white;
}*/

/*p {
  font-size: 16px;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/*.row {*/
/*  max-width: 1180px;*/
/*  margin: 0 auto;*/
/*  margin-bottom: 64px;*/
/*}*/

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 93px;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  margin-bottom: 2rem;
  font-size: 36px;
  font-weight: bold;
  width: 100%;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

header {

}

header .i-text {
  padding-top: 35px;
  padding-bottom: 35px;
}

header .image {
  z-index: -1;
  position: relative;
  padding-left: 1rem;
  background: none;
  position: relative;
}

header img.main-img {
  position: absolute;
  max-width:1000px;
  width:50vw;
  height: 100%;
  left: 50%;
  top: 0;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 1008px) {
  header img.main-img {
    position: relative;
    width: 100%;
    max-width: none;
    max-height: 250px;
    left: auto;
  }
}

/*
header .image .content {
  width: 100%;
  height: 100%;
  position: relative;
}

header .image .content img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

@media (min-width: 991px) {

  .align-center {
    display: flex;
  }

  .align-center > [class^="col-"] {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }

  .align-center > [class^="col-"] > div, .align-center > [class^="col-"] > p {
    width: 100%;
  }
}


.gray-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
  background: linear-gradient(to bottom, #fff, #f6f6f6);
}

.white-section {
  background-color: white;
}

section {
  margin-top: 64px;
}

section .image img {
  width: 100%;
}

section .row {
  margin: 3rem 0;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

.goal {
  text-align: center;
  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;
  padding: 1rem 2rem;
}

.goal .icon {
  display: flex;
  width: 125px;
  height: 125px;
  background: #FFF3EB;
  border-radius: 50%;
  background-size: contain;
  background-origin: content-box;
  background-position: center;
  padding: 2.25rem;
  background-repeat: no-repeat;
}

.goal .icon img {
  width: 100%;
}

.goal p {
  font-weight: bold;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .goal {
    width: auto !important;
  }
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

.chart {
  position: relative;
  padding: 0 3rem;
  margin-right: 1rem;
}

.chart .percent {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #EC660A;
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 630px) {
  .chart {
    padding: 0 6rem;
  }

  .chart > p {
    position: relative;
    -webkit-transform: unset;
    transform: unset;
    top: 0;
    left: 0;
  }
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

.images-gallery {
  height: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.images-gallery > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}

.images-gallery > div.small {
  padding: 3rem 0;
}

.images-gallery .photo {
  width: 100%;
  height: 100%;
  position:absolute;
}

.images-gallery .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.images-gallery > div > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0.5rem 0;
  position: relative;
}

.images-gallery > div > div:last-child {
  margin-bottom: 0;
}

.images-gallery > div > div:first-child {
  margin-top: 0;
}

.images-gallery div.large {
  -webkit-box-flex: 1.5;
  -ms-flex-positive: 1.5;
  flex-grow: 1.5;
}

.images-gallery > div:nth-child(2) {
  margin: 0 1rem;
}

@media (max-width: 1024px) {
  .images-gallery {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 36px;
  }
}

@media (max-width: 425px) {
  .images-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    //height: auto;
  }

  .images-gallery div.column {
    padding: 0;
    margin: 0;
  }

  .images-gallery div.column .image {
    margin: 0.5rem 0 !important;
  }
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

.produkce {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.produkce .produkce-item {
  height: 300px;
}

.produkce .produkce-item img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .produkce {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    padding: 0 1rem;
  }
}

@media (max-width: 580px) {
  .produkce {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
    padding: 0 1rem;
  }

  .produkce .produkce-item {
    margin-bottom: 1rem;
  }
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.chart_holder {
  text-align: center;
  margin: 20px;
}

.chart_holder .chart {
  width: 100%;
  max-width: 200px;
  margin: 15px auto;
  padding: 0;
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

img {
  max-width: 100%;
  height: auto;
}


.person {
  display: flex;
  align-items: center;
  margin-top: 1rem
}

.person .avatar {
  margin-right: 3rem;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  flex-shrink: 0
}

.person .description {
  flex-grow: 1
}

.person .description p {
  margin: 0
}

.person .description .name {
  text-align: right;
  margin-top: 1rem
}

.person .description .name .main {
  font-size: 20px;
  color: #69416c
}