/*! normalize */
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.html') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.html') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium-webfont.html') format('woff'),
         url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
  font-family: 'robotobold';
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: 'robotobold';
  background-image:url(../img/3.jpg);
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment:fixed;
	background-position:50% 50%;
	
}
ol,ul{ -webkit-padding-start:0px!important;
 -moz-padding-start:0px!important;
  -o-padding-start:0px!important;
  padding-left:0px\9;}
ol,ul{ -webkit-padding-start:0px;-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
.img-responsive{
  display: block;
  max-width: 100%!important;
  height: auto;
}

[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 90%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 2px;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
	   background:#d6e7ed;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: 'robotobold';
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.popContentPan p, .popContentPan ol{
	font-weight:normal!important;
	font-family: 'robotolight';
	font-size:14px!important;
	}
.popContentPan ol{
	padding-bottom:10px;
	}
.popContentPan p span{
	font-weight:bold!important;
	}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'robotobold';
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
 
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
  text-align: justify;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
.clr{
	clear:both;
	line-height:0px;
	margin:0px;
	padding:0px;
	}
.mainwrapper{
	width:1008px;
	padding:8px;
	margin:9px auto 0px auto;
	background:url(../img/transperentBG.png) left top repeat;
	}
.pullRight{
	float:right!important;
	}
.pullLeft{
	float:left!important;
	}
.evenProductPan{
	border:1px solid #d6d6d6;
	padding:3px;
	margin-bottom:27px;
	overflow:hidden;
	}
.evenProductPan .productDetailCon{
	width:60%;
	float:left;
	margin:10px;
	}
.evenProductPan ul.productList{
	list-style-type: none;
	text-align:center;
	clear:none;
	}
.productDetailCon h3, .productDetailCon h3 a{
	color:#2d7f04;
	font-size:22px;
	text-transform: uppercase;
	text-decoration:none;
	}
.productDetailCon p span{
	color:#2d7f04;
	font-size:14px;
	font-weight:bold;
	}
.productDetailCon p{
	font-size:12px;
	}
.detail{
	color:#2d7f04;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	display:block;
	}
.backlinkPan{
		width:100%;
		text-align:right;
		}
.backlink{
	color:#2d7f04;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	}
.oddProductPan{
	border:1px solid #d6d6d6;
	padding:3px;
	margin-bottom:27px;
	overflow:hidden;
	}
.oddProductPan .productDetailCon{
	width:60%;
	float:right;
	margin:10px;
	}
	/*new*/
.evenProductPan .productDetailCon2{
	width:98%;
	float:left;
	margin:10px;
	}
.oddProductPan .productDetailCon2{
	width:98%;
	float:right;
	margin:10px;
	}
	.productDetailCon2 h3, .productDetailCon2 h3 a{
	color:#2d7f04;
	font-size:22px;
	text-transform: uppercase;
	text-decoration:none;
	}
.productDetailCon2 p span{
	color:#2d7f04;
	font-size:14px;
	font-weight:bold;
	}
.productDetailCon2 p{
	font-size:12px;
	}
	/*new end*/
.oddProductPan ul.productList{
	list-style-type: none;
	text-align:center;
	clear:none;
	}
.mapPan{
	width:50%;
	margin-bottom:15px;
	}
.addressPan{
	width:50%;
	margin-bottom:15px;
	color:#353535;
	padding-top:10px;
	}
.addressPan h1{
	font-size:24px;
	color:#353535;
	}
.addressPan h3{
	font-size: 14px;
	color: #7E7C7C;
	text-transform: uppercase;
	}
.addressPan p{
	font-size:14px;
	font-weight:bold;
	color:#7E7C7C!important;
	}
/*! header */
.header{
	height:83px;
	background-color:#fff;
	margin:0px auto 0px auto;
	padding-left:27px;
	padding-top:32px;
	vertical-align:top;
	clear:both;
	}
h1.site-title{
	font-size:0px;
	margin:0;
	float:left;
	}
.socialwraper{
	float:right;
	padding-right:27px;
	font-family: 'robotolight';
	padding-top:50px;
	opacity:0;
	}
.socialwraper p{
	float:left;
	font-size:12px;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	line-height:22px;
	padding-right:6px;
	}
.socialwraper ul{
	list-style-type:none;
	float:right;
	margin:0px;
	padding:0px;
	}
.socialwraper ul li{
	float:left;
	padding-left:4 px;
	}

.navwraper{
	position:relative;
	padding-left:20px;
	height:41px;
	}
	
.rmm{
	width:980px;
	float:left;
	
}

.rmm ul{
	width:100%;
	float:left;
}

.rmm ul li{
	padding:10px 0px;
	font-size:100%;
	display:block;
	text-transform:uppercase;
	list-style:none;
	float:left;
	
	color:white;
}

.rmm ul li:hover{
	background-image:url(../img/menuselect.png);
	background-repeat:no-repeat;
	background-position:top center;
}

.rmm ul li a{
	color:white;
	float:left;
	padding:0px 8px;
	display:block;
	border-right:1px solid #fff;
	list-style:none;
}

/*search wrapper*/
.searchwrapper{
	position:absolute;
	right:12px;
	top:8px;
	}
div.gsc-clear-button{
		display:none!important;
		}
.searchfield{
	background:url(../img/searchfield.png) left top no-repeat;
	width:200px;
	height:25px;
	line-height:25px;
	border:0px;
	outline:none;
	padding-left:10px;
	font-size:10px;
	}
.searchbtn{
	background:url(../img/searchfield.png) right top no-repeat;
	width:40px;
	height:25px;
	border:0px;
	text-indent:-9999px;
	}
/*slider*/
.sliderwraper{
	margin-top:0px;
	position:relative;
	}
.headerImageWraper{
	margin:0px auto;
	}
.headerImageWraper img{ width:100%; display:block;}
.flexslider {margin: 0; padding: 0; min-height:475px;position: relative; zoom: 1;}

/*new slider*/
#slides {
      display: none;
	  position:relative;
    }
	html>/**/body #slides .slidesjs-navigation, x:-moz-any-link, x:default {   		 
      		margin-top:3px; position:absolute; left:120px; bottom:63px; z-index:201;
    }


    #slides .slidesjs-navigation {
      margin-top:3px; position:absolute; left:120px; bottom:52px; z-index:201; bottom:62px\9;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
    }

    #slides .slidesjs-next {
      margin-left: 125px;
    }

    .slidesjs-pagination {
      list-style: none;
	  position:absolute;
	  left:97px;
	  bottom:40px;
	  z-index:200;
	  background:url(../img/slidenavbg.png) 0px top no-repeat;
	  width:188px;
	  height:17px;
	  padding:14px 0px 10px 0px;
	  text-align:center;
    }

    .slidesjs-pagination li {
	display:inline-block;
      margin: 0 2px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #2d7f04;
    }

    #slides a:hover,
    #slides a:active {
      color: #99eb0e;
	  text-decoration:none;
    }

    .navbar {
      overflow: hidden;
    }
	.a{
		position:relative;
		}
		.text{
			position:absolute;
			left:10px;
			top:10px;
			}
			.slidesjs-slide img{
				width:100%!important;}
				.sliderImage{
					position:relative;
					}
					#slides{
						position:relative;
						}
					#slides .sliderImage span{ position:absolute; top:270px; left:10px; padding-left:50px; text-transform: uppercase; font-size:32px; font-family: 'robotomedium'; color:#fff; text-shadow: 2px 2px 2px rgba(62, 62, 62, 1); }
