@charset "utf-8";
	color:#767676;
	color:#767676;
	color:#767676;
/* CSS Document */

body {
	padding:0 0 0px 0;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	
}

div, td, p, h1, h2, h3, h4, h5, h6, form, input, select, label, li, ol, ul {
	padding:0;
	margin:0;
}
img {
	padding:0;
	margin:0;
	border:none;
}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
a {
	text-decoration:none;
	outline:none;
}
object {
	padding:0;
	margin:0;
	line-height:0;
	font-size:0;
}


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*.clearfix {
    *zoom: 1;
}*/
*::-moz-selection {
    background:#00caba;
    color: #fff;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('../fonts/helveticaneue-heavy.eot');
    src: url('../fonts/helveticaneue-heavy.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue-heavy.woff') format('woff'),
         url('../fonts/helveticaneue-heavy.ttf') format('truetype'),
         url('../fonts/helveticaneue-heavy.svg#HelveticaNeueRegular') format('svg');
}
@font-face {
    font-family: Arial, Helvetica, sans-serif;
    src: url('../fonts/myriadpro-semibold.eot');
    src: url('../fonts/myriadpro-semibold.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-semibold.woff') format('woff'),
         url('../fonts/myriadpro-semibold.ttf') format('truetype'),
         url('../fonts/myriadpro-semibold.svg#MyriadProSemibold') format('svg');
}
@font-face {
    font-family: Arial, Helvetica, sans-serif;
    src: url('../fonts/myriadpro-light_0.eot');
    src: url('../fonts/myriadpro-light_0.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-light_0.woff') format('woff'),
         url('../fonts/myriadpro-light_0.ttf') format('truetype'),
         url('../fonts/myriadpro-light_0.svg#MyriadProLight') format('svg');
}
#content {
	min-height: 440px;
}
#main_menu a#pull2 {
	display: none;
	height:44px;
}
div.footer div.copyright {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 2px auto 5px auto;
	position: relative;
	width: 100%;
	font-weight: bold;
	height: 33px;
}
div.footer div.copyright div.contact {
	font-family:Arial, Helvetica, sans-serif;
	background: url('../images/email-30.png') no-repeat;
	float: right;
	padding: 5px 10px 10px 36px;
	margin: 0 10px;
}
div.footer div.copyright img {
	float: right;
	margin: 0 10px;
}
div.footer div.copyright div.vocore {
	background: url('../images/vocore-30.png') no-repeat;
	float: right;
	padding: 5px 10px 10px 36px;
	margin: 0 10px;
}
div.main_page {
	margin:0 auto;
	max-width:1000px;
	position:relative;
	padding:0;
}

