/* Why GOL CSS */
.whygol_hero img {
  width: 100%;
}
.whygol_list {
    padding: 50px 0 50px;
}
.whylist_carousel .owl-nav {
    display: none;
}
.whygol_list_content {
    margin: 0 auto;
    max-width: 1150px;
}
.single_item {
    position: relative;
}
.single_item a {
    display: block;
    position: relative;
}
.single_item h5 {
    bottom: 0;
    color: #fff;
    font-family: "Gotham-Book";
    font-size: 13px;
    left: 0;
    margin: 0;
    padding: 20px 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.single_item h5:before {
    background: #524e45 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.single_item a:hover h5:before {
    background: #004785 none repeat scroll 0 0;
}
.about_garden_life {
    background: #fbfbfb none repeat scroll 0 0;
    padding: 50px 0;
}
.about_garden_top h1 {
    font-size: 36px;
    margin: 0 0 25px;
}
.about_garden_top p {
    margin: 0 0 25px;
}
.about_garden_bottom h2 {
    color: #337ab7;
    font-size: 28px;
    margin: 0 0 20px;
}
.about_garden_single {
    margin: 0 0 35px;
}
.our_certifications {
    padding: 50px 0;
}
.our_cert_top {
    margin: 0 0 40px;
}
.our_cert_top h2 {
    margin: 0px;
}
.single_product {
    box-shadow: 0 3px 6px #ccc;
    margin: 0 0 40px;
    padding: 25px 15px 50px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}
.single_product:hover {
    box-shadow: 0 3px 10px #999;
}
.certif_photo {
    min-height: 100px;
    margin: 0 0 20px;
}
.single_product h3 {
    font-size: 24px;
    margin: 0 0 10px;
}
.single_product h3 a {
    color: #12284c;
}
.single_product p {
    color: #023260;
}
a.read_more {
    position: absolute;
    left: 50%;
    bottom: 25px;
    width: 100px;
    margin-left: -50px;
}
.about_garden_top h1 {
    font-size: 36px;
    margin: 0 0 25px;
}
.about_garden_top p {
    margin: 0 0 25px;
}
.about_garden_bottom h2 {
    color: #337ab7;
    font-size: 28px;
    margin: 0 0 20px;
}
.about_garden_single {
    margin: 0 0 40px;
}
.about_garden_single:last-child {
    margin: 0;
}
.about_garden_single p {
    margin: 0 0 25px;
}
.about_garden_single p:last-child {
    margin: 0;
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    .whygol_list, .about_garden_life {padding: 30px 0;}    
    .about_garden_top h1 {font-size: 28px;margin: 0 0 20px;}    
    .about_garden_bottom h2 {font-size: 18px;}  
    .our_cert_top {margin: 0 0 30px;}
    .our_cert_top h2 {font-size: 28px;}
 
}
