@media only screen and (max-width:760px) {
body {
	margin:0;
	padding:0px 0 0px 0;
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	color:#898989;
	background:#fff;
}
/*=======top part======*/

#top_part {
	width:auto;
	margin:0 auto;
	padding:0px 0 0 0px;
	background:#603e1b;
}
/*=======logo part======*/

#logo_part {
	float:none;
	margin:0 0 0px 0px;
	text-align:center;
	background-color:#361b09;
	padding:15px 0 15px 0px;
}
#logo_part img {
	display:inline;
	max-width:100%;
	height:auto;
}
/*=======logo part end======*/

/*=======top right part======*/

#top_right_part {
	width:auto;
	float:none;
	padding:0px 0 0 0px;
	text-align:center;
}
#top_right_part h2 {
	font:normal 26px "myriad_pro_lightregular";
	line-height:26px;
	color:#00bf61;
	background:none;
	padding:0 0px 0 0px;
	text-transform:uppercase;
	margin:15px 0px 14px 0px;
	float:none;
	text-align:center;
}
#top_right_part h2 strong {
	color:#fff;
}
#top_right_part h2 span {
	font:normal 10px "MyriadProRegular";
	line-height:10px;
	color:#00bf61;
	padding:0;
	display:block;
	text-align:center;
}
.socal_na {
	float:none;
	margin:18px 7px 0 0px;
}
.loginpart {
	width:auto;
	background:url(../images/line_bg.png) left top repeat-x;
	padding:15px 0 0 10px;
	position:relative;
}
.loginpart input[type=image] {
	position:inherit;
	right:0px;
	top:0px;
}
.loginpart h3 {
	float:none;
	font:normal 13px "myriad_pro_lightregular";
	line-height:38px;
	color:#009c51;
	text-transform:uppercase;
	margin:0 20px 0 0px;
}
.loginpart h3 span {
	color:#fff;
}
.loginpart h3 a {
	color:#009c51;
	padding:0 4px;
}
.loginpart h3 a:hover {
	color:#fff;
	padding:0 4px;
}
.loginpart input[type=text] {
	background:#8d6235;
	width:90%;
	height:38px;
	border:none;
	outline:none;
	padding:0 0 0 12px;
	margin:0 10px 14px 0;
	font:normal 13px "myriad_pro_lightregular";
	line-height:38px;
	color:#fff;
	float:none;
}
/*=======top right part end======*/

/*=======top part end======*/

/*=======body container part======*/

#body_container_part {
	background:#fffff2;
	width:auto;
	margin:0 auto;
	padding:0px;
}
/*======= menu part======*/

#body_container_part nav {
	width:auto;
	margin:0 auto;
	background:url(../images/menu_bg.gif) left top repeat-x;
	height:48px;
	padding:0 0px;
}
#body_container_part nav ul {
	padding:0;
	margin:0;
	text-align:center;
}
#body_container_part nav ul li {
	float:none;
	padding:0;
	display:inline;
}
#body_container_part nav ul li a {
	float:none;
	padding:0 5px;
	font:normal 13px "MyriadProRegular";
	line-height:48px;
	color:#fff;
	text-transform:uppercase;
}
#body_container_part nav ul li a:hover, #body_container_part nav ul li a.active {
	float:none;
	padding:0 5px;
	font:normal 13px "MyriadProRegular";
	line-height:48px;
	color:#000;
	background-color:inherit;
}
/* nav-wrap */

	#nav-wrap {
	position: relative;
}
/* menu icon */

	#menu-icon {
	width:auto;
	background:#00803e url(../images/menu_con.png) no-repeat 10px 14px;
	padding:0px 0px 0 45px;
	cursor: pointer;
	display: block; /* show menu icon */
	font:bold 14px "MyriadProRegular";
	line-height:47px;
	color: #fff;
	margin:0px 0 0px 0px;
	text-transform:uppercase;
	border:none;
	text-align:left;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#menu-icon:hover {
	background-color: #00a054;
}
#menu-icon.active {
	background-color: #00a054;
}
/* main nav */

	#nav {
	clear: both;
	position: inherit;
	top:-1px;
	/*width: 160px;*/

		z-index: 10000;
	padding:0px;
	background-color:#a5bd28;
	display: none; /* visibility will be toggled with jquery */
}
#nav li {
	float: none!important;
	display: block !important;
	background-image:none;
	border-bottom:1px solid #c5d639;
}
#nav a,  #nav ul a {
	font: inherit!important;
	background: none !important;
	display: block !important;
	border: none !important;
	padding:0 20px;
	font:bold 13px Arial, Helvetica, sans-serif !important;
	line-height:32px !important;
	color:#fff !important;
	text-transform:uppercase !important;
	float:inherit !important;
	text-align:left !important;
	border:none;
	border-radius:0;
}
#nav a:hover,  #nav ul a:hover {
	background: none;
	color: #fff;
	display: block !important;
	background-color:#89a013 !important;
	float:inherit !important;
}
/* dropdown */

	#navul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
}
#nav ul li {
	margin: 0px 0 0px 0px;
	display: block !important;
}
/*======= menu part end======*/

