/*   
Theme Name: Edata landing Theme
Theme URI: http://magicsoft-asia.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Aldo Praherda
Version: 1
*/
@font-face {
    font-family: 'Nilland';
    /*src: url('nilland/Nilland.ttf') format('truetype');*/
    font-weight: normal;
    font-style: normal;
}
@media screen {

* { margin: 0; padding: 0; }
body { background: white; font: 12px/1.4 'Roboto', Arial, Serif;color:#000000;}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */



h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a { }
a:hover { } 

blockquote { font-size:1em;}
blockquote p {font-size:1em; }

ul, ol { margin: 0 0 20px 20px; }

.post { 
	font-size:16px;
	color:#000000;
}

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts {float:left; }
   .prev-posts {float:right; }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: 'Roboto',Garamond,"Times New Roman", serif; color: #ffffff; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
/*landingpage*/
h1,h2,h3,h4,h5{
	margin:0;
}
.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.orange{
	color:#ff6600;
}
.btn1{
	border-radius:30px;
	background-color:#00ccff;	
	padding:8px 34px;
	color:#1c1c1c;
	font-size:22px;
	font-weight:bold;
	display:inline-block;
	line-height:22px;
}
.btn2{
	border-radius:30px;
	background-color:#2d8a82;	
	padding:8px 34px;
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	display:inline-block;
	line-height:22px;
}

/*intro*/
.intro{
	background-color:#e6e6e6;
	padding-top:45px;
}
.intro h1{
	text-align:center;
	font-size:40px;	
	font-weight:bold;
	margin-bottom:50px;
}
.intro h2{
	font-size:24px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	line-height:32px;
        margin-bottom: 10%;
}
.intro-img{
	margin:50px auto;
}
.intro-img img{
	margin:0 auto;
}

/*diagram*/
.diagram{
	background-color:#4d4d4d;
}

.logobox{
	background-color:#ffffff;
	padding:10px 0;	
	display:block;
}
.logolearnmore h3{	
	margin:14px auto;
	color:#ffffff;
	font-size:22px;	
	font-weight:bold;
}
.logolearnmore img{
	margin:0 auto;
}
.logolearnmore hr{
	border-top:2px solid #00ccff;
}
.logolearnmore p{
	text-align:right;
	color:#ffffff;
}
.logolearnmore .btn1{
	margin:0 auto;
}
.diagram .col{
	margin:36px auto;
	position:relative;
}
/*/diagram*/
/*features*/
.features{
	background-color:#333333;
}
.features .col{
	margin:45px auto;
	position:relative;
}
.logofeature img {
    margin: 0 auto;
}
.logofeature h3{
	color:#ffffff;
	font-size:20px;	
	font-weight:bold;	
	margin:14px 0;
	
}
.logofeature hr{
	border-top:2px solid #2d8a82;
}
.logofeature p{
	text-align:left;
	color:#ffffff;
}
.logofeature .btn2{
	float:none;
}
/*/features*/
/*footer*/
.footer{
	background-color:#1a1a1a;
	padding:40px 0;
}
.copy{	
	color:#ffcc00;
	font-weight:bold;
	margin:0;
	font-size:22px;
	font-weight:bold;
}
.break1{
	display:block;
}
/*/footer*/
/*landingpage*/


@media (min-width: 768px) {/*bootstrap-ipad*/	
	
	
}
@media(min-width:992px){/*bootstrap-desktop*/
	.col-right{
		float:right;
	}
	.col-left{
		float:left;
	}
	.break1{
		display:inline;
	}
	.intro{	
		padding-top:180px;
	}
	.intro-img{
		margin:100px auto;
	}
	.diagram .col{
		margin:50px auto;	
	}
	.logofeature{
		bottom: 0;
		display: block;
		height: 180px;
		margin-bottom: auto;
		margin-top: auto;
		position: absolute;
		top: 0;
		left:0;
	}
	.logolearnmore{
		bottom: 0;
		display: block;
		/*height: 180px;*/
		margin-bottom: auto;
		margin-top: auto;
		position: absolute;
		top: 0;
		right:0;
	}
	.logolearnmore img{
		margin:0 6px 0 auto;
	}
	.logolearnmore h3{	
		margin:14px auto 5px 30px;
		text-align:right;
	}
	.logolearnmore .btn1{
		float:right;
	}
	.logofeature .btn2{
		float:left;
	}
	.logofeature h3{
		text-align:right;	
		margin:14px 30px 5px auto;
	}
	.logofeature img {
		margin: 0 auto 0 6px;
	}
	.features .col{
		margin:80px auto;
	}
	
}
@media (min-width: 1200px){/*bootstrap-desktop*/
	.container{
		width:1024px;
	}
}
@media (min-width: 1040px){
	
}
