.custom-page.with-side-bar {
  width: 938px;
  position: relative;
  /* display: table; */
  float: left;
}
.custom-page.site-width {
  display: block !important;
}
.custom-page.with-side-bar .fonts {
  display: table;
  position: absolute;
  top: 26px;
  right: 169px;
  color: white;
  cursor: default;
}
.custom-page.with-side-bar .fonts .a.plus {
  font-size: 23px;
  background-color: #aeaeae;
  padding-top: 19px;
  padding-bottom: 3px;
  height: 20px;
}
.custom-page.with-side-bar .fonts .a.minus {
  font-size: 19px;
  background-color: #c8c8c8;
  padding-top: 20px;
  padding-bottom: 3px;
  height: 19px;
}
.custom-page.with-side-bar .fonts .a {
  float: left;
  width: 41px;
  text-align: center;
  margin-left: 1px;
}
.custom-page.with-side-bar .soc-net > div {
  float: left;
  margin: 0 1px;
  height: 100%;
  border-right: 1px solid #ffffff;
  box-shadow: -1px 0px 1px #dbdbdb;
  cursor: pointer;
  background: #ffffff linear-gradient(90deg, #f3f3f3 0%, #ffffff 100%) no-repeat center;
}
.custom-page.with-side-bar .soc-net > div:hover {
  background-color: #ffffff;
}
.custom-page.with-side-bar .soc-net > div:last-child {
  margin-right: 0px;
}
.custom-page.with-side-bar .soc-net {
  position: absolute;
  right: 10px;
  margin: 3px 0;
  top: 26px;
  bottom: 0;
  border-color: #dbdbdb;
  display: table;
  /*  background-image: -moz-linear-gradient( 90deg, rgb(243,243,243) 0%, rgb(255,255,255) 100%);
      background-image: -webkit-linear-gradient( 90deg, rgb(243,243,243) 0%, rgb(255,255,255) 100%);
      background-image: -ms-linear-gradient( 90deg, rgb(243,243,243) 0%, rgb(255,255,255) 100%);*/
}
.custom-page.with-side-bar .body {
  background-color: #ffffff;
  padding: 80px 2%;
  font-family: normalFont;
  font-size: 1em;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  text-align: justify;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  overflow: auto;
}
.custom-page-page.with-side-bar .custom-shadow {
  /*position: absolute;*/
  width: 1271px;
  height: 21px;
  bottom: -18px;
  background: transparent url('/assets/images/shadows/custom-shadow.png');
}
.custom-page.with-side-bar .soc-net > a > div,
.custom-page.with-side-bar .soc-net > div {
  width: 40px;
  height: 36px;
}
.custom-page.with-side-bar .soc-net .a.plus {
  font-size: 23px;
  background-color: #aeaeae;
}
.custom-page.with-side-bar .soc-net .a.minus {
  font-size: 23px;
  background-color: #c8c8c8;
}
.custom-page.with-side-bar .soc-net .a {
  float: left;
  text-align: center;
  margin-left: 1px;
  line-height: 36px;
}
.custom-page.with-side-bar .soc-net .facebook {
  background-image: url("/assets/images/social-icons/face-2.png"), linear-gradient(90deg, #f3f3f3 0%, #ffffff 100%);
}
.custom-page.with-side-bar .soc-net .facebook iframe {
  -webkit-transform: scale(3.2, 3);
  -ms-transform: scale(3.2, 3);
  -moz-transform: scale(3.2, 3);
  -o-transform: scale(3.2, 3);
  transform: scale(3.2, 3);
  left: 13px;
  top: 13px;
  opacity: 0;
}
.custom-page.with-side-bar .soc-net .mail {
  background-image: url("/assets/images/social-icons/mail-2.png"), linear-gradient(90deg, #f3f3f3 0%, #ffffff 100%);
}
.custom-page.with-side-bar .soc-net .print {
  background-image: url("/assets/images/social-icons/print-2.png"), linear-gradient(90deg, #f3f3f3 0%, #ffffff 100%);
}
.custom-page.with-side-bar .soc-net .share {
  background-image: url("/assets/images/social-icons/share-blue.png"), linear-gradient(90deg, #f3f3f3 0%, #ffffff 100%);
}
body.custom-page-page.with-side-bar .footer {
  margin-top: -112px;
}
/*End of climate*/
.get-public-info {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.get-public-info a {
  text-decoration: none;
  color: #565656;
  font-size: 15px;
}
/*print*/
@media print {
  p {
    color: #c0c0c0;
    font-family: normalFont;
    font-size: 25px;
    margin: 0px auto 0px auto ;
    overflow: hidden ;
    width: 900px;
    position: relative;
    right: 90px;
    letter-spacing: 0.5px;
    overflow: hidden;
  }
}
/*End of print*/
