1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
|
<? include('../_init.php');?> <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <? include('_head.php')?> </head>
<body class="stretched no-transition">
<!-- Document Wrapper ============================================= --> <div id="wrapper" class="clearfix">
<!-- Header ============================================= --> <? include('_header.php')?><!-- #header end -->
<!-- Page Title ============================================= --> <section id="page-title" class="page-title-dark" style="background-color:#8bc53f;">
<div class="container clearfix"> <h1>STIM BIO</h1> <ol class="breadcrumb"> <li><a href="#">Home</a></li> <li><a href="#">Agriculture</a></li> <li class="active">STIM BIO</li> </ol> </div>
</section><!-- #page-title end -->
<!-- Content ============================================= --> <section id="content">
<div class="content-wrap"> <div class="container clearfix"> <!--<div class="col_two_fifth topmargin nobottommargin"> <img class="image_fade" src="../images/aboutus/1.jpg" alt="Image"> </div>-->
<div class="col_full nobottommargin col_last"> <div class="heading-block"> <h3>STIM BIO</h3> <span>Organic Fertilizers</span> </div>
<p>LIQUID YEAST EXTRACT CONTAINING BROWN ALGAE</p> <p>Organic Agriculture is authorized and subject to the regulations of MIPAAF no. 9890634 from 06.05.98 and no. 90678 from 04.04.2000</p> <p class="nobottommargin">HOW IT WORKS: <ul style="margin-left:20px;"> <li>Stimulates the enlargement of buds and uniform growth.</li> <li>Stimulates the maturation of energy producing chloroplasts.</li> <li>Reduces the time for the synthesis of the chlorophyll and photosynthetic enzymes.</li> <li>Increases the size and the uniformity of the fruit.</li> <li>Promotes the increase in the natural sugar content of the fruit.</li> <li>Promotes the increase of dry matter.</li> <li>Improves the shelf-life, taste, fragrance and appearance of the fruit.</li> <li>Strengthens the supporting tissues.</li> <li>Improves the resistance to climate stress and drought.</li> <li>Dramatically reduces the stress during transplanting.</li> <li>Increases the effectiveness of plant protection products (insecticides and fungicides).</li> </ul> </p> <p>It consists of rhizosphere bacteria (Pseudomonas spp., Bacillus spp., Actinomycetes), saprophytic fungi (Trichoderma spp.), humic acids, fulvic acids and enzymes which have the following benefits:</p> <ul style="margin-left:20px;"> <li>Improves the translocation and the assimilation of nutrients within plants;</li> <li>Produces bio-stimulants and boosts the immune system of plants making them more resistant to diseases;</li> <li>Increases the speed at which organic residues are converted in the humus present in the soil;</li> <li>Increases the capacity to resist pathogenic microorganisms in the soil.</li> </ul> <p>ERGOFERT STIM is made up of concentrated extracts of the seaweed Ecklonia Maxima and Ascophillum Nodosum. They contain auxins and cytokinins, which naturally stimulate the plant to grow larger fruit due to better nutrient absorption.<br /> ERGOFERT STIM also contains enzymes, amino acids, humic acids and fulvic acids. Their presence ensures rapid and high absorption through the cuticle and stomata of the plants, including fast translocation of nutrients into the tissues. It is suitable for all crops.</p> </div> </div> <div class="section nobottommargin"> <div class="container clearfix"> <div class="col_full nobottommargin"> <div class="heading-block"> <h3>COMPOSITION</h3> <span></span> </div> <p>Organic Nitrogen (N) 1%, organic carbon (C) of biological origin 15%, organic nitrogen (N) 1%, pH 6.5, organic substance with a nominal molecular weight of <50 kDa minimum 30% of the bacteria in the rhizosphere(Pseudomonas spp., Bacillus spp., Actinomycetes), saprophytic fungi (Trichoderma spp.).</p> <p>Organic portion: herbal extracts from seaweed from the agro-food industry, enzymes, amino acids, humic acids and fulvic acids.</p> <p>Also contains: enzymes (cellulase, protease, amylase, lipase), betaine, sugar acids and polycarboxylic acids.</p> <p><table class="table table-striped table-bordered"> <tr> <td><strong>CROP</strong></td> <td><strong>Application Dosage/ha</strong></td> <td><strong>Application Period</strong></td> </tr> <tr> <td>Vegetables</td> <td>1.5 kg / application</td> <td>When transplanting and during vegetable growth</td> </tr> <tr> <td>Grape vines, olives, cherries, peaches, kiwifruit, apples, pears, apricost, citrus</td> <td>1.5 kg / foliage application</td> <td>During fruit growth and at the ripening stage</td> </tr> </table> </p> </div> </div> </div> </div> </section><!-- #content end -->
<!-- Footer ============================================= --> <? include('_footer.php');?><!-- #footer end -->
</div><!-- #wrapper end -->
<? include('_footer_scripts.php');?>
</body> </html>
|