.sliderImage span small{font-family: 'robotomedium'; font-size:22px; text-shadow: 2px 2px 2px rgba(62, 62, 62, 1);}



/*bottom logo*/
.bottomlogowraper{background:url(../img/transperentBG.png) repeat; margin-top:8px;}
.bottomlogowraper ul{  list-style-type:none; }
.bottomlogowraper ul li{  display:inline-block;  text-align:right; padding:15px 10px; *display:inline;zoom:1;}


/*footer*/
.footerwraper{width:75%; margin:0px auto; padding:45px 0px 45px 0px;}
.footer ul{ list-style-type:none; text-align:right;}
.footer ul li{font-family: 'robotolight'; font-size:11px; line-height:12px; color:#fff; display:inline-block; border-right:1px solid #fff; padding:1px 5px; *display:inline;zoom:1;}
.footer ul li a{ text-decoration:none;color:#fff;/*text-shadow: 2px 2px 2px rgba(62, 62, 62, 1);*/}
.footer ul li a:hover{
	text-decoration:underline;
	}
.footer ul li.last{ border:none;/*text-shadow: 2px 2px 2px rgba(62, 62, 62, 1);*/}
/*loading*/
#progress {
    list-style: none;
    width: 125px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
	position:absolute;
	left:40%;
	top:35%;
}

.loader {
    text-align: center;    
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 50px auto;
    background-color: #2187e7;
    border-radius: 50px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}
.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
.print{bottom:-20px!important; right:0px!important;}
.fancybox-close{
		right:-18px!important;
		top:-18px!important;}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }
}
/* contentWraper */
.contentWraper{
	background:#FFFFFF;
	padding-top:16px;
	min-height:100px;
	}
