@charset "utf-8";
/* CSS Document */

.impress-supported #footer-awesome{
	display:none;	
}
.impress-supported .fallback-message{
	display: none;	
}
.impress-not-supported #BigShow-nav{
	display: none;	
}
#presentation{
	font-family: 'Oswald', sans-serif;
    min-height: 740px;
	text-align:justify;
    z-index: 100;
}
.fallback-message {
	font-size: 1.5em;
	text-align: center;
	color: #F33 !important;
}
#presentation #what-we-do{
	text-align: center;	
}
#presentation #what-we-do.intro h1 strong{
	width:100%;
	font-size: 5em;
}
#presentation a{
	color: inherit;
    text-decoration: none;
    padding: 0 0.1em;
    background: rgba(255,255,255,0.5);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.9);
    border-radius: 0.2em;

    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}
#presentation a:hover, #presentation a:focus{
	background: rgba(255,255,255,1);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.5);
}

.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: 'Oswald', georgia, serif;
    font-size: 48px;
    line-height: 1.5;
	z-index: 101;
}
.step p{
	font-family: Verdana, Geneva, sans-serif;	
}

.impress-enabled .step {
    margin: 0;
    opacity: 0.1;

    -webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;
}

.impress-enabled .step.active { opacity: 1 }

#BigShow-nav{
	min-width:160px;
	position: absolute;
	top: 97px;
	left: 50px;
	background-color: #F6B811;
	border-radius: 0 0 1em 1em;
	box-shadow: 1px 1px 2px rgba(0,0, 0,.8);
	z-index: 10002;
}
#bs-menu{
	
}
#bs-menu li span{
	color: #FEFEFE;
	font-weight: 400;
	font-family: 'Oswald', Tahoma, Arial, sans-serif;
	display: inline-block;
	padding: 4px 2px 3px 12px;
	cursor: pointer;
	font-variant:small-caps;
	font-size: 1.13em;
	text-shadow: -1px -1px 2px rgba(100,100,100,0.9);
}
#bs-nav-back span, #bs-nav-fwd span{
	position: absolute;
	display: block;
	left:-99999px;
}
#bs-nav-back{
	display:inline-block;
	width: 64px;
	height: 64px;
	background: transparent url(/images/impress-nav.png) 0 0 no-repeat scroll;
	float: left;
}
#bs-nav-fwd{
	display:inline-block;
	width: 64px;
	height: 64px;
	background: transparent url(/images/impress-nav.png) -64px 0 no-repeat scroll;
	float: right;
}