/*
Theme Name: Aislelabs
Author: the Aislelabs team
Text Domain: Aislelabs
*/
* {
   outline: 0;
} 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "museo_sans300", Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "museo_sans300", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: "museo_sans300", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #ffffff;
}
body,
input,
textarea {
	color: #404041;
	font-size: 18px;
	line-height: 26px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Wrapper
-------------------------------------------------------------- */
.wrapper {
	margin:0 auto;
	max-width:1150px;
	min-width:800px;
	padding: 0 10px 0 10px;
	position:relative;	
}
.green-bg {
	background-color:#51a601;
	min-height:80px;
	overflow:hidden;
	clear:both;
	min-width:820px;	
}
.green-bg.arrowdn {
	position:relative;
	overflow:visible;		
}
.green-bg.arrowdn:before {
	content:"";
	display:inline-block;
	width: 0; 
	height: 0; 
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;	
	border-top: 48px solid #51a601;
	position:absolute;
	left:50%;
	bottom:-47px;
	margin-left:-48px;
}
.green-bg.arrowup {
	position:relative;
	padding-top:48px;	
}
.green-bg.arrowup:before {
	content:"";
	display:inline-block;
	width: 0; 
	height: 0; 
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;	
	border-top: 48px solid #FFFFFF;
	position:absolute;
	left:50%;
	top:-0px;
	margin-left:-48px;
}
.green-bg.hasbg{
	background-image:url(images/greenbg.png);
	background-position:top center;
	background-size:cover;
} 
.green-tiled-bg {
	background-color:#51a601;
	background-image:url(images/abg.gif);	
	min-height:80px;
	overflow:hidden;
	clear:both;
	min-width:820px;
}
.gray-bg {
	background-color:#f0f0f0;
	min-height:80px;
	overflow:hidden;
	clear:both;
	min-width:820px;	
}
.blue-bg {
	background-color:#3e80ec;
	min-height:80px;
	clear:both;
	min-width:820px;	
}
.blue-bg.arrowdn {
	position:relative;	
}
.blue-bg.arrowdn:before {
	content:"";
	display:inline-block;
	width: 0; 
	height: 0; 
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;	
	border-top: 48px solid #3e80ec;
	position:absolute;
	left:50%;
	bottom:-47px;
	margin-left:-48px;
}
.lightblue-bg {
	background-color:#eaf7fb;
	min-height:80px;
	clear:both;
	min-width:820px;	
}
.lightblue-bg.arrowdn {
	position:relative;	
}
.lightblue-bg.arrowdn:before {
	content:"";
	display:inline-block;
	width: 0; 
	height: 0; 
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;	
	border-top: 48px solid #eaf7fb;
	position:absolute;
	left:50%;
	bottom:-47px;
	margin-left:-48px;
}
.black-bg {
	background-color:#404041;
	min-height:80px;
	clear:both;
	min-width:820px;	
}
.black-bg.arrowdn {
	position:relative;	
}
.black-bg.arrowdn:before {
	content:"";
	display:inline-block;
	width: 0; 
	height: 0; 
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;	
	border-top: 48px solid #404041;
	position:absolute;
	left:50%;
	bottom:-47px;
	margin-left:-48px;
}
.wtext {
	font-family: "museo_sans300";
	font-weight:300;	
	color:#FFFFFF;
	font-size:22px;
	display:block;
	margin:0 auto;
	max-width:600px;
	text-align:center;
	position:relative;
	top:-60px;
}
/* =Header
-------------------------------------------------------------- */
#header {
	height:120px;
	overflow:visible;
	clear:both;
	width:100%;
}
#logo {
	display:inline-block;
	margin-top:35px;
}
#sub-header {
	background-color:#51a601;
	height:80px;
	overflow:hidden;
	clear:both;
	min-width:820px;	
}
#sub-header h1 { 
	font-family: "museo_sans500";
	font-weight:500;
	color:#FFFFFF;
	font-size:32px;
	margin-top:25px;
}
/* =Menu
-------------------------------------------------------------- */
.menu-wrapper {
	right:0px;
	position:absolute;
	right:0px;
	top:35px;
}
.menu-header {
	position:relative;
}
.menu-header ul.menu {
	list-style:none;
	padding:0px;
	margin:0px
}
.menu-header .menu li {
	float: left;
	position: relative;
	padding-right:18px;
}
.menu-header .menu-item a {
	display:inline-block;
	padding:10px 12px 10px 12px;
	font-family: "museo_sans300";
	font-size:20px;	
	text-decoration:none;
	color:#404041;	
}
.menu-header .menu-item a:hover { 
	font-family: "museo_sans300";
	text-decoration:underline;
	color:#48a100;
}
.menu-header .current-menu-item a,
.menu-header .current-menu-item a:hover,
.menu-header .current-page-ancestor a,
.menu-header .current-page-ancestor a:hover {
	font-family: "museo_sans700";
	color:#48a100;		
}
.menu-header .menu-item-type-custom.current-menu-item a,
.menu-header .menu-item-type-custom.current-menu-item a:hover,
.menu-header .menu-item-type-custom.current-page-ancestor a,
.menu-header .menu-item-type-custom.current-page-ancestor a:hover {
	font-family: "museo_sans300";
	color:#404041;		
}
.menu-header .menu-item-type-custom.current-menu-item a:hover,
.menu-header .menu-item-type-custom.current-page-ancestor a:hover {
	color:#48a100;		
}
.menu-header .blue.menu-item a {
	background-color:#3e80ec;
	color:#FFFFFF;
	text-decoration:none;
	border-radius: 2px;
	font-family: "museo_sans500";
	transition: all 300ms linear;			
}
.menu-header .blue.menu-item a:hover,
.menu-header .blue.current-menu-item a {
	background-color:#0d59d7;
	color:#FFFFFF;
	text-decoration:none;
	border-radius: 2px;
	font-family: "museo_sans500";
	transition: all 300ms linear;				
}

.homeimg15 .bnrwrp {
	margin-top:60px;
	margin-left:20px;
}
.homeimg15 .bnrwrp h1 { 
	font-size:42px;
	font-family: "museo_sans300";
	font-weight:300;
	line-height:48px;
	color:#fff;
	padding:0 0;
	margin:0;
}
.homeimg15 .bnrwrp span {
	font-size:28px;
	font-family: "museo_sans300";
	font-weight:300;
	color:#fff;
	line-height:34px;
	display:block;
	width:479px;
	margin-top:30px;
}
.homeimg15 .blue-buttone {
	margin-top:35px;
	display:inline-block;
}
a.blue-buttone {
	background-color:#3e80ec;
	color:#FFFFFF;
	text-decoration:none;
	border-radius: 2px;
	font-size:24px;
	font-family: "museo_sans500";
	transition: all 300ms linear;
	padding:12px 12px;	
}
a.blue-buttone:hover {
	font-size:24px;	
	padding:12px 12px;	
	background-color:#0d59d7;
	color:#FFFFFF;
	text-decoration:none;
	border-radius: 2px;
	font-family: "museo_sans500";
	transition: all 300ms linear;
}
.menu-header .current-menu-item:before,
.menu-header .current-page-ancestor:before {
	content:"";
	display:inline-block;
	width: 0; 
	height: 0; 
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;	
	border-top: 17px solid #FFF;
	position:absolute;
	right:50%;
	margin-right:-9px;
	top:83px;
}
.menu-header .menu-item-type-custom.current-menu-item:before,
.menu-header .blue.current-menu-item:before,
.menu-header .blue.current-page-ancestor:before {
	display:none;
}
.sub-menu-header {
	position:absolute;
	z-index:20;
	top:101px;
}
.sub-menu-header ul { 
	list-style:none;
	padding:0px;
	margin:0px
}
.sub-menu-header .menu li {
	float: left;
	position: relative;
	padding-right:18px;
}
.sub-menu-header .menu-item a {
	display:inline-block;
	padding:10px 0px 10px 12px;
	font-family: "museo_sans300";
	font-size:18px;	
	text-decoration:none;
	color:#FFFFFF;	
}
.sub-menu-header .menu-item a:hover { 
	font-family: "museo_sans300";
	text-decoration:underline;
	color:#FFFFFF;
}
.sub-menu-header .current-menu-item a,
.sub-menu-header .current-menu-item a:hover {
	font-family: "museo_sans700";
	color:#FFFFFF;		
}
/* =Content
-------------------------------------------------------------- */
#banner-area {
	height:300px;
	text-align:center;
	overflow:hidden;
}
#banner-area  h1 {
	font-family: "museo_sans500";
	font-size:48px;
	line-height:48px;
	color:#222222;
	background:url(images/bdot.png);
	display:inline-block;
	padding:20px 30px;
	position:relative;
	top:145px;
}
#banner-left-area {
	height:300px;
	text-align:left;
	overflow:hidden;
	position:relative;
}
#banner-left-area  h1 {
	font-family: "museo_sans500";
	font-size:48px;
	line-height:60px;
	color:#222222;
	background:url(images/bdot.png);
	display:inline-block;
	padding:20px 30px;
	position:absolute;
	bottom:45px;
	max-width:1050px;		
}
#banner-centerd-area {
	height:288px;
	text-align:center;
	overflow:hidden;
	position:relative;
	padding-top:90px;
}
#banner-centerd-area  h1 {
	font-family: "museo_sans500";
	font-size:48px;
	line-height:48px;
	color:#222222;
	background:url(images/bdot.png);
	padding:20px 30px;
	display:inline-block;
	margin:auto;
	max-width:1025px;		
}
#banner-centerd-area  h2 {
	color:#222222;
	font-family: "museo_sans700";
	font-size:48px;
	line-height:48px;
	background:url(images/bdot.png);
	padding:0px 30px 20px 30px;	
	display:inline-block;
	margin:0px auto 0 auto;
	position:relative;			
}
.banner-area-wrp {
	min-height: 275px;
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.banner-area-wrp h1 {
	font-family: "museo_sans300";
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	width: 450px;
	top:90px;
	position: relative;
}
#transportation-and-airports {
	background-image:url(images/Transportation-and-Airports.png);
	background-position: 95% bottom;
}
#shopping-malls {
	background-image:url(images/Shopping-Malls.png);
	background-position: right bottom;
	margin-right:-140px;
}
#retail-chain {
	background-image:url(images/Retail-Chain.png);
	background-position: right bottom;
	margin-right:-100px;
}
#event-venues {
	background-image:url(images/Event-Venues.png);
	background-position: right bottom;
	margin-right:-290px;
}
#solutions-bn {
	background-image:url(images/Solutions-banner.png);
	background-position: right bottom;
	margin-right:-150px;
}