/*=======header banner part======*/

header {
	width:auto;
	margin:0 auto;
	padding:0px 0 0 0px;
	position:relative;
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);*/

		text-align:center;
}
header img {
	display:inline;
	max-width:100%;
	height:auto;
}
.header_button {
	position:absolute;
	right:20px;
	bottom:30px;
	display:none;
}
/*=======header banner part end======*/



/*=======body container part end======*/

/*=======body container left======*/

#body_container_left {
	width:auto;
	float:none;
	margin:24px 0 0 0px;
	padding:0 15px;
}
#body_container_left h2 {
	font:normal 20px "myriad_pro_lightregular";
	line-height:20px;
	color:#000000;
}
#body_container_left h2 span {
	color:#009049;
}
#body_container_left p {
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#4f5050;
	padding:15px 0 0 0px;
}
#body_container_left h1 {
	font:normal 20px "myriad_pro_lightregular";
	line-height:20px;
	color:#000000;
	padding:15px 0 17px 0px;
}
#body_container_left h1 span {
	color:#009049;
}
.product_tab_bg {
	background:#fefefb;
	width:auto;
	float:none;
	margin:0 0px 15px 0px;
	padding:0 0 15px 0px;
	opacity:0.99;
	border-radius:8px;
	text-align:center;
	border:1px solid #f2f2e3;
}
.product_tab_bg:hover {
	background:#fff;
	width:auto;
	float:none;
	margin:0 0px 15px 0px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	padding:0 0 15px 0px;
	border-radius:8px;
	opacity:0.80;
	text-align:center;
	border:1px solid #f2f2e3;
}
.product_tab_bg .img_part {
	text-align:center;
	padding:11px 0 25px 0px;
	height:110px;
}
.product_tab_bg .img_part img {
	max-width:100%;
	height:auto;
}
.product_tab_bg h4 {
	font:normal 18px "myriad_pro_lightregular";
	line-height:18px;
	color:#000000;
	padding:0 0 0 8px;
}
.product_tab_bg h4 span {
	font:normal 35px "myriad_pro_lightregular";
	line-height:35px;
	color:#018444;
	text-transform:uppercase;
}
.product_tab_bg p {
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#4f5050;
	padding:15px 20px 0 8px !important;
}
/*=======body container left end======*/

/*=======body container right======*/

#body_container_right {
	width:auto;
	float:none;
	margin:0px 0 0 0px;
	background:none;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
	padding:0px 29px 0px;
	border-radius:8px;
}
#body_container_right h2 {
	background:none;
	font:normal 24px "myriad_pro_lightregular";
	line-height:47px;
	color:#22543b;
	padding:13px 0 0 0px;
	text-align:center;
	margin:0 0 20px 0px;
	display:none;
}
#body_container_right img {
	float:left;
	margin:8px 7px 0px 6px;
}
#body_container_right h4 {
	font:normal 14px "myriad_pro_lightregular";
	line-height:14px;
	color:#068e4a;
	padding:10px 0 10px 0px;
}
#body_container_right h4:hover {
	font:normal 14px "myriad_pro_lightregular";
	line-height:14px;
	color:#068e4a;
	padding:10px 0 10px 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background-color:#fff;
	border-radius:5px;
}
#body_container_right h4 span {
	font:normal 10px "myriad_pro_lightregular";
	line-height:10px;
	color:#777777;
}
#body_container_right h4 a {
	color:#068e4a;
}
#body_container_right h4 a:hover {
	color:#777777;
}
/*=======body container right end======*/

