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

html,body {
	padding:0;
	margin:0;
	height:100%;
	max-height:100%;
	font-size:100%;
	background:#851331;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#splash{
	position:absolute;
	width:100%;
	height: 100%;
	display:block;
	background: #231607 url("../img/splash-h.jpg") no-repeat center;
	background-size:contain;	
	-moz-background-size: contain;
	-webkit-background-size: contain;
	top:0;
	z-index:1000;
}
#header{
	position:relative;
	width:100%;
	height:110px;
	clear:both;
	overflow:hidden;
	z-index:100;
	background: #a61743; /* Old browsers */
}

#logo{
	height:100%;
}

#logo img{
	height:100%;
	width:auto;
}

#footer{
	position:fixed;
	width:100%;
	height:25px;
	clear:both;
	bottom:0;
	overflow:hidden;
	background:#851331;
	z-index:100;
	
}

#footer img{
	height: 100%;
}

#footer #patrocinio{
	float:right;
	text-align:right;
	height:100%;
}

#mainContainer{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:110px;
	background:#fff;
	/*margin:110px 0 25px 0;*/
	overflow:hidden;
}

#blocks{
	display: block;
	position:relative;
	background:#fff;
	/*margin:110px 0 25px 0;*/
	height:100%;
}

#mainContainer .homeContent {
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	margin: 0em 0.5em 0.5em 0;
	padding:1em;
	background-color:rgba(255,255,255,0.8);
	z-index:0;
}

.homeTitle, .homeBody{
	margin:0;
	padding:0;
}

.homeTitle{
	font-size:1.4em;
	display:block;
	font-weight:bold;
	padding-bottom:0.2em;
	margin:0.4em 0;
	text-transform:uppercase;
	background: url("../img/title-bg.jpg") no-repeat bottom left;
}

.homeBlock{
	float:left;
	overflow:hidden;
	border-bottom:2px dotted #d6d6d6;
	border-right:2px dotted #d6d6d6;
	position:relative;
}

.homeBlock a{
	display:block;
	color: #333;
	height:100%;
	text-decoration:none;
}


#mainContainer .block1{
	/*width:50%;
	height:50%;
	background: url("../img/home-bg.jpg") repeat-x bottom;*/
	background: url("../img/ovos/ovo1.jpg") no-repeat bottom left;
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	width:50%;
	height:50%;
	/*min-height:300px;*/
	margin-bottom:-2px;
	z-index:3;
}

#mainContainer .block2{
	width:50%;
	height:25%;
	/*min-height:150px;*/
	background: url("../img/ovos/ovo2.jpg") no-repeat bottom right;
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	margin-right:-4px;
	margin-bottom:-2px;
	z-index:3;
}

#mainContainer .block3{
	width:50%;
	height:25%;
	/*min-height:150px;*/
	background: url("../img/ovos/ovo3.jpg") no-repeat bottom left;
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	margin-right:-4px;
	z-index:2;
}

#mainContainer .block4{
	width:50%;
	height:25%;
	/*min-height:300px;*/
	background: url("../img/ovos/ovo4.jpg") no-repeat bottom right;
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	z-index:2;
}

#mainContainer .block5{
	width:50%;
	height:25%;
	/*min-height:300px;*/
	background: url("../img/ovos/ovo5.jpg") no-repeat bottom right;
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	margin-right:-4px;
}

#mainContainer .block6{
	width:50%;
	height:25%;
	/*min-height:300px;*/
	background: url("../img/ovos/ovo6.jpg") no-repeat bottom left;
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	z-index:2;
}

#mainContainer .block7{
	width:50%;
	height:25%;
	/*min-height:300px;*/
	background: url("../img/ovos/ovo7.jpg") no-repeat bottom left;
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	margin-right:-4px;
}

.block1 .homeContent{
	width:60%;
	min-width:200px;
	float:right;
}

.block2 .homeContent{
	width:60%;
	min-width:200px;
	float:left;
}

.block3 .homeContent{
	width:60%;
	min-width:180px;
	float:right;
}

.block4 .homeContent{
	width:60%;
	min-width:180px;
	float:left;
}

.block5 .homeContent{
	width:60%;
	min-width:180px;
	float:left;
}

.block6 .homeContent{
	width:60%;
	min-width:180px;
	float:right;
}

