html, body {
    height: 100%;
	background-color: #444444;
}

.owl-wrapper-outer {
    height: 100% !important;    
}

.owl-wrapper {
     height: 100%;   
}

.owl-item {
    height: 100%;
}

.b-Amarelo {
    height: 100%;
}

.owl-item h1 {
    margin: 0;
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px;

	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	border: 1px solid transparent;

}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	background: transparent;
	border: 1px solid #000;

	width: 12px;
	height: 12px;

	margin-bottom: 4px;
}

.owl-theme .owl-controls{
	position: fixed;
	z-index: 100;

	top: 100%;
	left: 50%;
	margin: -10% 0 0 -2.8em;

	text-align: center;
}

.b-Branco {
	background: #fff;
}

.b-seidokan{
	background: url("images/seidokan.png") no-repeat center center;
	position: relative;
	height: 100%!important;
	background-size: cover;
	color: white;
}
.b-gelagraphics {
	background: url("images/gelagraphics.png") no-repeat center center;
	position: relative;
	height: 100%!important;
	background-size: cover;
}

.b-tablegray {
	background: url("images/tablegray.png") no-repeat center center;
	position: relative;
	height: 100%!important;
	background-size: cover;
}

.b-oberreiter-omer {
	background: url("images/oberreiter-omer.png") no-repeat center center;
	position: relative;
	height: 100%!important;
	background-size: cover;
}

.b-Cinza {
	background: #f0f0ef;
}

.b-Chumbo {
	background: #4a4a4a;
}

header {
	position: fixed;

	width: 100%;
	height: 3em;

	z-index: 20;
	background: rgba(0,0,0, .75);
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footer {
    background: #ffffff;
    line-height: 2;
    text-align: center;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 0 0px 0 #84BAFF;
    box-shadow: 0 0 3px #00214B
}

/* Viewport
/* * * * * * * * * * * * * * * * * * * * */
#viewport {
	position: relative;

	padding: 5%;
	width: 100%;
	height: 100%;

}