/* nav-wrap */

	#nav-wrap-services, #nav-blog-categories {
	position: relative;
}
/* menu icon */

	#menu-icon_services, #menu-icon-blog {
	width:auto;
	background:#88a015 url(../images/home_icon.gif) no-repeat 10px 11px;
	padding:0px 0px 0 0px;
	cursor: pointer;
	display: block; /* show menu icon */
	font:bold 11px Arial, Helvetica, sans-serif;
	line-height:47px;
	color: #fff;
	margin:0px 0 0px 0px;
	text-transform:uppercase;
	border:2px solid #fff;
	text-align:left;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius:8px;
	text-align:center;
}
#menu-icon_services:hover, #menu-icon-blog:hover {
	background-color: #f7933a;
}
#menu-icon_services.active, #menu-icon-blog.active {
	background-color: #f7933a;
}
/* main nav */

	#nav_services, #nav_blog {
	clear: both;
	position: inherit;
	top:-5px;
	/*width: 160px;*/

		z-index: 10000;
	padding:0px;
	display: none; /* visibility will be toggled with jquery */
	background:#fefefb;
	border-radius:0 0 5px 5px;
	padding:15px 15px;
	border:1px solid #f2f2e3;
}
/* blog categories */

	#catMenu {
	margin: 0 10px;
}
#catMenu .blog-cat-menu li a {
	width:auto;
}
/* dropdown */

	#nav_menu ul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
}
/*=======body container part end======*/

/*=======bottom product======*/

#bottom_product {
	width:auto;
	position:inherit;
	left:0;
	top:0px;
	background-color:#009049;
	height:auto;
	z-index:0;
}
#bottom_product section {
	width:auto;
	margin:0 auto;
	padding:0 0 0 0px;
	text-align:center;
}
#bottom_product section img {
	float:none;
	max-width:100%;
	height:auto;
	margin:10px 2px 10px 0px;
}
/*=======bottom product end======*/

/*=======link part======*/

#link_part {
	width:auto;
	margin:0 auto;
	background-color:#001d0f;
	padding:20px 0 15px 0px;
}
.under_part {
	width:auto;
	margin:0 auto;
	text-align:center;
}
#link_part article {
	width:auto;
	float:none;
	margin:0 0px 10px 0px;
	font:normal 12px "myriad_pro_lightregular";
	line-height:20px;
	color:#fff;
	text-transform:uppercase;
}
#link_part article span {
	color:#03bc63;
}
.socal_link {
	float:none;
	text-align:center;
	font:normal 12px "myriad_pro_lightregular";
	line-height:20px;
	color:#03bc63;
	padding:0 10px 0 0px;
}
.socal_link img {
	float:none;
	margin:3px 0 0 6px;
}
/*=======link part end======*/

/*=======footer part======*/

footer {
	width:auto;
	margin:0 auto;
	background-color:#000000;
	padding:22px 10px 22px 10px;
}
footer section {
	width:auto;
	margin:0 auto;
	padding:0 0 0 0px;
	font:normal 11px "MyriadProRegular";
	line-height:14px;
	color:#1f7149;
	text-align:center;
}
footer section span {
	font:normal 11px "MyriadProRegular";
	line-height:14px;
	color:#00ad58;
	text-transform:uppercase;
}
footer section span a {
	color:#00ad58;
}
footer section a {
	color:#1f7149;
}
footer section a:hover {
	color:#fff;
}
footer section img {
	float:none;
	margin:0 0 10px 0px;
}
/*=======footer part end======*/

