*
{
	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;
}

.child-nav,
.rights-links
{
	display: none;
}

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

.featured-image .picture
{
	height: auto !important;
	display: block !important;
	background-image: none !important;
}

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

.featured-post .picture
{
	display: none;
}

.related-posts article
{
	width: 100%;
	display: block;
	margin-top: 40px;
}

.related-posts h4
{
	width: 100% !important;
	height: auto !important;
	margin-top: 40px !important;
	border: none !important;
	float: none !important;
	padding: 15px 0 !important;
}

.related-posts .picture
{
	height: auto !important;
	border: none !important;
	float: none !important;
	background-image: none !important;
}

.related-posts img
{
	height: 180px !important;
	float: left !important;
}

/* Zoomer */

.viewer .zoom-viewer,
.viewer .smooth_zoom_preloader
{
	position: static;
	width: 100%;
	height: auto;
}

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

.ie .viewer img#zoom-image
{
	display: block !important;
	width: auto !important;
	height: auto !important;
}

/* Firefox only hack */

@-moz-document url-prefix()
{
	.viewer img
	{
        max-width: 695px !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;
}
