/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
/* ############## */

* {
	margin: 0;
	padding: 0;
}


html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow-x:hidden;
/*	background: url(../images/back.jpg) fixed !important;*/
}

input, textarea {
	background: transparent;
		background: rgba(255,255,0,0.2);
	border: none;
	padding: 0;
	font-family: Futura;
}
input:focus,textarea:focus {
	outline: none;
}
.inp1 {
	position: absolute;
	width: 400px;
	height: 60px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	margin: 210px 0 0 404px;
}

.inp2 {
	position: absolute;
	width: 300px;
	height: 40px;
	font-size: 25px;
	margin: 133px 0 0 327px;
}
.inp3 {
	position: absolute;
	width: 300px;
	height: 40px;
	font-size: 25px;
	margin: 190px 0 0 327px;
}

.inp4,.inp5,.inp6,.inp7,.inp8,.inp9, {
	position: absolute;
	width: 260px;
	height: 40px;
	font-size: 25px;
	z-index: 1000;
}
.inp4 {
	margin: 190px 0 0 183px;
}
.inp5 {
	margin: 299px 0 0 183px;
}
.inp6 {
	margin: 413px 0 0 183px
}
.inp7 {
	margin: 127px 0 0 501px;
}
.inp8 {
	margin: 240px 0 0 501px;
}
.inp9 {
	margin: 354px 0 0 501px;
}

.inp10,.inp11,.inp12,.inp13,.inp14,.inp15, {
	position: absolute;
	width: 280px;
	height: 40px;
	font-size: 25px;
	margin: 232px 0 0 387px;
}

.inp16,.inp17, .inp18, .inp19 {
	position: absolute;
	width: 266px;
	height: 40px;
	font-size: 25px;
	margin: 117px 0 0 230px;
}
.inp17 {
	margin: 432px 0 0 -289px;
}
.inp18 {
	margin: 135px 0 0 288px;
}
.inp19 {
	margin: 443px 0 0 -152px;
}

.inp20,.inp21,.inp22  {
	position: absolute;
	width: 190px;
	height: 120px;
	font-size: 18px;
	line-height: 24px;
	margin: 576px 0 0 133px;
	background: transparent;
/*	background: rgba(255,255,0,0.2);*/
}
.inp21 {
	margin: 576px 0 0 344px;
}
.inp22 {
	margin: 576px 0 0 557px;
}

.inp23,.inp24 {
	position: absolute;
	width: 230px;
	height: 40px;
	font-size: 22px;
	line-height: 24px;
	margin: 266px 0 0 146px;
	color: #fff;
}
.inp24 {
	margin: 385px 0 0 152px;
}




.inp25,.inp26,.inp27, .inp28,.inp29,.inp30,.inp31,.inp32  {
	position: absolute;
	width: 200px;
	height: 40px;
	font-size: 18px;
	line-height: 24px;
	margin: 143px 0 0 -282px;
}
.inp26 {
	margin:141px 0 0 502px;
}
.inp27 {
	margin:381px 0 0 82px;
}

.inp28 {
	margin: 284px 0 0 222px;
	width: 270px;
}
.inp29 {
	margin: 277px 0 0 -696px;
	width: 236px;
}
.inp30 {
	margin: 277px 0 0 886px;
	width: 236px;
}

.end {
	display: inline-block;
	width: 624px;
	height: 559px;
	background: url(../images/p4/33.png) no-repeat center;
	
	.button {
		position: absolute;
		width: 234px;
		height: 70px;
		background: url(../images/p4/button.png) no-repeat center center;
		cursor: pointer;
		margin: 413px 0 0 354px;
		
		&:hover {
			background: url(../images/p4/button_hover.png) no-repeat center center;
		}
	}
	textarea {
		position: absolute;
		background: transparent;
		width: 520px;
		height: 227px;
		margin: 94px 0 0 -254px;
	}
	input {
		position: absolute;
		width: 287px;
		height: 40px;
		color: #fff;
		margin: 428px 0 0 -267px;
	}
}















.skrollable {
	/*
	 * First-level skrollables are positioned relative to window
	 */
	position:fixed;

	/*
	 * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
	 */
	z-index:100;
}

/*
.skrollable.unrendered {
	display:none !important;
}
*/

.skrollable .skrollable {
	/*
	 * Second-level skrollables are positioned relative their parent skrollable
	 */
	position:absolute;
}

.skrollable .skrollable .skrollable {
	/*
	 * Third-level (and below) skrollables are positioned static
	 */
	position:static;
}


.block {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}
.oh {
	overflow: hidden;
}
.inner {
	
}


html,
body,
div,
span,
p,
a,
del,
em,
img,
ol,
ul,
li,
fieldset,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  line-height: 1;
  min-height: 100%;
  font-family: Artial, Verdana, sans-serif;
}
body {
  background: #fff;
}
ol,
ul {
  list-style: none;
}
p {
  margin: 1em 0;
  line-height: 1.1em;
}
q {
  font-style: italic;
  color: #333;
}
h1 {
  font-size: 2.91em;
  margin: 0;
}
h1 > small {
  text-align: right;
  display: inline-block;
  font-size: .71em;
  text-indent: 15em;
  color: #444;
}
h2 {
  color: inherit;
  font-size: 1.91em;
  margin: 2em 0 1em 0;
}
h2:first-child {
  margin-top: 0;
}
h3 {
  color: #333;
  font-size: 1.41em;
  margin: 1em 0;
}
h4 {
  color: #444;
  font-size: 1.11em;
  margin: 1em 0;
}
#progress {
  height: 2%;
  background: #444;
  bottom: 0;
  z-index: 200;
}
#bg1,
#bg2,
#bg3 {
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bubbles.png) repeat 0 0;
}
#bg2 {
  z-index: 49;
  background-image: url(images/bubbles2.png);
}
#bg3 {
  z-index: 48;
  background-image: url(images/bubbles3.png);
}
#intro {
  width: 80%;
  left: 50%;
  top: 1em;
  margin-left: -40%;
  padding: 2em;
  background: #fff;
  text-align: center;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#intro .arrows {
  font-size: 2em;
  color: #09f;
}
#transform {
  width: 70%;
  left: 50%;
  top: 20%;
  margin-left: -35%;
  text-align: center;
  font-size: 150%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#properties {
  width: 100%;
  height: 100%;
  padding-top: 10%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#easing_wrapper {
  width: 100%;
  height: 100%;
}
#easing {
  top: 10%;
  width: 50%;
  z-index: 101;
}
.drop {
  background: #09f;
  font-weight: bold;
  padding: 1em;
}
#download {
  width: 80%;
  left: 10%;
  height: 80%;
  padding: 3em;
  border: 0 solid #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.twitter-share-button,
.twitter-follow-button {
  vertical-align: middle;
}

.social-share-buttons {
	display: none;
	width: 200px;
	position: absolute;
	margin: 400px 0 0 400px;
}


.lnk {
	position: static !important;
	margin: 0 !important;
	width: 170px !important;
	height: 24px !important;
	font-family: Futura;
	font-size: 16px;
	color: #333;
	border: none;
	box-shadow: inset 2px 2px 6px rgba(0,0,0,0.4);
	padding: 0 4px;
}