<!--

/*
 * Common styles start
 */

#dz form {
	padding: 0px;
	margin: 0px;
}
.main_bg,
.main_bg > div,
.main_bg > p,
.main_bg > span,
.main_bg > ul,
.main_bg > ul > li,
.main_bg > ul > li > a,
.main_bg > table,
.main_bg > table > tr,
.main_bg > table > tr > td {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #3f3e40;
	font-style: normal;
	font-weight: normal;
}
.usp_banner ul li,
.item_desc_title,
.tab_title {
	font-family: 'Roboto Condensed', sans-serif;
}
#dz a img,
#dz img {
	border: 0;
}
#dz a.linkopac img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#dz a.linkopac:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#dz a {
	text-decoration: none;
}
.cleaner {
	clear: both;
}
#dz :-moz-any-link:focus {
	outline: 1px dotted invert;
}
#dz :-moz-any-link:focus {
	outline: none;
}
#dz :-webkit-any-link:focus {
	outline: 1px dotted invert;
}
#dz :-webkit-any-link:focus {
	outline: none;
}
.item_title {
	margin:22px 0 22px 0;
	text-transform:uppercase;
	color: #3f3e40;
	border-bottom:8px solid #3f3e40;
	padding-bottom:17px;
	font-weight:bold;
	font-size: 30px;
	text-align: center;
	box-sizing:border-box;
}
.item_desc_title {
	padding:10px 10px 10px 15px;
	background:#2d9e44;
	margin:0 0 15px 0;
	border-left:1px solid #3aa44f;
	text-transform:uppercase;
	color: #3f3e40;
	font-weight:normal;
	font-size: 25px;
	text-align: left;
	box-sizing:border-box;
}
.item_desc_bg {
	margin:10px 3px;
}
.desc {
	padding: 0px;
	color: #3f3e40;
	font-size: 14px;
	text-align: left;
	word-break:break-word;
	line-height: 23px;
}
.desc ul,
.tab_content ul {
	padding: 0 2px;
	margin: 10px 0 10px 0px;
	list-style-type:none;
}
.desc ul li,
.tab_content ul li {
	color: #3f3e40;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;
	margin:6px 0;
	background:url(bullet.png) no-repeat left 9px;
}
.desc ol,
.tab_content ol {
	padding: 0 12px;
	margin: 10px 0 10px 0px;
}
.desc ol li,
.tab_content ol li {
	color: #3f3e40;
	font-size: 14px;
	text-align: left;
	padding-left: 0px;
	margin:6px 0;
}
.radioclk {
	display: none;
}
.tab_content img,
.desc img {
	max-width:100% !important;
	height:auto !important;
	width:auto !important;
}
.desc a,
.tab_content a {
	color:#09f;
	text-decoration:none;
}
.desc a:hover,
.tab_content a:hover {
	color:#09f;
	text-decoration:underline !important;
}
.tab_content > div#content1,
.tab_content > div#content2,
.tab_content > div#content3,
.tab_content > div#content4,
.tab_content > div#content5 {
	word-break:break-word;
}



/*
 * Common styles end
 */

/*
 * Pc styles start
 */

@media screen and (min-width:1021px) {

.main_bg {
	background:url(header_bg.jpg) repeat-x center top #fff;
}
#page {
	width: 980px;
	margin: 0px auto;
}
/*header part css start*/
#header {
	width: 980px;
	height: 120px;
}
.header_left {
	float:left;
	width:393px;
}
.header_left a {
	display:inline-block;
	text-decoration:none;
	margin-top:11px;
}
.header_right {
	float:left;
	width:587px;
}
#header_menu {
	margin-top:0px;
	height:91px;
	border-bottom:8px solid #fff;
	float:right;
}
.header_menu {
	margin:0;
	padding:0;
	list-style-type:none;
}
.header_menu li {
	float:left;
}
.header_menu li.sep_li {
	margin:0px;
	width:1px;
	height:70px;
	background:#fff;
}
.header_menu li a {
	font-size:16px;
	display:block;
	color:#89c43f;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
	padding:50px 25px 10px 25px;
	height:91px;
	box-sizing:border-box;
	text-decoration:none;
}
.header_menu li:first-child a {
	padding-left:0px;
}
.header_menu li a:hover {
	background:url(hover.jpg) no-repeat right top;
}
.usp_banner {
	margin:0px;
	height:50px;
}
.usp_banner ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	float:left;
}
.usp_banner ul li {
	float:left;
	color:#3f3e40;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
	padding:7px 0 5px 32px;
	margin-right:50px;
}
.usp_banner ul li:nth-of-type(1) {
	background:url(usp_01.jpg) no-repeat left center;
}
.usp_banner ul li:nth-of-type(2) {
	background:url(usp_02.jpg) no-repeat left center;
}
.usp_banner ul li:nth-of-type(3) {
	background:url(usp_03.jpg) no-repeat left center;
}
.usp_banner ul li:nth-of-type(4) {
	background:url(usp_04.jpg) no-repeat left center;
	margin-right:0px;
}
.usp_banner ul li div {
	display:block;
	font-size:14px;
	font-weight:normal;
}
/*header part css end*/
#store_bg {
	width: 980px;
	padding: 0px 0px 0px 0px;
	clear: both;
	margin-top:0px;
}
.img_sec {
	float: left;
	width: 500px;
}
.desc_sec {
	float: left;
	width: 465px;
	margin: 0 0 0 15px;
	padding:0px;
}
.main_img_sec {
	width:500px;
	height:500px;
	margin: 0 auto;
	border: 1px solid #dedddd;
	border-radius:0px;
	margin-bottom:10px;
	padding:5px;
	box-sizing:border-box;
}
.main_img_sec div img {
	width:auto;
	height:auto;
	max-width:490px;
	max-height:490px;
}
.pc_tab {
	margin:30px 0;
}
.tab_title {
	cursor:auto;
	color: #3f3e40;
	background:#eee;
	border-bottom:8px solid #3f3e40;
	font-size: 25px;
	text-align: left;
	display: block;
	/*font-weight:bold;*/
	margin:10px 0 0 0;
	padding:10px;
	text-transform:uppercase;
	box-sizing:border-box;
}
.tab2,
.tab4 {
	background:#fff;
}
.tab_content {
	text-align:left;
	color: #3f3e40;
	font-size: 14px;
}
.tab_content > div#content1,
.tab_content > div#content2,
.tab_content > div#content3,
.tab_content > div#content4,
.tab_content > div#content5 {
	margin:0;
	padding:10px 10px;
	line-height: 23px;
	background:#eee;
}
.tab_content > div#content2,
.tab_content > div#content4 {
	background:#fff;
}
.footer_bg {
	width: 100%;
	height: 100px;
	clear: both;
	margin-top:50px;
	background-color: #3f3f41;
}
.footer {
	display:inline-block;
}
.footer_menu {
	margin:25px auto 0 auto;
	padding:0;
	list-style-type:none;
	display:inline-block;
}
.footer_menu li {
	float:left;
	margin: 0 10px;
}
.footer_menu li.sep_li {
	font-size:16px;
	color:#fff;
	text-align:center;
	margin: 0 10px;
}
.footer_menu li a {
	font-size:16px;
	display:block;
	color:#fff;
	text-align:center;
	text-transform:capitalize;
	padding:0;
	box-sizing:border-box;
}
.footer_menu li a:hover {
	text-decoration:underline !important;
	color:#3aa44f !important;
}
.footer_txt_bg {
	display:inline-block;
	clear:both;
	margin:15px 0;
}
.footer_txt {
	font-size:14px;
	color:#dddddd !important;
	text-align:center;
}
/*display none & block code pc*/

