@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import "reset.css";
@charset "utf-8";
/* # General styles
================================================== */
html {
	height: 100%;
	-webkit-text-size-adjust: none;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'PT Sans', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
body.home {
	background: #dbdbdb url(../images/add/bg-main.jpg) repeat-x;
}
body.inner {
	background: #fff url(../images/add/bg-main-inner.jpg) repeat-x;
}
html, body {
	margin: 0;
	padding: 0;
}
::selection {
 background-color: #ffb7b7; /* Safari */
}
::-moz-selection {
 background-color: #ffb7b7; /* Firefox */
}
.clear {
	clear: both;
	display: block;
}
.hidden {
	overflow: hidden
}
.relative {
	position: relative;
}
strong {
	font-weight: 700;
}
a {
	cursor: pointer;
	color: #66c;
	-webkit-transition: all 0.14s ease 0s;
	-moz-transition: all 0.14s ease 0s;
	-o-transition: all 0.14s ease 0s;
}
.align-right {
	float: right;
}
.align-left {
	float: left;
}
.inline {
	display: inline;
}
.margin-fix {
	height: 0;
}
.noborder {
	border: none !important;
}
.noscroll {
	position: fixed!important
}
.border-bottom {
	border-bottom: 1px solid #000;
}
ul.disc li {
	list-style: disc !important;
	margin-left: 20px;
}
.inverse {
	color : #fff!important;
}
.center {
	text-align: center;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* # Grids
================================================== */
.fluid {
	width: 100%;
*zoom: 1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.fluid:before, .fluid:after {
	display: table;
	content: "";
}
.fluid:after {
	clear: both;
}
.fluid .rtl-inputs [class*="grid"] {
 float: right;
}
.fluid [class*="grid"] {
 display: block;
 width: 100%;
 position: relative;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
 float: left;
 margin-left: 2.127659574%;
*margin-left: 2.0744680846382977%;
}
.fluid [class*="grid"]:first-child {
 margin-left: 0;
}
.fluid .grid12 {
	width: 99.99999998999999%;
*width: 99.94680850063828%;
}
.fluid .grid11 {
	width: 91.489361693%;
*width: 91.4361702036383%;
}
.fluid .grid10 {
	width: 82.97872339599999%;
*width: 82.92553190663828%;
}
.fluid .grid9 {
	width: 74.468085099%;
*width: 74.4148936096383%;
}
.fluid .grid8 {
	width: 65.95744680199999%;
*width: 65.90425531263828%;
}
.fluid .grid7 {
	width: 57.446808505%;
*width: 57.3936170156383%;
}
.fluid .grid6 {
	width: 48.93617020799999%;
*width: 48.88297871863829%;
}
.fluid .grid5 {
	width: 40.425531911%;
*width: 40.3723404216383%;
}
.fluid .grid4 {
	width: 31.914893614%;
*width: 31.8617021246383%;
}
.fluid .grid3 {
	width: 23.404255317%;
*width: 23.3510638276383%;
}
.fluid .grid2 {
	width: 14.89361702%;
*width: 14.8404255306383%;
}
.fluid .grid1 {
	width: 6.382978723%;
*width: 6.329787233638298%;
}
/* # Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.6em;
	font-weight: 400;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 12px;
}
small {
	font-size: 11px;
}
p {
	margin-bottom: 16px;
}
/* # Wrapper
================================================== */
#main-wrapper {
	width: 980px;
	margin: 0 auto 0;
}
/* # Top
================================================== */
#top {
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background:#18273c;
}
/* === Logo === */
#logo {
	position: absolute;
	top: 0;
	left: 25px;
	width: 213px;
	height : 69px;
	padding: 0;
	overflow: hidden;
}
#logo img {
	max-width: 100%;
	border: none;
}
#logo a {
	border: none;
}
.top-nav {
	float: right;
	display: block;
}
/* === Top nav === */
.top-nav ul {
	font-size: 0;
	margin-top:0;
	margin-bottom: 8px;
	display: block;
	border-top: 3px solid #00bfff;
}
.top-nav ul:before, .top-nav ul:after {
	display: table;
	content: "";
}
.top-nav ul:after {
	clear: both;
}
.top-nav ul a {
	font-size: 12px;
}
.top-nav ul > li {
	margin: 0;
	position: relative;
}
.top-nav ul > li a {
	display: block;
	float: left;
	padding: 0px 10px;
	line-height: 30px;
	height: 30px;
	color: #ccc;
	margin: 0;
	text-decoration: none;
}
.top-nav ul li:hover > a, .top-nav ul li a:hover {
	color: #fff;
}
.top-nav ul > li:last-child a {
	padding: 0 0 0 10px;
}
.top-nav li.active > a {
	color: #fff;
}
/* === Top search === */
.top-search {
	display: block;
	position: relative;
}
.top-search-input {
	margin: 0;
	padding: 0 6px;
	font-size: 13px;
	width: 324px !important;
	line-height: 28px;
	height: 28px;
	color: #fff;
	float: left;
	border: none!important;
	background: url(../images/add/bg-search-field.png) repeat!important;
}
.top-search-button {
	border: none;
	height: 26px;
	width: 26px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/add/ico-search.png) center center no-repeat!important;
}
/* # Nav
================================================== */
#nav {
	width: 100%;
	height: 50px;
	background:#1ba5e4;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
