body{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: lighter;
	-webkit-font-smoothing: anti-aliased;
	-moz-font-smoothing: anti-aliased;
}

h1,h2,h3,h4,h5,h6{
	color: #3fa147;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 100%;
	display: block;
	font-weight: bold;
}

ul{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

ul li{
	margin: 0;
	padding: 0;
}

a{
	color: #3fa147;
}

a:hover{
	color: #000;
	text-decoration: none;
}

p{
	margin-bottom: 30px;
}

a[href^=tel] {
color:inherit;
text-decoration: none;
}

h1{font-size: 24px;}
h2{font-size: 20px;}


.float-left{float:left;}
.float-right{float:right;}

.content-box{
	margin-top: 20px;
	margin-bottom: 20px;
}

.topbar{
	color: #fff;
	background: #3fa147;
	height: 40px;
	line-height: 40px;
}

header{
	width: 100%;
	height: 160px;
	clear: both;
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
}

header .container{
	position: relative;
}

.logo{
	float: left;
	padding-top: 18px;
	padding-bottom: 18px;
}

.language{
	float: right;
	margin-bottom: 30px;
	width: 800px;
	display: block;
}

.language a{
	float: right;
	margin-left: 20px;
	padding-top: 10px;
}


.social{
	float: right;
	list-style: none;
}

.social a{
 color: #fff;
}

.fb{background: url(../images/fb.png) center center no-repeat;}
.in{background: url(../images/in.png) center center no-repeat;}
.tw{background: url(../images/tw.png) center center no-repeat;}
.mail{background: url(../images/mail.png) center center no-repeat;}

.callnow-box{
	width: 297px;
	height: 51px;
	background: url(../images/callnow-bg.png) no-repeat;
	float: right;
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 2;
	padding-top: 12px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	text-align: center;
}

.callnow-box span{
	color: #0eadf7;
}

.slide{
	width: 100%;
}

.slide1{
	width: 100%;
	height: 450px;
	background: url(../images/slide1.jpg) center;
}

.slide2{
	width: 100%;
	height: 450px;
	background: url(../images/slide2.jpg) center;
}

nav{
	height: 40px;
	float: right;
}

/*nav .container{
	position: relative;
}*/

.selectmenu{
	display: none;
	height: 40px;
	float: left;
	width: 80px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	background: #333;
	width: 100%;
	padding: 0px 10px;
}

.mainmenu{
	margin: 0px;
	padding: 0px;
	float: right;
}

.mainmenu li{
	display: block;
	float: left;
	font-size: 14px;
	position: relative;
}

.mainmenu li a{
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 0;
	float: left;
	border-bottom: 2px solid #fff;
	margin-left: 30px;
	font-size: 18px;
}

.mainmenu li a:hover{
	text-decoration: none;
	color: #3fa147;
	border-bottom: 2px solid #3fa147;
}

.mainmenu li a.active{
	text-decoration: none;
	color: #3fa147;
	border-bottom: 2px solid #3fa147;
}

.has-sub{
	background: url(../images/down-arrow.png) right 22px center no-repeat;
	padding-right: 40px !important;
}

.submenu{
	position: absolute;
	height: auto;
	margin: 0px;
	padding: 0px;
	top: 40px;
	display: none;
	z-index: 100;
	width: 260px;
	zoom: 1;
}

.submenu li{
	display: block;
	width: 100%;
	height: auto;
	float: left;
}

.submenu li a{
	background: #505050;
	border-top: 1px solid #414141;
	width: 100% !important;
	display: block;
	line-height: normal;
	float: left;
	padding: 10px 10px 10px 20px !important;
	height: auto;
	height: auto;
	color: #fff;
}

.submenu li a:hover{
	background: #5d5d5d;
	color: #3fa147;
}

.submenu li a.has-sub{
	background: url(../images/right-arrow.png) right 10px center no-repeat;
	background-color: #505050;
}

.submenu2{
	position: absolute;
	height: 300px;
	margin: 0px;
	padding: 0px;
	display: none;
	width: 240px;
	left: 200px;
	top: 0;
}

.submenu2 li a{
	background: #777;
	border-top: 1px solid #555;
	width: 100% !important;
	display: block;
	line-height: normal;
	float: left;
	padding: 10px 10px 10px 20px !important;
	height: auto;
	height: auto;
}

.search{
	width: 40px;
	height: 40px;
	background-color: #00bff3;
	float: right;
	position: relative;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
}

.search-close{
	width: 40px;
	height: 40px;
	background-color: #00bff3;
	float: right;
	position: relative;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	display: none;
}

.search-box{
	width: 290px;
	padding: 16px;
	background: #00bff3;
	position: absolute;
	top: 40px;
	right: 15px;
	overflow: hidden;
	display: none;
}

.search-box form input[type=text]{
	border: none;
	height: 36px;
	padding: 8px;
	width: 200px;
	display: block;
	float: left;
}

.search-box form input[type=submit]{
	border: none;
	height: 36px;
	width: 36px;
	background: #222;
	color: #fff;
	padding: 0;
	margin-left: 10px;
	text-align: center;
	-webkit-text-align: center;
	font-size: 14px;
	display: block;
	float: left;
}

.search-box form input[type=submit]:hover{
	background: #1d3769;
}

.box-grey{
	background: #f1f1f1;
	padding: 10px;
	width: auto;
	height: auto;
}

.box-grey img{
	max-width: 100%;
}

.alphabet-order{
	list-style: lower-alpha;
}

.listintext{
	margin: 20px 0;
}

.listintext li{
	margin-bottom: 20px;
}

.image{
	padding: 10px;
	max-width: 100%;
	margin: 20px 0;
	background: #f1f1f1;
}

.image-right{
	padding: 10px;
	background: #f1f1f1;
	max-width: 100%;
	margin: 0px 20px 20px 20px;
	float: right;
}

.image-left{
	padding: 10px;
	background: #f1f1f1;
	max-width: 100%;
	margin: 0px 20px 20px 0px;
	float: left;
}

.center{
	text-align: center;
}

.page-top-bar{
	height: 60px;
	background: #ebebeb;
}

.boxtext{
	padding: 20px;
	width: auto;
	height: auto;
	margin: 20px auto;
	background: #ebebeb;
	border-top: 4px solid #00bff3;
}

.herbal-box{
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

.mushroomlist{
	list-style: none;
	display: block;
	width: 100%;
	height: auto;
	float: left;
}

.mushroomlist li{
	float: left;
	margin: 0px 20px 20px 0px;
}

.mushroomlist li img{
	max-height: 200px;
	margin: 0px;
}

.iconfont{
	color: #fff;
	font-size: 22px;
}

.program-overview{
	border: 1px solid #000;
	height: auto;
	display: block;
	float: left;
}

.program-overview th{
	background-color: #00bff3;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border: none;
}

.program-overview tr{
	border-bottom: 1px solid #000;
}

.program-overview tr:last-child{
	border: none;
}

.program-overview td{
	background-color: #fafafa;
	padding: 5px;
}

.program-overview td:first-child{
	background-color: #ebebeb;
}

.sendmail{
	font-size: 12px;
}

.sendmail legend{
	border-bottom: none;
	margin: 0;
	font-size: 16px;
	margin-bottom: 5px;
	color: #666;
}

.sendmail input[type=text],
.sendmail textarea{
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	width: 100%;
	font-size: 16px;
}

.sendmail input[type=text]:focus,
.sendmail textarea:focus{
	border: 1px solid #00bff3;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.08);
}

.answer{
 	width: 100px !important;
}

.submit-btn{
	border: none;
	font-size: 22px;
	cursor: pointer;
}

.submit-btn .disabled{
	border: none;
	font-size: 22px;
	color: #ccc;
}

.submit-btn .disabled:hover{
	color: #ccc;
}

.success, .error{
	padding: 20px;
	border-radius: 10px;
	margin: 20px 0;
	text-align: center;
	display: none;
}

.success{
	color: #1b882a;
	background: #b9edd1;
}

.error{
	background: #ffbdbd;
	color: #d65656;
}

/* ################ aboutus page ################# */

.img-shadow{
	max-width: 100%;
	margin-bottom: 40px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
}

/* ################ products page ################# */


.products-list{
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	margin-bottom: 30px;
	display: block;
	height: auto;
	overflow: hidden;
}

.products-list img{
	max-width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.products-list h1{
	display: block;
	margin: 0px;
	font-size: 18px;
	padding: 10px;
}

.to-order{
	background: #3fa147;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 16px;
	border-radius: 10px;
	display: block;
	float: left;
	width: 100%;
}

.button{
	background: #3fa147;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 12px 16px;
	border-radius: 10px;
}

.bloglist{
	padding: 10px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
	margin-bottom: 20px;
}

.blogshort{
	/*display: block;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
	margin-bottom: 20px;

	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* ##################  footer  ###################*/

footer{
	width: 100%;
	background: #222;
	color: #fff;
	padding: 40px 0;
}

footer h3{
	margin-bottom: 30px;
	color: #3fa147;
	font-size: 18px;
}

footer p{
	font-size: 14px;
}

footer ul {
	list-style: none;
}

footer ul li{
	width: 100%;
}

footer ul li a{
	color: #fff;
	font-size: 14px;
}

footer ul li a:hover{
	color:#3fa147;
	text-decoration: none;
}

.send-us-btn, .readmore, .submit-btn{
	padding: 10px 20px;
	border-radius: 5px;
	color: #333;
	display: block;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	box-shadow: 0px 3px 0px rgba(0,0,0,0.1);

	cursor: pointer;
}

.send-us-btn:hover, .readmore:hover, .submit-btn:hover{
	text-decoration: none;
	color: #00bff3;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.disabled{
	border: none;
	font-size: 22px;
	color: #ccc;
	background: #eeeeee;
}

.disabled:hover{
	color: #ccc;
	background: #eeeeee;
}

.help-block{
	margin-top: -15px;
	color: red;
	font-size: 14px;
}

.bottom{
	width: 100%;
	background: #3fa147;
	color: #fafafa;
	min-height: 40px;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
}

.backtotop{
	width: 40px;
	height: 40px;
	background: #222;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	border-radius: 10px;
	display: none;
}
