body {
	min-width: 100px;
}

.top img {
	max-width: 100%;
}

div.splash {
	background-color:#c9d0d1;
	background-image: url('images/splash-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 700px;
	position: relative;
	font-weight: 200;
	overflow: hidden;
	padding-top: 120px;
}

div.content {
	height: 100%;
	display: block;
	width: 1170px;
	margin: 0px auto;
}

.bluestrip div.content, .whitestrip div.content {
	display: table;
}

div.splashtext {
	display: inline-block;
	width: 580px;
	max-width: 50%;
	vertical-align: middle;
}

div.splashtext p {
	margin: 0.5em 0px;
	font-size: 180%;
}

img.handphone {
	position: absolute;
	bottom: 0px;
	right: -86px;
	width: 636px;
}

h2 {
	margin: 0px;
	text-align: left;
}

h3 {
	width: 100%;
	font-weight: 500;
	color: #ffffff;
	font-size: 160%;
	padding: 0.6em 0px 0px 0px;
	xborder-bottom: 1px solid #93eafe;
	margin-bottom: 1em;
}

div.splash2 {
	background-color:#ffffff;
	position: relative;
	padding: 60px 0px 40px 0px;
}

div.phones {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px -40px;
	padding: 0px 50px 0px 0px;
	width: 816px;
}

div.phones img {
	width: 50%;
}

div.buthow {
	display: inline-block;
	margin-top: 0px;
	vertical-align: middle;
	width: 390px;
}

div.buthow  ul {
	list-style-type: none;
	margin: 1.5em 0px;
	padding: 0px;
	font-size: 95%;
}

div.buthow li {
	list-style-type: none;
	padding: 1.5em 0px 1.5em 3.5em;
	border-bottom: 1px solid #a3a3a3;
	margin: 0px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 2.5em;
}

div.buthow li.qr {
	background-image: url('images/qr-min.png');
}

div.buthow li.buildicon {
	background-image: url('images/buildicon.png');
}

div.buthow li.locate {
	background-image: url('images/location.png');
}

div.buthow li.alert {
	background-image: url('images/alert2.png');
	border: none;
}


div.bluestrip {
	xxxbackground-color: #00d2fd;
	background-color: #00a9fd;
	position: relative;
	padding: 3em 0px;
	color: #2d2d2d;
}

div.bluestrip h2 {
	xxcolor: #4d4d4d;
	color: #2d2d2d;
}

div.bluestrip ul, div.whitestrip ul {
	margin-top: 1em;
}

div.bluestrip li, div.whitestrip li {
	margin-bottom: 1em;
}

div.third, div.thirdmini {
	float: left;
	width: 31%;
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	position: relative;
}

div.thirdspace {
	float: left;
	width: 3%;
	margin: 0px;
}

 div.whitestrip {
	padding: 3em 0px;
	background-color:#ffffff;
	position: relative;
}


div.whitestrip div.third {
	height: 20em;
}

div.whitestrip div.buttons {
	border-top: 1px solid #a3a3a3;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 1em 0px;
	width: 100%;
}

div.whitestrip a.button {
	padding: 0.6em;
	width: 9em;
	font-size: 130%;
	font-weight: 500;
	text-align: center;
}


a.seevis {
	width: 45%;
	float: left;
	padding: 1em 0px;
	font-weight: 500;
}

a.seeown {
	width: 45%;
	float: right;
	padding: 1em 0px;
	font-weight: 500;
}

div#slides {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99;
	background-color: rgba(127, 127, 127, 0.7);
	text-align: center;
	overflow: auto;
}

iframe {
	display: inline-block;
	position: relative;
	width: 1200px;
	height: 900px;
	margin: 0px auto;
	background-color: #ffffff;
}

div.close {
	display: inline-block;
	width: 1236px;
	margin-top: 1em;
	height: 14px;
	text-align: right;
}

div.close a {
	position: relative;
	cursor: pointer;
	float: right;
	z-index: 100;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 34px;
	box-sizing: border-box;
	font-size: 120%;
	font-weight: bold;
	color: #17b553;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #ffffff;
	border: 2px solid #17b553;
}


@media
only screen and (max-width: 1200px)  {

	div.content {
		width: 95%;
	}

	div.splash {
		padding-top: 100px;
	}

	img.handphone {
		width: 55%;
		right: -12%;
	}

	div.phones {
		width: 65%;
	}

	div.buthow {
		width: 35%;
	}

}

@media
only screen and (max-width: 1000px)  {

	ul.topmenu li {
		padding-right: 3em;
	}

	div.splash {
		padding-top: 80px;
	}

	div.splashtext h2 {
		width: 200%;
	}

	div.phones {
		width: 60%;
		margin-left: -30px;
	}

	div.buthow {
		width: 40%;
	}

	div.whitestrip div.third {
		height: 22em;
	}
}


@media
only screen and (max-width: 800px)  {

	ul.topmenu {
		position: relative;
		top: 0px;
		padding: 0px;
	}

	ul.topmenu li {
		margin-bottom: 1em;
		min-width: 8em;
	}

	ul.topmenu:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
    }

	h2 {
		font-size: 300%;
	}

	h3 {
		font-size: 150%;
	}

	div.splashtext p {
		font-size: 160%;
	}

	img.handphone {
		width: 65%;
		right: -25%;
	}

	div.phones {
		margin-left: -20px;
	}

}

@media
only screen and (max-width: 760px)  {

	div.phones {
		width: 30%;
		margin: 0px;
		padding-right: 2%;
	}

	div.buthow {
		width: 70%;
	}

	div.phones img {
		width: 100%;
	}

	div.third, div.whitestrip div.third {
		width: 100%;
		height: auto;
	}

	div.thirdspace {
		display: none;
	}

	div.whitestrip div.buttons {
		position: relative;
	}

}

@media
only screen and (max-width: 600px)  {

	div.loginbar span {
		display: block;
		clear: left;
		padding: 0.5em 0px;
	}

	div.loginbar input {
		margin-right: 0px;
	}

	div.pass {
		display: block;
		margin: 0.5em 0px;
	}

	div.splash {
		padding-top: 40px;
		height: 550px;
	}

	h2 {
		font-size: 240%;
	}

	h3 {
		font-size: 135%;
	}

	div.splashtext p {
		font-size: 140%;
	}

}

@media
only screen and (max-width: 500px)  {

	div.splash {
		height: 650px;
	}

	div.splashtext {
		max-width: 100%;
	}

	h2 {
		font-size: 200%;
	}

	h3 {
		font-size: 120%;
	}

	div.splashtext h2 {
		width: 100%;
	}

	div.splashtext p {
		font-size: 110%;
	}

	img.handphone {
		width: 80%;
		right: 0px;
	}

}

@media
only screen and (max-width: 450px)  {

	div.splash2 {
		padding-top: 30px;
	}

	div.splash2 div.content {
		display: flex;
		flex-direction: column-reverse;
	}

	div.phones {
		width: 100%;
		padding: 20px 0px 0px 0px;
	}

	div.buthow {
		width: 100%;
	}

	div.phones img {
		width: 50%;
	}
}

@media
only screen and (max-width: 300px)  {

	body {
		font-size: 80%;
	}

	div.splash {
		height: 500px;
	}


}