* 
{
	overflow: visible;
}
html
{
	padding: 25px;
}

.image-print
{
	display: inline-block;
}

header#parent-main-header,
.menu,
.footer,
.social-list,
.wrapper-socials,
.more-button,
.breadcrumb,
.fancy-select,
.line,
.round-number
{
	display: none !important;
}

.featured-image 
{
	height: 100px !important;
	background-image: none !important;
}

.featured-image .title
{
	padding-top: 30px !important;
}

.related-posts h4
{
	border-top: none !important;
}

.related-posts img
{
	max-width: 50%;
	max-height: 140px;
	height: 140px !important;
	float: right;
}

/* Zoomer */

.viewer .zoom-viewer
{
	position: static;
}

.viewer img
{
	display: block !important;
	position: static !important;
	max-width: 645px !important;
	max-height: 700px !important;
	transform: none !important;
}

.viewer aside
{
	display: block !important;
	position: fixed !important;
	top: 50%;
	overflow: visible;
}

.viewer .controlsContainer,
.viewer .tools,
.viewer .description .cta
{
	display: none !important;
}

.viewer .description
{
	height: auto !important;
	display: block !important;
	position: static !important;
	width: 100%;
}

.viewer .description p.text
{
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

.viewer .smooth_zoom_preloader
{
	height: auto !important;
}


/* Reset float fix */

div#main,
.single article .text,
.single article aside
{
    padding-bottom:20px;
    margin-bottom:20px;
}
