/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width: 336px;
	height:280px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p{
	-webkit-user-select: none;       
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*----------------------------------------------------*/
img {  
    image-rendering: auto;
}
/*----------------------------------------------------*/
.content{
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	visibility: hidden;
	position: relative;
	width: 336px;
	height:280px;
	border: 1px solid #5f97b0;
	background-color: #ffffff;
	overflow: hidden;
}

.butlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}
.full{
	position: absolute;
	top:0px;
	left:0px;
}
.background{
	position: absolute;
	top:0px;
	left:0px;
}


/*
#arrow{
	position: absolute;
	left: 144px;
    top: 9px;
}*/
#freetrial{
	position: absolute;
	top:6px;
	left:5px;
}
#freetrial2{
	position: absolute;
	top:-16px;
	left:5px;
}

#butArrow{
	position: absolute;
	top:4px;
	left:142px;
}

.whiteLayer{
	position: absolute;
	top: 0px;
	left:0px;
	width: 336px;
	height:280px;
	background-color: transparent;
}
.butShiner{
	position: absolute;
	top: 243px;
    left: 83px;
    width: 170px;
    height: 28px;
	border-radius: 6px;
	background-color: #ffffff; 
}


.yellowBut{
	position: relative;
	top: 243px;
    left: 83px;
    width: 170px;
    height: 28px;
	overflow: hidden;
	position: absolute;
	border-radius: 6px;
	background-color: #fd9b27; 
	border: 1px solid #ffffff;
	cursor: pointer;
	z-index:600;
}
.macbook_silver{
	position: absolute;
	top: 0px;
    left: 0px;
}

.visual{
	position: absolute;
	top: 0px;
    left: 0px;
}

button:focus {outline:0;}
button:active {
	outline: none;
	border: none;
}
.raster{
	left:-300px;
}

svg{
  opacity:0;
}
.vertLines_1{
	top:160px;
}
.vertLines_2{
	top:200px;
}
.vertLines_3{
	top:240px;
}
.vertLines_4{
	top:280px;
}
.vertLines_5{
	top:320px;
}
.vl{
	position: absolute;
	left:10px;
	width:280px;
	height:1px;
	background-color: #ffffff;
}
.head{
	position: absolute;
	top: -283px;
    left: 71px;
}
.heart{
	position: absolute;
	top: 160px;
    left: 240px;
}
.grow_txt,.people_txt{
top:30px;
}
#container{
	position: absolute;
	top: -120px;
    left: 10px;
}