#logo {
	height: 140px;
	margin: 0 auto;
}

.moto {
	padding-top: 20%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 20px;
	color: #331C1C;
}


/*
	NAVIGATION
*/
.navbar-nav {
	display: table;
	width: 100%;
	margin: -20px;
}

.navbar-nav > li {
	float: none;
	display: table-cell;
	text-align: center;
}

.navbar {
	background-color: transparent;
	border: none;
}

.navbar-brand {
	display: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a {
	color: green;
}

.navbar-default .navbar-nav > li > a {
	font: bold 15px/30px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #331C1C;
	text-transform: uppercase;
}

/*
	DESCRIPTION
*/
.descr {
	margin-left: 0;
}

/*
	FRUITS
*/
.fruits {
	width: 37.49999999625%;
	height: 215px;
}

.fa-angle-right {
	display: none;
}

/*
	CONTACT
*/
#googleMapsSmall {
	height: 400px;
}

#contact-img-instr {
	width: auto;
	display: block;
	margin: 0 auto;
}

.map-row {
	padding: 0;
}
