
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'smile_paraderegular';
    src: url('fonts/smile_parade_0-webfont.eot');
    src: url('fonts/smile_parade_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/smile_parade_0-webfont.woff2') format('woff2'),
         url('fonts/smile_parade_0-webfont.woff') format('woff'),
         url('fonts/smile_parade_0-webfont.ttf') format('truetype'),
         url('fonts/smile_parade_0-webfont.svg#smile_paraderegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'amazing_groteskregular';
    src: url('fonts/amazing_grotesk_book_0-webfont.eot');
    src: url('fonts/amazing_grotesk_book_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/amazing_grotesk_book_0-webfont.woff2') format('woff2'),
         url('fonts/amazing_grotesk_book_0-webfont.woff') format('woff'),
         url('fonts/amazing_grotesk_book_0-webfont.ttf') format('truetype'),
         url('fonts/amazing_grotesk_book_0-webfont.svg#amazing_groteskregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'advantageregular';
    src: url('fonts/advantage_book_0-webfont.eot');
    src: url('fonts/advantage_book_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/advantage_book_0-webfont.woff2') format('woff2'),
         url('fonts/advantage_book_0-webfont.woff') format('woff'),
         url('fonts/advantage_book_0-webfont.ttf') format('truetype'),
         url('fonts/advantage_book_0-webfont.svg#advantageregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body{
	margin:0;
	padding:0;
	font-family: 'robotoregular';
	font-size:13px;
	background:url(../images/website-bg.jpg) repeat left top;
}

img{
	border:0;
	width:100%;
}

a{
	text-decoration:none;
	color:#40453f;
}

p{color:#3a3b3b;}

ul, ol{
	margin:0;
	padding:0;
	float:left;
}
li{
	list-style:none;
	float:left;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:10000; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../preloader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.outer-wrap{
	max-width:1100px;
	margin:0 auto;
	width:100%;
}

header, footer, .full-width{
	float:left;
	width:100%;
	position:relative;
	padding:0!important;
	margin:0!important;
}

.header-top{
	background: #f8fbf9; /* Old browsers */
	background: -moz-linear-gradient(top, #f8fbf9 0%, #eaf3ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8fbf9), color-stop(100%,#eaf3ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8fbf9 0%,#eaf3ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8fbf9 0%,#eaf3ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8fbf9 0%,#eaf3ed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f8fbf9 0%,#eaf3ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbf9', endColorstr='#eaf3ed',GradientType=0 );
}

.no-padding{
	padding:0;
}
.no-padding-left{
	padding-left:0;
}
.no-padding-right{
	padding-right:0;
}
.no-padding-top{
	padding-top:0;
}
.no-padding-bottom{
	padding-bottom:0;
}

.logo{
	padding:14px 10px 14px 0;
}
	.logo img{
		max-width:179px;
	}
	
.header-right{
	padding:31px 0 14px 0;
}

	@media (max-width:768px){
		.header-right{
			padding:60px 0 14px 0;
		}
	}

.phone-number, .phone-number2{
	text-align:right;
	color:#827a70;
	font-size:29px;
	padding-bottom:10px;
}
	.phone-number span, .phone-number2 span{
		color:#a0be41;
	}
	
.phone-number2{
	width:0;
	height:0;
	overflow:hidden;
	visibility:hidden;
	display:none;
}

	@media (max-width:768px){
		
		.phone-number{
			width:0;
			height:0;
			overflow:hidden;
			visibility:hidden;
			display:none;
		}
		.phone-number2{
			width:auto;
			height:auto;
			overflow:visible;
			visibility:visible;
			display:block;
			position:absolute;
			right:15px;
			top:20px;
		}
	
	}
	
	@media (max-width:480px){
	
		.phone-number2{
			text-align:right;
			color:#827a70;
			font-size:20px;
			padding-bottom:10px;
			top:28px;
		}
			
	}
	
@media (max-width:780px){
	
	.mobile{
		position:relative;
		top:-25px;
		right:15px;
		margin-bottom:-105px;
	}
}
	
.orchid-species{
	background:#12bc30;
	width:100%;
	float:left;
}
	.orchid-species div ul{
		margin:0;
		padding:0;
		float:none;
		margin:0 auto;
		max-width:830px;
	}
		.orchid-species div ul li{
			float:left;
			width:auto;
			padding:0 2.2%;
			margin:10px 0;
			border-right:solid 1px #c3eccb;
		}
		.orchid-species div ul li:last-child{
			border:none;
			padding-right:0;
		}
		.orchid-species div ul li:first-child{
			padding-left:0;
		}
		.orchid-species div ul li a{
			color:#fff;
			font-size:13px;
			font-family: 'advantageregular';
			text-transform:uppercase;
		}
			.orchid-species div ul li a:hover{
				color:#fcf300;
				text-decoration:none;
			}
			
	@media (max-width:850px){
	
		.orchid-species div ul li a{
			font-size:12px;
		}	
		
		.orchid-species div ul{
			max-width:750px;
		}
		
	}
	
	@media (max-width:780px){
	
		.orchid-species div ul li{
			padding:0 1.5%;
		}	
		
		.orchid-species div ul{
			max-width:660px;
		}
		
	}
	
.browse-species{
	color:#fcf300;
	font-size:17px;
	font-family: 'advantageregular';
	text-transform:uppercase;
	width:0;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

	@media (max-width:688px){
	
		.browse-species{
			width:100%;
			height:auto;
			float:left;
			overflow:visible;
			visibility:visible;
			padding:10px 0;
			text-align:center;
		}	
		
		.species{
			width:0;
			height:0;
			overflow:hidden;
			visibility:hidden;
		}
		
	}

.content-bg{
	background:#eaf3ed;
}
.home-banner{
	float:left;
	width:100%;
	position:relative;
	padding:0;
	background:#fff;
	overflow:hidden;
}
	.home-banner img{
		float:right;
		max-width:526px;
	}
	
	@media (max-width:365px){
		
		.home-banner img{
			width:100%;
			height:100%;
			min-width:450px;
		}
		
	}
	
	.home-banner img{
		float:right;
		max-width:526px;
	}

.banner-texture{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/banner-texture.png) repeat left top;
	z-index:9;
}

.banner-content{
	width:100%;
	max-width:400px;
	position:absolute;
	top:17%;
	left:46px;
	float:left;
	z-index:20;
	text-align:center;
}
	@media (max-width:960px){
	
		.banner-content{
			padding:15px 15px 20px 15px;
			background:rgba(255, 255, 255, .8);
			max-width:430px;
		}
		
	}
	
	@media (max-width:550px){
	
		.banner-content{
			width:90%;
			max-width:90%;
			position:absolute;
			top:17%;
			left:5%;
		}
		
	}
	
	@media (max-width:480px){
		
		.banner-content{
			width:90%;
			max-width:90%;
			position:absolute;
			top:10%;
			left:5%;
		}
		
	}
	
	@media (max-width:430px){
		
		.banner-content{
			width:96%;
			max-width:96%;
			position:absolute;
			top:5%;
			left:2%;
		}
		
	}
	
	@media (max-width:370px){
		
		.banner-content{
			width:96%;
			max-width:96%;
			position:absolute;
			top:3%;
			left:2%;
		}
		
	}
	
	
	.banner-content h1{
		font-family: 'amazing_groteskregular';
		font-size:37px;
		color:#b30a6f;
		font-weight:100;
		text-align:left;
	}
		.banner-content h1 span{
			color:#3c9720;
			font-size:46px;
			line-height:30px;
		}
		
	@media (max-width:480px){
		
		.banner-content h1{
			font-size:30px;
			margin-top:0;
		}
		.banner-content h1 span{
			font-size:36px;
		}
		
	}
	
	@media (max-width:365px){
		
		.banner-content h1{
			font-size:25px;
			margin-top:0;
		}
		.banner-content h1 span{
			font-size:30px;
		}
		
	}
	
	
	.banner-content p, .banner-content p h2{
		color:#747b75;
		line-height:17px;
		padding-top:5px;
		text-align:left;
		padding-bottom:15px;
	}
	.banner-content a{
		background: #d271e8; /* Old browsers */
		background: -moz-linear-gradient(top, #d271e8 0%, #7d318c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d271e8), color-stop(100%,#7d318c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #d271e8 0%,#7d318c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d271e8 0%,#7d318c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #d271e8 0%,#7d318c 100%); /* IE10+ */
		background: linear-gradient(to bottom, #d271e8 0%,#7d318c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d271e8', endColorstr='#7d318c',GradientType=0 );
		border-radius:4px;
		color:#fafaf8;
		font-size:15px;
		text-transform:uppercase;
		padding:10px 20px;
		text-decoration:none!important;
	}
	
.orchid-growing-method{
	position:absolute;
	right:69px;
	top:88%;
	width:197px;
	height:57px;
	background:#f00142;
	z-index:15;
}
	.orchid-growing-method::before{
		width:34px;
		height:35px;
		background:#fff;
		position:absolute;
		top:11px;
		right:18px;
		z-index:16px;
		content:"";
	}
	.orchid-growing-method::after{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 0 8px 16px;
		border-color: transparent transparent transparent #f00141;
		content:"";
		position:absolute;
		top:21px;
		right:24px;
		z-index:17;
	}
	.orchid-growing-method h2{
		font-size:14px;
		color:#fff;
		font-weight:100;
		font-family: 'advantageregular';
		margin:12px 0 0 17px;
		text-transform:uppercase;
	}
		.orchid-growing-method h2 span{
			font-size:28px;
			line-height:22px;
		}
		
	@media (max-width:526px){
		.orchid-growing-method{
			position:absolute;
			right:50%;
			top:100%;
			width:220px;
			height:57px;
			z-index:15;
			margin-right:-110px;
		}
		.orchid-growing-method h2{
		margin:9px 0 0 17px;
		}
	}
		
.arya-content-bg{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #e5e8e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e5e8e6)); 
	background: -webkit-linear-gradient(top, #ffffff 1%,#e5e8e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#e5e8e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#e5e8e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%,#e5e8e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e8e6',GradientType=0 );
	padding:30px 0px!important;
}
	.arya-content-bg ul{
		padding:0;
		margin:0;
		width:100%;
		float:left;
	}
		.arya-content-bg ul div{
			padding:0 10px;
			width:33.333%;
			float:left;
		}
		.arya-content-bg ul div li{
			width:100%;
			padding:8px 8px 8px 17px;
			border:solid 1px #e8e7e6;
			float:left;
		}
			.arya-content-bg ul div li ul li{
				width:50%;
				border:none;
				padding:0;
				margin:0;
				float:left;
				text-align:center;
			}
				.arya-content-bg ul div li ul li:first-child{
					width:0;
					height:0;
					padding:0;
					overflow:hidden;
					visibility:hidden;
				}
				.arya-content-bg ul div li ul li:last-child{
					padding-left:5px;
				}
				.arya-content-bg ul div li ul li h3{
					font-size:23px;
					color:#2d8c27;
					font-weight:600;
					font-family: 'advantageregular';
					text-transform:uppercase;
					line-height:24px;
					margin-top:8%;
					text-align:left;
				}
				.arya-content-bg ul div li ul li h3 span{
					font-size:30px;
					color:#6e6f6f;
					font-weight:100;
					text-transform:none;
					font-family: 'smile_paraderegular';
				}
				.arya-content-bg ul div li ul li p{
					color:#8d908e;
					font-size:12px;
					line-height:15px;
					text-align:left;
				}
				.arya-content-bg ul div li ul li a{
					background: #08ae25; /* Old browsers */
					background: -moz-linear-gradient(top, #08ae25 0%, #158223 100%);
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#08ae25), color-stop(100%,#158223));
					background: -webkit-linear-gradient(top, #08ae25 0%,#158223 100%);
					background: -o-linear-gradient(top, #08ae25 0%,#158223 100%);
					background: -ms-linear-gradient(top, #08ae25 0%,#158223 100%);
					background: linear-gradient(to bottom, #08ae25 0%,#158223 100%);
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08ae25', endColorstr='#158223',GradientType=0 );
					color:#fefefe;
					font-size:11px;
					text-align:center;
					text-transform:uppercase;
					padding:7px 15px;
					width:70%!important;
					border-radius:3px;
					text-decoration:none;
				}
				
	@media (max-width:905px){
		.arya-content-bg ul div{
			padding:0 5px;
			width:33.333%;
			float:left;
			}
			
		.arya-content-bg ul div li ul li a{
			width:90%!important;
			}

	}
	
	@media (max-width:800px){
		
		.arya-content-bg ul div li{
			padding:8px;
			text-align:center!important;
		}
		.arya-content-bg ul div li ul li h3, .arya-content-bg ul div li ul li p{
			text-align:center;
		}
		.arya-content-bg ul div li ul li, .arya-content-bg ul div li ul li:first-child{
			width:100%!important;
			height:auto;
			border:none;
			padding:0;
			margin:0;
			text-align:center;
			overflow:visible!important;
			visibility:visible!important;
			float:left!important;
		}
			.arya-content-bg ul div li ul li:last-child{
				width:0!important;
				height:0!important;
				padding:0!important;
				overflow:hidden!important;
				visibility:hidden!important;
			}
			.arya-content-bg ul div li ul li{
				text-align:center;
			}
		.arya-content-bg ul div li ul li a{
			width:80%!important;
			max-width:150px!important;
			}
	}
	
	@media (max-width:526px){
		.arya-content-bg{
			padding-top:0!important;
		}
		.orchid-growing{
			width:100%!important;
			float:left;
			background:#f00142!important;
			height:57px!important;
			overflow:visible!important;
			visibility:visible!important;
		}
	}
	
	@media (max-width:480px){
		
		.arya-content-bg ul div{
			padding:0 0 10px 0;
			width:100%;
			float:left;
		}	
		.arya-content-bg ul div li ul li{
			padding-bottom:15px;
		}
		.arya-content-bg ul div li ul li:first-child{
			max-height:200px;
			overflow:hidden!important;
		}
		
	}
	
.orchid-growing{
	width:0;
	float:left;
	background:#f00142;
	height:0;
	overflow:hidden;
	visibility:hidden;
}
				
footer{
	border-top:4px solid #3c9720;
	background:#010302;
	text-align:center;
	padding:35px 0 27px 0!important;
}

.footer-menu, .copy-power{
	padding:0;
}
	.footer-menu a{
		color:#787a79;
		font-size:11px;
		text-transform:uppercase;
		text-decoration:none;
		padding:0 12px;
		border-right:solid 1px #787a79;
	}
	.footer-menu a:hover{
		color:#3c9720;
	}
	.footer-menu a:first-child{
		padding-left:0;
	}
	.footer-menu a:last-child{
		padding-right:0;
		border:none;
	}
	
	
	
.social-links{
	padding:22px 0 26px 0;
}
	.social-links a{
		padding:0 4px 0 0;
		max-width:32px;
	}
		.social-links a:hover img{
			transform:rotate(360deg);
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
		}
	.social-links a img{
		width:32px;
		transition:all .5s ease-in-out;
		transform:rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	.social-links a:first-child{
		padding-left:0;
	}
	.social-links a:last-child{
		padding-right:0;
	}
	

.copy-power{
	color:#5c615f;
	font-size:13px;
	font-family: 'advantageregular';
}
	.copy-power span{
		color:#3c9720;
	}
	.copy-power div{
		float:left;
		width:50%;
	}
		.copy-power div:first-child{
			padding-right:29px;
			text-align:right;
		}
		.copy-power div:last-child{
			padding-left:29px;
			text-align:left;
		}
		.copy-power div img{
			max-width:67px;
		}
		
@media (max-width:640px){

		.copy-power div:first-child{
			padding-right:0;
			text-align:left;
			padding-left:15px;
		}
		.copy-power div:last-child{
			padding-left:0;
			padding-right:15px;
			text-align:right;
		}	
	
}

@media (max-width:480px){

		.copy-power div:first-child, .copy-power div:last-child{
			padding-right:15px;
			text-align:center;
			padding-left:15px;
			width:100%;
			float:left;
		}
		.copy-power div:last-child{
			padding-top:10px;
		}	
	
}

@media (max-width:400px){
	
		.footer-menu a{
			width:100%;
			text-align:center;
			padding:0 0 10px 0;
			border-right:0;
			float:left;
		}	
		.footer-menu, .copy-power, .social-links{
			width:100%;
			float:left;
		}	
	}

.inner-page{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #e5e8e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e5e8e6)); 
	background: -webkit-linear-gradient(top, #ffffff 1%,#e5e8e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#e5e8e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#e5e8e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%,#e5e8e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e8e6',GradientType=0 );
	padding-top:30px!important;
}	
.inner-page h2{
	font-family: 'smile_paraderegular';
	font-size:35px;
	color:#f00142;
	text-decoration:underline;
	width:100%;
	text-align:center;
	padding-bottom:20px;
}
	.inner-page h2 span{
		color:#1e1f1f;
	}
.inner-page h3{
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	color:#3a3b3b;
	padding-bottom:8px;
}
	
.contact-address{
	color:#3a3b3b;
	font-size:12px;
	padding-left:20px;
	padding-bottom:20px;
}
	.contact-address b{
		font-size:12px;
		color:#059a1f;
	}
	.contact-address span{
		color:#f00142;
		font-size:13px;
	}
	
.enquiry ul{
	margin:0;
	padding:0;
	width:100%;
}
	.enquiry ul li{
		list-style:none;
		float:left;
		width:100%;
		padding-bottom:8px;
		color: #3a3b3b;
	}
		.enquiry ul li div{
			width:auto;
			float:left;
			padding-bottom:8px;
		}
		.enquiry ul li label{
			font-weight:100;
			padding-right:15px;
			color:#3a3b3b!important;
		}
.enquiry-button{
		margin:5px 0 15px 0;
		padding-bottom:3px;
		padding-top:3px;
		text-transform:uppercase;
		float:right;
	}
		.enquiry-button:hover{
			background:#f00142;
			color:#fff;
			border:solid 1px #f00142;
			padding-top:5px;
			padding-bottom:5px;
		}
		
.inputs {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #efeeee;
    color: #3a3b3b;
    float: left;
    font-size: 12px;
    outline: medium none;
    padding: 8px 15px !important;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.inputs-captcha {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #efeeee;
    color: #3a3b3b;
    float: left;
    font-size: 12px;
    outline: medium none;
    padding: 8px 15px !important;
    transition: all 0.4s ease-in-out 0s;
}
.inputs2 {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #efeeee!important;
    color: #3a3b3b;
}

@media (max-width:991px){
	
	.contact-address, .enquiry{
		text-align:center;
	}
	
}

.about{
	background:url(../images/about.png) no-repeat left bottom;
	min-height:284px;
	padding-left:185px;
}

	@media (max-width:550px){
	
		.about{
			min-height:auto;
			padding-left:0;
			padding-bottom:300px;
			background-position:center bottom;
		}	
		.about p{
			padding-left:15px;
			text-align:justify;
		}
		
	}
	
.successfull{
	color:#12bc30;
	padding-bottom:8px;
}
.faild{
	color:#f00142;
	padding-bottom:8px;
}

.plants{
	padding:0;
}
.plants ul{
	margin:0;
	padding:0;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
	.plants ul li{
		padding:15px;
		display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
	}
		.plants ul li div{
			padding:15px;
			background:#fff;
			width:100%;
			float:left;
			box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14); 
		}
		.plants ul div ul li h3{
			font-size:17px;
			font-weight:100;
			text-align:center;
			width:100%!important;
			float:left;
			padding-top:15px;
			display:inline;
			padding-bottom:0;
			color:#12bc30 !important;
		}
		.plants ul li div ul li{
			float:left;
			width:100%;
			padding:0;
			position:relative;
			text-align:center!important;
			display:block;
			-webkit-display:block;
			-moz-display:block;
			-o-display:block;
		}
		.plants ul li div ul li:first-child{
			/*border-bottom:3px solid;*/
			background:#eff0ef;
		}
		/*	.plants ul li div ul li:first-child:before{
			position:absolute;
			width:50px;
			height:25px;
			left:50%;
			margin-left:-24px;
			bottom:-25px;
			z-index:1;
			content:"";
			border-radius:0 0 50px 50px;
			-moz-border-radius:0 0 50px 50px;
			-webkit-border-radius:0 0 50px 50px;
		}*/
		.plants ul li div ul li img{
			z-index:10;
			text-align:center; 
			width:auto;
		}
		.plants ul li div ul li.spcl{
			padding-bottom:34px;
		}
		.plants ul li div ul li p{
			color:#868887;
			text-align:justify;
			line-height:17px;
		}
		
		.plants ul li:nth-child(1) div ul li:first-child, .plants ul li:nth-child(4) div ul li:first-child, .plants ul li:nth-child(7) div ul li:first-child{
			border-color:#12bc30;
		}
		.plants ul li:nth-child(1) div ul li:first-child:before, .plants ul li:nth-child(4) div ul li:first-child:before, .plants ul li:nth-child(7) div ul li:first-child:before{
			background:#12bc30;
		}
		.plants ul li:nth-child(1) h3, .plants ul li:nth-child(4) h3, .plants ul li:nth-child(7) h3{
			color:#12bc30!important;
		}
		
		.plants ul li:nth-child(2) div ul li:first-child, .plants ul li:nth-child(5) div ul li:first-child, .plants ul li:nth-child(8) div ul li:first-child{
			border-color:#853794;
		}
		.plants ul li:nth-child(2) div ul li:first-child:before, .plants ul li:nth-child(5) div ul li:first-child:before, .plants ul li:nth-child(8) div ul li:first-child:before{
			background:#853794;
		}
		.plants ul li:nth-child(2) h3, .plants ul li:nth-child(5) h3, .plants ul li:nth-child(8) h3{
			color:#853794;
		}
		
		.plants ul li:nth-child(3) div ul li:first-child, .plants ul li:nth-child(6) div ul li:first-child{
			border-color:#f00142;
		}
		.plants ul li:nth-child(3) div ul li:first-child:before, .plants ul li:nth-child(6) div ul li:first-child:before{
			background:#f00142;
		}
		.plants ul li:nth-child(3) h3, .plants ul li:nth-child(6) h3{
			color:#f00142;
		}

.scrollup{
	position:fixed;
	right:30px;
	bottom:60px;
	cursor:pointer;
	max-width:27px;
	max-height:27px;
}	

.captcha{
	width:auto;
	margin:4px 0 0 7px;
}


.vdo{padding-bottom:20px}