/*
 * Base structure
 */

 html,
 body {
   /*
   background: url(../images/bg2.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   */
   /*background-color: #adc9a5;*/
	background-color: #87aa7f;
	height: 100%;
}
body {
	color: #333;
	text-align: center;
	/*text-shadow: 0 1px 3px rgba(0,0,0,.1);*/
}
 
 /* Extra markup and styles for table-esque vertical and horizontal centering */
 .site-wrapper {
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
}
.cover-container {
	width:100%!important;
}
 
 /* Padding for spacing */
.inner {
	padding: 30px;
}
/*
 * Common
 */

* {
	font-family: Arial, sans-serif;
}
h2 {
	margin: 30px 30px 30px 0;
	color: #efefef;
	text-shadow: 2px 2px 5px #0005;
	text-align: right;
	font-size: 1.35em;
}
h2 span {
	color: #adc9a5;
}
h3 span {
	font-size:17px;
	color:#999;
}
span.white {
	color:#fff;
}
span.white i {
	color:#aaa;
}
h3 {
	text-align:left;
}
p {
	text-align: left;
	font-size:16px;
}
p :not(a) strong {
	color: #354431;
}
.row.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.row.small {
	max-width: 1400px;
	margin: 0 auto;
}
p.lead {
	text-align:center;
}
.row img {
	display: block;
	max-width: 100%;
}
.banner {
	background-color: #fff;
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 15px 25px 3px #0005;
	z-index: 1;
	position: relative;
	background: url('../images/banner-bg.jpg') center no-repeat;
	background-size: cover;
}
.one-half {
	width: 50%;
}
.two-thirds {
	width: 66.66%;
}
.one-third {
	width: 33.33%;
}
.only-desktop {
	display: none;
}
a {
	color: #8ca485;
}
a:focus,
a:hover {
  color: #84ae7a;
  text-decoration: none;
}

/* Custom buttons */
.btn {
	border-radius: 0;
	padding-left: 25px;
	padding-right: 25px;
}
.btn-default {
	background-color: #84ae7a;
	border-color: #84ae7a;
	color: #fff;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus
{
	background-color: #73ac65!important;
	border-color: #73ac65!important;
	color: #fff!important;
}
/* Custom tabs */
.nav-tabs {
	display: flex;
	justify-content: center;
	border-bottom: none;
	margin-top: 20px;
}
.nav-tabs li {
	float: none;
}
.nav-tabs li a {
	border-radius: 0;
	font-size: .9em;
	padding: 8px 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	background-color: #fefefe;
	border: none;
	border-bottom: 1px solid #fefefe;
	box-shadow: 0 -2px 3px -2px #0002;
}
.nav-tabs > li > a:hover {
	border-color: transparent;
	background-color: #fefefeaa;
	color: #555a;
}
.tab-content {
	
}
/*
 * Header
 */
.navbar {
	border: none;
	border-radius: 0;
	margin: 0;
}
.navbar-top {
	background-color: #0006;
	min-height: 40px;
	color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 10px;
	box-shadow: 0 5px 5px -5px #0003;
	position: relative;
	z-index: 1;
}
.navbar-top a {
	color: #efefef;
}
.navbar-top a:hover,
.navbar-top a:active {
	text-decoration: underline;
}
.navbar-adelfas {
  background-color: #84ae7a;
  box-shadow: inset 0 -5px 10px -5px #0003;
}
.navbar-adelfas .navbar-header {
	margin: 0 auto;
	min-height: 70px;
	width: 100%;
	display: flex;
	align-items: center;
}
.navbar-adelfas .navbar-toggle {
	margin-left: auto;
}
.navbar-adelfas .navbar-toggle .icon-bar {
	background: #fff;
	height: 3px;
	width: 26px;
	margin-top: 5px;
}
.navbar-adelfas .navbar-collapse {
	background-color: #779670;
	border-top: none;
}
#menu {
	text-align: left;
}
#logo-sm {
	max-width: 180px;
	display: block;
	margin-right: auto;
	margin-left: 10px;
	margin-top: -30px;
	position: relative;
	z-index: 2;	
}
#logo {
	margin: 10px;
	width: 50%;
	max-width: 200px;
	display: none;
}
#logo img,
#logo-sm img {
	width: 100%;
}
.masthead-nav > li {
  display: block;
  text-align: left;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 5%;
  font-size: 16px;
  color: #fff;
  text-shadow: none;
}
.masthead-nav > .active > a,
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: #87aa7f;
  color: #fff;
}
.masthead-nav > li > .lang {
  border-bottom:0!important; 
  padding: 10px 10px 10px 5%;
}
.masthead-nav > li > .lang img {
	border-radius: 50%;
	border: 1px solid #eee;
	max-width: 26px;
}
/*
 * Footer
 */

