/* CSS Document */


html{
	height:100%;
}

body {
	font-family: 'Oxygen', sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}
.page-wrap {
	position : relative;
	min-height: 100%;
}

#header{
	background:#fff;
	text-align: center;
	display: block;
	margin: 0 auto;
	height: 90px;

}

#logoHeader {
	width: 500px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top:0px;
	z-index: 100;
}






#pageContent{
	min-height:(100% + 60px);
	margin: 0 auto;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom:55px;
	background: #333;
}

#pageContent::before{
	position: absolute;
	background: #fff;
	width: 100%;
	height: 86px;
	content: '';
	top:0;
	left: 0;
	z-index: 10;
}



#containerInfoFooter{
	text-align: center;
	position: absolute;
	bottom: 60px;
	z-index: 10;
		margin: 0 auto;
		width: 100%;
		left: 0;

}

.boxInfoFooter{
	background: #105f2b;
	color: #fff;
	padding: 10px 10px;
	border-radius: 10px 10px 0 0;

}

.boxInfoFooter h1{
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;

}

.boxInfoFooter a{
	color: #fff;
	background: #522f11;
	padding: 3px 10px;
	font-size: 1.2em;
	border-radius: 5px 5px 5px 5px;

}




#pageContent .container {

}
#owl-carousel-home {
	position: relative;
	height:100%;
	width: 100%;
	margin-top: -90px;
	z-index: 0;
	/*border: 5px solid #ececec;*/
}
#owl-carousel-home .boxImageDiapoHome {
	display: inline-block;
}
#owl-carousel-home .boxImageDiapoHome img {
	display: block;
	width: 100%;
	height: auto;
}

footer {
	background: #522f11;
	padding: 10px 0 5px 0;
	font-size: 18px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color: #fff;
	font-size: 1.7em;
	line-height: 20px;
	height: 60px;
}
footer a {
	color: #fff;
	font-size: 12px;
}
footer a:hover {
	color: #fff;
}
footer .text1 {
	font-family: 'Rufina', serif;
	font-weight: bold;
	font-size: 24px;
}
footer .text2 {
	font-size: 16px;
}
footer #boxMentions {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
footer .iconFooter {
	font-size: 46px;
	display: inline-block;
	margin: 0 8px;
}





.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}



@media (max-width: 768px) {
#logoHeader {
	width: 90%;
	margin-left: 2.5%;
	left: 0;
}



#containerInfoFooter{
	text-align: center;
	position: relative;
	bottom: 0px;
	z-index: 10;
		margin: 0 auto;
		width: 100%;
		left: 0;
		margin-top: 100px;
		padding-bottom: 20px;

}



.boxInfoFooter{
	margin-bottom: 20px;

}


footer {
	background: #522f11;
	padding: 10px 0 5px 0;
	font-size: 18px;
	position:relative;
	bottom:0;
	left:0;
	right:0;
	color: #fff;
	font-size: 1.7em;
	line-height: 20px;
	height: 60px;
}




#owl-carousel-home{
	display: none;
}


#pageContent{
	background: url('/assets/img/home-slider/02.jpg') no-repeat center center;
	background-size: cover;

}



}
