.z-default-subpage-header.blog {
	background-image: url(../images/blog-banner.jpg);
}
.z-default-subpage-header.contact {
	background-image: url(../images/contact-banner.jpg);
}
.z-default-subpage-header.eclub {
	background-image: url(../images/eclub-banner.jpg);
}
.z-default-subpage-header.gallery {
	background-image: url(../images/gallery-banner.jpg);
}
.z-default-subpage-header.plant-finder {
	background-image: url(../images/plant-finder-banner.jpg);
}
.z-default-subpage-header.personality {
	background-image: url(../images/personality-banner.jpg);
}
.z-default-subpage-header.plants {
	background-image: url(../images/plants-banner.jpg);
}
.z-default-subpage-header.pottery {
	background-image: url(../images/pottery-banner.jpg);
}
.consec2 {
    background-image: url(../images/conatct-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.eclubs {
    background-image: url(../images/eclubs-bg.png);
    background-position: center top;
}
.eclubs .box {
    background-color: #d2d8fc;
    padding: 70px 130px;
}
.eclubs .spform input {
    width: 48%;
}
.eclubs .spform button {
    margin: 15px 0 0 5px;
}
.eclubs .text, .eclubs .text a {
    color: #555555;
}
.eclubs .text a {
    text-decoration: underline;
}
.eclubs .text a:hover {
    text-decoration: none;
}
.gallmain .box {
    float: left;
    width: 25%;
    padding: 1px;
}
.gallmain .box a {
    display: inline-block;
    overflow: hidden;
}
.gallmain .box a:hover img {
    transform: scale(1.5);
}
.teamsec .box {
    float: left;
    width: 33.33%;
    padding: 2px;
}
.teamsec .box a {
	position: relative;
    background-image: linear-gradient(#aaaaaa, black);
}
.teamsec .box a:hover img {
	opacity: .5;
}
.teamsec a .text {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    color: #fff;
    transform: translateY(100%);
}
.teamsec a:hover .text {
	opacity: 1;transform: translateY(0%);
}
.teamsec a .text .t1, .teamsec a .text .t2 {
    text-transform: uppercase;
}
.teamsec a .text .t3 {
    text-decoration: underline;
}
.teamsec .box a:hover {
    box-shadow: 0 0 0 #979797;
}
.plantsec1 {
    background-image: url(../images/plantsbg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 175px;
}
.plantsec2 {
    padding: 100px 0 235px 0;
    margin: -7px 0 0 0;
    background-image: url(../images/hsec1bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
#fancybox-content {
    background-color: #ffffff;
    border-color: #ffffff;
}
#fancybox-overlay {
    background-color: #231f20 !important;
    opacity: 0.9 !important;
}
#fancybox-close {
    right: -30px;
}
.teampop {
    padding: 50px 50px 100px 50px;
    box-sizing: border-box;
    display: inline-block;
    background-image: url(../images/popbg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.teampop .img {
    float: left;
    display: inline-block;
    width: 35%;
}
.teampop .info {
    float: left;
    width: 65%;
    padding: 0 0 0 35px;
}
.teampop .info .name {
    font-weight: bold;
    color: #3c2883;
}
.suppslider {
    padding: 0 60px;
    display: inline-block;
    width: 100%;
}
.suppslider .owl-dots {
    display: none;
}
.suppslider .owl-carousel .owl-nav button.owl-prev, .suppslider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    height: 38px;
}
.suppslider .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/next.png);
    left: auto;
    right: -70px;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {	
    .gallmain .box{width:50%;}
	#header .logo, .main-menu {display: none;}	
	.plantsec2 {padding: 70px 0;margin-bottom: 60px;}
}
@media screen and (max-width: 767px) {
	.eclubs .box {padding: 30px;}
	.teamsec .box {width: 50%;}
    .gallmain .box{width:100%;}
}
@media screen and (max-width: 479px) {
	.eclubs .spform input, .teamsec .box, .teampop .img, .teampop .info {width: 100%;}
	.eclubs .spform input {margin: 5px 0;}
	.gallmain .box {width: 50%;}
	.teampop {padding: 10px;background-image: none;}
	.teampop .info {padding: 10px 0 0 0;}
	.teampop .info .name {font-size: 26px;}
}