body{color: #222; font-family: 'Open Sans', sans-serif; overflow-x: hidden; overflow-y: auto; background: #fff;}
html {overflow-x: hidden; overflow-y: auto;}

* { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

.clear { 
    clear:both; 
} 

.clearme:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

.right { 
    float: right; 
} 

.left { 
    float: left; 
}

/*Content*/

.outerContainer {
	width: 1020px;
	margin: auto auto;
	z-index: 100;
}

.container {
	width: 900px;
	margin: auto auto;
	z-index: 100;
}

.main {
	width: 100%;
	height: 700px;
	background: #008ee4;
	position:absolute;
	left: 0;
	z-index: -100;
	overflow-x: hidden;
}

.mapBackgorund {
	width: 1800px;
	height: 700px;
	background: url(images/map.png?=322) no-repeat center;
	position:absolute;
	left: 50%;
	margin: 0 0 0 -900px;
}


.iPhoneMain {
	width: 320px;
	height: 640px;
	background: url(images/iphone_main.png?=422) no-repeat;
	margin: 180px 0 0 290px;
}

#showcase {
	margin:92px 0 0 35px;
}

/*header*/
.header {
	width: 100%;
	padding: 15px 0 0 0;
}

.title {
	margin: 8px 0 0 0;
	font-size: 35px;
	font-weight: 100;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-shadow: #0282cb 0 3px 5px;
}

a.navItem {
	display: inline-block;
	color: #fff;
	font-weight: 100;
	font-size: 16px;
	margin: 8px 0 0 0;
	padding: 14px 17px 14px 15px;
	border-right: 1px solid #89c9f3;
	line-height: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
	text-shadow: #0282cb 0 3px 5px;
	text-decoration:none;
}

a.navItem:hover {
	text-decoration:underline;
}

.navItem small {
	font-size:10px;
}

.lastNav {
	border-right: none;
	padding: 14px 0 14px 15px;
}

.title small {
	font-size:16px;
}

.footer {
	background: #0270b3;
	padding: 50px 0;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-weight: 300;
	letter-spacing: 1px;
}

/*Product*/

.product {
	margin:100px 0;
	color: #222;
}

.productTitle {
	color: #222;
	font-size: 40px;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
}

.titleUnderscore {
	width: 50px;
	height: 6px;
	background: #1792df;
	margin:10px 0 20px 0;
}

.productIOS {
	width: 462px;
	position: static;
	display: block;
	overflow-x: hidden;
	margin: 30px 0 0 20px;
}

.productImage {
	width: 934px;
	position: static;
	display: block;
	overflow-x: hidden;
	margin: 30px 0 0 20px;
}

.productFeature {
	margin: 20px 0;
}

.productFeatureTitle {
	color: #48a942;
	font-size: 18px;
	font-weight: 400;
}

.productFeatureContent {
	font-size: 14px;
	margin: 5px 0 0 0;
}

a.productButton {
	background: #1792df;
	transition: background-color 0.5s ease;
	padding: 14px 20px;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #fff;
	text-decoration:none;
	border-radius: 4px;
}

a.productButton:hover {
	background: #48a942;
}




/*Team*/

.team {
	width: 33%;
	height: 280px;
	display: inline-block;
}

.team img {
	width: 260px;
	height: 260px;
	display: block;
	margin: auto auto;
}

.teamTitle {
	font-size: 23px;
	text-align: center;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

.teamContent {
	font-size: 14px;
	text-align: center;
	padding: 10px 10px 0 10px;
	line-height: 24px;
}

/*Contact*/

.contactTextbox {
	width:872px; 
	height:180px; 
	margin:0 0 10px 0; 
	padding:10px 12px; 
	border:1px solid #ccc; 
	border-radius:6px;
	color: #444; 
	font-size:16px;
}

.contactInputbox {
	display: inline-block;
	width: 350px; 
	margin: 0 10px 10px 0; 
	padding: 10px 12px; 
	border: 1px solid #ccc; 
	border-radius: 6px; 
	color: #444;
	font-size: 16px;
}

.contactSend {
	padding:10px 18px; 
	font-size:14px; 
	border:0px; 
	background:#1792df; 
	color:#fff; 
	border-radius:4px;
}


/* rotator in-page placement */
div.rotator {
	display: block;
}
/* rotator css */
	div.rotator ul {
	margin:0;
	padding:0;
}
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
/*	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}*/
        div.rotator ul li.show {
	z-index:500;
}


/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/*@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	.iPhoneMain {
		background: url(images/iphone_main@2x.png?=422) no-repeat;
		background-size: 320px 640px;
	}
}*/
