@charset "UTF-8";  
@font-face{
    font-family: 'Myra4FCaps';
    src: url('../fonts/Myra4FCapsLight.eot');
    src: url('../fonts/Myra4FCapsLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Myra4FCapsLight.woff') format('woff'),
         url('../fonts/Myra4FCapsLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face{
    font-family: 'Myra4FCaps';
    src: url('../fonts/Myra4FCapsRegular.eot');
    src: url('../fonts/Myra4FCapsRegular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Myra4FCapsRegular.woff') format('woff'),
         url('../fonts/Myra4FCapsRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Myra4FCaps';
    src: url('../fonts/Myra4FCapsBold.eot');
    src: url('../fonts/Myra4FCapsBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Myra4FCapsBold.woff') format('woff'),
         url('../fonts/Myra4FCapsBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
.myra{
    font-family: 'Myra4FCaps';
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus{
	outline: none;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a,label{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
body{
	font-family: 'Roboto', sans-serif;
	color: #000;
	margin: 0;
	padding: 29px 0;
	font-size: 20px;
	background: #2f4b1f;
}
.green{
	color: #2f4b1f;
}
.lightgreen{
	color: #7cad62;
}
.yellow{
	color: #d4b214;
}
hr{
	border: 0 none;
	border-top: solid 1px #2f4b1f;
	height: 0;
	color: #2f4b1f;
	background: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
}
.relative{
	position: relative;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.button{
	display: inline-block;
	width: 396px;
	height: 88px;
	color: #e9f0e6;
	font-size: 30px;
	line-height: 88px;
	text-align: center;
	text-decoration: none;
	background: #7cad62;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 400px rgba(0,0,0,0), inset 0 -4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 400px rgba(0,0,0,0), inset 0 -4px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 400px rgba(0,0,0,0), inset 0 -4px 0 rgba(0,0,0,0.5);
}
.button.small{
	width: 256px;
	height: 60px;
	line-height: 60px;
}
.button img{
	vertical-align: middle;
	margin: -12px 22px 0 0;
}
.button:hover{
	text-decoration: none;
	-webkit-box-shadow: inset 0 0 400px rgba(0,0,0,0.25), inset 0 -4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 400px rgba(0,0,0,0.25), inset 0 -4px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 400px rgba(0,0,0,0.25), inset 0 -4px 0 rgba(0,0,0,0.5);
}
.table{
	display: table;
}
.row{
	display: table-row;
}
.cell{
	display: table-cell;
}
.uppercase{
	text-transform: uppercase;
}

/* text */
h1, h2{
	font-size: 60px;
	line-height: 100%;
	text-transform: lowercase;
	margin: 24px 0;
}
h1.small, h2.small{
	font-size: 47px;
}
h1.smaller, h2.smaller{
	font-size: 38px;
}
h3{
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
}
p{
	margin: 0 0 20px;
}
input[type='text'],
input[type='email'],
input[type='password'],
textarea{
	width: 554px;
	padding: 6px 18px;
	border: 0 none;
	background: #fff;
}
textarea{
	resize: none;
	height: 116px;
}
:focus::-webkit-input-placeholder{
	color:transparent;
}
input[type='submit'],
button{
	width: 243px;
	height: 43px;
	color: #e9f0e6;
	font-weight: bold;
	text-transform: uppercase;
	border: 0 none;
	background: #7cad62;
	-webkit-box-shadow: inset 0 0 400px rgba(0,0,0,0), inset 0 -4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 400px rgba(0,0,0,0), inset 0 -4px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 400px rgba(0,0,0,0), inset 0 -4px 0 rgba(0,0,0,0.5);
}
input[type='submit']:hover,
button:hover{
	-webkit-box-shadow: inset 0 0 400px rgba(0,0,0,0.25), inset 0 -4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 400px rgba(0,0,0,0.25), inset 0 -4px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 400px rgba(0,0,0,0.25), inset 0 -4px 0 rgba(0,0,0,0.5);
}
blockquote{
	color: #fefefe;
	font-size: 35px;
	font-style: italic;
	margin: 0 0 24px;
	padding: 12px 24px;
	background: #41afa6;
}
/* text off */

/* off */
.wrapper{
	width: 1092px;
	margin: 0 auto;
	padding: 12px 54px;
	background: #e9f0e6;
}
/* header */
.logo{
	font-size: 75px;
	font-weight: 200;
	line-height: 100%;
	padding: 0 0 12px 27px;
	text-transform: lowercase;
}
.logo .small{
	font-size: 65px;
}
.logo a{
	text-decoration: none;
	color: #2f4b1f;
}
.logo img{
	margin-right: 6px;
	vertical-align: top;
}
header nav{
	text-transform: uppercase;
}
header nav ul{
	padding: 40px 0 0;
}
header nav li{
	margin-left: 54px;
}
header nav li:first-child{
	margin-left: 0;
}
header nav li a{
	text-decoration: none;
	border-bottom: solid 6px transparent;
}
header nav li a:hover,
header nav li a.active{
	text-decoration: none;
	border-bottom-color: #ebc618;
}
header nav li a.active{
	cursor: default;
}
/* header off */

/* content */
.intro{
	font-size: 25px;
	padding: 4px 0 32px;
}
.intro .img{
	margin-left: 40px;
}
.intro article{
	position: absolute;
	right: 40px;
	bottom: 85px;
	width: 336px;
	text-align: left;
	padding: 0 30px;
}
.intro .button{
	margin: 30px 0 0 -30px;
}
.info{
	padding: 4px 0 32px;
}
.info .column{
	padding: 10px 0 10px 62px;
	width: 280px;
}
.info .cell{
	vertical-align: middle;
	width: 280px;
	height: 92px;
	padding: 0;
}
.info .more{
	text-decoration: none;
	margin: 32px 0 0;
	font-size: 40px;
	font-weight: 200;
	line-height: 100%;
}
.info .more:hover{
	text-decoration: underline;
}
.info .more img{
	vertical-align: middle;
	margin: 0 0 0 12px;
}
.info .num{
	position: absolute;
	margin: 0 0 0 -42px;
}
.info.padding h2{
	padding-left: 62px;
	padding-right: 62px;
}
.nums .column ul{
	padding: 0 0 20px 20px;
}
.nums .column ul li{
	padding-top: 10px;
}
.nums .column ul li:first-child{
	padding-top: 0;
}
.nums .column h3 .num{
	font-size: 47px;
	margin: 11px 0 0 -42px;
}
.nums .column .more{
	margin: 0 0 20px;
}
.contacts{
	padding: 0 62px;
}
.contacts .left{
	width: 300px;
}
.contacts .left table{
	width: 100%;
}
.contacts .left table *{
	vertical-align: top;
}
.contacts .left table th{
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
}
.contacts .left table td{
	padding-top: 32px;
}
.contacts .left table td:first-child{
	text-align: center;
	padding-right: 20px;
}
.contacts form{
	text-align: right;
	font-size: 0;
}
.contacts form *{
	text-align: left;
	margin: 0 0 12px;
	font-size: 20px;
}
.contacts form input[type='submit']{
	text-align: center;
	margin: 0;
}
.intel .column{
	width: 448px;
}
.callus{
	padding: 0 62px 24px;
	font-size: 35px;
}
.menu{
	padding: 14px 28px;
}
.menu table{
	width: 100%;
	color: #41afa6;
}
.menu table td{
	width: 2000px;
}
.menu table td:last-child{
	width: 0;
}
.menu ul li{
	margin-top: 8px;
}
.menu ul li:first-child{
	margin-top: 0;
}
.menu ul li a.active{
	cursor: default;
	text-decoration: none;
	color: #ebc618;
}
.db{
	padding: 0 28px 50px;
}
.db h1{
	font-size: 30px;
	font-weight: normal;
}
.db .screen{
	margin-left: 40px;
}
.features{
	padding: 32px 0;
}
.trial,
.trial .button{
	text-align: center;
	width: 360px;
}
.trial > img{
	margin: 0 0 12px;
}
.supporting{
	margin-left: 40px;
}
.supporting h3{
	margin-bottom: 30px;
}
.generator{
	margin-left: 578px;
}
.generator blockquote{
	font-size: 25px;
	color: #e9f0e6;
}
.datagenerator{
	padding: 0 0 30px;
}
.datagenerator .trial{
	margin-left: 40px;
}
.datagenerator p a,
.generator a{
	color: #41afa6;
}
.quote blockquote{
	font-size: 25px;
	width: 252px;
}
.generator .links li{
	margin-top: 8px;
}
.generator .links li:first-child{
	margin-top: 0;
}
.matrix .column{
	width: 322px;
}
.matrix h1+.column{
	padding-left: 0;
}
.matrix .more{
	margin: 0 0 20px;
}
.matrix blockquote{
	width: 660px;
	font-size: 20px;
	font-style: normal;
	margin: 0 0 20px 62px; 
}
.matrix blockquote h3{
	color: #1b4b47;
}
.matrix blockquote li{
	font-size: 17px;
	margin-top: 8px;
}
.matrix blockquote > section:first-child ul{
	margin-right: 40px;
	padding-right: 26px;
	border-right: solid 1px #fff;
}
.specifications{
	width: 100%;
	border-spacing: 4px;
	background: #fff;
}
.specifications th{
	color: #fff;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 8px 16px;
	width: 17%;
}
.specifications th:first-child,
.specifications td:first-child{
	text-align: left;
	width: 32%;
}
.specifications td{
	font-size: 15px;
	padding: 8px 16px;
	text-align: center;
	vertical-align: middle;
	background: #f4f7f2;
}
.specifications td:nth-child(even){
	background: #e9f0e6;
}
.specifications td a{
	color: #41afa6;
}
.specifications td img{
	margin: -6px 0;
}
.bg-green{
	background: #7cad62 !important;
}
.bg-teal{
	background: #41afa6 !important;
}
.bg-yellow{
	background: #ebc618 !important;
}
.bg-orange{
	background: #d4b214 !important;
}
.editions .button{
	width: 354px;
	margin: 28px 0 0;
	font-size: 25px;
	font-weight: bold;
}
.editions .button.bg-teal{
	margin-left: 16px;
}
.editions .button img{
	margin-right: 12px;
}
.feature table{
	width: 100%;
	border-spacing: 0 10px;
}
.feature table td{
	padding: 8px 16px;
	vertical-align: top;
	background: #fff;
}
.feature table td:first-child{
	padding-right: 48px;
	color: #fff;
	font-size: 30px;
	vertical-align: middle;
}
.feature table td:last-child{
	padding-right: 32px;
	width: 0;
	vertical-align: middle;
}
.feature em{
	display: block;
	font-size: 35px;
	margin: 20px 0 0;
}
.snapshot{
	margin: 0 10px;
	width: 252px;
	height: 324px;
}
.snapshot h2{
	font-size: 18px;
	line-height: 100%;
	margin: 0 0 8px;
}
.list{
	padding: 20px 0 20px 40px;
}
.list li{
	list-style: square;
}
.list.padding li{
	padding-bottom: 12px;
}
.features.matrix blockquote{
	margin: 90px 0 0;
}
.discounts.specifications,
.prices.specifications{
	margin: 0 0 20px;
}
.discounts.specifications th,
.discounts.specifications td{
	width: 50%;
	text-align: center;
}
.prices.specifications th,
.prices.specifications td{
	width: auto;
}
.prices label{
	text-decoration: none;
}
.prices input[type='text']{
	padding: 0;
	width: 66px;
	height: 43px;
	text-align: center;
}
.prices .price{
	display: inline-block;
	white-space: nowrap;
	width: 86px;
}
/* content off */

/* footer */
footer{
	padding: 0 0 10px;
}
footer hr{
	margin: 0 0 20px;
}
.up{
	cursor: pointer;
	position: relative;
	left: -36px;
	top: 8px;
	margin: -10px -18px;
}
.logo-footer{
	margin-right: 12px;
}
.footer-info .txt{
	font-size: 15px;
	line-height: 133%;
}
footer nav{
	padding: 52px 0 0;
	text-transform: uppercase;
}
footer nav li{
	margin-left: 20px;
}
footer nav li:first-child{
	margin-left: 0;
}
/* footer off */
















/* eof */