#elCmsPageWrap {
  padding: 0;
}
#elCmsPageWrap h3 {
  color: #333;
  position: relative;
}
#elCmsPageWrap #faq h3 a {
  background-color: #f2f2f2;
  display:block;
  padding: 14px 30px 14px 10px;
  margin: 1px 0;
  font-weight: 700;
  border-bottom: 0;
  
}
/*#elCmsPageWrap  #faq h3 a:after {
  content: "\f078";
  position: absolute;
  font-family: 'FontAwesome';
  top: 15px;
  right: 15px;
}*/

/*#elCmsPageWrap  #faq .ipsHide {
  display: none;
}*/
#elCmsPageWrap a {
  border-bottom: 1px solid currentColor;
}
#elCmsPageWrap .ipsTag {
  text-decoration: none;
}
#elCmsPageWrap p, #elCmsPageWrap li {
    font-size: 1.8rem;
    line-height: 1.6;
}
#elCmsPageWrap .address {
    margin: 0 5px 40px;
    background-color: #eee;
    padding: 14px;
    border-radius: 5px;
}

#elCmsPageWrap li h2 {
    margin: 0;
    font-size: 1.3em;
    color: #333;
}
.ipsThumb_bg.ipsThumb_medium {
    width: 100%;
    height: 210px;
    max-width: 240px;
    max-height: 309px;
}
a.avatar {
    border: 0;
}
.footer-social {
    display: flex;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px)
{
    .ipsThumb_bg.ipsThumb_medium {
        width: 100%;
        height: 425px;
        max-width: 360px;
        max-height: 468px;
        margin: 0 auto;
    }
}
@media (max-width: 600px)
{
	#elCmsPageWrap .statsbox {  
      display:block
  	}
	#elCmsPageWrap .statsbox span,#elCmsPageWrap .ipsImage {
    	width: 100%;
  	}
  .ipsUserPhoto_small img, img.ipsUserPhoto_small, .ipsUserPhoto_small:after {
      width: 48px;
      height: 48px;
  }
  .anStatsbox {
    display: block !important;
  }
  p.anStatsbox span {
    display: block !important;
    width: auto !important;
	}
}