.contentWraper h3.title{
	padding-left:41px;
	background-color:#7f7f7f;
	width:15%;
	font-family: 'robotomedium';
	text-transform:uppercase;
	font-size:24px;
	color:#ffffff;
	line-height:32px;
	margin:0px;
	}
.biopesticidies .contentWraper h3.title{
	padding-left:41px;
	background-color:#7f7f7f;
	width:30%;
	font-family: 'robotomedium';
	text-transform:uppercase;
	font-size:24px;
	color:#ffffff;
	line-height:32px;
	margin:0px;
	}
#plant-biological-nutrient.biopesticidies .contentWraper h3.title{
	padding-left:41px;
	background-color:#7f7f7f;
	width:35%;
	font-family: 'robotomedium';
	text-transform:uppercase;
	font-size:24px;
	color:#ffffff;
	line-height:32px;
	margin:0px;
	}
.contentPan{
	padding:14px 41px;
	}
.contentPan p{
	padding:0px 0px;
	font-family: 'robotolight';
	font-size:13px;
	line-height:17px;
	color:#383838;
	}
/*productList*/
.bottomPan{
	clear:both;
	padding:10px 0px;
	}
ul.productList{
	list-style-type: none;
	text-align:center;
	clear:both;
	}
ul.productList li{
	position:relative;
	display:inline-block;
	margin:20px 40px;
	width:181px;
	height:194px;
	}
.biopesticidies ul.productList li{
	position:relative;
	display:inline-block;
	margin:20px 10px;
	width:181px;
	height:194px;
	}
#extra.biopesticidies ul.productList li{
	position:relative;
	display:inline-block;
	margin:20px 24px;
	width:181px;
	height:194px;
	*display: inline;
zoom: 1;
	}
* html #extra.biopesticidies ul.productList li {
    display: inline; 
}
ul.productList li a{
	color:#145902;
	text-decoration:none;
	font-family: 'robotomedium';
	font-size:18px;
	text-transform:uppercase;
	}
ul.productList li a .productCon{
	position:absolute;
	left:30px;
	top:30px;
	}
ul.productList li a .roundedCon{
	position:absolute;
	z-index:150;
	background:url(../img/roundBG.png) left top no-repeat;
	width:181px;
	height:194px;
	left:0px;
	top:0px;
	
	}
ul.productList li a .whTransp{
	position:absolute;
	background:url(../img/lightwhite.png) left top repeat;
	z-index:149;
	width:181px;
	height:104px;
	left:-10px;
	bottom:0px;
	}
	#___gcse_0{
			width:200px!important;
			}
	.cse .gsc-control-cse, .gsc-control-cse{
			padding:0px!important;
			}
	.cse form.gsc-search-box, form.gsc-search-box{
			padding:0px!important;
			margin:0px!important;
			}
	#___gcse_0.cse .gsc-control-cse, .gsc-control-cse{
			background-color:inherit!important;
			border:none!important;
			}
	.cse input.gsc-input, input.gsc-input{
			padding:1px 6px!important;
			background: url(../img/searchfield.png) left top no-repeat!important;
			border:none!important;
			}
	input.gsc-search-button{
			margin-left:-3px!important;
			}
	.cse input.gsc-search-button, input.gsc-search-button{
			height:26px!important;
	}
	/*bread crumbs*/
	.popContentPan{
			margin-top:-123px!important
	}
	.bs-example{
		width:70%;
		}
	.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}
