* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

h1 {
  font-weight: bolder;
  line-height: 1.2em;
  margin: 0 0 1em 0;
      margin-bottom: 1em;
  color: #2f2f2f;
  text-transform: unset;
}

h2 {
  color: #4d4d4d;
  font-weight: bolder;
  text-transform: unset;
}
.clear:after {
  display: block;
  clear: both;
  content: '';
}
.clear {
  clear: both
}
body > svg {
  display: none;
}

body {
  color: #6d6d6d;
/* font-family: 'Muli', sans-serif; */
font-family: 'Open Sans', sans-serif;
font-size: 13px;
line-height: 22px;
}

#page {
  overflow: hidden;
}
body.sticky-footer #page {
  margin-bottom: -356px;
  padding-bottom: 356px;
  min-height: inherit;
}

section {
  display: -webkit-flex;
  display: flex;
}

article {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  background-color: #d9f2d9;
  padding: 10px;
  font-size: 16px;
}

/* Style the navigation menu */
aside {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #c6ecc6;
  padding: 20px;
}

p {
  /* color:  #2e2725 ; */
  color: black;
}

.img-holder {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  margin: 2px;
}

.img-holder img {
  padding: 3px;
}

.img-element-large  {
  border: 1px solid orangered;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  width: 100%;
}

.rkk-spacer {
  margin-top: 5px;
  padding-bottom: 12px;
}

.rkk-button-primary {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;

}

.rkk-list-item {
  padding-bottom: 15px;
}

.rkk-instruction {
  padding-top: 6px;
  padding-bottom: 40px;
  font-weight: bolder;
  color: #4d4d4d;
}

header {
  /* background-color: orangered; */
  /* background-color: rgb(255,43,24); */
  background-color: #53c653;

  background: url(../images/footer_top_bg.png) no-repeat 92% 30px #53c653;
  color: white;
  padding: 16px;
  text-align: center;
}

header h1 {
  color: white;  
  font-size: 30px;
}

.header-story {
  color: white;
  font-size: 15px;
  font-weight: bolder;
}

@media (max-width: 600px) {
  section {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}



footer .container {
  max-width: 1680px;

}

.footer-top {
  position: relative;
  padding-top: 95px;
  padding-bottom: 53px;
  border-bottom: 1px solid #393939;
}

.footer-text-left {
  float: left;
  width: 60%;
}

.footer-text-left .txt {
  color: #fff;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 187.5%;
}
.footer-text-right {
  float: right;
  padding-top: 10px;
}

footer {
  position: relative;
  background: url(../images/footer_top_bg.png) no-repeat 92% 48px rgb(34, 34, 34);
}

.footer-bottom {
  position: relative;
  display: table;
  padding-top: 40px;
  padding-bottom: 98px;
  width: 100%;
}

a.footer-mail {
  display: table-cell;
  padding-top: 15px;
  color: #fff;
  vertical-align: middle;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-size: 20px;
}

a.footer-mail svg {
  display: inline-block;
  margin-right: 19px;
  max-width: 40px;
  max-height: 40px;
  width: auto;
  vertical-align: middle;
}

a.footer-phone {
  display: table-cell;
  padding-top: 15px;
  color: #fff;
  vertical-align: middle;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-size: 20px;
}

a.footer-phone svg {
  display: inline-block;
  margin-right: 15px;
  max-width: 40px;
  max-height: 40px;
  vertical-align: middle;
}
a.footer-mail svg *, a.footer-phone svg * {
  fill: #e95d0f;
}
a.footer-phone:hover, a.footer-mail:hover {
  color: #e95d0f;
}

footer span.title {
  top: auto;
  bottom: -62px;
  color: #1b1b1b;
}

.opis-obrazka {
  padding: 50px 10px;
  font-size: 2.0rem;
  color: #194d19;
}


.cta-section {
  background-color: #8cd98c;
  color: #194d19;
  align-content: center;
  text-align: center;
  border-radius: 10px;
  padding: 8px;
}

.cta-section input {
  width: 100%;
}

.cta-section a:link {
  color: #204732;
}

.cta-section a:visited {
  color: #327250;
}

.cta-section a:hover {
  color: #204732;
}

.cta-section a:active {
  color: #204732;
}

.what-next a:link {
  color: #204732;
}

.what-next a:visited {
  color: #327250;
}

.what-next a:hover {
  color: #204732;
}

.what-next a:active {
  color: #204732;
}

.what-next li {
  padding-top: 8px;
}

.green-area {
  color: #267326;

}

.green-area-strong {
  color: #267326;
  font-weight: bolder;

}

article p .normal-story-art {
  text-align: justify;
}

@media only screen and (max-width: 420px) {
  .polymateria-logo-lg { 
      display: none; 
  }
  .polymateria-logo-sm { 
    display: inline; 
}
}

@media only screen and (min-width: 421px) {
  .polymateria-logo-lg { 
      display: inline; 
  }
  .polymateria-logo-sm { 
    display: none; 
}
}


@media only screen and (max-width: 420px) {
  .wide-movie-size { 
      display: none; 
  }
  .phone-movie-size { 
    display: inline; 
  }
  .footer-wide {
    display: none; 
  }

  .footer-phone {
    display: inline;
  }

}

@media only screen and (min-width: 421px) {
  .wide-movie-size { 
      display: inline; 
  }
  .phone-movie-size { 
    display: none; 
}
.footer-wide {
  display: inline; 
}

.footer-phone {
  display: none;
}
}

video { max-width: 100%; height: auto; }


