/* ============================================================================================= */
/* ============================================================================================= */
/* -------------------- Global common style
/* ============================================================================================= */
/* ============================================================================================= */
body { 
	background-color: rgba(73,52,43,1); 
}
.panel {
	border: 0;
	background: transparent;
}
p {
	font-family: 'Lora', serif;
	font-size: 0.9em;
}


/* ============================================================================================= */
/* -------------------- HEADER
/* ============================================================================================= */

/* --------------- common header --------------- */
header {
	background-color: #48342b;
}
header nav {
	display: table;
	vertical-align: middle;
	padding: 20px 50px;
}
header nav a,
header nav a:active,
header nav a:focus {
	display: table-cell;
	text-align: center;
	color: #c29e4a;
	font-size: 0.9em;
	font-family: 'Lora', serif;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: 150ms ease-in;
	transition: 150ms ease-in;
}
header nav a img {
	height: 90px;
}
header nav a:hover,
header nav a:focus {	
	color: #48342b;
	background-color: #c29e4a;
}
header nav a:nth-child(4):hover,
header nav a:nth-child(4):active,
header nav a:nth-child(4):focus {
	background-color: inherit;
	color: inherit;
}

.subnav {
	z-index: 9999;
	position: absolute;
	top: 130px;
	width: 100%;
	background-color: #48342b;
	border-top: 2px solid #c29e4a;
	border-bottom: 3px solid #c29e4a;
	padding: 20px 0;
}
.subnav ul li {
	text-align: center;
}
.subnav img {
	height: 25%;
}
.subnav ul li {
	-webkit-transition: 150ms ease-in;
	transition: 150ms ease-in;
}
.subnav ul li p {
	margin-bottom: 0;
	color: #c29e4a;
	font-family: 'Lora', serif;
	-webkit-transition: 150ms ease-in;
	transition: 150ms ease-in;
}
.subnav ul li:hover {
	background-color: #c29e4a;
	color: #48342a;
}
.subnav ul li:hover p {
	color: #48342a;
}

/* ============================================================================================= */
/* -------------------- FOOTER
/* ============================================================================================= */
footer {
	background-color: #f2f2f2;
	padding: 30px 0;
	text-align: center;
}
footer span {
	font-family: 'Roboto', sans-serif;
}
footer a.network {
	display: inline-block;
	margin: 20px;
	margin-bottom: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid rgba(73,52,43,1);
	background-color: rgba(73,52,43,1);
	color: #c29e4a;
	-webkit-transition: 150ms ease-in;
	transition: 150ms ease-in;
}
footer a.network:hover {
	background-color: #c29e4a;
	color: rgba(73,52,43,1);
}
footer a.network i {
	line-height: 36px;
}


/* ============================================================================================= */
/* -------------------- Header/Footer for fixe
/* ============================================================================================= */
.fixe header, .fixe footer {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
}
.fixe header {
	top: 0;
}
.fixe footer {
	top: 100%;
}






