/* General */
body {
	font-family: 'Roboto', sans-serif;
	color: #291701;
	overflow-x: hidden;
}

a {
	color: #291701;
	font-weight: bold;
}


/* Header */
header {
	background-color: #2a1000;
	padding-top: 25px;
}

.social-header {
	margin-top: 12px;
}

	.social-header a {
		color: #fff;
	}
	
		.social-header a .fa-inverse {
			color: #2a1000;
		}

.menu-bar {
	background-color: #ffbc01;
	margin-top: 20px;
}
	.menu-bar a {
		color: #2a1000;
		font-size: 16px;
		font-weight: 500;
	}
	
	.menu-bar a:hover {
		text-decoration: none;
		color: #fff;
	}

.menu-list {
	padding: 12px 0;
	margin-bottom: 0;
}
	.menu-list > li:not(:last-child) {
		margin-right: 40px;
	}

/* Content */

/* Main */
#main > .container {
	box-shadow: 0 7px 18px rgba(0, 0, 0, .5); 
}

/* Carousel */
#slider-home {
	margin-bottom: 50px;
	padding-top: 15px;	
}

.carousel-inner img {
	width: 100%;
}

/* Info content */
h3 {
	font-size: 24px;
	border-bottom: 1px solid #9e9e9e;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
	h3 i {
		color: #929292;
	}

p {
	font-size: 16px;
	text-align: justify;
}

/* Footer */
footer {
	background-color: #f6b92a;
	font-size: 12px;
	padding: 10px 0;
}

	footer ul {
		margin-bottom: 0;
	}

	footer a:hover {
		color: #fff;
		text-decoration: none;
	}


/* Footer sidebars */
.sidebars-zone {
	background-color: #e0e0e0;
	padding-top: 20px;
}
	.sidebars-zone h4 {
		font-size: 20px;
		border-bottom: 1px solid #9e9e9e;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.sidebars-zone a {
		margin-bottom: 18px;
		display: block;
	}

	.sidebars-zone a:hover {
		color: #000;
	}

	


/* Helpers */
.mar-top-80 {
	margin-top: 80px;
}