.mastfoot {
	color: #ccc; /* IE8 proofing */
	color: rgba(255,255,255,.7);
	box-shadow: inset 0 10px 10px -5px #0001;
}
.mastfoot a {
	color: #efefef;
}
.mastfoot a:hover,
.mastfoot a:active {
	text-decoration: underline;
}
.mastfoot .row {
	width: 100%;
	padding: 30px 0;
	margin: 0;
}
.mastfoot .col-xs-12 {
	padding: 20px 40px;
}
.mastfoot .col-xs-12:not(.map) {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
}
.mastfoot .col-xs-12:not(.map)::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff6;
	position: relative;
	top: 20px;
}
.mastfoot .col-xs-12 p {
	width: 100%;
	max-width: 600px;
	text-align: center;
}
.mastfoot .foot-logo {
	width: 72%;
	max-width: 400px;
	min-width: 220px;
	border: none;
	margin: 0 0 20px 60px;
}
.mastfoot .social a {
	margin:0 3px;
}
.mastfoot .social a {
	color:#ddd;
}
.mastfoot .social a:hover,
.mastfoot .social a:focus {
	color:#fff;
}
.mastfoot .contacto {
	padding-top: 30px;
}
.mastfoot .contacto p {
	text-align: left;
	margin-bottom: 20px;
}
.mastfoot .col-12.map {
	display: block;
}
.mastfoot .map-container {
	margin: 0 auto;
	max-width: 400px;
}
.bot-foot {
	background-color: #4c6f65;
	padding: 14px 0 7px 0;
}
.bot-foot p {
	text-align: center;
}
/*
 * Cover
 */

.cover {
  padding: 45px 5%;
  width:100%;
  background-color: #efefef;
}

img.logo {
	padding:5px;
	width:65%;
	margin-bottom:5%;
	max-width:686px!important;
	min-width:250px;
	float:right;
	position:relative;
	bottom:20px;
	border:none!important;
}
img.logo-sm {
	width:100%;
	max-width:350px!important;
	float:right;
	position:relative;
	bottom:15px;
	padding:5px;
	border:none!important;
}
p.keywords {
	font-size:0.8em;
	color:#999;
	text-align:center;
	margin-top:50px;
}
.mastfoot p.keywords {
	color: #efefef99;
	margin: 0 auto;
}
h3.subtitle {
	text-align:center;
	clear: both;

}
.cover-heading.quote {
	margin: 60px auto 40px auto;
}
.cover-img {
	margin: 20px auto;
	width: 60%;
	box-shadow: 5px 5px 10px 3px #0003;
}
.section-title {
	margin:20px 0;
	/*border-bottom:2px solid #fff;*/
	text-align:left;
	clear:both;

}
.servicio {
	margin: 30px 0;
	padding: 0 20px;
}
.serv-container {
	padding: 30px 20px;
	background-color: #fefefe;
	box-shadow: 2px 2px 10px 5px #0002;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	max-width: 1400px;
}
.servicio .row {
	margin: 0;
	width: 100%;
}
.servicio .header {
	display: flex;
	align-items: center;
}
.servicio h3 {
	text-align: center;
	margin-bottom: 20px;
}
.servicio .text-center p,
.servicio .text-center h3 {
	text-align: center;
}
.servicio img {
	max-height: 200px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}
.servicio .btn {
	margin-top: 15px;
}