.block7 .homeContent{
	width:60%;
	min-width:180px;
	float:right;
}

@media only screen and (max-height: 670px) {
#mainContainer{
	width:100%;
	height:auto;
	top:0;
}
#splash{
	background: #231607 url("../img/splash-v.jpg") no-repeat center;
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}
#blocks{
	margin:110px 0 25px 0;
}
#header{
	position:fixed;
	top:0px;
	height: 110px;
}

#footer{
	position:fixed;
	bottom:0px;
	height: 25px;
}
	
.homeTitle{
	font-size:1.2em;
}

.homeBlock{
	clear:both;
	overflow:hidden;
	width:100%;
	height:200px;
	border-right:none;
}

.homeContent{
	width:50%;
	height:100%;
	float:right;
	margin:0;
}

.homeBody{
	margin:0;
}

#mainContainer .block1, #mainContainer .block2, #mainContainer .block3, #mainContainer .block4, #mainContainer .block5, #mainContainer .block6, #mainContainer .block7{
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-position:bottom left;
	width:100%;
	min-height:180px;
	height:180px;
	margin-bottom:0;
}

.block1 .homeContent, .block2 .homeContent, .block3 .homeContent, .block4 .homeContent, .block5 .homeContent, .block6 .homeContent, .block7 .homeContent{
	float:right;
	width:50%;
}

}

@media only screen and (max-width: 800px) and (orientation: portrait) {
body{
	background:#fff;
}
#splash{
	background: #231607 url("../img/splash-v.jpg") no-repeat center;
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}

#blocks{
	margin:110px 0 25px 0;
}
#header{
	top:0px;
	height: 110px;
}
#mainContainer{
	width:100%;
	height:auto;
	top:0;
	bottom:25px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#footer{
	height: 25px;
}
	
.homeTitle{
	font-size:1.2em;
}

.homeBlock{
	clear:both;
	overflow:hidden;
	width:100%;
	height:200px;
	border-right:none;
}
.homeBody{
	margin:0;
	font-size: 13px;
}

#mainContainer .block1, #mainContainer .block2, #mainContainer .block3, #mainContainer .block4, #mainContainer .block5, #mainContainer .block6, #mainContainer .block7{
	background-size:contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	background-position:bottom left;
	width:100%;
	min-height:180px;
	height:180px;
	margin-bottom:0;
}

.block1 .homeContent, .block2 .homeContent, .block3 .homeContent, .block4 .homeContent, .block5 .homeContent, .block6 .homeContent, .block7 .homeContent{
	float:right;
	width:50%;
}

}

@media only screen and (max-width: 450px) {
body{
	background:#fff;
	overflow: auto; 
	-webkit-overflow-scrolling: touch;
}

#footer{
	height: 25px;
}

#blocks{
	margin:110px 0 25px 0;
}

#mainContainer .block1, #mainContainer .block2, #mainContainer .block3, #mainContainer .block4, #mainContainer .block5, #mainContainer .block6, #mainContainer .block7{
	background-size:auto;
	-moz-background-size: auto;
	-webkit-background-size: auto;
	background-position:bottom left;
	width:100%;
	min-height:100px;
	height:190px;
	margin-bottom:0;
}

#mainContainer .block1{
	background-image: url("../img/ovos/ovo1-mobile.jpg");
}

#mainContainer .block2{
	background-image: url("../img/ovos/ovo2-mobile.jpg");
}

#mainContainer .block3{
	background-image: url("../img/ovos/ovo3-mobile.jpg");
}

#mainContainer .block4{
	background-image: url("../img/ovos/ovo4-mobile.jpg");
}

#mainContainer .block5{
	
	background-image: url("../img/ovos/ovo5-mobile.jpg");
}
#mainContainer .block6{
	background-image: url("../img/ovos/ovo6-mobile.jpg");
}

#mainContainer .block7{
	background-image: url("../img/ovos/ovo7-mobile.jpg");
}

.block1 .homeContent, .block2 .homeContent, .block3 .homeContent, .block4 .homeContent, .block5 .homeContent, .block6 .homeContent, .block7 .homeContent{
	float:right;
	width:60%;
	min-width:160px;
}
.homeTitle{
	font-size:1em;
	text-align:right;
	background-position:bottom right;
}
.homeBody{
	/*display:none;*/
	font-size: 13px;
}
}