
body {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: url(images/background.png) left top no-repeat #bfb8a6;
}

/*
semi-bold: 600
extra-bold: 800
*/

h1, h2 {
	color: #bfb8a6;
}

h1 {
	font-size: 25px;
	font-weight: 800;
	margin: 0 0 20px 0;
	color: #4c4138;
}

h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 5px 0;
}

p {
	margin: 0 0 15px 0;
}

hr {
	border: none;
	border-bottom: 2px solid #bfb8a6;
	margin: 40px 0;
}

.clear {
	clear: both;
}

.container {
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
}

header {
	border-top: 30px solid #4c4138;
	padding-top: 10px;
	border-bottom: 20px solid #FFFFFF;
}

header a.logo {
	float: left;
	background: #FFFFFF;
	display: block;
	padding: 20px;
	width: 30%;
	box-sizing: border-box;
}

header a.logo img {
	display: block;
	width: 100%;
}

header nav {
	float: left;
	width: 70%;
}

header nav .mobile-nav {
	display: none;
}

header nav ul {
	padding: 29px 0 0 0;
	margin: 0px;
	width: 100%;
	list-style-type: none;
	text-align: right;
}

header nav ul li {
	display: inline-block;
}

header nav ul li a {
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.8;
	text-decoration: none;
	padding: 0 10px;
	display: block;
	line-height: 30px;
	font-size: 18px;
}

header nav ul li:last-child a {
	padding-right: 0px;
}

header nav ul li a:hover, header nav ul li.active a {
	opacity: 1;
}

.page {
	background: #FFFFFF;
}

.home-slideshow {
	width: 100%;
	position: relative;
}

.home-slideshow img {
	display: none;
	width: 100%;
}

.home-slideshow img.cycle-slide-active {
	display: block;
}

.home-slideshow .cycle-pager {
	position: absolute;
	bottom: 20px;
	left: 40px;
	z-index: 500;
}

.home-slideshow .cycle-pager span {
	background: #FFFFFF;
	color: transparent;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	opacity: 0.5;
	cursor: pointer;
	margin: 0 5px;
}

.home-slideshow .cycle-pager span.cycle-pager-active {
	opacity: 1;
}

.thumbnails {
	padding: 40px 20px;
}

.thumb {
	box-sizing: border-box;
	width: 33.33%;
	padding: 0 10px;
	display: block;
	float: left;
	text-decoration: none;
}

.services .thumb {
	margin-bottom: 20px;
}

.thumb.single {
	width: 100%;
	padding: 0;
	margin-bottom: 40px;
}

.thumb img {
	display: block;
	width: 100%;
}

.thumb .caption {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4c4138;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 600;
	padding: 10px;
	min-height: 50px;
}

.content {
	padding: 0 30px 40px 30px;
	box-sizing: border-box;
	width: 67%;
	float: left;
}

.content.service {

}

.sidebar {
	box-sizing: border-box;
	padding-right: 30px;
	float: left;
	width: 33%;
}

.sidebar.service {
	padding-right: 0px;
	padding-left: 30px;
}

.recomendations-slider {
	margin: 0 40px;
}

.recomendation em {
	color: #a4a4a7;
}

.recomendation a {
	color: #bfb8a6;
	text-decoration: none;
	font-size: 12px;
}

.full-page {
	padding: 40px 60px;
}

.img-right {
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
}

.marconi-logo {
	width: 155px;
}

.gallery-filter {
	list-style-type: none;
	padding: 0;
	margin: 0 0 60px 0;
}

.gallery-filter li {

}

.gallery-filter li a {
	display: block;
	font-weight: 400;
	color: #4c4138;
	font-size: 16px;
	opacity: 0.6;
	line-height: 20px;
	text-decoration: none;
	padding: 5px 0;
}

.gallery-filter li.active a {
	opacity: 1;
}

.gallery {

}

.gallery a {
	width: 33.333%;
	box-sizing: border-box;
	padding: 10px;
	float: left;
}

.gallery a img {
	display: block;
	width: 100%;
}

.sidebar.service h2 span {
	display: none;
}


footer {
	background: #a59283;
}

footer .foot {
	background: #4c4138;
	color: #FFFFFF;
	padding: 40px 30px 60px 30px;
	line-height: 30px;
}

footer .foot a {
	color: #FFFFFF;
	text-decoration: none;
}

footer .foot .box {
	box-sizing: border-box;
	border-left: 1px solid #bfb8a6;
	padding-left: 40px;
	display: inline-block;
	width: 49%;
	vertical-align: top;
	min-height: 160px;
}



/* smaller than phablet */
@media (max-width: 780px) {

	header {
		border-top-width: 20px;
		border-bottom-width: 10px;
	}

	header a.logo {
		width: 60%;
	}

	header nav {
		width: 40%;
		position: relative;
		text-align: right;
		color: transparent;
	}

	header nav .mobile-nav {
		display: inline-block;
		width: 50px;
		height: 50px;
		background: url(images/nav-bars.png) center center no-repeat;
		background-size: 50px 50px;
		margin: 10px 0 0 0;
	}

	header nav ul {
		display: none;
		position: absolute;
		background: #FFFFFF;
		padding: 20px;
		z-index: 800;
		right: 0px;
	}

	header nav ul li {
		display: block;
	}

	header nav ul li a {
		color: #000000;
		padding: 5px 10px;
	}

	.thumb .caption {
		font-size: 12px;
		font-weight: 400;
		min-height: 28px;
	}

	.gallery a {
		width: 50%;
	}

}

/* smaller than mobile */
@media (max-width: 500px) {
	header a.logo {
		width: 70%;
	}

	header nav {
		width: 30%;
	}

	header nav .mobile-nav {
		margin: 0;
	}

	.container {
		padding: 0 10px;
	}

	.thumb {
		width: 100%;
		margin-bottom: 20px;
	}

	.thumb img {
		height: 150px;
		object-fit: cover;
	}

	.content {
		width: 100%;
	}

	.sidebar {
		width: 100%;
		padding: 0 30px 40px 30px;
	}

	.sidebar.service {
		padding: 0 30px;
	}

	.recomendations-slider {
		margin: 0;
	}

	.img-right {
		display: block;
		float: none;
		text-align: center;
		margin: 0 0 20px 0;
	}

	.full-page {
		padding: 40px 20px;
	}

	.gallery-filter {
		margin-bottom: 20px;
		display: none;
	}

	.sidebar.service h2.filter-open {
		cursor: pointer;
		color: #4c4138;
	}

	.sidebar.service h2 span {
		display: inline-block;
		float: right;
	}

	footer .foot .box {
		width: 100%;
		border: none;
		padding: 0;
		min-height: auto;

	}

	footer .foot .box.first {
		margin-bottom: 20px;
	}

}