/*body {background: url("../img/background.jpg") no-repeat fixed center center / 100% auto rgba(0, 0, 0, 0);}*/


/* Menu */
nav {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
	position: absolute;
	top: 10px;
	z-index: 500;
	text-align: center;
}

.top-nav {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
	top: 70px;
	text-align: center;	
	/*text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.50);*/
}

.top-nav ul {
	padding: 0;
}
.logo {
	text-align: center;
	width: 160px;
	background-position: center;
	vertical-align: middle;
	margin-top: 10px;
}
.top-nav a {
	font-size: 0.8em;
	font-weight: 600;
	text-align: center;	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.50);*/
	/*text-transform: uppercase;*/
}
.top-nav .logo a, .top-nav .logo.active-item a {
	font-weight: 400;
	line-height: 0em;
	text-align: center;
	
}
.top-nav .logo a strong {
	font-weight: 800;
}
.top-nav {
	text-align: left;
}

/* Menu hold */
.top-nav li a:hover, .top-nav li.active-item a, .top-nav .logo.active-item a:hover {
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	background: none repeat scroll 0 0 rgba(116, 76, 40, 0.95);
}
.top-nav li.logo a, .top-nav li.logo.active-item a, .top-nav .logo {
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
nav ul li ul li {
	text-align: center;
	font-size: 0.85em;
}
.top-nav ul ul {
	background: none repeat scroll 0 0 rgb(116, 76, 40);
}
.top-nav li ul li a {
	background: none repeat scroll 0 0 rgb(116, 76, 40, 0.5);
}




/* Slide */
#carousel {
	background: #fff;
	position: relative;
	top: 80px;
	z-index: 999;
	width: 100%;
	margin-bottom: 80px;
}

/*L*/
.carousel-text-L {
	display: block;
	position: absolute;
	/*width: 100%;*/
	z-index: 998;
	bottom: 50px;
	text-align: left;
	left: 50px;
}
.carousel-text-L h2 {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	color: rgb(116, 76, 40);
	display: inline-block;
	font-size: 1.7em;
	padding: 0.3125em 0.625em;
}
.carousel-text-L p {
	background: none repeat scroll 0 0 rgba(116, 76, 40, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 1.1em;
	padding: 0.625em 0.8em;
}

/*R*/
.carousel-text-R {
	display: block;
	position: absolute;
	/*width: 100%;*/
	z-index: 999;
	bottom: 50px;
	text-align: right;
	right: -150px;
}
.carousel-text-R h2 {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	color: rgb(116, 76, 40);
	display: inline-block;
	font-size: 1.7em;
	padding: 0.3125em 0.625em;
}
.carousel-text-R p {
	background: none repeat scroll 0 0 rgba(116, 76, 40, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 1.1em;
	padding: 0.625em 0.8em;
}

/*LT*/
.carousel-text-LT {
	display: block;
	position: absolute;
	/*width: 100%;*/
	z-index: 998;
	top: 50px;
	text-align: left;
	left: 50px;
}
.carousel-text-LT h2 {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	color: rgb(116, 76, 40);
	display: inline-block;
	font-size: 1.7em;
	padding: 0.3125em 0.625em;
}
.carousel-text-LT p {
	background: none repeat scroll 0 0 rgba(116, 76, 40, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 1.1em;
	padding: 0.625em 0.8em;
}

/*RT*/
.carousel-text-RT {
	display: block;
	position: absolute;
	/*width: 100%;*/
	z-index: 998;
	top: 50px;
	text-align: right;
	right: -150px;
}
.carousel-text-RT h2 {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	color: rgb(116, 76, 40);
	display: inline-block;
	font-size: 1.7em;
	padding: 0.3125em 0.625em;
}
.carousel-text-RT p {
	background: none repeat scroll 0 0 rgba(116, 76, 40, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 1.1em;
	padding: 0.625em 0.8em;
}




/* MENU MOBILE */
@media screen and (max-width: 768px) {
  body {
  	background: none repeat scroll 0 0 rgb(255, 255, 255);
  }
  nav {
  	background: none repeat scroll 0 0 rgb(116, 76, 40);
  	position: relative;
	text-align: center;
	top: 0px;
  }
  .top-nav {
	text-align: right;
  }
  .top-nav li {
  	line-height: 0.0em;
  }
  .top-nav .logo {
	font-size: 1.2em;
	text-align: center;
  }
ul.top-ul {
  	padding: 0;
  }
  ul.top-ul.right {
  	float: none;
  }
  
/*L*/
.carousel-text-L {
	display: block;
	position: absolute;
	/*width: 100%;*/
	z-index: 999;
	bottom: 10px;
	text-align: left;
	left: 10px;
}
.carousel-text-L h2 {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	color: rgb(116, 76, 40);
	display: inline-block;
	padding: 0.3em 0.5em;
	font-size: 0.7em;
}
.carousel-text-L p {
	background: none repeat scroll 0 0 rgba(116, 76, 40, 0.8);
	color: #fff;
	display: inline-block;
	padding: 0.3em 0.5em;
	font-size: 0.5em;
}

/*R*/
.carousel-text-R {
	display: block;
	position: absolute;
	/*width: 100%;*/
	z-index: 999;
	bottom: 10px;
	text-align: right;
	right: 10px;
}
.carousel-text-R h2 {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	color: rgb(116, 76, 40);
	display: inline-block;
	padding: 0.3em 0.5em;
	font-size: 0.7em;
}
.carousel-text-R p {
	background: none repeat scroll 0 0 rgba(116, 76, 40, 0.8);
	color: #fff;
	display: inline-block;
	padding: 0.3em 0.5em;
	font-size: 0.5em;
}


/*LT*/
.carousel-text-LT {
	display: block;
	position: absolute;
	/*width: 100%;*/
	z-index: 998;
	top: 80px;
	text-align: left;
	left: 5px;
}
.carousel-text-LT h2 {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	color: rgb(116, 76, 40);
	display: inline-block;
	padding: 0.3em 0.5em;
	font-size: 0.7em;
}
.carousel-text-LT p {
	background: none repeat scroll 0 0 rgba(116, 76, 40, 0.8);
	color: #fff;
	display: inline-block;
	padding: 0.3em 0.5em;
	font-size: 0.5em;
}
 }