.main-nav {
	border: none;
	margin: 0 auto;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	display: table;
}
.main-nav ul {
	height: 50px;
	list-style: none;
	padding: 0;
}
.main-nav li {
	float: left;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: inline-block;
}
.main-nav li a {
	background:#1ba5e4;
	color: #fff;
	display: block;
	font-weight: normal;
	line-height: 50px;
	margin: 0px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
}
.main-nav.careers li a {
	padding: 0px 8px;
}
.main-nav li > a:hover, .main-nav ul li:hover > a {
	background: #11668e;
	text-decoration: none;
}
.main-nav li ul {
	background: #11668e;
	display: none;
	height: auto;
	padding: 5px 0 0 0;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 225px;
	z-index: 200;
}
.main-nav li:hover ul {
	display: block;
}
.main-nav li li {
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 225px;
}
.main-nav li:hover li a {
	background: #508ca7;
	border-top: 1px solid #c6dbe3;
}
.main-nav li ul a {
	display: block;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	font-style: normal;
	margin: 0px;
	padding: 0px 25px;
	text-align: left;
	color: #cddfe7;
}
.main-nav li ul a:hover, .main-nav li ul li:hover > a {
	border-top: 1px solid #c6dbe3;
	color: #fff;
	background: #11668e;
	text-decoration: none;
}
.main-nav li.active a, .main-nav li.active-parent a, .main-nav li.active-parent li.active a {
	background: #11668e;
}
/* # Banner
================================================== */
#banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#banner.banner-holder {
	height: 157px;
	margin: 0 auto;
}
#banner.about {
	background: url(../images/add/banner-about.jpg) center top repeat-x!important;
}
#banner.products {
	background: url(../images/add/banner-products.jpg) center top repeat-x!important;
}
#banner.applications {
	background: url(../images/add/banner-applications.jpg) center top repeat-x!important;
}
#banner.support {
	background: url(../images/add/banner-support.jpg) center top repeat-x!important;
}
#banner.investor {
	background: url(../images/add/banner-investor.jpg) center top repeat-x!important;
}
#banner.news {
	background: url(../images/add/banner-news.jpg) center top repeat-x!important;
}
#banner.contact {
	background: url(../images/add/banner-contact.jpg) center top repeat-x!important;
}
#banner.sitemap {
	background: url(../images/add/banner-sitemap.jpg) center top repeat-x!important;
}
#banner.search {
	background: url(../images/add/banner-search.jpg) center top repeat-x!important;
}
#banner.careers {
	background: url(../images/add/banner-careers.jpg) center top repeat-x!important;
}

