html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: white;
}

#outer {
	min-height: 100%;
	min-width: 700px;
	margin: 2em auto;
	text-align: left;
/*	overflow: hidden;*/
}

#content {
	position: relative;
	margin: 0 auto;
}

.section {
	height:1000px;
	padding: 0;
	width: 100%;
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	z-index: 5;
}

.section_1 {
	height: 800px;
	margin-bottom: 15em;
}

.section p {
	margin-bottom: 2em;
	position: relative;
	z-index: 5;
}

.phone_1 {
	display: block;
	position: relative;
	z-index: 10;
	left: 20%;
}

.bubble_1 {
	background: url("img/b1.png") 0 0 no-repeat;
	height: 53px;
	width: 64px;
	position: absolute;
	left: 55%;
	top:0;
	z-index: 1;

}

.bubble_2 {
	background: url("img/b2.png") 0 0 no-repeat;
	height: 152px;
	width: 234px;
	position: absolute;
	left: 10%;
	top:100px;
	z-index: 1;
}

.bubble_3 {
	background: url("img/b3.png") 0 0 no-repeat;
	height: 229px;
	width: 339px;
	position: absolute;
	left: 70%;
	top:350px;
	z-index: 1;
}

.bubble_4 {
	background: url("img/b4.png") 0 0 no-repeat;
	height: 546px;
	width: 565px;
	position: absolute;
	left: 15%;
	top:400px;
	z-index: 1;
}

.bubble_5 {
	background: url("img/b5.png") 0 0 no-repeat;
	height: 222px;
	width: 397px;
	position: absolute;
	left: -80px;
	top:755px;
	z-index: 1;
}

.bubble_6 {
	background: url("img/b6.png") 0 0 no-repeat;
	height: 261px;
	width: 465px;
	position: absolute;
	left: 68%;
	top:800px;
	z-index: 1;
}

.bubble_7 {
	background: url("img/b7.png") 0 0 no-repeat;
	height: 143px;
	width: 217px;
	position: absolute;
	left: 20%;
	top:1000px;
	z-index: 1;
}

.section_2 {
	margin-bottom: 5em;
}


.bubble_8 {
	background: url("img/map_b.png") 0 0 no-repeat;
	height: 543px;
	width: 641px;
	position: absolute;
	left: 24%;
	top: 250px;
	z-index: 1;
}

.section_3 {
	margin-bottom: 8em;
}



.bubble_9 {
	background: url("img/place_b1.png") 0 0 no-repeat;
	height: 202px;
	width: 295px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 0;
	z-index: 1;
}

.bubble_10 {
	background: url("img/place_b2.png") 0 0 no-repeat;
	height: 202px;
	width: 295px;
	position: absolute;
	left: 50%;
	margin-left: -185px;
	top:800px;
	z-index: 1;
}

.bubble_11 {
	background: url("img/place_b3.png") 0 0 no-repeat;
	height: 116px;
	width: 168px;
	position: absolute;
	left: 50%;
	margin-left: 380px;
	top:400px;
	z-index: 1;
}

.phone_3 {
	position: absolute;
	top: -5em;
	left: 50%;
	margin-left: -270px;
	z-index: 10;
}

.phone_4 {
	position: absolute;
	top: 5em;
	left: 50%;
	margin-left: 100px;
	z-index: 10;
}


.bubble_12 {
	background: url("img/new_message_b.png") 0 0 no-repeat;
	height: 527px;
	width: 795px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 30px;
	z-index: 1;
}

.phone_slider {
	position: relative;
	background: url("img/new_message_goodwalk_phone.png") 0 0 no-repeat;
	left: 50%;
	margin-left: -270px;
	width: 327px;
	height: 700px;
	z-index: 100;
}

.phone_slider .overlay_cont {
	margin-left: 52px;
	overflow: hidden;
	position: relative;
	top: 97px;
	width: 225px;
	z-index: 100;
	height: 400px;
}

.phone_slider .overlay {
	position: relative;
	z-index: 100;
}

.phone_slider .screen {
	position: absolute;
	z-index: 1;
	left: 225px;
	top: 0;
}

.phone_slider .screen.first {
	left: 0;
}

.phone_slider .controls {
	font-size: 0.1px;
	margin: 235px auto 0;
	padding: 0;
	text-align: justify;
	width: 75px;
}


.phone_slider .controls:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.phone_slider .control {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("img/billet2.png") no-repeat left top;
	cursor: pointer;
}

.phone_slider .control.selected {
	background: url("img/billet1.png") no-repeat left top;
	cursor: default;
}