.pcontent h2 {
	font-family: "museo_sans500";
	font-size:32px;
	line-height:32px;
	padding-bottom:20px;
} 
.pcontent h3 {
	font-family: "museo_sans700";
	font-size:24px;
	line-height:24px;
	padding-bottom:18px
} 
.pcontent {
	padding:75px;
	color:#222222;
	font-size:20px;
}
.pcontent ol {
	padding: 20px 25px 20px 0px;
	margin: 0 0 0 40px;
}
.pcontent ol li { 
	padding-bottom:5px;
}
.pcontent a{
	color:#2872ea;
	text-decoration:none;
}
.pcontent a:hover{ 
	text-decoration:underline;
}
.blue-bg .pcontent {
	color:#FFFFFF;
	font-size:18px;	
}
.pprivacy {
	padding-top:80px;
	padding-left:310px;
	position:relative;
	min-height:140px;
} 
.plink {
	display:block;
	margin-top:10px;
	text-decoration:none;
}
.plink:hover { 
	text-decoration:underline;
}
.ptabul {
	padding-left:70px;
	padding-top:15px;
	font-size:14px;
	font-family: "museo_sans300";
	position:relative;
}
.ptabul .pdlink {
	display:block;
	margin-top:10px;
	text-decoration:none;
	font-size:20px;
}
.ptabul .pdlink:hover { 
	text-decoration:underline;
	font-size:20px;
}
.ptabul .pdlink:before {
	content:"";
	display:inline-block;
	background-image:url(images/pdf.png);
	background-repeat:no-repeat;
	width:52px;
	height:58px;
	position:absolute;
	margin-left:-65px;
	margin-top:6px;
}

.i_number {
	font-family: "museo_sans900";
	display:inline-block;
	width:210px;
	height:210px;
	border-radius:50%;
	overflow:hidden;
	background-color:#d0eff9;
	color:#FFFFFF;
	font-size:170px;
	line-height:210px;
	position:absolute;
	left:25px;
	text-align:center;
	font-style:normal;
	cursor:default;
}
.investors-text {
	padding:70px 0 0px 345px;
	position:relative;
	font-size:18px;
}
.hrtopp {
	margin-top:70px;
}
.investors-text h3 {
	font-family: "museo_sans700";
	font-size:22px;
	line-height:22px;	
}
.investors-text img {
	position:absolute;
	left:0px;
}
.teambox {
	clear:both;
	border-top:2px solid #d6dbdf;
	margin:80px 0 0 0;
	padding:60px 0 0px 0;
} 	
.teambox h2 {
 	font-family: "museo_sans300";
	font-size:48px;
	color:#383839;
	text-align:center;	
}
.picture-circle {
	display:inline-block;
	width:195px;
	height:195px;
	border-radius:50%;
        background-color: #eeeeee;
	overflow:hidden;
	position:relative;
}
.picture-circle img { 
	position:absolute;
	left:0px;
	top:0px;
	border-radius:50%;
	width:195px;
	height:195px;		
}
.image-circle {
	display:inline-block;
	width:155px;
	height:155px;
	border-radius:50%;
	overflow:hidden;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-2000px;
	margin:auto;
}
.pentos {
	margin:20px 0 50px 0;	
}
.pento {
	display:inline-block;
	float:left;
	width:20%;
	min-width:180px;
	margin-top:20px;
	margin-bottom:20px;
}
.founders-text {
	padding:60px 0 0px 260px;
	position:relative;
	font-size:18px;
}
.founders-text h3 {
 	font-family: "museo_sans700";
	font-size:22px;
	line-height:22px;
}
.founders-text  .picture-circle { 
	left:0px;
	position:absolute;	
}
.employe {
	display:inline-block;
	float:left;
	text-align:center;
	min-width:210px;
	width:25%;
	height:300px;
	overflow:hidden;
	margin-top:50px;
}
.employe .name { 
	color:#333333;
 	font-family: "museo_sans700";
	font-size:18px;
	display:block;
	text-align:center;
}
.employe .title { 
	color:#333333;
 	font-family: "museo_sans300";
	font-size:18px;
	display:block;
	text-align:center;
}
.employe .title-text { 
	color:#333333;
 	font-family: "museo_sans300";
	font-size:15px;
	display:block;
	text-align:center;
}
.employe a { 
 	font-family: "museo_sans300";
	font-size:18px;
}
.aboutp { 
	padding-left:385px;
}
.contactuswrp { 
	padding:70px 0 90px 0;	
	overflow:hidden;
}
.contactuswrp h2 {
	font-size:48px;
	color:222222;
	text-align:center;
}
.caboxes { 
	margin:75px auto 0 auto;
	max-width:900px;
}
.cabox { 
	float:left;
	width:50%;
}
.cabox ul {
	list-style:none;
	margin:0px;
}
ul#contacts {
 	font-family: "museo_sans500";
	font-size:20px;
}
ul#contacts .em {
 	font-family: "museo_sans300";
	color:#1985d1;
	display:block;
	padding-bottom:30px;
}
ul#contactform li{
	padding-bottom:35px;
}

#csocial {
	margin-right:50px;
	border-top:2px solid #c5e8f2;
	padding-top:35px;
}
#btwitter {
	color:#1985d1;
	text-decoration:none;
	display:block;
	position:relative;
	padding-left:40px;
	height:40px;
}
#btwitter:before { 
	content:"";
	background-image:url(images/footer.png);
	background-position:-1px -211px;
	width:31px;
	height:26px;
	display:inline-block;
	position:absolute;
	left:0px;
}
#btwitter:hover { 
	text-decoration:underline;
}
#bfacebook {
	color:#1985d1;
	text-decoration:none;
	display:block;
	position:relative;
	padding-left:40px;		
}
#bfacebook:before { 
	content:"";
	background-image:url(images/footer.png);
	background-position:-35px -207px;
	width:18px;
	height:32px;
	display:inline-block;
	position:absolute;
	left:3px;
	top:-3px;
}
#bfacebook:hover { 
	text-decoration:underline;
}

#contactform .input {
	background-color:#fff;
	border:0px;	
	width:406px;
	height:45px;
	padding-left:12px;
	padding-right:12px;
	box-shadow: inset 0px 0px 0px 0px #dddddd;
	font-size:20px;
 	font-family: "museo_sans300";			
}
#contactform .sinput {
	background-color:#fff;
	border:0px;
	width:240px;
	height:45px;
	padding-left:12px;
	padding-right:12px;
	box-shadow: inset 0px 0px 0px 0px #dddddd;
	font-size:20px;
 	font-family: "museo_sans300";		
}
#contactform .chooser {
	width:264px;
	min-height:45px;
	overflow: hidden;
	border:0;
	box-shadow: inset 0px 0px 0px 0px #dddddd;
	background-color:#FFFFFF;
	position: relative;
	cursor:default; 
	z-index: 0;
	display:inline-block;
	padding:0 0 0 0;
	overflow:hidden;
}
#contactform .chooser:after {
 	color: #3e80ec;
    content: ''; /*'\025BC';*/
    position: absolute;
    right: 14px;
    top: 19px;
	cursor:pointer;
    z-index: 0;
	display:inline-block;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:16px;
	height:11px;
}
#contactform .chooser select {
	position: relative;	
	width:130%;
	padding:12px 12px 12px 10px;
	background:transparent;
	border:0px none;
	z-index:999;
	cursor:pointer;
	font-size:20px;
 	font-family: "museo_sans300";
}
#contactform .chooser option { 
	padding-left:12px;
}

#contactform textarea { 
	background-color:#fff;
	box-shadow: inset 0px 0px 0px 0px #dddddd;		
	border:0px;
	width:406px;
	padding:12px;
	height:130px;
	font-size:20px;
 	font-family: "museo_sans300";				
}

#sendrequest {
	font-family: "museo_sans700";
	font-size:24px;
	line-height:65px;
	display:inline-block;
	margin:0;
	background-color:#cd4343;
	color:#FFF;
	text-decoration:none;
	border-radius:2px;
	width:227px;
	height:65px;
	overflow:hidden;
	transition: all 300ms linear;
	border:0px;
	cursor:pointer;	
	padding:0px;
}
#sendrequest:hover {
	background-color:#c31515;
	transition: all 300ms linear;
	border:0px;			
} 
#clearform {
	font-family: "museo_sans300";
	font-size:20px;
	line-height:65px;
	display:inline-block;
	margin: 0 0 0 25px;
	color:#1985d1;
	background-color:#eaf7fb;
	border:0px;
	padding:0px;
	cursor:pointer;			
}
#clearform:hover { 
	text-decoration:underline;	
}