.breadcrumb>li {
	display: inline-block;
	padding-left:5px;
	font-size:12px;
	font-family: 'robotobold';
}
.breadcrumb>li>a{color:#2d7f04; font-size:12px;font-family: 'robotobold';}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: ">"
}
.breadcrumb>.active {
	color: #777
}
		/*breadcrumbs end*/
		
@media (max-width: 360px) {
.header{
	height:100px!important;
	padding-top:15px!important;
	}
#progress {
    width: 100px;
	position:absolute;
	left:20%;
	top:10%;
}
.flexslider {min-height:124px;}
  .mainwrapper{
  	width:90%;
	}
	.navwraper{
	padding-left:0px!important;
	}
	.sliderwraper{
		margin-top:-22px;
		}
		.headerImageWraper{
		margin-top:-16px;
		}
		.searchfield{
			width:100px;
			-webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;	
		}
		#slides .sliderImage span{ font-size:12px!important;}
#slides .sliderImage span small{font-size:10px!important;}
.bottomlogowraper ul li{ padding:10px 1px!important;}
}
@media (max-width: 480px) {
.header{
	height:91px;
	padding-top:10px;
	}
#progress {
    width: 100px;
	position:absolute;
	left:20%;
	top:10%;
}
.flexslider {min-height:124px;}
  .mainwrapper{
  	width:90%;
	}
	.navwraper{
	padding-left:0px!important;
	}
	.logoplace{
		position:absolute;
		left:12%!important;
		-webkit-transition: all .2s ease-in-out;
             transition: all .2s ease-in-out;	
		}
	.sliderwraper{
		margin-top:-22px;
		}
		.headerImageWraper{
		margin-top:-22px;
		}
		.searchfield{
			width:100px;
			-webkit-transition: all .2s ease-in-out;
             transition: all .2s ease-in-out;	
		}
		#slides .sliderImage span{ font-size:14px!important; padding-left:10px!important; top:60px!important; }
		#slides .sliderImage span small{font-size:10px!important;}
		.socialwraper p{
			}
			.socialwraper{ bottom:14px!important; display:block;}
			.bottomlogowraper ul li{ text-align:center!important;}
			.img-responsive2{
			  display: block;
			  max-width: 85%!important;
			  width: 85%;
			  height: auto;
			  -webkit-transition: all .2s ease-in-out;
          		transition: all .2s ease-in-out;
			}
			
			.bottomlogowraper ul li{ text-align:center!important; padding:15px 3px;}
			.contentWraper h3.title{
			width:50%!important;
			font-size:18px!important;
			}
			.biopesticidies .contentWraper h3.title{
			width:56%!important;
			font-size:18px!important;
			}
			ul.productList{
			margin-left:-26px;
			}
			#slides .slidesjs-navigation {
      margin-top:3px; position:absolute; left:70px; bottom:32px; z-index:201;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
    }

    #slides .slidesjs-next {
      margin-left: 125px;
    }

    .slidesjs-pagination {
	  left:42px;
	  bottom:20px;
    }
	html>/**/body .slidesjs-pagination , x:-moz-any-link, x:default {
	left:32px;
	  bottom:2px;
    }
	html>/**/body #slides .slidesjs-navigation, x:-moz-any-link, x:default {   		 
      		margin-top:3px; position:absolute; left:58px; bottom:24px; z-index:201;
    }
	.evenProductPan .productDetailCon{
	width:98%;
	float:none;
	margin:10px;
	}