.quote {
	background: #3e523a;
	margin: 20px auto;
	padding:20px;
	text-align:center!important;
	box-shadow: 5px 5px 5px -2px #0003;
	width: 80%;
	max-width: 1000px;
	color: #fefefe;
}
h3.quote {
	
}
.quote span {
	color: #8ca485;
}
.softer {
	background:rgba(255, 255, 255, 0.1)!important;
	padding:0!important;
	width:100%;
	margin:15px auto;
}
/* Home */
.home-sections {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: absolute;
	left: 0;
}
.after-sections {
	margin-top: 400px;
}
.home-sections .section {
	padding: 0;
	background-size: cover;
	background-position: center;
}
.home-sections .section a {
	display: block;
	width: 100%;
	height: 400px;
	padding: 10px 0;
	padding-bottom: 70px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-color: #0002;
	transition: all .2s ease;
}
.home-sections .section a:hover,
.home-sections .section a:active,
.home-sections .section a:focus {
	background-color: transparent;
}
.home-sections .section a span {
	font-size: 1.2em;
	color: #efefef;
	text-shadow: 0 0 10px #000;
	background-color: #1d2e2488;
	padding: 10px;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
}
.home-sections .section a:hover span,
.home-sections .section a:active span,
.home-sections .section a:focus span {
	background-color: #1d2e24aa;
}
.home-sections .section.centro-de-jardineria {
	background-image: url('../images/centro-jardineria/plantas-24.jpg');
}
.home-sections .section.cesped-artificial {
	background-image: url('../images/cesped-artificial/cesped-artificial-5.jpg');
}
.home-sections .section.servicios {
	background-image: url('../images/gallery/3.jpg');
}
/*Gallery*/
.gallery {
	display: inline-block;
	margin-top: 20px;
}
.small .gallery {
	margin-bottom: 40px;
}
.small .gallery .col-xs-4 {
	padding: 0 10px;
}
.text-muted {
	color:#ccc;
}
a.thumbnail {
	padding: 0;
	border: 2px solid #3334;
	background-color: transparent;
	color:#fff;
}
a.thumbnail:hover {
	border-color: #3331;
	text-decoration:none;
}
a.thumbnail img {
	border: none;
	transition: all .2s;
}
a.thumbnail:hover img {
	opacity: 0.8;
}
.fancybox-skin {
	padding: 0!important;
}
/*Grass*/
#cesped {
	margin-top: 40px;
}
#cesped .item {
	padding: 0;
}
#cesped .item .row {
	margin: 0 -5px 20px -5px;
	padding: 15px 10px;
}
#cesped a.thumbnail {
	background: none;
}
#cesped h3 {
	text-align: center;
	margin-left: 20px;
}
/*Contact*/
.row.home-contact {
	background-image: linear-gradient(175deg, #fffe 0%, #fffa 30%, #fff0 60%), url('../images/contact-bg.jpg');
	background-position: center top, center 15%;
	background-size: cover;
	padding: 50px 20px;
	margin: 0;
}
.cover.contacto .row {
	max-width: 1200px;
	margin: 0 auto;
}
.contact-form {
	padding: 20px;
	max-width: 650px;
	margin: 0 auto;
}
.contact-form h3 {
	color: #3e523add;
	margin-bottom: 15px;
	margin-left: 5px;
}
.row.home-contact .contact-form h3 {
	color: #333;
	margin-left: 0;
}
.cover .contacto-datos {
	background-color: #3e523add;
	margin: 60px auto 20px auto;
	padding: 40px 20px 20px 20px;
	box-shadow: 0 0 10px #3332;
	display: flex;
	flex-direction: column;
	max-width: 450px;
}
.cover .contacto-datos p {
	color: #fefefe;
}
.cover .contacto-datos a {
	color: #fff;
}
.contacto-datos p {
	text-align: center;
	display: block;
	width: auto;
}
.form-group {
	padding: 0 5px;
}
.form-control {
	background-color: #3e523a60;
	border:2px solid transparent;
	color: #3e523a;
	border-radius: 0;
	box-shadow: none;
}
.form-control:focus {
	background-color: #fefefe;
	color:#3e523a;
	box-shadow: none;
	border-color:#3e523a60;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}
.contact-form .btn-default {
	background-color: #3e523add;
	border-color: #3e523add;
}
.contact-form .btn-default:hover,
.contact-form .btn-default:active,
.contact-form .btn-default:focus {
	background-color: #3e523a!important;
	border-color: #3e523a!important;
}
.row.home-contact .form-control {
	background-color: #fff6;
	color: #333;
}
.row.home-contact .form-control:focus {
	border-color: #333a;
	background-color: #fffa;
}
.row.home-contact .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #666;
	opacity: 1; /* Firefox */
}
.row.home-contact .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666;
}
.row.home-contact .form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #666;
}
.row.home-contact .btn-default {
	background-color: #fff4;
	border-color: #fff4;
	color: #000;
}
.row.home-contact .btn-default:hover,
.row.home-contact .btn-default:active,
.row.home-contact .btn-default:focus
{
	background-color: #fffa!important;
	border-color: #fffa!important;
	color: #000!important;
}
.embed-responsive-16by9 {
	margin-top: 5%;
}