.tripleboxwrp {
	clear:both;
	margin-top:42px;
}
.triplebox {
	float:left;
	width:33%;
	display:inline-block;
}
.hasborder { 
	border-left:2px solid #e8e8e8;
}
.centerer {
	max-width:200px;
	margin:33px auto 40px auto;
	overflow:hidden;
}
.triplebox a {
 	font-family: "museo_sans500";
	display:block;
	color:#2872ea;
	font-size:24px;
}
.triplebox a:hover {
	text-decoration:none;
}
.triplebox a:after {
	color:#9ebff5;
	content: '\276f';
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	position:relative;
	top:0px;
	padding-left:6px;	
}
.triplebox span { 
	padding-top:10px;
	display:block;
	font-size:18px;
	line-height:22px;
}

.socialboxes {
	padding:80px 0 110px 0;
}
.testimonial {
	float:left;
	width:429px;
}
.dblue-box {
	padding:30px;
    background-color:#d9f1f9;
	margin-right:80px;
}
.dblue-box  .it{
	font-family: 'museo_sans300_italic';
	font-size:20px;
}
.dblue-box .tname {
	text-transform:uppercase;
	font-size:14px;
	color:#5aa4bd;
	padding-top:25px;
	display:block;
}
.twitterfead {
	padding-left:430px;
}
.twitterfead a { 
	color:#2883ea;
	text-decoration:none;
}
.twitterfead a:hover { 
	text-decoration:underline;	
}

.twitterfead ul { 
	list-style:none;
	margin:0px;
}
.twitterfead ul li {  
	padding-top:58px;
	padding-bottom:33px;
	border-bottom:2px solid #d5edf4;
	font-size:20px;
}
#twitteralink {
 	font-family: "museo_sans500";
	display:block;
	color:#2883ea;
	font-size:24px;
	text-decoration:none;
	position:relative;
	margin-bottom:5px;
}
#twitteralink:hover { 
	text-decoration:underline;
}
#twitteralink:before { 
	content:"";
	background-image:url(images/aislelabs-bi.gif);
	background-repeat:no-repeat;
	display:inline-block;
	width:49px;
	height:42px;
	position:relative;
	margin-right:12px;
	top:14px;	
}
a.moret {
 	font-family: "museo_sans500";
	display:block;
	color:#2883ea;
	font-size:20px;
	text-decoration:none;
	margin-top:70px;	
}
a.moret:hover {
	text-decoration:none;
}
a.moret:after {
	color:#acdae8;
	content: '\276f';
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	position:relative;
	top:0px;
	padding-left:6px;		
}
.tdate {
	display:block;
	text-align:right;
	font-size:14px;
	color:#77c1d9;
}
span.ttitle { 	
	font-family: "museo_sans700";
	font-size:24px;
	line-height:24px;
	display:block;
	text-align:center;	
}
span.toffice {
	display:block;
	text-align:center;
	font-size:18px;
	line-height:18px;	
	color:#838383;
}
.caddress {
	display:block;
	font-size:16px;
	margin-top:30px;
	padding-left:5px;
}
.callus{
	text-align:center;
	margin-bottom:75px;
}
h1.prod,
h2.prod {
	text-align:center;
	color:#FFFFFF;
	font-size:48px;
	line-height:180px;
	font-family: "museo_sans300";	
}
#whatyouget {
	margin-bottom:70px;	
}
#whatyouget h3 {
	font-family:"museo_sans500";
	color:#383839;
	font-size:32px;
	text-align:center;
}
#whatyouget #centralcontrol {
	float:left;
	width:55%;
	text-align:center;
}
#whatyouget #experience {
	width:45%;
	float:left;	
	text-align:center;
}
#whatyouget #centralcontrol ul {  
	max-width:440px;
	display:block;
	margin:auto;
}
#whatyouget #experience ul {  
	max-width:300px;
	display:block;
	margin:auto;
}
#whatyouget li { 
	text-align:left;
}
#whatyouget .prp {
	color:#404041;
	font-size:24px;
	line-height:47px;
}
#i-centralcontrol {
	background-image:url(images/solutions.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	height:309px;
	width:553px;
	margin:55px auto 60px auto;	
}
#i-experience {
	background-image:url(images/solutions.png);
	background-repeat:no-repeat;
	background-position:-555px 0;
	display:block;
	height:309px;
	width:148px;
	margin:55px auto 60px auto;	
}
.press h2 {
	font-family: "museo_sans300";
	font-size:48px;
	color:#404041;
}
.press h4 {
	font-family: "museo_sans700";
	font-size:22px;
	color:#404041;
}
.press-release {
	padding:40px 0 35px 0;
	border-top:2px solid #d6dbdf;
}
.lastrelease {
	border-top: 0px;
	padding:20px 0 35px 0;	
}
.press-release a {
	font-family: "museo_sans700";	
	color:#2872ea;
	font-size:22px;	
	line-height:22px;
}
.press-release a:after{
	content:"";
	display:inline-block;
	width:10px;
	height:15px;
	background-image:url(images/btrarrow.png);
	background-repeat:no-repeat;
	margin-left:12px;
}
.press-release .pad {
	display:block;
	font-size:18px;
	color:#404041;
	line-height:32px;
}
.event { 
	padding:70px 0 0px 250px;
	position:relative;
	border-top:2px solid #d6dbdf;
	margin-bottom:70px;
	font-size:18px;
	color:#404041;
}
.lastevent {
	border-top: 0px;
	padding:30px 0 0px 250px;
}
.event img {  
	position:absolute;
	left:18px;
}
.event h5 {
	clear:none;
	font-family: "museo_sans700";	
	font-size:22px;
	color:#404041;	
}
.event p { 
	padding:0px;
	margin:0px;
}
.event .location {
	font-family: "museo_sans500";
	display:inline-block;
	line-height:30px;
	padding-bottom:25px;
	font-weight:500;	
}
.coverage {
	border-top:2px solid #d5edf4;
	padding:35px 0 35px 0;
	clear:both;
	font-size:18px;	
}
.lastcoverage {
	border-top:0px;
}
.coverage .image-box {
	background-repeat:no-repeat;
	width:155px;
	height:55px;
	background-position:center center;
	text-indent:-2000px;
	display:inline-block;
	float:left;
	margin-right:30px;
}
.coverage a{ 
	font-family: "museo_sans500";
}
.coverage .pdate{
	display:block;
}
#ccontrols {
	width:50px;
	height:18px;
	display:inline-block;
	position:absolute;
	bottom:25px;
	z-index:999;
	right:20px;
	overflow:hidden;
	opacity: 1;	
}
.homeimg15 #ccontrols {
	left:23px;
	top:390px;
}
.ci-ccontrolb {
	background-image:url(images/cb.png);
	background-repeat:no-repeat;
	background-position:-25px 0px;		
	margin-left:7px;
	cursor:pointer;
	display:inline-block;
	float:left;
	height:18px;
	width:18px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}
.ci-secelted {
	background-position:0px 0px;	
}
/* =Front page
-------------------------------------------------------------- */
#fp-banner {
	height:378px;
	text-align:center;
	overflow:hidden;
}
h1.maintitle {
	font-family: "museo_sans500";
	font-size:60px;
	line-height:60px;
	color:#222222;
	background:url(images/bdot.png);	
	display:inline-block;
	padding:20px 30px;
	position:relative;
}
#fp-banner h1.maintitle {
	top:132px;
}
#fp-tagline {
	height:180px;
	text-align:center;
	overflow:hidden;
}
#fp-tagline h1 { 
	font-size:48px;
	font-family: "museo_sans300";
	color:#FFFFFF;
	line-height:38px;
	margin-top:68px;
}
#fp-tectagline {
	height:180px;
	text-align:center;
	overflow:hidden;
}
#fp-tectagline h2 { 
	font-size:48px;
	font-family: "museo_sans300";
	color:#FFFFFF;
	line-height:38px;
	margin-top:68px;
}
.dualboxes {
	clear:both;
	height:145px;
	margin-top:50px;
	margin-bottom:50px;
	font-size:20px;
}
.dualboxes p{ 
	padding-top:5px;
}
.dualboxes .ldual{ 
	width:50%;
	display:inline-block;
	border-right:1px solid #e8e8e8;
	margin-right:-2px;
	height:100%;
	float:left;
	text-align:center;
}
.dualboxes .rdual{ 
	width:50%;
	height:100%;
	display:inline-block;
	border-left:1px solid #e8e8e8;
	margin-left:-2px;
	float:right;
	text-align:center;				
}
#aislelabs-flow {
	display:inline-block;
	background-image:url(images/icons.png);
	background-position:-3px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	height:36px;
	width:170px;
	text-indent:-900px;	
	margin-top:20px;
}
#aislelabs-engage {
	display:inline-block;
	background-image:url(images/icons.png);
	background-position:-179px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	height:36px;
	width:201px;
	text-indent:-900px;
	margin-top:20px;		
}
#store {
	clear:both;
	margin-bottom:80px;
}
#storeimg {
	width:731px;
	height:500px;
	margin:0 auto;
}
.trioboxes {
	margin-top:25px;
	font-family: "museo_sans300";
	font-size:18px;
	color:#333333;
	clear:both;
}
.trioboxes div {
	width:33%;
	float:left;
	text-align:center;
}
.trioboxes h3 {
	font-family: "museo_sans500";
	color:#333333;
	font-size:24px; 
}
.trioboxes p {
	padding-top:10px;
}