.col2-set .col-1 {
	float:none !important;
	width: auto !important;
}
.col2-set .col-2 {
	float:none !important;
	width:auto !important;
}
.account-login .content {
	min-height:0 !important;
	padding:14px 21px;
	background:#fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	border-radius:0!important;
}
.col2-set .col-1 {
	float:none !important;
	width: auto !important;
}
.col2-set .col-2 {
	float:none !important;
	width: auto !important;
}
.account-login .buttons-set {
	border-bottom:1px solid #fff !important;
	border-top:0;
	margin:0;
	padding:8px 13px;
	background:#b8cb32;
	border-radius:0 0 0px 0px !important;
}
.col1-layout h1 {
	padding:0 0 0 10px;
}
.form-list .input-box {
	width:auto!important;
}
.form-list input.input-text {
	width:auto!important;
}
.account-create {
	padding:0 10px;
}
.form-list .field {
	width:auto!important;
}
.col-left {
	width:auto !important;
	float:none !important;
	margin:24px 10px 0 10px!important;
	background:#fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
	padding:7px 7px 15px!important;
	border-radius:8px;
}
.col-main {
	width:auto !important;
	float:none !important;
	margin:24px 10px 0 10px!important;
}
.form-list li.wide .input-box {
	width:auto!important;
}
.form-list .input-box {
	display:block;
	clear:both;
	width:100% !important;
}
.form-list .field {
	float:left;
	width:80% !important;
}
.form-list input.input-text {
	width:80% !important;
}
.form-list textarea {
	width:80% !important;
	height:10em;
}
.form-list select {
	width:80% !important;
}
.form-list li.wide .input-box {
	width:80% !important;
}
.form-list li.wide input.input-text {
	width:80% !important;
}
.form-list li.wide textarea {
	width:80% !important;
}
.form-list li.wide select {
	width:80% !important;
}
.form-list li.additional-row {
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:7px;
}
.form-list li.additional-row .btn-remove {
	float:right;
	margin:5px 0 0;
}
.form-list .input-range input.input-text {
	width:74px;
}
.form-list-narrow li {
	margin-bottom:0;
}
.form-list-narrow li .input-box {
	margin-bottom:6px;
}
.form-list-narrow li.wide .input-box {
	width:auto !important;
}
.form-list-narrow li.wide input.input-text, .form-list-narrow li.wide textarea {
	width:auto !important;
}
.form-list-narrow li.wide select {
	width:auto !important;
}
.col2-left-layout, .col1-layout {
	padding:0 0 30px 0px !important;
}
.cart .cart-collaterals .col2-set {
	float:none !important;
	width:auto !important;
}
.cart .totals {
	float:none !important;
	width:auto !important;
	background:#dee5e8;
	border:1px solid #bebcb7;
}
.product-view .product-shop {
	width:auto !important;
	height:auto !important;
	float:none !important;
}
.product-view .product-img-box {
	width:auto !important;
	height:auto !important;
	float:none !important;
}
.product-view .product-img-box img {
	max-width:100% !important;
	height:auto !important;
}
.product-view .box-tags .form-add .input-box {
	width:auto !important;
}
.product-view .box-tags .form-add input.input-text {
	width:auto !important;
}
.product-view {
	padding:0 0 20px 0px !important;
}
.ch {
	display:none !important;
}
.ch45 {
	width:auto !important;
	text-align:center !important;
	padding:10px 0 0 0px !important;
	display:block !important;
}
.data-table {
	padding:10px 0 0 0px !important;
}
.cart-table .btn-continue {
	float:none!important;
}
.cart-table .btn-update, .cart-table {
	float:none!important;
}
.cart-table .btn-update, .cart-table .btn-empty {
	float:none!important;
}
.send-friend .form-list .field {
	width:auto!important;
}
.send-friend .form-list li.wide textarea {
	width:80%!important;
}
.send-friend .form-list li.wide .input-box {
	width:auto!important;
}
.send-friend .form-list {
	width:auto!important;
}
.col2-set .col-1 img {
	margin:-5px 0px 0 0!important;
}
.footer-products {
    float:none;
	margin:0 0 10px 0px;
}
}
