body {
  font-family: Lato, sans-serif;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px!important;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px!important;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1100px!important;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1200px!important;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1400px!important;
  }
}

@media (min-width: 1900px) {
  .container {
    max-width: 1600px!important;
  }
}

.bg-transparent {
  background: transparent;
  color: #fff;
}

.navbar-transparent {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
}

.hero-background {
  background: black url("../img/hero-background.jpg") no-repeat center center;
  background-size: cover;
}

.hero-section {
  min-height: 100vh;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero-section h4 {
  padding: 10px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 250px;
  margin: 0 auto;
  font-size: 37px;
  font-weight: 300;
  text-transform: uppercase;
}

.hero-section h1 {
  font-size: 110px;
  font-weight: 800;
}
@media(max-width:992px) {
    .hero-section h1 {
        font-size: 70px;
    }
}

.hero-section p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.services-box {
  width: 100%;
  height: 250px;
  background: #333;
  margin-top:  -125px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-box {
  box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.3);
}

@media (max-width:992px) {
    .services-box {
  box-shadow: none;
}
}

.services-box.amenajare-curti {
  background: url("../img/amenajari-curti.jpg") no-repeat; 
}

.services-box.intretinere-spatii-verzi {
  background: url("../img/intretinere-spatii.jpg") no-repeat;
}

.services-box.vanzari-plante {
  background: url("../img/vanzari-plante-ornamentale.jpg") no-repeat;
}

.services-box.pregatire-sol {
  background: url("../img/pregatire-sol.jpg") no-repeat;
}

.services-box h3 {
  font-size: 18px;
  font-weight: 300;
}

.about-checke-garden {
  padding: 150px 0;
  text-align: center;
}

.about-checke-garden > img {
  margin: 0 0 150px 0;
}

.short-desc-checke h3 {
  color: #28a745;
  font-weight: bold;
  margin-bottom: 15px;
}

.short-desc-checke h1 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 800;
}

.short-desc-checke p {
  line-height: 30px;
}

.short-desc-checke-content p {
  line-height: 30px;
}

.quote {
  padding: 80px 0;
  font-size: 18px;
  font-style: italic;
}

.quote .quote-content {
  width: 80%;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.quote .quote-content:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -10px;
  bottom: -10px;
  font-size: 30px;
}

.quote .quote-content:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 600;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 30px;
}

.quote .quote-content .author {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 24px;v
  margin-bottom: 0;
  line-height: 1;
  color: #28a745;
}

.quote .quote-content .author .website {
  font-size: 14px;
  color: #666;
  display: block;
}

.product-menu {
  background: #333 url("../img/menu-services-bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 50px 0px 50px 50px;
}

.product-menu h1 {
  margin-bottom: 30px;
}

.product-menu-item {
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding: 15px 15px;
  margin: 0;
  cursor: pointer;
}

.product-menu-item:first-child {
  border-top: 1px solid rgba(255,255,255,0.4);
}

.product-menu-item:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.06+0,0.56+100 */
  background: -moz-linear-gradient(left, rgba(0,0,0,0.06) 0%, rgba(255,255,255,0.56) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.06) 0%,rgba(255,255,255,0.56) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0.06) 0%,rgba(255,255,255,0.56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#8fffffff',GradientType=1 ); /* IE6-9 */
}

.product-menu-item h3 {
 font-size: 24px;
 font-weight: 600;
}

.product-menu-item .title-and-desc {
 padding-left:  20px;
}

.product-menu-item .title-and-desc p {
  margin:0 ;
}

.amenajari,
.intretinere,
.vanzare,
.pregatire-tab {
 display: none;
}

/* background: -moz-linear-gradient(left, rgba(0,0,0,0.06) 0%, rgba(255,255,255,0.56) 100%); 
 background: -webkit-linear-gradient(left, rgba(0,0,0,0.06) 0%,rgba(255,255,255,0.56) 100%); 
 background: linear-gradient(to right, rgba(0,0,0,0.06) 0%,rgba(255,255,255,0.56) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#8fffffff',GradientType=1 );
*/
#amenajari:checked ~ .amenajari {
 display: block;
}

#intretinere:checked ~ .intretinere {
 display: block;
}

#vanzare:checked ~ .vanzare {
 display: block;
}

#pregatire-tab:checked ~ .pregatire-tab {
 display: block;
}

.product-content {
  background: #fff;
  padding: 50px 15px;
  margin-left: -15px;
}

.demo-gallery figure {
    display: none;
}

@media (min-width: 768px) {
    .panel-body {
        padding: 15px;
    }
}

.demo-gallery {
    padding: 0;
}

.demo-gallery [class*="col-xs"],
.demo-gallery [class*="col-sm"],
.demo-gallery [class*="col-md"] {
    padding: 0;
}

.demo-gallery [class*="col-xs"] img {
    width: 100%;
}

.contact {
  background: #333;
  padding: 50px 0;
  color: #fff;
}

.contact h3,
.contact h5 {
  font-weight: 300;
}