#technology {
	margin:0 auto;
	max-width:925px;
}
#technology h3 {
	font-family: "museo_sans500";
	color:#383839;
	font-size:32px;
	margin-top:150px;
	line-height:34px; 
}
#technology p {
	font-family: "museo_sans300";
	font-size:20px; 	
	padding-top:20px;
	color:#404041;
	margin-bottom:150px;
}
.twrp {
	width:50%;
	display:inline-block;
	float:left;
}
.textlwrp { 
	width:400px;
}
.textrwrp {
	width:400px;
	margin:0 0 0 auto;
}
.hrdiv { 
	clear:both;
	font-size:1px;
	overflow:hidden;
	height:2px;
	background-color:#d6dbdf;
}
.clear {
	clear:both;
	font-size:1px;
	overflow:hidden;	
}
.sollutiontopwrp {
	margin:110px auto 0 auto;
	max-width:1025px;
	overflow:hidden;
	color:#222222;
	font-size:20px;	
}
.featureswrp {
	margin:40px auto 30px auto;
	max-width:1025px;
	overflow:hidden;
}
.featureswrp h3 {
	font-family: "museo_sans500";
	color:#383839;
	font-size:32px;
	line-height:32px;
	padding-bottom:10px; 
}
.featureswrp p{
	max-width:485px;
}
.textimg {
	margin:110px auto 100px auto;
	max-width:1025px;
	overflow:hidden;	
}
.textimg h4 {
	font-family: "museo_sans500";
	color:404041;
	font-size:24px;
	line-height:30px; 
}
.textimg p {
	font-family: "museo_sans300";
	font-size:18px; 	
	padding-top:18px;
	color:#404041;
	padding-bottom:0px;
}
.textimgwrp {
	float:left;
	width:50%;
	max-width:515px;
	background-color:#FFFFFF;
}
.featureswrp .textimgwrp {
	margin:110px 0 110px 0;
}
.gerrncolumns {
	margin:80px auto 70px auto;
	max-width:1024px;
}
.gerrncolumn {
	width:33%;
	float:left;
	display:inline-block;
	min-height:585px;
}
.gerrncolumn.hasborders{
	border-left:2px solid #6ba940;
	border-right:2px solid #6ba940;
}
.greencell {
	text-align:left;
	max-width:250px;
	margin:30px auto auto auto;
	height:180px;
	overflow:hidden;
	color:#FFFFFF;
	font-size:18px;	
}
.gtitle {
	font-family: "museo_sans700";
	color:#FFFFFF;
	font-size:22px;
	line-height:22px;
	display:block;
	padding-bottom:7px;
}
.bluecolumns {
	margin:45px auto 0 auto;
	max-width:1024px;
}
.bluecolumn {
	width:33%;
	float:left;
	display:inline-block;
	text-align:center
}
.bluecolumn.hasborders{
	border-left:2px solid #c3e1ea;
	border-right:2px solid #c3e1ea;
}
.bluecell {
	margin:15px 0 25px 0;
	padding:0px 10px 0 10px;
}
.bluecell  a {
	font-family: "museo_sans500";
	font-size:24px;
	line-height:28px;
	color:#2883ea;
	display:block;
	padding-bottom:3px;
}
#i-product {
	display:block;
	background-image:url(images/productsb.png);
	background-repeat:no-repeat;
	background-position:center;
	height:687px;
	margin:70px auto;
}
#i-department-stores {
	display:block;
	background-image:url(images/icons.png);
	background-repeat:no-repeat;
	background-position:0 -30px;
	height:130px;
	width:140px;
	overflow:hidden;
	text-indent:-2000px;
	margin:auto;		
}
#i-large-retail {
	display:block;
	background-image:url(images/icons.png);
	background-repeat:no-repeat;
	background-position:-158px -30px;
	height:130px;
	width:134px;
	overflow:hidden;
	text-indent:-2000px;
	margin:auto;
}
#i-boutique-retailers {
	display:block;
	background-image:url(images/icons.png);
	background-repeat:no-repeat;
	background-position:-317px -40px;
	height:120px;
	width:127px;
	overflow:hidden;
	text-indent:-2000px;
	margin: 10px auto auto auto;
}
#i-restaurants-cafess {
	display:block;
	background-image:url(images/icons.png);
	background-repeat:no-repeat;
	background-position:-455px -30px;
	height:130px;
	width:161px;
	overflow:hidden;
	text-indent:-2000px;
	margin:auto;
}
#i-events {
	display:block;
	background-image:url(images/icons.png);
	background-repeat:no-repeat;
	background-position:-626px -30px;
	height:130px;
	width:127px;
	overflow:hidden;
	text-indent:-2000px;
	margin:auto;		
} 
#i-readytogo {
	background-image:url(images/front-page.png);
	background-repeat:no-repeat;
	background-position:0 -483px;
	width:336px;
	height:238px;
	display:block;
	margin:95px auto 0 auto;
}
#i-bigdata {
	background-image:url(images/front-page.png);
	background-repeat:no-repeat;
	background-position:-2px -228px;
	width:318px;
	height:243px;
	display:block;
	margin:90px auto 0 auto;
}
#i-customer-experience {
	background-image:url(images/front-page.png);
	background-repeat:no-repeat;
	background-position:-32px -723px;
	width:297px;
	height:249px;
	display:block;
	margin:90px auto 0 auto;
}
#i-segment {
	background-image:url(images/front-page.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:430px;
	height:222px;
	display:block;
	margin:110px auto 0 auto;
}
#i-sflow {
	background-image:url(images/products.png);
	background-repeat:no-repeat;
	background-position:0px -49px;
	width:430px;
	height:359px;
	display:block;
	margin:0 0 0 0;
}
#i-sengage {
	background-image:url(images/products.png);
	background-repeat:no-repeat;
	background-position:0px -418px;
	width:444px;
	height:359px;
	display:block;
	margin:80px 0 0 auto;
}
#i-visibility {
	background-image:url(images/products.png);
	background-repeat:no-repeat;
	background-position:-459px -62px;
	width:345px;
	height:214px;
	display:block;
	margin:auto;
}
#i-understanding {
	background-image:url(images/products.png);
	background-repeat:no-repeat;
	background-position:-450px -298px;
	width:442px;
	height:168px;
	display:block;
	margin: 0;
}
#i-command-post {
	background-image:url(images/products.png);
	background-repeat:no-repeat;
	background-position:-451px -471px;
	width:472px;
	height:260px;
	display:block;
	margin: auto;
}
#i-omni-channel {
	background-image:url(images/products.png);
	background-repeat:no-repeat;
	background-position:-19px -782px;
	width:363px;
	height:203px;
	display:block;
	margin:auto;
}
#i-precision {
	background-image:url(images/products.png);
	background-repeat:no-repeat;
	background-position:-385px -737px;
	width:382px;
	height:212px;
	display:block;
	margin:auto;
}
#i-aislelabs-flow {
	background-image:url(images/products.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:250px;
	height:45px;
	display:block;
	margin:0px 0 30px 0;
}
#i-aislelabs-engage {
	background-image:url(images/products.png);
	background-repeat:no-repeat;
	background-position:-272px 0px;
	width:294px;
	height:55px;
	display:block;
	margin:80px 0 30px 0;	
}
#i-aislelabs-pass {
	background-image:url(images/products.png);
	background-repeat:no-repeat;
	background-position:-661px -4px;
	width:250px;
	height:45px;
	display:block;
	margin:-4px 0 34px 0;
}
#i-aislelabs-navigate {
	background-image:url(images/products.png);
	background-repeat:no-repeat;
	background-position:-2px -1010px;
	width:322px;
	height:50px;
	display:block;
	margin:0px 0 30px 0;
}
#i-aislelabs-socialwifi {
	background-image:url(images/products.png);
	background-repeat:no-repeat;
	background-position:-403px -1010px;
	width:390px;
	height:50px;
	display:block;
	margin:0px 0 30px 0;
}
.textimgwraper50 #i-aislelabs-engage { 
	margin-top:0px;
}
#i-active-spaces {
	background-image:url(images/solutions.gif);
	background-repeat:no-repeat;
	background-position:-11px 0;
	width:432px;
	height:282px;
	display:block;
	margin:auto;
}
#i-engaging-experiences {
	background-image:url(images/solutions.gif);
	background-repeat:no-repeat;
	background-position:1px -314px;
	width:332px;
	height:234px;
	display:block;
	margin:auto;
}
#i-context-aware {
	background-image:url(images/solutions.gif);
	background-repeat:no-repeat;
	background-position:-4px -579px;
	width:348px;
	height:250px;
	display:block;
	margin:auto;
}
#i-personalized {
	background-image:url(images/solutions.gif);
	background-repeat:no-repeat;
	background-position:-1px -898px;
	width:270px;
	height:283px;
	display:block;
	margin:-30px auto auto auto;
}
#i-holistic-view {
	background-image:url(images/solutions.gif);
	background-repeat:no-repeat;
	background-position:-3px -1207px;
	width:489px;
	height:122px;
	display:block;
	margin:60px auto auto auto;
}
#workwith {
	text-align:center;
}
#workwith h2 { 
	font-size:48px;
	font-family: "museo_sans300";
	color:#ffffff;
	line-height:38px;
	margin-top:68px;
}
#pshops {
	margin-top:68px;	
	margin-bottom:40px;	
}
.cwrp {
	width:20%;
	float:left;
}
.cwrp span.title,
.cwrp a.title {
	color:#FFFFFF;
	font-size:22px;
	line-height:26px;
	font-family: "museo_sans500";
	display:inline-block;
	text-align:center;
	width:170px;
	text-decoration:none;		
}
.cwrp a.title:hover { 
	text-decoration:underline;
}
.cwrp a.title i { 
	margin-bottom:25px !important;
}
.cwrp p{
	color:#383839;
	font-size:14px;
	line-height:18px;
	max-width:180px;
	display:block;
	margin:5px auto;
}
#workwith .footline {
	font-family: "museo_sans300";
	color:#ffffff;
	font-size:18px;
	line-height:20px;
	text-align:center;
	display:block;
	margin-top:15px;
	clear:both;
	margin-bottom:80px;
}
.gcircle {
	display:inline-block;
	width:140px;
	height:140px;
	border-radius:50%;
	overflow:hidden;
	background-color:#c1e0aa;
}
#moreourcustomers {
	color:#93f025;
	font-size:18px;
	font-family: "museo_sans500";
	text-decoration:none;	
}
#moreourcustomers:after {
	color:#93f025;
	content: '\276f';
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	position:relative;
	top:2px;
	padding-left:6px;
}
#buttons-box {
	margin-top:85px;
	margin-bottom:85px;
}
#callus {
	font-family: "museo_sans300";
	color:#FFFFFF;
	font-size:18px;
	margin-top:25px;
}
a.dbutton {
	font-family: "museo_sans700";
	font-size:32px;
	line-height:75px;
	display:inline-block;
	margin:0 15px;
	background-color:#cd4343;
	color:#FFF;
	text-decoration:none;
	border-radius:2px;
	width:355px;
	height:75px;
	overflow:hidden;
	transition: all 300ms linear;		
}
a.dbutton:hover {
	background-color:#c31515;
	transition: all 300ms linear;	
}
a.lbutton {
	font-family: "museo_sans700";
	font-size:32px;
	line-height:75px;	
	display:inline-block;
	margin:0 15px;
	background-color:#e4cabb;
	color:#cd4343;
	text-decoration:none;
	border-radius:2px;
	width:355px;
	height:75px;
	overflow:hidden;
	transition: all 300ms linear;					
}
a.lbutton:hover {
	background-color:#dfada2;
	color:#c22424;
	transition: all 300ms linear;	
}
#h2careers {
	font-family: "museo_sans300";
	font-size:48px;
	line-height:48px;
	text-align:center;
	color:#404041;
	display:block;
}
#h3careers {
	font-family: "museo_sans500";
	font-size:24px;
	line-height:28px;
	text-align:center;
	color:#404041;
	font-weight:500;
	max-width:610px;
	display:block;
	margin:50px auto;
}
.cmdual {
	margin:auto auto;
	color:#404041;
	font-size:18px;
	line-height:18px;
}
.lcmean {
	width:50%;
	float:left;
	border-right:1px solid #e8e8e8;
	margin-right:-1px;
}
.rcmean {
	width:50%;
	float:left;
	border-left:1px solid #e8e8e8;
	margin-left:-1px;	
} 
.cmdual ul {
	list-style:none;
	margin:10px auto;
	display:block;
	width:320px;
}
.cmdual ul li { 
	padding: 0 0 25px 40px;
	margin:0px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	line-height:26px;
}
.blueul {
	list-style:none;
	margin:10px 0;
	display:block;
	max-width:880px;
}
.blueul li { 
	padding: 0 0 30px 40px;
	margin:0px;
	color:#404041;
	font-size:18px;
	background-image:url(images/barrow.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
}
.careers-listing strong {
	font-family: "museo_sans500";
	font-size:24px;
	line-height:30px;
	font-weight:500;
	color:#404041;
}
.careers-listing b {
	font-family: "museo_sans700";
	font-weight:500;
}
.careers-listing h3 {
	font-family: "museo_sans300"; 
	color:#404041;
	font-size:48px;
	line-height:48px;
	font-weight:300;
}
.textimgwraper50 {
	display:inline-block;
	width:50%;
	float:left;
	padding:80px 0 90px 0;
}
.textimgwraper50 h4 {
	font-family: "museo_sans500";
	font-size:24px; 
	display:block;
	margin-bottom:24px;
	padding-right:20px;
}
.textimgwraper50 p { 
	padding-right:20px;
}
.textimgwraper50 .imgsize-auto {
	margin:40px 0 0 0px;
}
h4.patit {
	font-family: "museo_sans300";
	font-weight:300;
	font-size:48px;
	line-height:48px;
	margin-top:80px;
	text-align:center; 	
}
.plula {
	list-style:none;
	margin-top:-30px;
	color:#404041;
	margin-bottom:-20px;
}
.plula li {
	display:block;
	padding:30px;
	border-radius: 2px;	
}
.plula li.green {
	background-color:#effde3;	
}
.plula li.green span {
	color:#49a200;
}
.plula li span { 
	font-family: "museo_sans700";
	font-weight:700;
	font-size:24px;
	display:block;
	padding-bottom:5px;
}
.plula li.green span b { 
	font-family: "museo_sans900";
	font-weight:900;
	font-size:42px;
	position:relative;	
}
.plula li.green span b:after { 
	content:"$";
	position:relative;
	top:-15px;
	font-size:22px;
}
.box50_50 {
	display:inline-block;
	width:50%;
	float:left;
	padding:20px 0 40px 0;
	margin:55px 0 0px 0; 
}
.box50_50.hborder {
	border-right:3px solid #e8e8e8;
	margin-right:-3px;
}
.box50_50 .box50_50wrp {
	margin:0 auto;
	max-width:400px;
	padding:0 20px;
}
.box50_50 .box50_50_ptwrp {
	margin:0 auto;
	max-width:500px;
	padding:0 10px;
}
.box50_50 .box50_50_icmwrp {
	margin:0 auto;
	max-width:410px;
	padding:0 20px;
	text-align:center;
}
.boxwrp_clwr {
	padding:110px 0 100px 0;
}
.boxwrp_clwr:after {
	clear:both;
	display:block;
	content:"";
}
.box50_50_clwr:after {
	clear:both;	
	display:block;
	content:"";	
}
.box50_50_clwr h2 { 
	font-size:32px;
	font-weight:500;
	padding-top:25px;
	padding-bottom:25px;	
}
.box50_50_clwr p {  
	padding:0px;
	font-weight:300;
	font-size:18px;
}
.box50_50_clwr .box50_50_clcn {
	width:50%;
	display:inline-block;
	float:left;
	box-sizing:border-box;
}
.box50_50_clwr.hborder .box50_50_clcn:nth-child(1) {
	border-right:3px solid #d6dbdf;
	margin-right:-2px;
}
.box50_50_clwr.hborder .box50_50_clcn:nth-child(2) {
	border-left:3px solid #d6dbdf;
	margin-left:-1px;
}
.box50_50_clwr .cntwrp {
	max-width:415px;
	margin: 0 auto;
	text-align:center;
	padding:0px 20px 10px 20px;
}
.box50_50_clwr .clr_imagewrper {
	height:210px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}
.box50_50_clwr .clr_imagewrper.movetotop {
	margin-top:-50px;
	height:200px;
} 
.box50_50_clwr .cntwrpul { 
	max-width:500px;
	margin:20px auto 30px auto;
	padding:0 10px;
}
.f4boxwrp {
	margin:90px auto 70px auto;
}
.f4boxwrp:after {
	content:"";
	clear:both;
	display:block;	
}
.box50_25p {
	width:50%;
	float:left;
	display:inline-block;
	min-width:440px;		
}
.box50_25p:after {
	content:"";
	clear:both;
	display:block;
}
.box50_25p .box25p {
	width:50%;
	float:left;
	display:inline-block;
}
.box50_25p .box25p .crwrpt {
	text-align:center;
	padding-bottom:20px;
	margin:auto;
	max-width:300px;
}
.box50_25p .box25p .crwrpt .crwimg {
	display:block;
	width:208px;
	height:208px;
	background-image:url(images/social-WiFi-airports.png);
	background-repeat:no-repeat;
	margin:auto auto 30px auto;
}
.box50_25p .box25p .crwrpt .crwimg.ciIncreaseSales {
	background-position: -234px 0;
}
.box50_25p .box25p .crwrpt .crwimg.ciBenchmarkTenants {
	background-position: -468px 0;
}
.box50_25p .box25p .crwrpt .crwimg.ciStreamlineOperations {
	background-position: -702px 0;
}
.box50_25p .box25p .crwrpt .crwimg.ciDelightPassengers {
	background-position: -936px 0;
}
.box50_25p .box25p .crwrpt .crwimg.ciMarketIntelligently {
	background-position: -1170px 0;
}
.box50_25p .box25p .crwrpt .crwimg.ciUnderstandPassenger {
	background-position: -1404px 0;
}
.box50_25p .box25p .crwrpt h3 {
	font-weight:700;
	font-size:24px;
	padding:0 20px 12px 20px;
}
.box50_25p .box25p .crwrpt p {
	font-weight:300;
	font-size:18px;
	padding:0 20px;
}
.nhbox {
	border:3px solid #d6dbdf;
	background-color:#f2f2f2;
	padding:60px 35px;
	font-size:24px;
	font-weight:700;
	margin:0 20px 100px 20px;
	border-radius:3px;
	text-align:center;
}
.nhbox img { 
	margin-top:55px;
	text-align:center;
	clear:both;
}
.centertgl {
	text-align:center;
	padding:0px 30px 30px 30px;
}
.pfetitle {
	font-family: "museo_sans700";
	font-weight:700;
	font-size:32px;		
}
.chbulit {
	list-style:none;
	padding:0px;
	margin:55px 0 0 0;
}
.chbulit li { 
	display:block;
	padding-left:35px;
	padding-bottom:30px;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position: 0 4px;
}
.ptbulit {
	list-style:none;
	padding:0px;
	margin-bottom:-35px;
	margin-top:10px;
}
.ptbulit li { 
	line-height:26px;
	display:block;
	padding: 0 0 25px 40px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
}	
.partnerstwrp {
	text-align:center;
	color:#3b3b3b;
	font-family: "museo_sans300";
	font-weight:300;
	font-size:16px;
	padding:0 40px;
	line-height:22px;
	margin:85px 0;
}
.partnerstwrp h5 { 
	font-family: "museo_sans500";
	font-weight:500;
	font-size:24px;	
	padding:20px 0 15px 0;
}
.featuresTabsWrp {
	margin-top:65px;
	margin-bottom:100px;
	position:relative;
}
.featuresTabsWrp .conttitle{
	color:#2e2e2e;
	font-family: "museo_sans700";
	font-weight:700;
	font-size:24px;	
	display:block;	
}
.featuresTabsWrp .pnwrp {
	position:absolute;
	top:22px;
	right:0px;
	background-color:#FFFFFF;
}
.featuresTabsWrp .next-tab, 
.featuresTabsWrp .prev-tab {
	font-family: "museo_sans500";
	font-weight:500;
	font-size:18px;
	color:#1778e4;
	text-decoration:none;
	position:relative;
	display:inline-block;
}
.featuresTabsWrp .next-tab:hover, 
.featuresTabsWrp .prev-tab:hover {
	text-decoration:underline;
}
.featuresTabsWrp .prev-tab {
	padding-left:25px;
	padding-right:15px;
}
.featuresTabsWrp .prev-tab:before { 
	content:"";
	background-image:url(images/nparrow.png);
	background-repeat:no-repeat;
	background-position:0 -28px;
	display:inline-block;
	width:15px;
	height:25px;
	position:absolute;
	left:0px;
}
.featuresTabsWrp .next-tab {
	padding-right:25px;
	padding-left:15px;
}
.featuresTabsWrp .next-tab:after { 
	content:"";
	background-image:url(images/nparrow.png);
	background-repeat:no-repeat;
	background-position:0 1px;
	display:inline-block;
	width:15px;
	height:25px;
	position:absolute;
	right:0px;
}
.featuresTabsWrp .ui-tabs-panel {
	margin-left:35%;
	padding-left:70px;
	padding-top:22px;
}
.featuresTabs {
	list-style:none;
	border:0px;
	padding:0px 0 30px 0;
	margin:0px;
	width:35%;
	float:left;
	border-right:3px solid #d6dbdf;
}
.featuresTabs li { 
	display:block;
	margin:0px;
	padding:20px 50px 35px 0;
	position:relative;
}
.featuresTabs li a { 
	font-family: "museo_sans300";
	font-weight:300;
	text-decoration:none;
	color:#404041;
	font-size:16px;
	line-height:16px;	
	cursor:pointer;
	display:block;
} 
.featuresTabs li.ui-tabs-active:before {
	content:"";
	display:inline-block;
	position:absolute;
	width:0; 
	height:0;	
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;	
	border-left: 23px solid #d6dbdf;
	right:-23px;
	top:15px;
	z-index:0;
}
.featuresTabs li.ui-tabs-active:after {
	content:"";
	display:inline-block;
	position:absolute;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;	
	border-left: 23px solid #FFF;
	right:-18px;
	top:15px;	
	z-index:1;
	width:0; 
	height:0;
}
.featuresTabs li.ui-tabs-active a { 
	cursor:default;
}
.featuresTabs li a .tabtitle {
	font-family: "museo_sans500";
	font-weight:500;
	font-size:18px;
	line-height:24px;
	display:block;
	color:#1778e4;
	padding-bottom:5px;
}
.featuresTabs li.ui-state-hover a .tabtitle {  
	text-decoration:underline;
}
.featuresTabs li.ui-tabs-active a .tabtitle { 
	color:#2e2e2e;
}
.featuresTabs li.ui-tabs-active.ui-state-hover a .tabtitle { 
	text-decoration:none;
}
.centerafug {
	display:block;
	text-align:center;
	margin:85px auto 20px auto;
	padding:0 20px;
	max-width:900px;
}
.col50_50 {
	display:inline-block;
	float:left;
	width:50%;
}
.engfwrp {
	margin:55px auto 0 auto;
	padding:0 20px;
	max-width:400px;
	height:310px;	
}
.engftitle {
	font-family: "museo_sans500";
	font-weight:500;
	font-size:24px;
	line-height:26px;
	color:#fff;
	display:block;
	padding-bottom:5px;
	padding-top:12px;
}
.engftext {
	font-family: "museo_sans500";
	font-weight:500;
	font-size:16px;
	line-height:20px;
	color:#cde3bf;
	display:block;
	padding:0 30px;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
    background-color: #404041;	
	width:100%;
	min-width:820px;
	color:#eaebec;	
}
#colophon {
	overflow: hidden;
	padding: 79px 0px 60px 0px;
}
.footer-menu-block {
	display:inline-block;
	float:left;
	padding-bottom:50px;
	min-height:175px;
}
.footer-menu-padding_0 {
	width:19%;
	min-width:170px;
}
.footer-menu-padding_1 {
	width:17%;
	min-width:150px;
}
.footer-menu-padding_2 {
	width:12%;
	min-width:120px;
}
.footer-menu-padding_3 {
	width:19%;
	min-width:170px;
}
.footer-menu-padding_4 {
	width:16%;
	min-width:150px;	
}
.footer-menu-block.footer-menu-padding_5{
	min-height:110px;
}
.footer-menu-padding_5 span {
	font-family: "museo_sans700", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color:#cfd0d1;
	font-size:18px;
	text-decoration:none;
	line-height:35px;
}
#footer-logo {
	display:inline-block;
	width:138px;
	height:39px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	text-indent:-200px;
	margin-top:12px;
}
#footer-logo {
	display:inline-block;
	width:138px;
	height:39px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	text-indent:-200px;
	margin-top:12px;
	overflow:hidden;
}
#i-twitter {
	display:inline-block;
	width:40px;
	height:40px;
	background-image:url(images/footer.png);
	background-position:0px -49px;
	background-repeat:no-repeat;
	text-indent:-200px;
	overflow:hidden;
	margin-right:15px;
}
#socialicons {
	margin-top:12px;
}
#i-facebook {
	display:inline-block;
	width:20px;
	height:40px;
	background-image:url(images/footer.png);
	background-position:-60px -49px;
	background-repeat:no-repeat;
	text-indent:-200px;
	overflow:hidden;
	margin-right:15px;	
}
#i-rss {
	display:inline-block;
	width:45px;
	height:40px;
	background-image:url(images/footer.png);
	background-position:-100px -49px;
	background-repeat:no-repeat;
	text-indent:-200px;
	overflow:hidden;
}
#address {
	font-size:14px;
	color:#737475;
	line-height:18px;
	display:block;
	margin-top:15px;
}
.footer-menu-block ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.footer-menu-block ul li{ 
	padding:0px;
	margin:0px;
}
.footer-menu-block .menu-item li{
	display:block;
	padding:0;
}
.footer-menu-block .menu-item a {
	font-family: "museo_sans700", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color:#e0e0e0;
	font-size:18px;
	text-decoration:none;
	line-height:35px;
}
.footer-menu-block .menu-item a:hover {
	text-decoration:underline;	
}
.footer-menu-block .sub-menu .menu-item a {
	font-family: "museo_sans300", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color:#979798;
	font-size:18px;
	text-decoration:none;
	line-height:35px;	
}
.footer-menu-block .sub-menu .menu-item a:hover {
	text-decoration:underline;	
}
#site-privacy-policy {
	text-align:center;
	clear:both;	
}
#site-privacy-policy a {
	font-family: "museo_sans300", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#676768;	
	padding:0 12px 0 12px;	
}
#site-privacy-policy a:hover {
	text-decoration:underline;
}

