html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {background-image:linear-gradient(#999, #CCC, #CCC, #999, #666); line-height: 1;}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
    min-height: 740px;

    background: rgb(215, 215, 215);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500,
		from(rgb(240, 240, 240)), to(rgb(190, 190, 190)));
    background: -webkit-radial-gradient(rgb(140, 140, 140), rgb(100, 100, 100));
    background:    -moz-radial-gradient(rgb(140, 140, 140), rgb(100, 100, 100));
    background:     -ms-radial-gradient(rgb(140, 140, 140), rgb(100, 100, 100));
    background:      -o-radial-gradient(rgb(140, 140, 140), rgb(100, 100, 100));
    background:         radial-gradient(rgb(140, 140, 140), rgb(100, 100, 100));
}
b, strong { font-weight: bold }
i, em { font-style: italic }
a {
    color: inherit;
    text-decoration: none;
    padding: 0 0.2em 0.1em 0.2em;
    background: rgba(255,255,255,0.4);
    /*text-shadow: -1px -1px 2px rgba(100,100,100,0.9);*/
    border-radius: 0.2em;
    line-height: 165%;

    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}

a:hover,
a:focus {
    background: rgba(255,255,255,0.2);
    /*text-shadow: -1px -1px 2px rgba(100,100,100,0.5);*/
}
.fallback-message {
    font-family: sans-serif;
    line-height: 1.3;

    width: 780px;
    padding: 10px 10px 0;
    margin: 20px auto;

    border: 1px solid #E4C652;
    border-radius: 10px;
    background: #EEDC94;
}

.fallback-message p {
    margin-bottom: 10px;
}

.impress-supported .fallback-message {
    display: none;
}
.step {
    position: relative;
    width: 900px;
    padding: 40px;
    margin: 20px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -ms-box-sizing:     border-box;
    -o-box-sizing:      border-box;
    box-sizing:         border-box;

    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    line-height: 1.5;
}
.impress-enabled .step {
    margin: 0;
}

.impress-enabled .step.active { opacity: 1 }

.slide {
    display: block;
    width: 900px;
    height: 700px;
    padding: 40px 60px;
    color: rgb(102, 102, 102);
    /*text-shadow: 0 2px 2px rgba(0, 0, 0, .1);*/
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.02em;
}

.slide q {
    display: block;
    font-size: 50px;
    line-height: 72px;

    margin-top: 100px;
}

.slide q strong {
    white-space: nowrap;
}
.zoomed-out, .boxes, .shelves {
	pointer-events: none;
}
.shelf {
  pointer-events: none; background-image:url(../img/shelf.png);
}
.shelf-end {
  pointer-events: none; background-image:url(../img/shelf-end-piece.png); width: 100px; background-repeat:repeat-y; background-position:0 0;
}
.ceilingtile {
	background-image:url(../img/ceilingtiles.svg); background-size:15%;
}
.floortile {
	background-image:url(../img/4tiles.svg); background-size:13.4%;
}
.floorShadow {
    width:10px; background-color:#000; opacity:0.4;
    -moz-box-shadow:    0px 0px 9px 3px #000;
    -webkit-box-shadow: 0px 0px 9px 3px #000;
    box-shadow:         0px 0px 9px 3px #000;
}
.introText {
    text-align:center; padding:50px 25px 56px 25px; background-color:#333; 
    color:#fff; font-size:135%; line-height:140%; word-spacing:0.05em; 
    -webkit-opacity:0.85; 
    -moz-opacity:0.85; 
    opacity:0.95; 
    width:700px; 
    margin:45px 0 0 20px; 
    -webkit-border-radius:10px; 
    -moz-border-radius:10px; 
    border-radius:10px;
}
.introText p {
    line-height:120%; letter-spacing:0.03em; font-style:italic; 
}
.overheadSign {
    background-color:#f4f2f0; 
    font-size:2em; 
    font-weight:600;  
    line-height:1.6em; 
    text-align:center; 
    color:#D33; 
    width:675px; 
    height:204px;
    padding:22px 22px 10px; 
    border-radius:10px;
}