.oddProductPan .productDetailCon{
	width:98%;
	float:none;
	margin:10px;
	}
	.bs-example, .print{ display:none;}
	.popContentPan{
			margin-top:-80px!important
	}	
	.popContentPan{
		padding-top:70px!important;
		}	
}
@media (min-width: 640px) and (max-width: 766px) {
#progress {
    width: 100px;
	position:absolute;
	left:30%;
	top:10%;
}
.flexslider {min-height:121px;}
.mainwrapper{
  	width:90%;
	}
	.navwraper{
	padding-left:0px!important;
	}
	.logoplace{
		position:absolute;
		left:23%!important;
		-webkit-transition: all .2s ease-in-out;
             transition: all .2s ease-in-out;	
		}
	.sliderwraper{
		margin-top:-22px;
		}
		.headerImageWraper{
		margin-top:-22px;
		}
		.searchfield{
			width:100px;
			-webkit-transition: all .2s ease-in-out;
             transition: all .2s ease-in-out;	
		}
		#slides .sliderImage span{ font-size:16px; top:150px;}
#slides .sliderImage span small{font-size:14px;}
.contentWraper h3.title{
	width:30%!important;
	}
	.biopesticidies .contentWraper h3.title{
			width:50%!important;
			}
			.evenProductPan .productDetailCon{
	width:98%;
	float:none;
	margin:10px;
	}
.oddProductPan .productDetailCon{
	width:98%;
	float:none;
	margin:10px;
	}
.mapPan{
	width:98%;
	margin-bottom:15px;
	}
.addressPan{
	width:98%;
	margin-bottom:15px;
	}
}
@media (max-width: 767px) {
.flexslider {min-height:121px;}
  .mainwrapper{
  	width:90%;
	}
	.navwraper{
	padding-left:0px!important;
	}
	.searchwrapper{
	top:-37px;
	}
	.header{
		position:relative;
		height:123px;
		padding-left:37px;
		padding-right:37px;
		}
		.logoplace{
		position:absolute;
		left:17%;
		}
	.socialwraper{
	/*float:none;*/
	right:-10px;
	position:absolute;
	bottom:10px;
	}
	.sliderwraper{
		margin-top:-22px;
		}
		.headerImageWraper{
		margin-top:-22px;
		}
		.searchfield{
	width:100px;
	-webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;	
		}
		.rmm.graphite .rmm-main-list li a {
	padding:10px 13px 10px 13px;
	font-size:12px;
	-webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
#slides .sliderImage span{ font-size:23px; top:117px; padding-left:20px;}
#slides .sliderImage span small{font-size:14px;}
.bottomlogowraper ul{ text-align:center!important;}
.contentWraper h3.title{
	width:30%;
	}
	.biopesticidies .contentWraper h3.title{
			width:50%;
			}
			.evenProductPan .productDetailCon{
	width:90%;
	float:none;
	margin:10px;
	}
	.oddProductPan .productDetailCon2{
			width:94%;
			}
.oddProductPan .productDetailCon{
	width:94%;
	float:none;
	margin:10px;
	}
.mapPan{
	width:98%;
	margin-bottom:15px;
	}
.addressPan{
	width:98%;
	margin-bottom:15px;
	}
	.contentPan{
	padding:10px 14px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
.flexslider {min-height:354px;}
  .mainwrapper{
  	width:90%;
	}
	.searchwrapper{
	position:absolute;
	right:22px;
	top:-77px;
	}
	.navwraper{
	padding-left:0px!important;
	}
	.sliderwraper{
		margin-top:-7px;
		}
		.headerImageWraper{
		margin-top:-7px;
		}
		.searchfield{
	width:150px;
	-webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;	
		}
		.rmm.graphite .rmm-main-list li a {
	padding:10px 13px 10px 13px;
	font-size:12px;
	-webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
	
}
#slides .sliderImage span{ font-size:2.286em!important; top:190px;}
#slides .sliderImage span small{font-size:0.688em!important;}
.contentWraper h3.title{
	width:17%;
	}
.evenProductPan .productDetailCon{
	width:98%;
	float:none;
	margin:10px;
	}
.oddProductPan .productDetailCon{
	width:98%;
	float:none;
	margin:10px;
	}
.mapPan{
	width:98%;
	margin-bottom:15px;
	}
.addressPan{
	width:98%;
	margin-bottom:15px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
  .mainwrapper{
  	width:90%;
	}
	.footerwraper{
  	width:70%!important;
	margin:0px auto;
	}
}
@media (min-width: 1200px) {

}
