/* CSS Document */
.itemHeader {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: -25%;
  margin-top: 22%;
}
.itemIntroText {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 25%;
  margin-top: -25%;
}
.itemIntroText p {
  background-color: #00000030;
  display: block;
  float: left;
  width: 100%;
  color: #ffffff;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
  padding: 1% 0%;
}
.itemFullText{font-size: 16px; line-height: 250%}
.itemFullText p{margin-bottom: 25px;width: 100%; display: block; float: left;}
.itemTitle {
  font-size: 36px;
  background-color: transparent;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
}
h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 30px !important;
    background-color: #5b6f08;
    padding: 1% 2%!important;
    display: block;
    float: left;
    width: 96%;
}
.pcrl{
    width: 20%;
    float: left;
    margin: 0% 3% 0% 0%;
}
.pcrr {
    width: 26%;
    float: none;
    margin: 0 auto;
    border-radius: 300px;
    display: block;
}
@media (max-width: 500px) {
	.pcrl,.pcrr {
    width: 90%;
    float: none;
    margin: 0 auto;
    display: block;
}
	.itemFullText{padding: 20px;}
h3 {
    padding: 4% 2%!important;
	text-align: center;
}
	.itemHeader {
    margin-top: 17%;
}
}