﻿/*==============================================
[Main stylesheet style.css]

Author:	SINDEVO.COM - Smart Internet Development
Version:	1.1
Created:	06 March 2015
Last updated:	25 MArch 2015
Template:	Minio - Mobile Web APP Template
================================================*/
.page-content {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
.page {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/
html, body {
	position: relative;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
body {
	font-family: sans-serif;

	margin: 0;
	padding: 0;
	color: #232323;
	font-size: 100%; /*14px;*/;
	line-height: 1.4;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	font-weight: 300;
}
a {
	text-decoration: none;
	color: #24a459;
}
p {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}
blockquote {
	padding: 0 0 0 20px;
	margin: 10px 0 20px 0;
	font-size: 0.9em; /* from 16 JAN */;
	line-height: 22px;
	font-weight: 300;
}
blockquote span {
	font-weight: 700;
}
blockquote a {
	font-weight: 700;
}


blockquote ul {
	list-style-type: square;
	padding-left: 20px;
}
blockquote b {
	font-weight: 700;
}
#mobile_wrap {
	/* was 800 px JAN */
max-width: 100%;
	margin: auto;
}
/*===============================================*/
/* 4. LEFT AND RIGHT SLIDE PANELS */
/*===============================================*/
.panel {
	z-index: 1000;
	display: none;
	background-color: #0e6034;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	width: 240px;
	top: 0;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	color: #FFFFFF;
}
.content-block {
	margin: 35px 0;
	padding: 0 15px;
}
/* 4.1 SIDE NAVIGATION */
nav#slide-menu {
	padding: 0px 0 0 0px;
	background: #0e6034;
	position: fixed;
	top: 0px; /* 60px; JAN*/;
	left: -200px;
	bottom: 0;
	display: block;
	float: left;
	width: 100%;
	max-width: 200px;
	height: 100%;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
nav#slide-menu > ul {
	display: block;
	width: 100%;
	margin: 20px;
	padding: 0;
	list-style: none;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	text-align: left;
}
nav#slide-menu > ul li {
	color: #dfe5eb;
	padding: 0px 0;
	bottom: 80px;
	cursor: pointer;
}
nav#slide-menu > ul li a {
	padding: 8.5% 0 6% 60px;
	margin: 2% 0 2% 8%;
	height: auto;
	font-size: 18px;
	font-weight: 500;
	color: #24a459;
	cursor: pointer;
	color: #fff;
	text-align: left;
	text-decoration: none;
	display: inline-block;
}
nav#slide-menu > ul li:hover {
	jancolor: #59e9df;
	opacity: 0.7;
}
body.menu-active nav#slide-menu {
	left: 0px;
}
body.menu-active nav#slide-menu ul {
	left: 0px;
	opacity: 1;
}
.list-nav {
	padding: 40px 0 0 0px;
	width: 100%;
}
.list-nav ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
}
.list-nav ul li {
	display: block;
	padding: 0px;
	margin: 0px;
}
.list-nav ul li a {
	color: #FFFFFF;
	font-size: 0.8em;
	font-size: 3.0vw;

	font-weight: 400;
	width: 26%;
	display: inline-block;
	float: left;
	list-style: none;
	padding: 16.5% 0 3% 0;
	margin: 2% 0 2% 5%;
	height: auto;
	background-color: #127b42;
}
.list-nav-small {
	padding: 20px 5%;
	width: 90%;
}
.list-nav-small ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
}
.list-nav-small ul li {
	list-style: none;
	padding: 0 0 0 50px;
	margin: 0px;
	display: block;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px #12713e solid;
}
.list-nav-small ul li a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
}
.home-icon a {
	background: url(images/icons/white/home.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.about-icon a {
	background: url(images/icons/white/user.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.pc-icon a {
	background: url(images/icons/white/pc.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.iphone-icon a {
	background: url(images/icons/white/iphone.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.more-icon a {
	background: url(images/icons/white/more.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.download-icon a {
	background: url(images/icons/white/download.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.buynow-icon a {
	background: url(images/icons/white/cart.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.linux-icon a {
	background: url(images/icons/white/linuxpc.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.toogle-icon a {
	background: url(images/icons/white/toogle.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.freeware-icon a {
	background: url(images/icons/white/freeware.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}

.msphone-icon a {
	background: url(images/icons/white/msphone.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.chrome-icon a {
	background: url(images/icons/white/chrome.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.xppc-icon a {
	background: url(images/icons/white/xppc.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.winrt-icon a {
	background: url(images/icons/white/winrt.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.activex-icon a {
	background: url(images/icons/white/activex.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.blackberry-icon a {
	background: url(images/icons/white/blackberry.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.mac-icon a {
	background: url(images/icons/white/laptop.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.phone-icon a {
	background: url(images/icons/white/phone.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.wpphone-icon a {
	background: url(images/icons/white/wpphone.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.java-icon a {
	background: url(images/icons/white/java.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.watchos-icon a {
	background: url(images/icons/white/watchos.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}


.contact-icon a {
	background: url(images/icons/white/contact.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.support-icon a {
	background: url(images/icons/white/tools.png);
	background-size: auto 40%;
	background-repeat: no-repeat;
	background-position: 50% 35px;
}
.home-icon-small {
	background: url(images/icons/white/home.png);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.about-icon-small {
	background: url(images/icons/white/user.png);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.support-icon-small {
	background: url(images/icons/white/tools.png);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.contact-icon-small {
	background: url(images/icons/white/contact.png);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.buynow-icon-small {
	background: url(images/icons/white/cart.png);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
.pricelist-icon-small {
	background: url(images/icons/white/pricelist.png);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
/*===============================================*/
/* 5. TOP NAVIGATION BAR AND FOOTER TOOLBAR */
/*===============================================*/
/* 5.1 TOP NAVIGATION AND HEADER */
.navbar:after {
	content: '';
	position: absolute;
	left: 2%;
	bottom: 0;
	right: auto;
	top: auto;
	height: 1px;
	width: 96%;
	background-color: #fff;
	display: block;
	z-index: 15;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	opacity: 0.3;
}
.navbar {
	height: 60px;
}
.toolbar {
	height: 100px;
}
.navbarpages {
	background-color: #24a459;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 60px;
}
.menu_open_icon {
	position: absolute;
	top: 60px;
	right: 40px;
	z-index: 999;
}
.menu_open_icon_white a {
	display: none;
	float: right;
	width: 0px;
	height: 0px;
	margin: 18px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
.menu_open_icon_white {
	display: none;
	width: 0px;
	height: 0px;
}


.navbar_home_link a {
	float: left;
	width: 23%;
	padding: 15px 0 0 3%;
	
}
.navbar_home_link img {

	max-width: 20%;
	max-height:40px;

}
.navbar_page_center {
	width: 50%;
	float: left;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: 500;
	
}
/*===============================================*/
/* 6. PAGES LAYOUT */
/*===============================================*/
.homepage {
	background: url(images/bg.jpg) no-repeat center center;
	background-attachment: fixed;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#pages_maincontent {
	width: 90%;
	padding: 30px 5% 30px 5%;
	margin: 0px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	-moz-transition: all 300ms; /* JAN */;
	-webkit-transition: all 300ms;/* JAN */;
	transition: all 300ms;/* JAN */
}
body.menu-active div#pages_maincontent {
	left: 284px;
	border-radius: 7px 0 0 7px;
}
.minimal_intro {
	janfont-size: 60px;
	jancolor: #FFFFFF;
	janfont-weight: 300;
	janline-height: 60px;
	padding: 40px 0 0 4%;
}
.minimal_intro2 {
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 40px;
	padding: 1px 0 0 10px;
}
.minimal_intro span {
	font-size: 4.0em;
	font-size:8.0vw;
	color: #FFFFFF;
	font-weight: 600;
	janline-height: 60px;
}
h2.page_subtitle {
	font-size: 24px;
	janfont-size:4.0vw;
	line-height: 25px;
	font-weight: 700;
	padding: 0 0 10px 0;
	margin: 0px 0 10px 0;
	border-bottom: 1px #ddd solid;
	display: inline-block;
	letter-spacing: -0.5px;
}
#pages_maincontent h3 {
	font-size: 20px;
	color: #24a459;
	font-weight: 400;
	margin: 10px 0 15px 0;
	display: inline-block;
	letter-spacing: -0.5px;
}
#pages_maincontent p {
	padding: 0 0 15px 0;
	margin: 0px;
	clear: both;
}
/*===============================================*/
/* 11. BLOG LAYOUT  er product list*/
/*===============================================*/
.product_list_thumb {
	height: 60px;
	max-width: 60px;
}
.product_list_left {
	vertical-align: top;
	text-align: left;
	margin: 10px,0,0,0;
	width: 20%;
}
.product_list_center {
	vertical-align: top;
	text-align: left;
	width: 80%;
	font-size: 0.9em;
	font-weight: 200;
}
.product_list_right {
	vertical-align: middle;
	text-align: right;
	margin: 0,10px,0,0;
	width: 20%;
}
.product_list_block {
	margin: 0px;
}
.product_list_block ul {
	list-style-type: none; /* JAN */;
	margin: 0 0 0 -40px;
}
.product_list_block li {
	border-bottom: 1px #ddd solid;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
}
#loadMore {
	display: block;
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
	background-color: #24a459;
	color: #FFFFFF;
	font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#showLess {
	display: none;
	width: 100%;
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
	background-color: #bfbfbf;
	color: #ddd;
	font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.post_single {
	border-bottom: 1px #ddd solid;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
}
.post_single img {
	display: block;
	max-width: 100%;
	margin: 0 0 20px 0;
}
ul.comments {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.comments li {
	list-style: none;
	float: left;
	clear: both;
	padding: 5% 5% 0 5%;
	margin: 0px 0 10px 0;
	background-color: #f5f3eb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.comm_avatar {
	width: 15%;
	display: inline-block;
	float: left;
}
.comm_avatar img {
	display: inline-block;
	max-width: 100%;
}
.comm_content {
	width: 80%;
	float: left;
	display: inline-block;
	padding: 0 0 0 5%;
}
.comm_content p {
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
/*===============================================*/
/* 14. MEDIA QUERIES */
/*===============================================*/
@media screen and (max-width: 480px) {
.menu_open_icon {
	position: absolute;
	top: 40px;
	right: 20px;
	z-index: 999;
}
.navbar {
	height: 80px;
	line-height: 80px;
}
.toolbar {
	height: 50px;
}
.navbarpages {
	height: 50px;
}
.navbar_home_link a {
	float: left;
	width: 23%;
	padding: 15px 0 0 3%;
}
.navbar_home_link img {
	max-width: 40%;
}
#pages_maincontent {
	width: 90%;
	padding: 20px 5% 20px 5%;
	margin: 0px;
	position: absolute;
	top: 50px;
}
.home-icon a {
	background-position: 50% 15px;
}
.about-icon a {
	background-position: 50% 15px;
}
.phone-icon a {
	background-position: 50% 15px;
}
.iphone-icon a {
	background-position: 50% 15px;
}

.more-icon a {
	background-position: 50% 15px;
}
.download-icon a {
	background-position: 50% 15px;
}
.buynow-icon a {
	background-position: 50% 15px;
}
.linux-icon a {
	background-position: 50% 15px;
}
.toogle-icon a {
	background-position: 50% 15px;
}
.freeware-icon a {
	background-position: 50% 15px;
}

.msphone-icon a {
	background-position: 50% 15px;
}
.wpphone-icon a {
	background-position: 50% 15px;
}
.java-icon a {
	background-position: 50% 15px;
}

.chrome-icon a {
	background-position: 50% 15px;
}
.xppc-icon a {
	background-position: 50% 15px;
}
.winrt-icon a {
	background-position: 50% 15px;
}
.activex-icon a {
	background-position: 50% 15px;
}
.blackberry-icon a {
	background-position: 50% 15px;
}
.pc-icon a {
	background-position: 50% 15px;
}
.mac-icon a {
	background-position: 50% 15px;
}
.support-icon a {
	background-position: 50% 15px;
}
.contact-icon a {
	background-position: 50% 15px;
}
.pricelist-icon a {
	background-position: 50% 15px;
}
.download-icon a {
	background-position: 50% 15px;
}
}
.mytable {
	border: 1px solid black;
}
.mytable_footer {
	width: 100%;
}
.mytable_footer a {
	color: green; 
}
.mytable_footer_white {
	width: 100%;
}
.mytable_footer_white a {
	color: #ffffff;
}

.mytablefull tr td th{
	border: 1px solid black;
	
}
.greenheader {
			background-color:#127b42;
			text-align:center;
			color: white;
			font-weight: 700;
			border-spacing: 0px;
			border-collapse:collapse;
    border-style:none; 

}
.mytablefull td {
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
}
.mytablefront {
	margin-left: 5%;
	margin-right: 5%;
	width:88%;
}
.mytablefront td {
	color: white;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
.mytablefrontgreen {
	background-color: #127b42;
	font-size: 0.9em;
	font-weight: 200;
}
.mytablefrontgreen b {
	color: white;
	font-weight: 700;
}
.mytablefrontgreen a {
	color: white;
	font-weight: 600;

}
.mytablefrontgreen_news {
	background-color: #127b42;
	font-size: 0.9em;
	font-weight: 200;
}
.mytablefrontgreen_news b {
	color: white;
	font-weight: 700;
}
.mytablefrontgreen_news a {
	color: white;
	font-weight: 600;
	line-height: 25px;
}




.textwrapleft {
	float: left;
	margin: 10px;
}
a.buyinfo {
	position: relative; /*this is the key*/;
	z-index: 24;
	background-color: #cccc;
	text-decoration: none;
}
a.buyinfo:hover {
	z-index: 25;
}
a.buyinfo span {
	display: none;
}
a.buyinfo:hover span {
	/*the span will display just on :hover state*/
    display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 15em;
	border: 1px solid #0cf;
	background-color: #cff;
	color: #000;
	text-align: left;
}

input {
font-size: 1.0em;
}

.Kaibutton {
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}

.Kaibutton1 {background-color: #4CAF50;} /* Green */



