.t3-content, .t3-sidebar.t3-sidebar-right {
    min-height: auto !important;
}

.layout-blog .article .author-img img {
	border-radius: 50%;
}

.magazine-list .t3-sidebar { min-height: 100%!important;}

.layout-magazine .article .author-img img {
	border-radius: 50%;
}

article img, .article-intro img, .article-content img {
    display: inline-block;
    max-width: 100%;
    height
}

.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.t3-off-canvas {
    z-index: 9999999 !important;
}

.layout-events body {
  background: url() no-repeat fixed center top #ffffff;
  background-size: 100%;
}

img {
    max-width: 100%;
}

.adv_standard_d > div {
    margin: 0 auto;
}

.module img {
    max-width: 100%;
}

.sharing-tools {
    display: block!important;
}

@media screen and (max-width: 992px){
  .t3-sidebar {
    display: block !important;
  }
}

@media (max-width: 480px) and (min-width: 320px) {
	.logo-image {
		max-width: 60px;
	}  
}

/*Custom CSS by JA*/

.whatsnew-wrap .link-item {
    height: 100px !important;
}