/* =Banners
-------------------------------------------------------------- */
.toronto {
	background-image:url(images/b_toronto-top.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.toronto #banner-centerd-area {
	height: 500px;
	padding:0px;
}
.toronto #banner-centerd-area h1{
	margin-top:152px;
}
.armchair {
	background-image:url(images/armchair.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.coffee {
	background-image:url(images/coffee.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.boutiqueretail {
	background-image:url(images/b_solutions.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.coffeeshop {
	background-image:url(images/coffeeshop.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.concert {
	background-image:url(images/concert.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.cityscape {
	background-image:url(images/cityscape.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.ocean {
	background-image:url(images/ocean.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.shoppingbags {
	background-image:url(images/shoppingbags.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.empirestate {
	background-image:url(images/empirestate.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.dooraisle {
	background-image:url(images/dooraisle.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.storewindow {
	background-image:url(images/storewindow.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.steam {
	background-image:url(images/steam.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.personalitems {
	background-image:url(images/personalitems.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.macbook {
	background-image:url(images/macbook.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.brickwall {
	background-image:url(images/brickwall.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.newspaper {
	background-image:url(images/press.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.newspaper #banner-left-area { 
	height:300px;
}
.office {
	background-image:url(images/office.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.homeimg15 {
	background-image:url(images/bnbg0.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#609525;
	height:438px;	
	position:relative;
	overflow:hidden;
}
.home15 {
	padding-top:100px;
	padding-bottom:70px;
}
.home15 h2 {
	font-size:48px;
	text-align:center;
	font-family: "museo_sans300", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;	
}
.home15 h3 { 
	line-height:32px;	
	font-size:28px;
	font-family:"museo_sans300";
	font-weight:300;	
	text-align:center;
	padding:25px;
}
.homeimg {
	background-image:url(images/personalized-marketing.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:378px;	
	position:relative;
	overflow:hidden;
}
.homeimg_1 {
	background-repeat:no-repeat;
	background-position:center center;
	opasity:0;
	height:378px;
	position:relative;	
	overflow:hidden;	
}
.homeimg15 {
	background-image:url(images/bnbg0.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#609525;
	height:437px;	
	position:relative;
	overflow:hidden;
}
.homeimg_15 {
	background-repeat:no-repeat;
	background-position:center center;
	opasity:0;
	height:437px;
	position:relative;	
	overflow:hidden;	
	z-index:20;
}
.homebntwrp {
	position:absolute;	
	overflow:hidden;		
	width:100%;
	z-index:1;
}
.map-icon {
	position:absolute;
	left:50%;
	width:0px;
	height:0px;
}
#map-icon-0 { 
	margin-left:-381px;
	bottom:167px;
}
#map-icon-1 { 
	margin-left:-355px;
	bottom:21px;
}
#map-icon-2 { 
	margin-left:-149px;
	bottom:65px;
}
#map-icon-3 { 
	margin-left:-297px;
	bottom:199px;
}
#map-icon-4 { 
	margin-left:-281px;
	bottom:194px;
}
.blogbnimgbg {
	background-image:url(images/blogrbg.gif);
	background-repeat:repeat-x;
}
.blogbnimg {
	background-image:url(images/blogbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:300px;
}
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -280px 0 0;
	width: 100%;
}
#content {
	margin: 60px 300px 80px 0px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 260px;
	margin-top:60px;
	padding-bottom:60px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
#content .entry-title {
	color: #000;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	margin-top:-2px;	
}
#content h1.entry-title { 
	font-size:36px;
	font-weight:300;
	margin-top:-7px;
}
#content h1.page-title {
	padding-bottom:15px;
}
#content .more-link {
	display:block;
	clear:both;
	padding-top:15px;
	font-family:"museo_sans500";
	font-weight:500;	
}
.entry-title a:link,
.entry-title a:visited {
	color: #2872EA;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #2872EA;
	text-decoration: underline;	
} 
.entry-title a.wblink:link,
.entry-title a.wblink:visited,
.entry-title a.wblink:active,
.entry-title a.wblink:hover {
	color: #FFFFFF;
}
#content .blogtitle {
	padding-bottom:40px;
	font-size:48px;
	color:#404041;
	font-family:"museo_sans300";
	font-weight:300;	
}
.blog #content .postline {
	font-size:1px;
	height:3px;
	background-color:#d6dbdf;
	display:block;
	clear:both;
	margin:45px 10px 50px 10px;
}
.entry-meta {
	font-family:"museo_sans500";
	font-weight:500;
	padding-top:20px;
	padding-bottom:5px;
	color:#404041;
	font-size:16px;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 15px 0 0 0;
	font-size:18px;
	line-height: 1.3em;
	color:#404040;
}
.blog #content .post a {
	color:#2872ea;
	text-decoration:none;
}
.blog #content .post a:hover{ 
	text-decoration:underline;
}
#nav-below a {
	color:#2872ea;
	text-decoration:none;
}
#nav-below a:hover {
	text-decoration:underline;
}
#content .looppostthumb {
	float:left;
	margin-left:-230px;
	margin-top:3px;
}
#content .loopposthasthum {
	padding-left:230px;
	min-height:200px;
}
h2.entry-title a {
	font-size:28px;
	font-family:"museo_sans500";
	font-weight:500;
}
.dualboxes.dprod {
	height: 240px;
	margin-bottom:80px;
	margin-top:85px;
}
.dprod #aislelabs-flow {
	display:inline-block;
	background-image:url(images/logos.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	height:42px;
	width:250px;
	text-indent:-900px;	
	margin-top:20px;
	margin-bottom:12px;	
}
.dprod #aislelabs-engage {
	display:inline-block;
	background-image:url(images/logos.png);
	background-position:0px -44px;
	background-repeat:no-repeat;
	overflow:hidden;
	height:53px;
	width:293px;
	text-indent:-900px;
	margin-top:20px;		
} 
.dprod p {
	font-family:"museo_sans300";
	font-weight:300;
}
.dprod p b  {
	font-weight:bold;
}
a.seemore { 
	text-decoration:none;
	color:#3e80ec;
	font-family:"museo_sans300";
	font-weight:300;
	position:relative;
}	
a.seemore:hover { 
	text-decoration:underline;
}
a.seemore:after {  
	content:"";
	display:inline-block;
	background-image:url(images/blarrow.png);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	width:13px;
	height:20px;
	position:absolute;
	top:2px;
	right:-20px;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 185px;
	border:0px;
	background-color:#f9f9f9;
   -moz-box-shadow:    inset 0 0 0px #000000;
   -webkit-box-shadow: inset 0 0 0px #000000;
   	box-shadow:         inset 0 0 0px #000000;
   	padding-left:3px;	
   	color:#8f8f8f;
	font-family:"museo_sans300";
	font-weight:300;   
}
.widget_search label {
	display: none;
}
.widget_search .searchform div {
	background-color:#f9f9f9;
	border:1px solid #cccccc;
	overflow:hidden;
	width:220px;
	padding:2px 0 2px 2px;
   -moz-box-shadow:    inset 1px 1px 1px #bbb;
   -webkit-box-shadow: inset 1px 1px 1px #bbb;
   box-shadow:         inset 1px 1px 1px #bbb;	
}
.widget_search .searchform #searchsubmit {
	text-indent:-9999px;
	background-image:url(images/isearch.png);
	background-repeat:no-repeat;
	background-position:0 1px;
	width:20px;
	height:22px;
	overflow:hidden;
	background-color:#f9f9f9;
   -moz-box-shadow:    inset 0 0 0px #000000;
   -webkit-box-shadow: inset 0 0 0px #000000;
   box-shadow:         inset 0 0 0px #000000;
   padding:0px;
   margin:0 0 0 0;
   border:0px;
   cursor:pointer;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	font-size:22px;
	font-family:"museo_sans500";
	font-weight:500;
	padding-top:25px;
	padding-bottom:10px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
.widget-area a {
	color:#2872ea;
	text-decoration:none;
	font-size:18px;
	font-family:"museo_sans500";
	font-weight:500;
	color:#2872ea;	
}
.widget-area a:hover {
	text-decoration:underline;
}
.widget-area .textwidget {
	font-size:16px;
	font-family:"museo_sans300";
	font-weight:300;
}
#bAislelabsFlow {
	overflow:hidden;
	display:block;
	text-indent:-7777px;
	background-image:url(images/blogimages.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:220px;
	height:67px;
	margin-top:10px;	
}
#bAislelabsEngage {
	text-indent:-7777px;
	overflow:hidden;
	display:block;
	background-image:url(images/blogimages.png);
	background-repeat:no-repeat;
	background-position:0 -79px;
	width:260px;
	height:67px;
	margin-top:20px;	
}
#bTwitter {
	text-indent:-7777px;
	overflow:hidden;
	display:inline-block;
	background-image:url(images/blogimages.png);
	background-repeat:no-repeat;
	background-position:0 -153px;
	width:40px;
	height:38px;
	margin-top:5px;
	margin-right:15px;
}
#bFacebook{
	text-indent:-7777px;
	overflow:hidden;
	display:inline-block;
	background-image:url(images/blogimages.png);
	background-repeat:no-repeat;
	background-position:-61px -153px;
	width:35px;
	height:38px;
	margin-top:5px;
	margin-right:15px;	
}
#bRSS{
	text-indent:-7777px;
	overflow:hidden;
	display:inline-block;
	background-image:url(images/blogimages.png);
	background-repeat:no-repeat;
	background-position:-114px -153px;
	width:40px;
	height:38px;
	margin-top:5px;
	margin-right:15px;	
}
#productView {
	max-width:100%;
	text-align:center;
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

#content .entry-content h1,
#content .entry-content h2,
#content .entry-content h3,
#content .entry-content h4,
#content .entry-content h5,
#content .entry-content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}


.reportpost_contents_right {
	font-size:16px;
	float:right;
	margin-left: 10px;
	width:200px;
	margin-top:10px;
	background-color: #effce5;
	border: 1px solid #add690;
	padding: 10px 15px;
	clear:both;
	font-size:16px;
}

.single-reports hr {
	border: 1px solid #add690;
	margin-top: 20px;
	width:100%;
	clear:both;
} 
.repot_wrapper a {
	color: #48a100; 
	text-decoration:none;
} 
.repot_wrapper a:hover {
	text-decoration:underline;
} 
.highlightedarea {
	background-color: #effce5;
	border: 1px solid #add690;	
	padding: 15px;
} 
.single-reports blockquote {
	background-color: #effce5;
	padding: 15px;
	margin: 15px 30px;
}
.single-reports blockquote p { 
	margin-bottom:0px;
}

.reporttable .number {
	color:#423526; font-size:14px;
}
 .reporttable .chart {
	border: 1px solid #add690;
	margin-bottom: 20px;
}
.reporttable .chart td {
	border-bottom: 1px solid #add690;
	padding:8px 8px 8px 14px;
	text-align: left;
	color:#423526; font-size:14px;
}
.reporttable .chart th {
	background-color: #FFFFFF;
	border-bottom: 2px solid #add690;
	padding:8px 8px 8px 14px;
	text-align: left;
	color:#423526;
	font-size:14px;
	font-style:bold;
}
.reporttable .chart .bottom {
	height:12px; font-size:12px;
	background-color: #FFFFFF;
	padding:2px 0px 2px 12px;
	text-align: left;
	font-style:italic;
	border-top: 0px ;
	border-bottom: 2px solid #add690; 
	background-position:right;
	background-repeat:no-repeat;
	background-image:url(images/source-logo.png);
}
.reporttable .caption {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.2;
	display: block;
	padding-bottom: 20px;
}
.reporttable tr.c1 {background-color:#effce5;}


.repot_vendor_box {
	background-color:#effce5	;
	border:1px solid #add690;
	padding:25px 20px 20px 25px;
}
.repot_vendor_box p,
.repot_vendor_box br { 
	display:none;
}
.repot_vendor_box table {
	font-size:14px;
	line-height:18px;
	width:100%;
}
.repot_vendor_box table .td0 {
	width:100px;
	vertical-align:top;
}
.repot_vendor_box table .td0 img {
	float:left;	
}
.repot_vendor_box table .r0 .td1 {
	font-size:24px;
	color:#408401;
}
.repot_vendor_box table .r1 td {
	min-height: 85px;
	vertical-align:middle;
}
.repot_vendor_box table .td3 {
	text-align:center;
	vertical-align:middle;
}
.repot_vendor_box table .td4 {
	text-align:center;
	vertical-align:middle;
}
.repot_vendor_box table .td5 {
	text-align:center;
}
.repot_vendor_box .rbattery {
	background-image:url(images/battery.png);
	background-repeat:no-repeat;
	position:relative;
	height:65px;
	width:30px;
	display:inline-block;
}
.repot_vendor_box .rbattery .ch {
	position:absolute;
	display:inline-block;
	bottom:3px;
	background-color:#51a601;
	width:24px;
	left:3px;
	height:0px;
}
.repot_vendor_box table .td6 {
	width: 285px;
	vertical-align:middle;
	padding-right:10px;
}
.repot_vendor_box table .td7 {
	width: 125px;
	vertical-align:bottom;
	text-align:center;
	font-weight:bold;	
}
.repot_vendor_box table .td8 {
	width: 125px;
	vertical-align:bottom;
	text-align:center;
	font-weight:bold;		
}
.repot_vendor_box table .td9 {
	width: 70px;
	vertical-align:bottom;
	text-align:center;
	font-weight:bold;	
}
.repot_vendor_box table .rbsub {
	padding-top:5px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
.h15trow {
	clear:both;
	margin: 40px auto 0 auto;	
}
.h15trow .pbAislelabsFlow {
	width:50%;
	display:inline-block;
	float:left;
}
.h15trow .pbAislelabsSocialWifi {
	width:50%;
	display:inline-block;
	float:left;	
}
.h15brow {
	clear:both;
	max-width:960px;
	margin: 0 auto 20px auto;
}
.h15brow .pbAislelabsEngage {
	width:33%;
	display:inline-block;
	float:left;		
}
.h15brow .pbAislelabsPass {
	width:34%;
	display:inline-block;
	float:left;
}
.h15brow .pbAislelabsNavigate {
	width:33%;
	display:inline-block;
	float:left;
}
.productsbox {
	height:330px;
	margin:5px auto 0 auto;
	display:block;
	overflow:hidden;
	max-width:285px;
}
.productsbox .productsicon {
	background-image:url(images/homespn.png);
	background-repeat:no-repeat;
	background-position:0 0;
	overflow:hidden;
	height:215px;
	width:175px;
	margin:0 auto;
	text-indent:-500px;
	margin-bottom:5px;
	display:block;
}
.productsbox p {
	font-size:18px;
	color:#404041;
	text-align:center;
	font-family:"museo_sans300";
	font-weight:300;
	max-width:280px;
	padding:0 5px;
}
.pbAislelabsFlow .productsbox {
	margin-right:40px;
	width:280px;	
}
.pbAislelabsSocialWifi .productsbox {
	margin-left:28px;
}
.pbAislelabsSocialWifi .productsbox .productsicon {
	background-position:-419px -237px;
	width:232px;	
}

.pbAislelabsEngage .productsbox {
	margin-left:0px;
	width:280px;	
}
.pbAislelabsEngage .productsbox .productsicon {
	background-position:-199px 0;
	width:201px;	
}
.pbAislelabsPass .productsbox {
	
}
.pbAislelabsPass .productsbox .productsicon {
	background-position:0 -237px;
}
.pbAislelabsNavigate .productsbox {
	margin-right:0px;
}
.pbAislelabsNavigate .productsbox .productsicon {
	background-position:-190px -237px;
	width:218px;	
}
.hometbl {
	margin:90px 0 80px 0;
	padding:0;
	width:100%;
}
.hometbl td { 
	font-size:18px;
	font-family:"museo_sans300";
	font-weight:300;	
	border-top:2px solid #d6dbdf;
	text-align:center;
	vertical-align:middle;
	padding:28px 22px;	
	color:#525252;
}
.hometbl th { 
	font-size:18px;
	font-family:"museo_sans300";
	font-weight:300;	
	padding-left:25px;
	padding-right:25px;
	line-height:26px;
	color:#525252;		
}
.hometbl th h4 {  
	font-size:24px;
	font-family:"museo_sans700";
	font-weight:700;	
	line-height:32px;	
}
.h-txt-r th {
	padding-bottom:35px;
}
.h-it {
	display:block;
	width:70px;
	height:67px;
	margin:auto;
	background-image:url(images/homespn.png);
	background-repeat:no-repeat;
	background-position:0 -456px;
	overflow:hidden;	
	margin-bottom:5px;
}
.h-wifi {
	background-position:0px -456px;	
}
.h-ibeacon {
	background-position:-75px -456px;
	width:67px;					
}
.h-delivery {
	background-position:-144px -456px;
	width:103px;		
}
.h-chk {
	background-image:url(images/homespn.png);
	background-repeat:no-repeat;	
	display:block;
	width:25px;
	height:21px;
	margin:auto;
	background-position:-426px -190px;	
}
.hftd {
	text-align:left;
}
.h-aislelabs-flow {
	background-image:url(images/homespn.png);
	background-repeat:no-repeat;
	background-position:-425px 0px;
	width:194px;
	height:31px;
	display:block;
	margin:auto;
	overflow:hidden;
	text-indent:-400px;			
}
.h-aislelabs-engage {
	background-image:url(images/homespn.png);
	background-repeat:no-repeat;
	background-position:-425px -36px;
	width:194px;
	height:31px;
	display:block;
	margin:auto;
	overflow:hidden;
	text-indent:-400px;			
}
.h-aislelabs-social-wifi {
	background-image:url(images/homespn.png);
	background-repeat:no-repeat;
	background-position:-425px -75px;
	width:194px;
	height:31px;
	display:block;
	margin:auto;
	overflow:hidden;
	text-indent:-400px;			
}
.h-aislelabs-pass {
	background-image:url(images/homespn.png);
	background-repeat:no-repeat;
	background-position:-425px -111px;
	width:194px;
	height:31px;
	display:block;
	margin:auto;
	overflow:hidden;
	text-indent:-400px;			
}
.h-aislelabs-navigate {
	background-image:url(images/homespn.png);
	background-repeat:no-repeat;
	background-position:-425px -149px;
	width:194px;
	height:31px;
	display:block;
	margin:auto;
	overflow:hidden;
	text-indent:-400px;			
}
.h-inds-r {
	clear:both;
	margin:90px 0 70px 0;
}
.h-inds-r .h-split4 {
	display:inline-block;
	width:25%;
	float:left;
}
.h-inds-r .h-split4 a {
	text-decoration:none;
	display:block;
}
.hici {
	display:block;
	height:150px;
	width:117px;
	margin:0 auto 25px auto;
	background-image:url(images/homespn.png);
	background-repeat:no-repeat;
	background-position:-165px -527px;
}
.hici.h-airports {
	background-position:-4px -527px;	
	width:160px;
}
.hici.h-retail-chains {
	background-position:-288px -527px;	
	width:142px;
}
.hici.h-events {
	background-position:-432px -527px;	
	width:112px;
}
.h-inds-r .h-split4 a b {
	color:#1a1b1b;
	text-decoration:none;
	font-size:24px;
	line-height:28px;
	font-family:"museo_sans500";
	font-weight:500;	
	max-width:165px;
	display:block;
	margin:auto;
	text-align:center;
}
.h-inds-r .h-split4 a:hover b { 
	text-decoration:underline;
	color:#48a100;
	line-height:28px;	
	font-size:24px;
	font-family:"museo_sans500";
	font-weight:500;	
	max-width:165px;
	display:block;
	margin:auto;		
}
.h-foot {
	padding-top:12px;
	text-align:center;
}	
.green-bg.hasfbg{
	background-image:url(images/h-greenbg.jpg);
	background-position:top center;
	background-size:cover;
}
.gswflt {
	width:100%;
	margin:80px 0px;	
}
.gswflt tr th { 
	font-family:"museo_sans500";
	font-weight:500;	
	font-size:24px;	
	padding-bottom:30px;
	position:relative;
	text-align:left;
	white-space:nowrap;
}
.allft {
	padding-right:120px;
}
.gswflt tr td { 
	font-family:"museo_sans300";
	font-weight:300;	
	font-size:16px;
	line-height:20px;	
	text-align:center;
	vertical-align:top;
	width:400px;
	padding:5px;
}
.gswflt tr.gswftxt td {
	padding:20px;
}
.size-auto-tbl {
	width:auto;
	height:100%;
}
/* =Small Screen Style
-------------------------------------------------------------- */
 @media screen and (max-width: 900px) {
	.box50_25p {
		width:100%;	
	}
	.box50_25p .box25p {
		width:50%;
	}	
}
/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	.wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}