.header {display:none;}

body {
	/* IE4-8 and 9 (deprecated). */
    filter: Gray();
    /* SVG version for IE10, Chrome 17, FF3.5, 
       Safari 5.2 and Opera 11.6 */
    filter: url('#grayscale'); 
    /* CSS3 filter, at the moment Webkit only. Prefix it for
       future implementations */
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); /* future-proof */
    padding:20px!important;
}

body { color:#000; font-size:15pt; }

#wrap { width:600px; }
.logo-print-only { display:block; width:250px!important;}
.page-break	{ page-break-before:always; }

a { text-decoration:underline; color:#999; }

.gfx img {width:100px!important;}
.slider slide {width:100px!important;float:left;}


.owl-item.cloned{
	display: none !important;
}

.owl-stage{
	transform:none !important;
    transition: none !important;
    width: auto !important;
}

.owl-item{
	width: auto !important;
}

div.stories__gfx > img {width:250px!important;}
div.offer__gfx img {width:250px!important;}
section > div > h2 {margin:40px 0;padding:21px 0 30px 0;border-bottom:1px solid black;}

div.stories__text {padding:20px!important;}

.anim1 {display:none!important;}


#page > section.stories > div > div.directory__col--left > span {font-size:21px;margin:15px 0;display:block;}
#page > section.stories > div > div.directory__col--left .stories__text {font-size:16px;}
div.stories__gfx {padding:20px;}
.owl-nav{display:none;}
.cd-top{display:none;}
#logo-footer {
    width: 24px;
    position: relative;
    top: 7px;
}