#banner img {
	margin: 0!important;
	width: 100%;
	max-width: 100%;
}
/* === Homepage=== */
.layer {
	position:absolute;
	margin-top: 100px;
	margin-left: 72px;
	width: 500px;
	z-index: 99;
	font-family: 'PT Sans', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.layer h1, .layer h3 {
	line-height: 100%;
	color: #7f7f7f;
	letter-spacing: -1px;
	text-shadow: 1px 1px rgba(255, 255, 255, .8);
}
.layer h3 {
	color: #575757;
}
.layer h5 {
	line-height: 100%;
	color: #222;
	margin-bottom: 15px;
	margin-top: 15px;
}
.layer .layer-image {
	width: 150px;
	float: left;
	margin:0;
}
.layer .layer-content {
	width: 330px;
	padding-left: 20px;
	float: right;
	margin:0;
}
/* # Content
================================================== */
#content-app, #content-home {
	position: relative;
	width: 100%;
	margin:0;
}
#content-app {
	min-height: 500px;
}
/* === Homepage=== */
.feature-boxes {
	padding: 20px;
	margin:0;
}
.feature-boxes-container {
	width: 100%;
}
.feature-col {
	width: 32%;
	margin-right: 1%;
	float: left;
}
.feature-col.last {
	width: 34%;
	margin-right: 0%;
}
.feature-box {
	padding: 0 15px 15px;
	margin: 0;
	height: 310px;
	background: #fff;
	border: 1px solid #fcfcfc;
	border-radius: 5px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.feature-box.medium {
	height: 197px;
	margin-bottom: 8px;
}
.feature-box.short {
	height: 88px;
}
.feature-title {
	width: 80%;
	margin-bottom: 12px;
	display: block;
}
.feature-title .feature-bar {
	border-left: 5px solid #1aa5e4;
	height: 42px;
	float: left;
}
.feature-title h4 {
	color: #1aa5e4;
	font-weight: 700;
	padding: 27px 0 0 10px;
	line-height: 100%;
}
.feature-badge {
	position: absolute;
	top: 10px;
	left: 40px;
}
ul.news-list {
	margin:0 0 0 10px;
}
ul.news-list li {
	margin:0 0 8px 0;
}
ul.news-list li a {
	color: #222;
	text-decoration: none;
}
ul.news-list li a:hover {
	color: #00bfff;
}
ul.news-list li span.date {
	color: #1aa5e4;
	font-size: 12px;
	display: block;
}
ul.news-list li span.date.large {
	color: #1aa5e4;
	font-size: 16px;
	font-weight: 700;
}
ul.news-list li span.date strong {
	font-weight: 700;
}
.feature-action {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.feature-action a {
	text-align: right;
}

.media-title {
	display: block;
}
.media-date {
	margin-right:10px;
}
.media-cover {
	margin-right: 6px;
	color:#1aa5e4;
}

/* === Applications=== */
.app-tabz .nav {
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
}
.app-tabz .nav li {
	margin: 0;
	padding: 0;
}
.app-tabz .nav li a {
	padding: 10px 10px 0 20px;
	width: 110px;
	margin: 0 0 0 0;
	color: #888;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 16px;
	height: 60px;
	font-weight:700;
	border: 1px solid #d1d1cf;
	border-right: none;
	background: #efefef;
}
.app-tabz .nav li.last a {
	border-right: 1px solid #d1d1cf;
}
.app-tabz .nav li a.current {
	color: #1ba5e4;
	background: #fff;
	border-bottom: 1px solid #fff;
}
.app-tabz .nav li a:hover {
	color: #1ba5e4;
	background: #fff;
}
.app-tabz .tab-container {
	padding: 10px 15px;
	border: 1px solid #d1d1cf;
	background: #fff;
	margin-top: -1px;
}
.tab-section {
	padding: 20px 0;
	border-bottom: 1px solid #d1d1cf;
}
.tab-section.last {
	border-bottom: 1px solid transparent;
}
.tab-section a {
	text-decoration: none;
	color: #888;
	font-size: 13px;
}
.tab-section a:hover {
	text-decoration: none;
	color: #1ba5e4;
}
.tab-section span {
	display:block;
}
h5.app-title {
	font-weight: 700;
	line-height: 105%;
	margin-bottom: 10px;
}
.app-icon img {
	width:　100%;
	max-width: 100px;
	height:auto !important;
}
.hide {
	display:none;
}
.tab-section .img-col{
	width: 100px;
	float: left;
	text-align: center;
}
.tab-section .link-col{
	width: 186px;
	float: left;
}


/* # Footer
================================================== */
#footer {
	margin: 0;
	padding:0;
}
#footer.footer-inner {
	margin-top: 20px;
	background: url(../images/add/bg-footer.jpg) center top repeat-x!important;
}
.footer-wrapper {
	width: 980px;
	padding: 20px;
	min-height: 60px;
	margin-left:auto;
	margin-right: auto;
}
.footer-col {
	width: 20%;
	margin-right: 0;
	float: left;
}
.footer-sitemap {
	margin-bottom: 40px;
}
.footer-sitemap a {
	color: #222;
	text-decoration: none;
}
.footer-sitemap a:hover {
	color: #00bfff;
}
.footer-sitemap h5 {
	margin-bottom: 12px;
	font-weight: 700;
	color: #999;
}
.footer-sitemap h5:hover {
	color: #00bfff;
}
.footer-sitemap h5.nochild {
	margin-bottom: 42px;
}
.footer-sitemap ul {
	margin-bottom: 30px;
}
.footer-box {
	padding: 0 0 0 20px;
	margin: 0;
	height: 300px;
	background: url(../images/add/footer-line.png) left top no-repeat;
}
.footer-legal {
	margin: 0;
	text-align: right;
}
/* === Button=== */
.btn-blue {
	background-color: #0e71c1;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radiust: 3px;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.btn-blue:hover {
	background-color: #18273c;
}
.btn-blue:active {
	position: relative;
	top: 1px;
}
.btn-small {
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	width: auto;
	padding: 0 16px;
}
.btn-medium {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: auto;
	padding: 0 22px;
}
.btn-block {
	display: block;
}
/* # 0926 updated
================================================== */
#logo {
	top: 10px;
	left: 10px;
	width: 270px;
	height : 72px;
}
.go-home{
	width:16px;
	height:16px;
	text-indent: -99999px;
	overflow: hidden;
	background: url(../images/add/ico-home.png) no-repeat center center;
}
.top-search-input {
	width: 366px !important;
}
.layer h3 {
	line-height: 110%;
}
.layer h5 {
	line-height: 125%;
}
ul.news-list li a:hover span.news-src{
	color: #00bfff;
}
span.news-src {
	font-weight: bold;
	color: #777;
}
.app-tabz .nav {
	margin: 0 0 0 0px;
	padding: 1px 0 0 1px;
	z-index:100;
	width: 612px;
}
.app-tabz .nav li a {
	margin: 0 0 0 -1px;
	border-right: 1px solid #d1d1cf;
	font-weight: normal;
}
.app-tabz .nav li.short a {
	padding: 15px 20px;
	width: 111px;
	height: auto;
	text-align:center;
	margin-top: -1px;
}
.app-tabz .nav li.short.active a {
	border-bottom:  1px solid #d1d1cf;
	background: #fff;
	color: #1ba5e4;
}
.app-tabz .nav li a:hover {
	background: #f8f8f8;
}
.app-tabz .tab-container {
	margin-top:-1px;
	width:612px;
}
.app-tabz .tab-container.nopadding {
	padding: 20px 0;
	margin-top:-1px;
	border: none;
	z-index:0;
}
.app-tabz .tab-container.nopadding img{
	max-width:100%;
	height: auto !important;
	margin-bottom: 20px;
}
.app-tabz .tab-container.nopadding h4{
	font-weight: bold;
}
.head-section {
	margin-bottom: 50px;
}
.head-section h3{
	font-size: 26px;
	letter-spacing:-1px;
	font-weight: 700;
	color: #1ba5e4;
}
.head-section h5{
	font-style:italic;
}
.tab-section a {
	font-size: 12px;
	line-height: 12px;
}
.tab-section span {
	margin-bottom: 9px;
}
h5.app-title {
	font-weight: normal;
}
.tech-section {
	margin-bottom: 50px;
}
.tech-section ul, .tech-section ol{
	margin: 0 0 20px 20px !important;
}
.tech-section li{
	list-style: disc !important;
}
.end-section {
	text-align:center;
	margin-top:40px;
}
