/*
Description: Layout style sheet for madeiraestates.com frontend. 
Author:	Jaime Teixeira <webinsert@gmail.com>    
*/
 
footer {
	clear: left;
	margin-top: 7.5em;		
}

.container {
	position: relative;
	margin: 0 auto;
	max-width: 75em;
	min-width: 18.75em;
	overflow: hidden;
}
#box-footer-top .container {
	display: flex;
	height: 11.25em;
	align-items: center;
}
	#box-footer-bottom .container {
		display: flex;
		height: 6.25em;
		align-items: center;
	}
.logo img {
	width: 305px;
	height: 60px;
	vertical-align: middle;
}
#box-footer-top .logo {min-width: 305px;}

.menu-language {padding: 0 0.625em;}
.main-menu {
	height: 6.25rem;
	line-height: 6.25rem;
}
.menu-language li,
.main-menu li {
	display:inline;
}
.page-heading .container {
	display: flex;
	align-items: center;
	height: 3.125em;
}

#main-header .logo {
	float: left;
	height: 6.25em;
	padding-left: 0.625em;
	line-height: 6.25em;
}
section {clear: both;}
#box-main-nav {
	float: left;	
}
#top {
	position: absolute;
	top: 0.3125em;
	right: 0;
	display: flex;
}