/*
	HEADER
*/
header {
	padding-top: 12px;
	padding-bottom: 12px;
}

#logo {
	height: 90px;
	margin-bottom: 10px;
}

.moto {
	display: none;
}


/*
	NAVIGATION
*/

.navbar-header {
	background-color: #331C1C;
}

.navbar-default .navbar-brand {
	color: beige;
}

#myNavbar {
	/* height: 150px; */
	background-color: #331C1C;
	z-index: 99;
	overflow-y: scroll;
	border-color: beige;

}

.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 99;
	background-color: #331C1C;
	border: none;
}

.row .content {
	height: auto;
}

.navbar-inverse {
	background-color: ;
	border-color: #331C1C;
}

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


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: beige;
}

.navbar-default .navbar-toggle {
	border-color: beige;
}

/* Top fix */

.top {
	margin-top: 50px;
}

.footer-banner {
	margin-top: 50px;
}

.heading {
	display: none;
}


/*
	INDEX
*/

.main-image img {
	margin-top: 3%;
	max-width: 100%;
	max-height: 100%;
}

/*
	DESCRIPTION
*/

#col-descr-banner {
	display: none;
}

/*
	JUCICES
*/
.swiper-wrapper {
	margin-bottom: 60px;
}

.img-spirit-spirit {
    width: 70%;
}
/*
	FOOTER
*/
footer {
  margin-top: 10px;
}

#footer-info {
  margin-top: 10px;
}


/*
	CONTACT
*/

#googleMapsMobile {
	height: 300px;
}