div.top_bg {
	background: #76b93d; /* Old browsers */
	background: -moz-linear-gradient(top, #55b38b 0%, #76b93d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55b38b), color-stop(100%,#76b93d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #55b38b 0%,#76b93d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #55b38b 0%,#76b93d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #55b38b 0%,#76b93d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #55b38b 0%,#76b93d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b38b', endColorstr='#76b93d',GradientType=0 ); /* IE6-9 */
	margin:0;
	padding:0;
}

div.logo {
	float:left;
	margin:0;
	padding:40px 0 0 0;
}


div.nav {
	margin:0px 0 0 0; 
	padding:50px 0 0 0;
	float:right;
	text-transform:uppercase;
	text-shadow: 2px 3px rgba(0, 0, 0, .2);
}

div.menu {
	margin:0px 0 0 0;
	padding:0;
}

div.menu ul {
	margin:0 0 0 0;
	padding:0;
}

div.menu ul li{
	margin:0 1px;
	padding:0;
	float:left;
	background:url(../images/border_right.png) right no-repeat;
}

div.menu ul li:last-child{
	background:none;
}

div.menu ul li a{
	margin:0 0 0 0;
	padding:0 14px;
	font:normal 18px/45px 'HelveticaNeueRegular';
	text-transform:uppercase;
	color:#fff;
	display:block;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}


div.menu ul li a:hover, div.menu ul li.current-menu-item a{
	color:#ff7e00;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}

.detail {
	margin:60px 0;
	padding:0 0 30px;
	border-bottom:1px solid #d6d6d6;
}
.detail_left {
	margin:0;
	float:left;
	width:480px;
	text-align:left;
}
.detail_left h3 {
	font:normal 28px/35px Arial, Helvetica, sans-serif;
	color:#1a1a1a;
}
.detail_left h3 span {
	font:normal 28px/35px Arial, Helvetica, sans-serif;
	color:#29a95c;
}
.detail_left h4 {
	font:normal 15px/35px Arial, Helvetica, sans-serif;
	color:#353535;
	margin-bottom:10px;
}
.detail_left p {
	font:normal 13px/18px Arial, sans-serif;
	margin-bottom: 5px;
}
.detail h1 {
	padding:0px;

	float:left;
	text-align:center;
	max-width:488px;
	/*max-height: 279px;*/
	margin-top:-10px;
	margin-left:20px;
}
.detail h2 {
	padding:0px;

	float:left;
	text-align:center;
	max-width:490px;
	/*max-height: 186px;*/
	margin-top:-10px;
	margin-right:20px;
}
.detail h1 img {
	width:100%;
	height: auto;
}
.detail h2 img {
	width:100%;
	height: auto;
}
div#category-post-content {
float: left;
	padding: 20px;
	color: #2a2a2a;
	font-family: Arial,​sans-serif;
}
div#category-post-content h1 {

}
a.anchor {
	border:2px solid #29a95c;
	border-radius:15px;`
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	behavior:url(pie/PIE.htc);
	text-align:center;
	margin:10px 0;
	padding:10px 20px;
	color:#29a95c;
	background:#fff;
	font:bold 21px/30px Arial, Helvetica, sans-serif;
	
}



a.anchor:hover {
	border:2px solid #29a95c;
	background:#088a3c;
	color:#fff;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}

h1.view {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 30px;
    text-align: right;
}

.product1 h3 {
	font:normal 28px/35px Arial, Helvetica, sans-serif;
	color:#1a1a1a;
}
.product1 h3 span {
	font:normal 28px/35px Arial, Helvetica, sans-serif;
	color:#29a95c;
}

.product1 h4 {
	font:normal 15px/35px Arial, Helvetica, sans-serif;
	color:#353535;
	margin-bottom:30px;
}

div.footer {
	background:#49a36d;
	padding:10px 0 5px;
}
div.footer ul {
	margin:0;
	float:left;
}
div.footer h3 {
	font:normal 17px/22px 'HelveticaNeueRegular';
	color:#1ff574;
}
div.footer ul li {
	margin:0;
	width:194px;
	vertical-align:top;
	display:inline-block;
	color:#fff;
	font:normal 15px/20px 'HelveticaNeueRegular';
}

div.footer ul li a {
	font:normal 15px/20px 'HelveticaNeueRegular';
	color:#fff;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}
div.footer ul li a:hover {
	color:#ff7e00;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}
div.footer ul li ul li {
	margin:0;
	width:106px;
	background:url(../images/bullet1.png) left no-repeat;
}
div.footer ul li ul li a {
	padding:0 0 0 15px;
}
div.footer ul li h3 {
	padding-bottom:10px;
}
div.footer ul li h3 img {
	float:left;
	margin-right:10px;
}
div.footer_right {
	float:right;
	margin:0;
	color:#fff;
	font:normal 15px/30px 'HelveticaNeueRegular';
}


/*forum page*/ 

div.top_inner_bg {
background: #55b38b; /* Old browsers */
	background: -moz-linear-gradient(top, #55b38b 0%, #5CB47A 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55b38b), color-stop(100%,#5CB47A)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #55b38b 0%,#5CB47A 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #55b38b 0%,#5CB47A 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #55b38b 0%,#5CB47A 100%); /* IE10+ */
	background: linear-gradient(to bottom, #55b38b 0%,#5CB47A 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b38b', endColorstr='#5CB47A',GradientType=0 ); /* IE6-9 */
margin:0;
padding:0 0 30px 0;
}

div.forum {
	margin:0 0 0 0;
	padding:0 0 0 0;
	min-height:650px;
}

div.forum h3 {
	margin:20px 0 10px 0;
	padding:10px 0;
	color:#1a1a1a;
	font:normal 28px/30px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ccc;
}
div.forum p {
	margin:0px 0 0 0;
	padding:0px 0;
	color:#505050;
	font:normal 12px/20px arial,san-serif;
}

div.forum_sub {
	margin:20px 0 40px 0;
	padding:0;
}

div.forum_top div {
	background:url(../images/border_forum.jpg) right 0 repeat-y;
}
div.forum_top {
	background:#6fb751;
	color:#fefefe;
	font:bold 21px/45px Arial, Helvetica, sans-serif;
	padding:0 0 0 0;
	margin:0;
}
div.forum_title {
	float:left;
	margin:0;
	padding:0 10px;
	background:none !important;
	width:507px;
}

div.forum_title a {
	color:#fefefe;
}

div.forum_topic {
	float:left;
	margin:0 0 0 100px;
	padding:0 0px;
	width:110px;
	text-align:center;
}

div.forum_post {
	float:left;
	margin:0;
	padding:0 0px;
	width:100px;
	text-align:center;
}

div.forum_last {
	float:left;
	margin:0;
	padding:12px 0 0 0;
	width:160px;
	text-align:center;
	background:none !important;
	font: bold 18px/20px Arial, Helvetica, sans-serif !important;
}

div.forum_last a {
	color:#626262;
	font:bold 18px/20px Arial, Helvetica, sans-serif !important;
}

div.forum_contain {
	color:#626262;
	font:bold 18px/45px Arial, Helvetica, sans-serif;
	padding:15px 0;
	margin:0;
}

div.forum_contain p {
	color:#626262;
	font:normal 12px/20px arial,san-serif;
	padding:0 0 0 30px !important;
	margin:0;
	background:url(../images/icon_forum.png) 0 0 no-repeat;
}

div.forum_contain p span {
	color:#626262;
	font:bold 18px/20px Arial, Helvetica, sans-serif;
	display:block;
}
div.forum_contain p span a {
	color:#626262;
}

div.bbp-register-login {
	width:130px;
	float:left;
}

div.bbp-register-login ul li {
	float:left;
	margin-right:5px !important;
	font:bold 15px/20px Arial, Helvetica, sans-serif;
}
div.bbp-register-login ul li a {
	color:#6EB64E;
}
div.top_bg header {
	margin-bottom: 20px;
}
/*****    wiki page    *************/
.wiki_left {
	width:220px;
	float:left;
	margin:16px 0 24px;
}

.wiki_right {
	width:740px;
	float:right;
	border-radius:6px;
	padding:10px;
	text-align:left;
	margin:16px 0 24px;
	min-height:556px;
}

.wiki_right h3 {
	font:normal 31px/40px Arial, Helvetica, sans-serif;
	color:#1a1a1a;
}
.wiki_right p {
	font:normal 20px/30px Arial, Helvetica, sans-serif;
	color:#1a1a1a;
}
.wiki_right a {
	font:normal 20px/30px Arial, Helvetica, sans-serif;
	color:#1a1a1a;
	text-decoration:underline;
}
.wiki_right img {
	margin-top:15px;
	display:block;
}
.wiki_child2 {
	border-radius:6px;
	border:2px solid #5fb573;
	padding:5px;
	text-align:center;
	margin:14px 0 0;
}
.wiki_child2 h3 {
	font:normal 20px/30px Arial, Helvetica, sans-serif;
	color:#505050;
}
.wiki_child2 p {
	font:normal 13px/18px Arial, sans-serif;
	color:#505050;
}
.wiki_menu {
	border-radius:6px;
	border: 2px solid #60b573;
	padding:10px;
	margin:14px 0 0;
}


.menu_vert {
	height: auto;
}
.menu_vert li a {
	text-indent:1.4em;
	display: block;
	position: relative;
	font:normal 20px/32px Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	background:url(../images/plus.jpg) 0 13px no-repeat;
}

.menu_vert li ul li a {
	text-indent:0.75em;
	color: #505050;
	font:normal 15px/25px Arial,sans-serif;
	margin-left:25px;
	background:url(../images/minus.jpg) 0 6px no-repeat;
}

.menu_vert li ul li ul li a {
	text-indent:0.80em;
	color: #505050;
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	background:url("../images/bullet_small.jpg") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
	margin-left:50px;
	padding-left:4px;
}
.menu_vert ul li a.active {
	background:url(../images/minus.jpg) 0 6px no-repeat;
	font:bold 15px/25px  Arial,sans-serif;
}
/*wiki ends here*/


/*srore page starts here*/

.store {
	margin:30px 0;
}
.store h2 {
	color:#1a1a1a;
	font:normal 31px/40px Arial, Helvetica, sans-serif;
}
.store h3 {
	color:#1a1a1a;
	font:bold 26px/40px Arial, Helvetica, sans-serif;
}
.store h4 {
	color:#1a1a1a;
	font:normal 20px/30px Arial, Helvetica, sans-serif;
}
.store p {
	color:#1a1a1a;
	font:normal 12px/20px Arial, sans-serif;
}
p.price {
	color:#1a1a1a;
	font:normal 18px/20px Arial, sans-serif;
}

span.onsale {
	display:none;
	float:right;
}

.store_left {
	width:620px;
	float:left;
}
.store_left h1 {
	float:left;
	width:287px;
	padding:3px;
	line-height:0;
	text-align:center;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.44);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.44);
}
.store_left_detail button[type="submit"] {
    background: url("../images/add_cart.PNG") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    color: #29a95c;
    cursor: pointer;
    float: right;
    font: bold 21px/30px Arial, Helvetica, sans-serif;
    height: 44px;
    margin: 15px auto;
    padding: 0 0 0 3px !important;
    text-align: left;
    width: 155px;
}
button[type="submit"] {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #29a95c;
    border-radius: 15px;
    color: #29a95c;
    cursor: pointer;
    font: bold 21px/24px Arial, Helvetica, sans-serif;
    margin: 10px 0;
    padding: 5px 20px;
    text-align: center;
}
.store_detail {
	margin:20px 0;
}
.store_left_detail {
	float:right;
	width:313px;
}
.store_left h1 img {
	width:100%;
	height:190px;
}

.buttons_added {
	border: 2px solid #61b56e;
    border-radius: 15px;
    float: left;
    height: 40px;
    margin: 15px auto;
    overflow: hidden;
    padding: 0 5px 0 10px;
    position: relative;
    width: 67px;
}
.plus{
	background: url("../images/plus1.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    cursor: pointer !important;
    height: 15px !important;
    padding: 0 !important;
    position: absolute !important;
    right: 5px !important;
    text-indent: -99999px !important;
    top: 4px !important;
    width: 22px !important;
    z-index: 99999 !important;
}
.minus{
	background: url("../images/minus1.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    cursor: pointer !important;
    float: right !important;
    height: 15px !important;
    margin-top: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    right: 5px !important;
    text-indent: -99999px !important;
    top: 19px !important;
    width: 22px !important;
    z-index: 99999 !important;
}
input.number_box {
	height:40px !important;
	margin-right:5px !important;
	border:none !important;
	text-align:center;
	width:44px !important;
	background-top:none !important;
	background-left:none !important;
	background-bottom:none !important;
	border-right:1px solid #61b56e !important;
	background:none;
	padding:0 !important;
	border-radius:0 !important;
	font-size:21px;
}
		
.cart_btn {
	margin:15px auto;
	height:40px;
	border:2px solid #61b56e;
	border-radius:15px;
	float:right;	
}
.cart_btn a {
	border-right:1px solid #61b56e;
	padding:14px 5px 6px;
	color:#317614;
	font:normal 19px/40px Arial, Helvetica, sans-serif;
	transition:all 0.5s ease-in-out 0s;
}
.cart_btn a:hover {
	color:#ff7e00;
	transition:all 0.5s ease-in-out 0s;
}
.cart_btn img {
	margin:9px 5px 0 0;
}
.store_right {
	background:#fff;
	width:306px;
	float:right;
	padding:0;
	right:62px;
	border:1px solid #d4d4d4;
	z-index:99999;
}
.store_right a.remove {
    border: 1px solid;
    border-radius: 22px;
    color: #a00 !important;
    float: right !important;
    font: 22px/14px Arial,sans-serif;
    margin-right: 10px !important;
    padding: 1px 2px;
    text-align: center !important;
}
.wc-forward a:after, .wc-forward:after {
    content: "❯";
    font-family: WooCommerce;
    font-size: 0.75em;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-left: 7px;
    text-transform: none;
}
.store_right h3 {
	padding:10px;
	display:inline-block;
	width:105px;
}
.store_right h3.subtitle {
	font-size: 20px;
}
.store_right h5 {
	width:165px;
	border:2px solid #61b56e;
	margin:20px auto;
	text-align:center;
	border-radius:20px;
	font:normal 26px/40px Arial, Helvetica, sans-serif;
}
.store_right h5 a {
	color:#61b56e;
	transition:all 0.5s ease-in-out 0s;
}
.store_right h5 a:hover {
	color:#ff7e00;
	transition:all 0.5s ease-in-out 0s;
}
.store_left div.package label{
	float: left;
	width: 150px;
	padding: 10px 0 0 0;
}
nav.woocommerce-breadcrumb {
	color:#ff7e00;
	display:none;
}

nav.woocommerce-breadcrumb a {
	color:#1A1A1A;
}

div.woocommerce-message {
	color:#1A1A1A;
	margin: 10px 0 0 0;
	font: 20px/40px Arial, Helvetica, sans-serif;
}

div.woocommerce-message a {
    border-radius: 20px;
    font: 23px/40px Arial, Helvetica, sans-serif;
    margin: 10px 0 0 0;
    width: 138px;
	color:#61b56e;
}

div.woocommerce-message a:hver {
	color:#ff7e00;
	transition:all 0.5s ease-in-out 0s;
}

select.orderby {
	display:none;
}
p.woocommerce-result-count {
	display:none;
}
.store_right p.buttons {
    border-radius: 15px;
    float: left;
    font: bold 21px/40px Arial, Helvetica, sans-serif;
    margin: 0 0 10px 78px;
    text-align: center;
    width: 138px;
}

p#billing_company_field {
	display:none;
}

p#billing_address_2_field {
	display:none !important;
}
div.shipping_notice {
	margin-top:136px;
	border: 2px solid #61b56e;
	font: 16px/32px Arial, Helvetica, sans-serif;
	border-radius: 8px;
	width: 430px;
	height:auto;
	padding:5px;
}

div.shipping_notice span {
	color:#EC1A25;
}
div.shipping_notice h6 {
	color:#6EB64D;
	display: inline;
    font-size: 19px;
}

.store_right p.buttons a {
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #29a95c;
    border-radius: 15px;
    color: #29a95c;
    font: bold 21px/30px Arial, Helvetica, sans-serif;
    margin: 10px 0;
    padding: 10px 20px;
    text-align: center;
}
.store_right p.buttons a:hover {
	border:2px solid #29a95c;
	background:#088a3c;
	color:#fff;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}
.store_right ul {
	border-bottom:1px solid #d4d4d4;
	margin-bottom:10px;
	padding:10px 0;
}
.store_right ul li {
	/*display: inline;*/
    margin: 0 0 7px 10px;
    /*text-align: left;*/
}

.store_right ul li a {
	/*display:inline-block;
	text-align:left;
	vertical-align:middle;*/
	color:#1a1a1a;
	margin-right:15px;
	/*width:100px;*/
}

.store_right ul li:nth-child(odd) {
	/*width:95px;*/
}
.store_right ul li:nth-child(even) {
	/*width:30px;*/
}
.radio {
	border-bottom:1px solid #d4d4d4;
	border-top:1px solid #d4d4d4;
	padding:20px 0;
	margin:10px 0;
	max-width:650px;
}
.radio ul {
	height:55px;
}
.radio li {
	font:normal 18px/25px Arial, Helvetica, sans-serif;
	color:#3e3e3e;
	width:185px;
	float:left;
}
.radio li span{
	float: left;
	width: 100px;
	font-size: 14px;
	line-height: 16px;
}


input[type=search] {
	background:url("../images/search.png") no-repeat scroll 4px 5px #fff;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 0 5px 0 30px;
	margin:0;
	border: 2px solid #60b573;
	height:30px;
	width:278px;
	border-radius:6px;
	display:block;
}

input[type=search]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 2px solid #a2a3a1;
}
input[type=radio] {
	width:18px;
	height:18px;
	float:left;
	margin:18px 5px 0 0;
}

.radio label img {
	margin:0 10px 0 0;
	float:left;
}

.radio label p {
	font:bold 18px/24px arial, san-serif;
}
.radio label p span {
	font:normal 12px/16px arial, san-serif;
	display:block;
}
input[type=checkbox] {
	width:18px;
	height:14px;
}
input {
	text-align:left;
}
input[type=email] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 0 10px;
	margin:0 10px 5px 0;
	border: 2px solid #60b573;
	height:40px;
	width:394px;
	border-radius:6px;
}

input[type=email]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 2px solid #a2a3a1;
}
input[type=text] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 0 10px;
	margin:0 10px 5px 0;
	border: 2px solid #60b573;
	height:40px;
	width:394px;
	border-radius:6px;
}

input[type=text]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 2px solid #a2a3a1;
}

div.package input[type=text] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 0 10px;
	margin:0 10px 5px 0;
	border: 2px solid #60b573;
	height:40px;
	width:300px;
	border-radius:6px;
}
div.package.order input[type=text] {
	width:400px;
}

div.package input[type=text]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 2px solid #a2a3a1;
}

input[type=password] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 0 10px;
	margin:0 10px 5px 0;
	border: 2px solid #60b573;
	height:40px;
	width:394px;
	border-radius:6px;
}

input[type=password]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 2px solid #a2a3a1;
}
input[type=url] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 0 10px;
	margin:0 10px 5px 0;
	border: 2px solid #60b573;
	height:40px;
	width:394px;
	border-radius:6px;
}

input[type=url]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 2px solid #a2a3a1;
}
.blog_sub input[type=submit] {
    border: 2px solid #61b56e;
    border-radius: 20px;
    color: #61b56e;
    font: 26px/30px Arial, Helvetica, sans-serif;
    height: 45px;
    text-align: center;
    width: 235px;
	background:none;
	cursor:pointer;
}
.blog_sub input[type=submit]:hover {
	color:#ff7e00;
	transition:all 0.5s ease-in-out 0s;
}
textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 0 10px;
	margin:0 10px 5px 0;
	border: 2px solid #60b573;
	height:110px;
	width:394px;
	border-radius:6px;
	font:normal 14px/40px Arial, sans-serif;
	color:#838383;
	float:left; 
}

textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 2px solid #a2a3a1;
}

button[type=submit] {
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #29a95c;
    border-radius: 15px;
    color: #29a95c;
    font: bold 21px/24px Arial, Helvetica, sans-serif;
    margin: 10px 0;
    padding: 5px 20px;
    text-align: center;
	cursor:pointer;
}
button[type=submit]:hover {
	border:2px solid #29a95c;
	background:#088a3c;
	color:#fff;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}

input[type=submit] {
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #29a95c;
    border-radius: 15px;
    color: #29a95c;
    font: bold 21px/24px Arial, Helvetica, sans-serif;
    margin: 10px 0;
    padding: 5px 20px;
    text-align: center;
	cursor:pointer;
}
input[type=submit]:hover {
	border:2px solid #29a95c;
	background:#088a3c;
	color:#fff;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
}

div.package input[type=submit] {
	background: none repeat scroll 0 0 #fff !important;
    border: 2px solid #29a95c !important;
    border-radius: 15px !important;
    color: #29a95c !important;
    font: bold 21px/24px Arial, Helvetica, sans-serif !important;
    margin: 10px 0 !important;
    padding: 5px 20px !important;
    text-align: center !important;
	cursor:pointer !important;
}

div.package input[type=submit]:hover {
	border:2px solid #29a95c !important;
	background:#088a3c !important;
	color:#fff !important;
	-webkit-transition: all .5s ease-in-out !important;
  	-moz-transition: all .5s ease-in-out !important;
  	-o-transition: all .5s ease-in-out !important;
  	transition: all .5s ease-in-out !important;
}


select {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 0 10px;
	margin:0;
	border: 2px solid #60b573;
	height:40px;
	width:394px;
	border-radius:6px;
}

select:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 2px solid #a2a3a1;
}

input[type=number] {
	border: none !important;
    float: left !important;
    height: 40px !important;
	width: 88px !important;
	text-align: left !important;
	font:19px/20px Gotham, sans-serif;
}

.store_left_detail button[type=submit] {
	background:url(../images/add_cart.PNG) center no-repeat;
	border: none;
    float: right;
    height: 44px;
	width:155px;
    margin: 15px auto;
	text-align:left;
	color:#29a95c;
	font: bold 19px/30px Arial, Helvetica, sans-serif;
	cursor:pointer;
	padding:0 0 0 7px !important;
}

.store_left_detail button[type=submit]:hover {
	background:url(../images/add_cart_hover.png) center no-repeat;
	border: none;
	color:#fff;
}


.styled select {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #717171;
    font-size: 14px;
    height: 40px;
    padding: 5px;
    width: 430px;
} 
.styled{
   width: 413px;
   height: 40px;
   overflow: hidden;
   background:url(../images/arrow_down.png) no-repeat 98% #fff;
   display:inline-block;
   border: 2px solid #60b573;
   border-radius:6px;
}
input.text_bg2 {
	width:195px;
	float:right;
}
.form1 {
	width:660px;
	margin:20px 0;
}



.package {
	margin:20px 0;
}
.package h3 {
	display:inline-block;
	width:270px;
}
input.text_bg1 {
	width:558px !important;
	display:inline-block;
	border-radius:20px !important;
	height:30px !important;
	text-align:left;
}

.checkout {
	padding:20px 0 0;
}
.checkout h3 {
	display:inline-block;
	width:127px;
}
.checkout ul {
	margin-bottom:10px;
	padding:10px 0;
	width:297px;
}
.checkout ul li {
	display:inline-block;
	text-align:left;
	margin:0 0 0 10px;
	vertical-align:middle;
}

.checkout ul li:nth-child(odd) {
	width:100px;
}
.checkout ul li:nth-child(even) {
	width:40px;
}
.checkout ul:last-child {
	border-bottom:none;
}
.check_lt {
	float:left;
	width:400px;
}
.check_rt {
	width:492px;
	border-left:1px solid #d4d4d4;
	float:right;
	padding:20px 0;
	text-align:center;
}
.check_rt h5 {
	width:165px;
	border:2px solid #61b56e;
	margin:20px auto;
	text-align:center;
	border-radius:20px;
	font:normal 26px/40px Arial, Helvetica, sans-serif;
}
.check_rt h5 a {
	color:#61b56e;
	transition:all 0.5s ease-in-out 0s;
}
.check_rt h5 a:hover {
	color:#ff7e00;
	transition:all 0.5s ease-in-out 0s;
}
/*input[type=radio].css-checkbox {
							position:absolute; z-index:-1000; top:-1000px;
						}

						input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr {
							padding-left:23px;
							margin-bottom:10px;
							height:18px; 
							display:inline-block;
							line-height:40px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font:normal 18px/18px Arial, Helvetica, sans-serif;
							color:#3e3e3e;
							vertical-align:middle;
							cursor:pointer;
							width:500px;

						}

						input[type=radio].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox + label.css-label.chk {
							background-position: 0 -18px;
							
						}
						label.css-label {
				background-image:url(../images/radio.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
*/
/*srore page ends here*/

/*blog page start*/

div.blog {
	margin:0;
	padding:15px 0;
}

div.blog h3 {
	color:#1a1a1a;
	font:normal 36px/40px Arial, Helvetica, sans-serif;
	float:left;
}

div.blog_search {
	float:right;
	border:2px solid #63b66a;
	margin:0;
	padding:0 10px;
	border-radius:5px;
}

div.blog_search input[type="text"] {
	border:none;
	margin:0;
	padding:0 0px;
	border-radius:none;
	height:29px;
	width:140px;
}

div.blog_search input[type="submit"] {
	border:none;
	margin:0;
	padding:0 0px;
	border-radius:none;
	height:27px;
	width:23px;
	background:url(../images/search_icon.jpg) 0 0 no-repeat;
	text-indent:-99999px;
}

div.blog_search input[type="text"]:focus {
	border:none;
	margin:0;
	padding:0 0px;
	border-radius:none;
	height:29px;
	box-shadow:none;
}

div.blog_sub {
	margin:20px auto;
	padding:0;
	max-width:600px;

    color: #3b3b3b;
font-family:Arial, Helvetica, sans-serif;
}
div.blog_left {
	float:left;
	width:357px;
	margin:0;
	padding:0;
}

div.blog_sub img {
	padding:2px;
	box-shadow:0 0 5px #6d6d6d;
	max-width:600px;
}

ul.comment {
	margin:0;
	padding:10px 0 0 0;
}

ul.comment li {
	margin:0;
	padding:0 10px 0 0;
	float:left;
	color:#006f15;
	font:bold 12px/20px arial;

}

ul.comment li img {
	margin:0 5px 0 0;
	padding:0 !important;
	box-shadow:none !important;
	width:auto;

}

div.blog_right {
	float:right;
	margin:0;
	padding:0;
	width:620px;
}

div.blog_sub h3 {
	border-bottom:1px solid #ccc;
	color:#1a1a1a;
	font:normal 28px/40px Arial, Helvetica, sans-serif;
	float:none;
}

div.blog_sub p {
	color:#505050;
	font:normal 13px/20px Arial,sans-serif;
	float:none;
}

div.blog_sub h3 {
	border-bottom:1px solid #ccc;
	color:#1a1a1a;
	font:28px/35px "MyriadProSemibold";
	float:none;
}

div.blog_sub h3 a {
	color:#1a1a1a;
}

.entry-header {
	display:none;
}
.entry-content {
	margin-top:10px;
}
.bbp-breadcrumb {
	display:none;
}

div.blog_sub h6 {
	border-bottom:1px solid #ccc;
	color:#0b8a1f;
	font:normal 18px/20px Arial,sans-serif;
	float:none;
	padding:20px 0 10px 0;
	margin:0 0 10px 0;
}

div.blog_sub h2 {
	color:#3b3b3b;
	font:normal 15px/20px Arial,sans-serif;
	float:none;
	padding:20px 0 10px 0;
}

div.blog_sub h2 span {
	color:#3b3b3b;
	font:normal 17px/20px Arial,sans-serif;
	float:none;
}
div.blog_sub p span {
	color:#3b3b3b;
	font:normal 15px/18px Arial,sans-serif;
	float:none;
	display:block;
	padding:10px 0;
}

div.blog_sub p span a {
	color:#006f15;
	font:bold 14px/20px arial;
	float:none;
	padding:0px 0;
}
div.blog_sub h4 {
	border-bottom:1px solid #ccc;
	color:#0b8a1f;
	font:bold 18px/30px "MyriadProSemibold";
	float:none;
}
div.blog_sub h5 {
	color:#3b3b3b;
	font:normal 17px/30px "MyriadProSemibold";
	float:none;
}

div.blog_sub ul {
	margin:0;
	padding:15px 0 20px 0;
}

div.blog_sub ul li {
	margin:0;
	padding:0 20px 0 0;
	color:#3b3b3b;
	font:normal 14px/26px Arial,sans-serif;
}
img.border {
	padding:2px;
	box-shadow:0 0 4px #6d6d6d;
	margin:25px 0 0 0;
}
p.form-allowed-tags {
	display:none;
}
/*blog page end*/
/*Product Start Fixig*/

.product-name a {
	color: #1a1a1a;
}

.edit-link {
	display:none;
}

a.shipping-calculator-button {
	border: 2px solid #61b56e;
    border-radius: 20px;
    float: left;
    font: 23px/40px Arial, Helvetica, sans-serif;
    margin: 0 0 10px 7px;
    text-align: center;
    width: 285px;
	color: #61b56e;
    transition: all 0.5s ease-in-out 0s;
}
a.shipping-calculator-button:hover {
	color: #ff7e00;
    transition: all 0.5s ease-in-out 0s;
}

h3#order_review_heading {
	display:none;
}
div#order_review {
	border-top: 1px solid #d4d4d4;
    padding-top: 20px;
	margin-top:20px;
}
span.required {
	display:inline-block !important;
	color:#FF0000 !important;
	}
.blog_sub label {
	width:65px;
	float:left;
	margin-top:5px;
	}
.cat-links {
	display:none;
}
.entry-date a {
	color:#626262;
}
.comments-link a{
	color:#626262;
}
span.author a {
	color:#626262;
}
/*Product End Fixig*/

@media screen and (min-width: 800px) and (max-width: 1023px)  { 
div.logo {
	margin-left:10px;
}
.detail {
	padding:0 10px 30px 10px;
}
.detail_left {
	width:365px;
}
.detail h1 {
width:370px;
}
.detail h2 {
width:370px;
}
.product1 h3 {
	padding-left:10px;
}
.product1 h4 {
	padding-left:10px;
}
h1.view {
    padding-right: 10px;
}

div.footer ul {
    padding-left: 10px;
}
div.footer ul li {
	width:163px;
}
div.footer ul li ul {
    padding-left: 0;
}

div.footer_right {
	margin-right:5px;
}

/*forum page*/ 
div.forum h3 {
	padding:10px;
}
div.forum p {
	padding:0px 10px;
}
div.forum_title {
	width:398px;
}

div.forum_topic {
	margin:0 0 0 0;
}
.wiki_right {
	max-width:648px;
	min-height:none;
}
.wiki_left {
	width:98%;
	float:none;
	margin:16px auto;
}

.wiki_right {
	width:95%;
	max-width:none;
	float:none;
	text-align:center;
	margin:16px auto 24px;
	min-height:0;
}
.wiki_right img {
	margin:15px auto 0;
}
input[type=search] {
	width:95%;
}


.store h2 {
	text-align:letf;
	margin:0 10px;
}
.store h3 {
	text-align:left;
	margin:0 10px;
}
.store h4 {
	text-align:left;
	margin:0 10px;
}
.store p {
	text-align:left;
	margin:0 10px;
}
.store h1 {
	float:none;
	margin:0 auto;
}
.store_left_detail {
	float:none;
	margin:0 auto;
}
.store_left {
	width:90%;
	margin:0 auto;
	float:none;
}
.store_right {
	margin:0 auto;
	float:none;
	width:612px;
}
.store_detail {
	float:left;
	margin-right:30px;
}
.store_right ul {
	width:306px;
	float:left;
	border-top:1px solid #d4d4d4;
	min-height:100px;
}
.store_right h5 {
	float:right;
	margin:0 5px;
}
.radio li {
	margin:0 10px;
}
input.text_bg1 {
	width:435px !important;
}
.form1 {
	margin:10px auto;
}
.check_lt {
	float:left;
	max-width:290px;
	margin:0 auto 0 10px;
}
.check_rt {
	float:right;
	border-left:1px solid #d4d4d4;
	text-align:center;
	border-top:none;
	width:350px;
	
}
.check_rt p {
	text-align:center;
}
.checkout h3 {
	width:117px;
}

/*Blog start*/
div.blog_right {
    float: right;
    margin: 0;
    padding: 0;
    width: 420px;
}
div.blog_right ul {
    margin: 0;
    padding: 5px 0;
}

div.blog_right ul li {
    color: #3b3b3b;
    font: 13px/26px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
div.blog_sub {
    margin: 20px 0;
    padding: 0 5px;
}
img.border {
    box-shadow: 0 0 4px #6d6d6d;
    margin: 25px 0 0;
    padding: 2px;
    width: 99%;
}
/*Blog end*/
}

@media screen and (min-width: 768px) and (max-width: 799px)  { 
div.logo {
	margin-left:10px;
}
.detail {
	padding:0 10px 30px 10px;
}
.detail_left {
	width:365px;
}
.detail h1 {
width:345px;
}
.detail h2 {
width:345px;
}
.product1 h3 {
	padding-left:10px;
}
.product1 h4 {
	padding-left:10px;
}
h1.view {
    padding-right: 10px;
}

div.footer ul {
    padding-left: 10px;
}
div.footer ul li {
	width:150px;
}
div.footer ul li ul {
    padding-left: 0;
}

div.footer_right {
	margin-right:10px;
}
/*forum page*/ 
div.forum h3 {
	padding:10px;
}
div.forum p {
	padding:0px 10px;
}
div.forum_title {
	width:360px;
}

div.forum_topic {
	margin:0 0 0 0;
}
.wiki_left {
	width:98%;
	float:none;
	margin:16px auto;
}

.wiki_right {
	width:95%;
	max-width:none;
	float:none;
	text-align:center;
	margin:16px auto 24px;
	min-height:0;
}
.wiki_right img {
	margin:15px auto 0;
	display:inherit;
}
input[type=search] {
	width:95%;
}

.store h2 {
	text-align:letf;
	margin:0 10px;
}
.store h3 {
	text-align:left;
	margin:0 10px;
}
.store h4 {
	text-align:left;
	margin:0 10px;
}
.store p {
	text-align:left;
	margin:0 10px;
}
.store h1 {
	float:none;
	margin:0 auto;
}
.store_left_detail {
	float:none;
	margin:0 auto;
}
.store_left {
	width:90%;
	margin:0 auto;
	float:none;
}
.store_right {
	margin:0 auto;
	float:none;
	width:612px;
}
.store_detail {
	float:left;
	margin-right:30px;
}
.store_right ul {
	width:306px;
	float:left;
	border-top:1px solid #d4d4d4;
}
.store_right h5 {
	float:right;
	margin:0 5px;
}
.radio li {
	margin:0 10px;
}
input.text_bg1 {
	width:435px !important;
}
.form1 {
	margin:10px auto;
}
.check_lt {
	float:left;
	max-width:290px;
	margin:0 auto 0 10px;
}
.check_rt {
	float:right;
	border-left:1px solid #d4d4d4;
	text-align:center;
	border-top:none;
	width:350px;
	
}
.check_rt p {
	text-align:center;
}
.checkout h3 {
	width:117px;
}

/*Blog start*/
div.blog_right {
    float: right;
    margin: 0;
    padding: 0;
    width: 420px;
}
div.blog_left {
    float: left;
    margin: 0;
    padding: 0;
    width: 310px;
}
div.blog_left img {
	width:99%;
}

ul.comment li img {
	width:auto;
}
div.blog_right ul {
    margin: 0;
    padding: 5px 0;
}

div.blog_right ul li {
    color: #3b3b3b;
    font: 13px/26px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
div.blog_sub {
    margin: 20px 0;
    padding: 0 5px;
}
img.border {
    box-shadow: 0 0 4px #6d6d6d;
    margin: 25px 0 0;
    padding: 2px;
    width: 99%;
}
/*Blog end*/
}

@media screen and (min-width: 600px) and (max-width: 767px)  { 

div.logo {
	float:none;
	text-align:center;
}
.detail {
	padding:0 10px 30px 10px;
}
.detail_left {
	width:100%;
	float:none;
	
}
.detail h1 {
width:100%; 
	float:none;
	text-align:center;  
	margin-left:0;
	max-width:none;
}
.detail h2 {
width:100%;
	float:none;
	text-align:center;
	margin-left:0;
	max-width:none;
}

.product1 h3 {
	padding-left:10px;
}
.product1 h4 {
	padding-left:10px;
}
h1.view {
    padding-right: 10px;
}

div.footer ul {
    padding-left: 10px;
	float:none;
}
div.footer ul li {
	width:190px;
}
div.footer ul li ul {
    padding-left: 0;
}

div.footer_right { 
	margin-right:0;
	float:none;
	margin-top:10px;
	text-align:center;
}
div.nav {
    float: none;
    margin: 10px auto;
    padding: 0;
	max-width:none;
}
div.menu ul {
text-align:center;
}
div.menu ul li {
	float:none;
	display:inline-block;
	background:url(../images/border_bottom.png) top no-repeat;

}

div.menu ul li:last-child {
	background:url(../images/border_bottom.png) top no-repeat;

}
div.menu ul li a {
	background:none;
}

#main_menu ul {
		display: none;
		height: auto;
	}
	#main_menu a#pull2 {
	display: block;
	width: 100%;
	position: relative;
	text-align:center;
	font:normal 26px/44px 'HelveticaNeueRegular';
	color:#fff;
	display:block;
	text-decoration:none;
	background:none;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;

	}
	#main_menu a#pull2:after {
	content:"";
	height: 44px;
	display: inline-block;
	position: absolute;
	top: 10px;
	font:normal 26px/44px 'HelveticaNeueRegular';
	color:#000;
	display:block;
	text-decoration:none;
	text-align:center;
	background:none;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
	}
	
	
div.menu ul li {
    float: none;
    margin:1px;
    padding: 0;
	display:block;
	background:url(../images/border_bottom.png) top no-repeat;
}
div.menu ul li:last-child {
	border-bottom:none;
}

div.menu ul li a:hover, div.menu ul li a.active {
	background:none;
	border:none;
}

/*forum page*/ 
div.forum h3 {
	padding:10px;
}
div.forum p {
	padding:0px 10px;
}
div.forum_title {
	width:304px;
}

div.forum_topic {
	margin:0 0 0 0;
	width:90px;
}
div.forum_post {
	width:80px;
}
div.forum_last {
	width:100px;
}
.wiki_left {
	width:95%;
	float:none;
	margin:16px auto;
}

.wiki_right {
	width:90%;
	float:none;
	text-align:center;
	margin:16px auto 24px;
	min-height:0;
}
.wiki_right img {
	margin:15px auto 0;
}
input[type=search] {
	width:93%;
}

.store h2 {
	text-align:center;
}
.store h3 {
	text-align:center;
}
.store h4 {
	text-align:center;
}
.store p {
	text-align:center;
}
.store h1 {
	float:none;
	margin:0 auto;
}
.store_left_detail {
	float:none;
	margin:0 auto;
}
.store_left {
	width:98%;
	margin:0 auto;
	float:none;
}
.store_right {
	margin:0 auto;
	float:none;
}
.radio li {
	margin:0 auto;
}
.package h3 {
	width:auto;
	display:block;
}
input.text_bg1 {
	margin:0 auto !important;
	display:block;
}
.form1 {
	width:410px;
	margin:10px auto;
}
textarea {
	float:none;
}
.text_bg2 {
	float:none !important; 
}
.check_lt {
	float:none;
	max-width:306px;
	margin:0 auto;
}
.check_rt {
	float:none;
	width:98%;
	margin:0 auto;
	border-top:1px solid #d4d4d4;
	text-align:center;
	border-left:none;
}
/*Blog start*/
div.blog_sub {
	padding:0 5px;
}
div.blog_right {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
div.blog_left {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 360px;
}


ul.comment li img {
	width:auto;
}

img.border {
    box-shadow: 0 0 4px #6d6d6d;
    margin: 25px 0 0;
    padding: 2px;
    width: 99%;
}
div.blog_sub img {
	width: 100%;
}
/*Blog end*/
}


@media screen and (min-width: 480px) and (max-width: 599px)  { 
div.logo {
	float:none;
	text-align:center;
}
.detail {
	padding:0 10px 30px 10px;
}
.detail_left {
	width:100%;
	float:none;
	
}
.detail h1 {
width:100%; 
	float:none;
	text-align:center;  
	margin-left:0;
	max-width:none;
	margin-top: 11px;
}
.detail h2 {
width:100%;
	float:none;
	text-align:center;
	margin-left:0;
	max-width:none;
}

.product1 h3 {
	padding-left:10px;
}
.product1 h4 {
	padding-left:10px;
}
h1.view {
    padding-right: 10px;
}

div.footer ul {
    padding-left: 10px;
	float:none;
}
div.footer ul li {
	width:190px;
}
div.footer ul li ul {
    padding-left: 0;
}

div.footer_right { 
	margin-right:0;
	float:none;
	margin-top:10px;
	text-align:center;
}
div.nav {
    float: none;
    margin: 10px auto;
    padding: 0;
	max-width:none;
}
div.menu ul {
text-align:center;
}
div.menu ul li {
	float:none;
	display:inline-block;
	background:url(../images/border_bottom.png) top no-repeat;

}

div.menu ul li:last-child {
	background:url(../images/border_bottom.png) top no-repeat;

}
div.menu ul li a {
	background:none;
}

#main_menu ul {
		display: none;
		height: auto;
	}
	#main_menu a#pull2 {
	display: block;
	width: 100%;
	position: relative;
	text-align:center;
	font:normal 26px/44px 'HelveticaNeueRegular';
	color:#fff;
	display:block;
	text-decoration:none;
	background:none;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;

	}
	#main_menu a#pull2:after {
	content:"";
	height: 44px;
	display: inline-block;
	position: absolute;
	top: 10px;
	font:normal 26px/44px 'HelveticaNeueRegular';
	color:#000;
	display:block;
	text-decoration:none;
	text-align:center;
	background:none;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
	}
	
	
div.menu ul li {
    float: none;
    margin:1px;
    padding: 0;
	display:block;
	background:url(../images/border_bottom.png) top no-repeat;
}
div.menu ul li:last-child {
	border-bottom:none;
}

div.menu ul li a:hover, div.menu ul li a.active { 
	background:none;
	border:none;
}
#wowslider-container1 .ws-title {
	width:58% !important;
}
/*forum page*/ 

div.forum h3 {
	padding:10px;
}
div.forum p {
	padding:0px 10px;
}

div.forum_top {
	font: bold 16px/20px Arial, Helvetica, sans-serif;
}
div.forum_title {
	width:182px;
}

div.forum_topic {
	margin:0 0 0 0;
	width:90px;
	padding:10px 0;
}
div.forum_post {
	width:80px;
	padding:10px 0;
}
div.forum_last {
	width:100px;
	padding:10px 0;
}

div.forum_contain, div.forum_contain p span {
	font: bold 16px/20px Arial, Helvetica, sans-serif;
}
.wiki_left {
	width:95%;
	float:none;
	margin:16px auto;
}

.wiki_right {
	width:90%;
	float:none;
	text-align:center;
	margin:16px auto 24px;
	min-height:0;
}
.wiki_right img {
	margin:15px auto 0;
}
input[type=search] {
	width:93%;
}

.store h2 {
	text-align:center;
}
.store h3 {
	text-align:center;
}
.store h4 {
	text-align:center;
}
.store p {
	text-align:center;
}
.store h1 {
	float:none;
	margin:0 auto;
}
.store_left_detail {
	float:none;
	margin:0 auto;
}
.store_left {
	width:98%;
	margin:0 auto;
	float:none;
}
.store_right {
	margin:0 auto;
	float:none;
}
.radio li {
	margin:0 auto;
}
.package h3 {
	width:auto;
	display:block;
}
input.text_bg1 {
	width:80% !important;
	margin:0 auto !important;
	display:block;
}
.form1 {
	width:89%;
	margin:10px auto;
}
textarea {
	float:none;
}
.text_bg2 {
	float:none !important; 
}
.check_lt {
	float:none;
	max-width:306px;
	margin:0 auto;
}
.check_rt {
	float:none;
	width:98%;
	margin:0 auto;
	border-top:1px solid #d4d4d4;
	text-align:center;
	border-left:none;
}
/*Blog start*/
div.blog_sub {
	padding:0 5px;
}
div.blog_right {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
div.blog_left {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 360px;
}


ul.comment li img {
	width:auto;
}
div.blog_sub img {
	width: 100%;
}
img.border {
    box-shadow: 0 0 4px #6d6d6d;
    margin: 25px 0 0;
    padding: 2px;
    width: 99%;
}
div.blog h3 {
	float:none;
	text-align:center;
}

div.blog_search {
    border: 2px solid #63b66a;
    border-radius: 5px;
    float: none;
    margin: 10px auto 0;
    padding: 0 10px;
    width: 261px;
}
/*Blog end*/
}


@media screen and (min-width: 240px) and (max-width: 479px)  { 
div.logo {
	float:none;
	text-align:center;
}
.detail {
	padding:0 10px 30px 10px;
}
.detail_left {
	width:100%;
	float:none;
	
}
.detail h1 {
width:100%; 
	float:none;
	text-align:center;  
	margin-left:0;
	max-width:none;
	margin-top: 10px;
}
.detail h2 {
width:100%;
	float:none;
	text-align:center;
	margin-left:0;
	max-width:none;
}

.product1 h3 {
	padding-left:10px;
}
.product1 h4 {
	padding-left:10px;
}
h1.view {
    padding-right: 10px;
}

div.footer ul {
    padding-left: 10px;
	float:none;
}
div.footer ul li {
	width:190px;
}
div.footer ul li ul {
    padding-left: 0;
}

div.footer_right { 
	margin-right:0;
	float:none;
	margin-top:10px;
	text-align:center;
}
div.nav {
    float: none;
    margin: 10px auto;
    padding: 0;
	max-width:none;
}
div.menu ul {
text-align:center;
}
div.menu ul li {
	float:none;
	display:inline-block;
	background:url(../images/border_bottom.png) top no-repeat;

}

div.menu ul li:last-child {
	background:url(../images/border_bottom.png) top no-repeat;

}
div.menu ul li a {
	background:none;
}

#main_menu ul {
		display: none;
		height: auto;
	}
	#main_menu a#pull2 {
	display: block;
	width: 100%;
	position: relative;
	text-align:center;
	font:normal 26px/44px 'HelveticaNeueRegular';
	color:#fff;
	display:block;
	text-decoration:none;
	background:none;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;

	}
	#main_menu a#pull2:after {
	content:"";
	height: 44px;
	display: inline-block;
	position: absolute;
	top: 10px;
	font:normal 26px/44px 'HelveticaNeueRegular';
	color:#000;
	display:block;
	text-decoration:none;
	text-align:center;
	background:none;
	-webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
	}
	
	
div.menu ul li {
    float: none;
    margin:1px;
    padding: 0;
	display:block;
	background:url(../images/border_bottom.png) top no-repeat;
}
div.menu ul li:last-child {
	border-bottom:none;
}

div.menu ul li a:hover, div.menu ul li a.active { 
	background:none;
	border:none;
}
#wowslider-container1 .ws-title {
	width:58% !important;
}
/*forum page*/ 

div.forum h3 {
	padding:10px;
}
div.forum p {
	padding:0px 10px;
}

div.forum_top, div.forum_contain, div.forum_contain p span, div.forum_contain p {
	font:12px/14px arial !important;
}
div.forum_contain p span {
	padding-bottom:10px;
}
div.forum_title {
	padding: 5px 0 0 10px;
    width: 127px;
}

div.forum_topic {
	margin:0 0 0 0;
	width:60px;
	padding:10px 0;
}
div.forum_post {
	width:50px;
	padding:10px 0;
}
div.forum_last {
	width:70px;
	padding:10px 0;
}
div.bbp-register-login {
	float:none;
	margin:5px auto;
}

.wiki_left {
	width:100%;
	float:none;
	margin:16px 0 16px;
}

.wiki_right {
	width:88%;
	float:none;
	text-align:center;
	margin:16px auto 24px;
	min-height:0;
}
.wiki_right img {
	margin:15px auto 0;
}
input[type=search] {
	width:80%;
}
.store h2 {
	text-align:center;
}
.store h3 {
	text-align:center;
}
.store h4 {
	text-align:center;
}
.store p {
	text-align:center;
}
.store h1 {
	float:none;
	margin:0 auto;
}
.store_left_detail {
	float:none;
	margin:0 auto;
}
.store_left {
	width:98%;
	margin:0 auto;
	float:none;
}
.store_right {
	width:306px;
	margin:0 auto;
	float:none;
}
.radio li {
	margin:0 auto;
}
.package h3 {
	width:auto;
	display:block;
}
input.text_bg1 {
	width:80% !important;
	margin:0 auto !important;
	display:block;
}
input[type=email] {
	width:90%;
	margin:0 0 5px 5px;
}
input[type=text] {
	width:90%;
	margin:0 0 5px 5px;
}
input[type=password] {
	width:90%;
	margin:0 0 5px 5px;
}
textarea {
	width:90%;
	float:none;
	margin:0 0 5px 5px;
}
.text_bg2 {
	width:90%;
	float:none !important; 
}
.styled {
	width:96%;
	margin:0 0 5px 5px;
}
.form1 {
	width:100%;
}
.check_lt {
	float:none;
	max-width:300px;
	margin:0 auto;
}
.check_rt {
	float:none;
	width:98%;
	margin:0 auto;
	border-top:1px solid #d4d4d4;
	text-align:center;
	border-left:none;
}

/*Blog start*/
div.blog_sub {
	padding:0 5px;
}
div.blog_right {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
div.blog_left {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
div.blog_left img {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 99%;
}

ul.comment li img {
	width:auto;
}
div.blog_sub img {
	width: 100%;
}
img.border {
    box-shadow: 0 0 4px #6d6d6d;
    margin: 25px 0 0;
    padding: 2px;
    width: 99%;
}
div.blog h3 {
	float:none;
	text-align:center;
}

div.blog_search {
    border: 2px solid #63b66a;
    border-radius: 5px;
    float: none;
    margin: 10px auto 0;
    padding: 0 10px;
    width: 261px;
}
/*Blog end*/

}

#secondary {
	display:none;
}

.parent_cat {
	display:block !important;
}
