/* GENERAL */

@page {
	margin: 1.2cm;
	}

body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}

* {
	background: none !important;
	color: #000000 !important;
	}

[data-scrollfx-fade-out],
[data-scrollfx-fade-in] {
	opacity: 1 !important;
	}

[data-scrollfx-parallax] {
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	-moz-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
	}

h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	}

img {
	max-width: 100% !important;
	page-break-inside: avoid;
	}

a {
	font-weight: bolder;
	text-decoration: none;
	}

a[href^=http]:after {
	content: " <" attr(href) "> ";
	}

a[href^="#"]:after {
	content: "";
	}

.bounds {
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    }

.row {
    margin-left: 0;
    margin-right: 0;
    }

.noprint,
[class*="button"],
.frontEndEditBar {
	display: none !important;
	}

.onlyprint {
	display: block !important;
	}



/* YAR SLIDER */

.yar-slider,
.slideshow {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    }

.yar-slide {
    position: relative;
    width: auto;
    height: auto;
    }

.yar-slider .image {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
    }

.yar-slider .image img {
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    }



/* SITE SPECIFIC */
nav, .site-footer, header, .bread-crumbs, .search-wrapper .other-works {
    display: none;
}

.media-wrapper h1 {
    font-size: 28px;
    padding-top: 30px;
}
.section.hero > .media-wrapper {
    left: 0;
}

.listing-viewport .panel:first-of-type {
    width: 100%
}

.listing-viewport .panel:last-of-type h3 {
    font-size: 18px;
    line-height: 0;
}

.section.listing-viewport {
    padding-top: 0;
}

.section.listing-viewport {
    padding: 0;
    border-bottom: none;
}
