/* ESI Lock Mobile Test 01 css styles */

@font-face {
	font-family: Eurostile;
	src: url('../fonts/eurosti.ttf');
}

div {
	-webkit-tap-highlight-color:rgba(0,0,0,0)
	-webkit-tap-highlight-color:transparent
	-webkit-touch-callout: none;
	outline:none;
	 
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body {
	margin: 0;
	font-family: Eurostile, Arial, sans-serif;
	font-size: 36px;
	color: #eeeeee;
}

a {
	color: #eeeeee;
	text-decoration: none;
}

#phonescreen{
	width:  640px;
	height: 960px;
	position:relative;
	overflow: hidden;
	background: black;
}

.page {
	margin: 0;
	width:  640px;
	height: 960px;
	position:absolute;
	overflow: hidden;
	background: grey;
}

.content {
	/*display: none;*/
}

.label {
	position: absolute;
	top: 33px;
	left: 127px;
}

/***** START OF ELEMENTS *****/
/***** MAIN PAGE *****/

#page-main {
	background: white url('../images/bg-doublewide.jpg') no-repeat top left;
	min-height: 960px;
	height: 100%;
}

#arc {
	width: 640px;
	height: 960px;
	position:absolute;
	background: transparent url('../images/arc-fullscreen.png') no-repeat top left;
}

#logo {
	width: 304px;
	height: 139px;
	position:absolute;
	top: 89px;
	right: 8px;
	background: transparent url('../images/logo.png') no-repeat top left;
}

#top-header {
	width: 640px;
	height: 77px;
	position: absolute;
	background: transparent url('../images/headerbar.png') no-repeat top left;
}

#header-button-email, #header-button-bookmark, #header-button-nonemerg  {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 18px;
	top: 17px;
}

#header-text-email, #header-text-bookmark, #header-text-nonemerg {
	position: absolute;
	left: 60px;
	top: 17px;
	font-size: 30px;
	color: #dcdadb;
}

#header-email {
	width: 160px;
	height: 77px;
	position: absolute;
	left: 24px;
}

#header-button-email {
	background: transparent url('../images/icon-email.png') no-repeat top left;
}

#header-text-email {
}

#header-bookmark {
	width: 200px;
	height: 77px;
	position: absolute;
	left: 212px;
}

#header-button-bookmark {
	background: transparent url('../images/icon-bookmark.png') no-repeat top left;
}

#header-text-bookmark {
}

#header-nonemerg {
	width: 270px;
	height: 77px;
	position: absolute;
	left: 455px;
}

#header-button-nonemerg {
	background: transparent url('../images/icon-info.png') no-repeat top left;
}

#header-text-nonemerg {
}

#region-help {
	margin-left: -70px;
	margin-top:  -70px;
	position: absolute;
	top:  346px;
	left: 122px;
	width: 535px;
}

#region-install {
	margin-left: -53px;
	margin-top:  -53px;
	position: absolute;
	top:  477px;
	left: 225px;
	width: 360px;
}

#region-reviews {
	margin-left: -53px;
	margin-top:  -53px;
	position: absolute;
	top:  622px;
	left: 305px;
	width: 360px;
}

#region-fullsite {
	margin-left: -53px;
	margin-top:  -53px;
	position: absolute;
	top:  779px;
	left: 360px;
	width: 360px;
}

.button-small {
	height: 106px;
	width:  106px;
	position: relative;
}

.button-large  {
	height: 140px;
	width:  140px;
	position: relative;
}

#button-help {
	background: transparent url('../images/help-button.png') no-repeat top left;
}
#button-install {
	background: transparent url('../images/install-button.png') no-repeat top left;
}
#button-reviews {
	background: transparent url('../images/review-button.png') no-repeat top left;
}
#button-fullsite {
	background: transparent url('../images/fullsite-button.png') no-repeat top left;
}

#label-help {
	font-size: 48px;
	top: 48px;
	left: 155px;
}

#label-helpphone {
	font-size: 28px; 
	font-weight: bold;
	top: 94px;
	left: 203px;
	color: #363344;
}

#detail-install, #detail-reviews, #detail-fullsite {
	position: absolute;
	display: none;
}

#detail-install {
	width: 331px;
	height: 199px;
	top:  477px;
	left: 257px;
	background: transparent url('../images/box-install.png') no-repeat 
}

.link {
	text-align: right;
	padding: 13px 16px;
}

#detail-reviews {
	width: 275px;
	height: 198px;
	top: 575px;
	left: 312px;

	background: transparent url('../images/box-reviews.png') no-repeat 
}

#detail-fullsite {
	width: 231px;
	height: 198px;
	top: 680px;
	left: 354px;
	background: transparent url('../images/box-fullsite.png') no-repeat 
}

#link-full {
	position: absolute;
	top: 155px;
	right: 8px;
	font-size: 32px;
}

/***** SECOND PAGE *****/

#page-second {
	left: 640px;
	display:none;
	background: white url('../images/bg-doublewide.jpg') no-repeat -640px 0 ;
	min-height: 960px;
	height: 100%;
}

#second-header {
	width: 640px;
	height: 92px;
	position: absolute;
	background: transparent url('../images/second-header.png') no-repeat top left;
}

#back-button {
	width: 92px;
	height: 56px;
	position: absolute;
	top: 8px;
	left: 10px;
	background: transparent url('../images/back-button.png') no-repeat top left;
}

#page-title {
	position: absolute;
	top: 12px;
	left: 114px;
	right: 114px;
	font-size: 44px;
	text-align: center;
}

#second-content-box {
	width: 600px;
	height: 720px;
	position: absolute;
	top: 115px;
	left: 20px;
	font-size: 38px;
}

#test-content {
}

#second-footer {
	width: 640px;
	height: 960px;
	min-height: 960px;
	height: 100%;
	position: absolute;
	bottom: 0px;
	background: transparent url('../images/bg-overlay.png') no-repeat bottom left;
}

#second-request {
	width: 320px;
	height: 114px;
	position:absolute;
	bottom: 0px;
	left: 0px;
}

#second-request-button {
	width: 78px;
	height: 78px;
	position: absolute;
	top: 22px;
	left: 18px;
	background: transparent url('../images/info-button.png') no-repeat top left;	
}

#second-request-label {
	font-size: 36px;
	position: absolute;
	top: 41px;
	left: 102px;
}

#second-call {
	width: 251px;
	height: 114px;
	position:absolute;
	bottom: 0px;
	right:  0px;
}

#second-call-button {
	width: 78px;
	height: 78px;
	position: absolute;
	top: 22px;
	left: 18px;
	background: transparent url('../images/call-button.png') no-repeat top left;	
}

#second-call-label {
	font-size: 36px;
	position: absolute;
	top: 41px;
	left: 102px;
}