#header,
.usp_banner {
	display:block;
}
.mob_header,
.mob_banner,
.mob_footer {
	display:none;
}

}

/*
 * Pc styles end
 */

/*
 * Mob styles start
 */

@media screen and (max-width:1020px) {

.main_bg a img,
.main_bg div img,
.main_bg img,
.main_bg .video embed { max-width:100%; }
.main_bg > a {
	color: #09f;
	text-decoration: none;
}
.main_bg {
	padding:0 5px 0 5px;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 17px;
}
.main_bg a img, .main_bg img {
	border: 0;
}
#page{
	width:100%;
	margin: 0px auto;
}

/*display none & block code mob*/

#header,
.usp_banner {
	display:none;
}
.mob_header,
.mob_banner,
.mob_footer {
	display:block;
}

.mob_header{
	border-bottom:2px solid #3aa44f;
	background:#3f3f41;
	padding:35px 0 35px 0;
	margin-bottom:10px;
}
.item_title {
	border:0;
	padding:0;
}
.main_img_sec {
	text-align: center;
	max-width: 100%;
	width: 98%;
	/*height: 350px;*/
	max-height:350px;
	padding:5px 0;
	background: #fff;
	border: 1px solid #dedddd;
	margin: 0 auto 30px;
}
.main_img_sec div img {
	height:auto;
	max-width:98%;
	max-height:345px;
}
.mob_banner {
	background:#2d9e44;
	padding:0 10px;
	margin:20px 0 10px 0;
}
.footer_menu {
	display:none;
}
.footer_bg {
	background:#3f3f41;
	padding:10px;
}
.footer_txt_bg {
	display:inline-block;
	clear:both;
	margin:15px 0;
}
.footer_txt {
	font-size:13px;
	color:#dddddd !important;
	text-align:center;
}

/*tab style start*/
.tab_content > div#content1,
.tab_content > div#content2,
.tab_content > div#content3,
.tab_content > div#content4,
.tab_content > div#content5 {
	display: none;
}
.pc_tab {
	margin:12px auto 12px auto;
}
.tab_title {
	cursor:pointer;
	color: #3f3e40;
	border-bottom:8px solid #3f3e40;
	font-size: 25px;
	text-align: left;
	display: block;
	font-weight:normal;
	margin:5px 0 0 0;
	text-transform:uppercase;
	box-sizing:border-box;
}
.tab2,
.tab4 {
	background: #fff;
}
.tab1,
.tab3,
.tab5 {
	background:#eee;
}
.tab_title div {
	padding: 10px 10px;
}
.tab_content {
	text-align:left;
	color: #3f3e40;
	font-size: 14px;
}
.tab_content > div#content1,
.tab_content > div#content2,
.tab_content > div#content3,
.tab_content > div#content4,
.tab_content > div#content5 {
	margin:0;
	padding:10px 10px;
	line-height: 23px;
	background:#eee;
}
#mobtab1:checked ~ .tab_content #content1,
#mobtab2:checked ~ .tab_content #content2,
#mobtab3:checked ~ .tab_content #content3,
#mobtab4:checked ~ .tab_content #content4,
#mobtab5:checked ~ .tab_content #content5 {
	display:block;
}
#mobtab1:checked ~ .tab_content .tab1,
#mobtab3:checked ~ .tab_content .tab3,
#mobtab5:checked ~ .tab_content .tab5 {
	background:#eee;
}
#mobtab2:checked ~ .tab_content .tab2,
#mobtab4:checked ~ .tab_content .tab4 {
	background:#fff;
}
#mobtab2:checked ~ .tab_content #content2,
#mobtab4:checked ~ .tab_content #content4 {
	background:#fff;
}
.pc_tab table{ width:100% ;}
/*tab style end*/

}

/*
 * Mob styles end
 */

-->