body {
	margin: 0;
}
.padding-none{
	padding: 0 !important;
}
/*header---------------------------------------------------------------------------------------------- */
header {
	background-color: #285023;
	color: white;
}
header .icon-bar {
	background-color: #e88527;
}
.header-container {
	position: absolute;
	width: 100%;
	border-top: 35px solid transparent;
	border-right: 60px solid transparent;
	border-left: 60px solid transparent;  
}
.navbarx {
  position: relative;
  height: 100%
  min-height: 50px;
  z-index: 2;
}
.navbar-defaultx {
  background-color: #285023;
  border-color: #285023;
}
.navbar-defaultx .navbar-nav  li  a {
  color: white;
  font-weight: bold;
  text-align: center;
}
.navbar-defaultx .navbar-nav  li  a:hover,
.navbar-defaultx .navbar-nav  li  a:focus {
  color: white;
  background-color: transparent;
  border-bottom: 6px solid #e88527; 
}
.dropdown-menu li a {
	padding: 10px !important;
} 
.dropdown-menu li a:hover {
	background-color: #e88527 !important;
	border: none !important;
} 
.dropdown:hover .dropdown-menu {
	display: block;
	background-color: #181f13;
	padding: 0;
}
.dropdown-menu .divider {
    background-color: #202a1a !important;
    margin: 0 !important;
}
.nav-center {
	padding-top: 20px;
}
.nav-element {
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}
.nav-element img {
	display: block;
	margin: auto;
}
.logo-header {
	display: block;
}
.logo-header .logo-principal{
	max-height: 7vw;
}
/*Front---------------------------------------------------------------------------------------------- */
.green-top {
	width: 100%;
	height: 80px;
	background-color: #181f13;
}
.green-top-bottom {
	background-color: rgba(49, 94, 45, 0.6);
	padding: 10px;
}
#contact-us {
	font-weight: bold;
	font-size: 4em;
	color: white;
	margin: 50px 0 auto 4vw;
}
.front {
	background-image: url('../img/front.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: auto;
	color: white;
}
/*Contact--------------------------------------------------------------------------------------------- */
.contact {
	padding: 20px 4vw 60px 4vw;
}
.contact h1 {
	font-weight: bold;
	color: 	#1e3c19;
}
.contact h1 span {
	color: #e88527;
}
.contact label {
	display: block;
	color: #e88527;
	font-size: 1.6em;
}
.contact input {
	background-color: #faf9f9;
	padding-left: 15px;
	color: black;
	width: 100%;
	height: 50px;
	display: block;
	margin: auto;
	margin-bottom: 50px;
	border: 2px solid #d7d7d7;
}
.contact select {
	background-color: #faf9f9;
	padding-left: 15px;
	color: #6c6b6b;
	width: 100%;
	height: 50px;
	display: block;
	margin: auto;
	margin-bottom: 50px;
	border: 2px solid #d7d7d7;
}
.message-input {
	display: block;
	margin: auto;
}
.message-input textarea{
	padding: 15px;
	background-color: #faf9f9;
	color: black;
	width: 100%;
	height: 180px;
	display: block;
	margin: auto;
	margin-bottom: 15px;
	border: 2px solid #d7d7d7;
}
.contact button{
	width: 180px;
	height: 60px;
	outline: none;
	background-color: #e88527; 
	color: white;
	font-weight: bold;
	border: none;
	display: block;
}
.dates-title {
	text-align: center;
}
.dates {
	max-width: 350px;
	padding: 20px;
	border: 2px solid #e88527;
	margin: auto;
}
.dates h2 {
	font-weight: bold;
}
.dates p {
	font-weight: lighter;
	color: #1e3c19;
	text-align: left;
	font-size: 1.5em;
}
.dates img {
	display: inline;
}
#telephone {
	font-weight: lighter;
	margin-top: 0;
}
#email {
	font-weight: bold;
	color: #e88527;
	margin-top: 0;
}
.dates ul {
	padding: 0;
}
.dates li {
	list-style: none;
	text-align: center;
	color: #1e3c19;
	font-size: 1.3em;
}
#days li{
	list-style: none;
	text-align: left;
}
/*Map--------------------------------------------------------------------------------------------- */
.map {
	padding: 30px;
}
.map iframe {
	margin: auto;
}
/*Pre-footer--------------------------------------------------------------------------------------------- */
.pre-footer {
	background-color: #263220;
	padding: 60px;
	color: white;
}
.pre-footer p {
	display: block;
	margin: auto;
	text-align: justify;
	margin-bottom: 15px;
	padding-top: 20px;
}
.pre-footer h2 {
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
}
.pre-footer li {
	list-style: none;
	text-align: center;
}
/*Footer------------------------------------------------------------------------------------------- */
footer {
	background-color: #22211f;
	color: white;
}
footer h4 {
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
}
footer h2 {
	text-align: center;
}
.social-networks {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.social-networks a{
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}
.social-networks a:hover{
	text-decoration: none;
}
