/*
Theme Name: AP Wireless
Author: Mentus
Author URI: http://mentus.com
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* =Structure
----------------------------------------------- */
html,body
{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
#page
{
	font-size: 16px;
	min-height:100%;
	position:relative;
	overflow: hidden;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	-ms-behavior: url(/wp-content/themes/apwireless/backgroundsize.min.htc);
}
.main-row
{
	min-height:100%;
}
#page > img.featured {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 800px) {
  #page > img.featured {
    top: 50%;
    left: 0;
    max-height: none;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* =Header
----------------------------------------------- */
.header-wrap
{
	position: relative;
}
#header {
	background: url(images/header-bg.png) repeat-x 0 0 scroll transparent;
	min-height: 100%;
	-moz-box-shadow: 7px 7px 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 7px 7px 15px rgba(0,0,0,0.3);
	-o-box-shadow: 7px 7px 15px rgba(0,0,0,0.3);
	box-shadow: 7px 7px 15px rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	width: inherit;
	z-index: 1001;
	max-width: 240px;
	min-width: 240px;
}
@media (min-width: 1600px)
{
	#header
	{
		width: 14%;
	}
}
@media (min-width: 1800px)
{
	#header
	{
		width: 12%;
	}
}
@media (min-width: 2000px)
{
	#header
	{
		width: 10%;
	}
}
#header .inner 
{
	padding: 25px 0;
}
#site-title
{
	padding: 0 15px 0 25px;
	margin: 20px 0 10px;
	font-size: 2em;
    line-height: 1.1;
}
#header nav
{
	padding: 60px 0 0 0;
}
#header nav ul li
{
	position: relative;
}
#header nav ul li a:link,
#header nav ul li a:visited
{
	font: 400 15px/20px "Lato", Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 10px;
	padding-left: 30px;
	display:block;
	letter-spacing: 0.05em;
}
#header nav ul li:hover > a,
#header nav ul li.current-menu-item > a,
#header nav ul li.current-menu-parent > a,
/* .single-post #header nav ul li.news-menu-item > a */
.single-news-release #header nav ul li.news-menu-item > a,
.single-post #header nav ul li.blog-menu-item > a
{
	background: url(images/nav-hover-bg.png) repeat 0 0 scroll transparent;
	color: #a7af00;
}
#header nav ul li ul
{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: url(images/nav-hover-bg.png) repeat 0 0 scroll transparent;
}
#header nav ul li:hover ul
{
	display: block;
}
#header nav ul li:hover ul li a
{
	background: none;
	white-space: nowrap;
	padding: 10px 20px;
}
#header nav ul li:hover ul li a:hover,
#header nav ul li ul li.current-menu-item a
{
	color: #a7af00;
}
#header nav#secondary ul li a
{
	font-size: 11px;
	line-height: 15px;
	padding: 5px;
	padding-left: 30px;
	letter-spacing:0.075em;
}
.social
{
	padding-left: 30px;
}
.social li
{
	display: inline-block;
}
.social li a:link,
.social li a:visited
{
	color: #fff;
	font-size: 12px;
}
#footer
{
	padding: 25px 10px 0 30px;
	font: 400 9px/13px "Lato", Helvetica, Arial, sans-serif;
	color:#fff;
}
#footer a:link,
#footer a:visited
{
	font: 400 11px/17px "Lato", Helvetica, Arial, sans-serif;
	color:#fff;
}
#footer a:hover
{
}
.navbar-toggle
{
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	padding: 32px 10px 0 10px !important;
}
.navbar-collapse
{
	padding: 0 !important;	
}
.navbar-toggle .icon-bar
{
	background-color:#fff;
}
@media (max-width: 767px)
{
	#page
	{
		background-image: none !important;
	}
	.header-wrap
	{
		margin: 0 -5px;
		position: static !important;
	}
	#header {
		background: #000;
		min-height: 0px;
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		z-index: 1001;
		max-width: 100%;
	}
	#header .inner
	{
		padding: 0;
	}
	#site-title
	{
		margin: 0;
		padding: 15px 0 20px 20px;
		float: left;
	}
	#header nav#access > div > ul
	{
		margin-bottom: 0px !important;
	}
	#header nav#access a
	{
		background: none !important;
	}
	#header nav#access > div > ul > li
	{
		border-bottom: 1px solid #4c4c4c;
	}
	#header nav#access > div > ul > li > a:after
	{
		content: "\f107";
		font-family: FontAwesome;
		padding-left: 5px;
	}
	#header nav ul li ul
	{
		display: block;
		padding-left: 10px;
		position: relative;
		left: auto;
		top: auto;
		height: 0px;
		overflow: hidden;
		transition: height 0.2s ease-in-out;
	}
	#header nav ul li:hover ul
	{
		height: auto;
		border-top: 1px solid #4c4c4c;
	}
	#header nav ul li:hover ul li a
	{
		padding-left: 30px;
	}
	#main
	{
		margin: 0 !important;
	}
	#footer
	{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 50px;
		padding: 10px 0;
		text-align:center;
		width: 100%;
		background-color:#000;	
	}
	.entry-title
	{
		margin-bottom: 0 !important;
	}
	.entry-content h3
	{
		margin-top: 0 !important;
	}
	.equalize
	{
		min-height: 0 !important;
	}
	.sidebar
	{
		background:#000 !important;
	}
	.sidebar .inner
	{
		padding: 20px !important;
	}
	.home .home-inner
	{
		position: static !important;
		min-height: 600px;
		margin: 0 -5px;
	}
	#cycle
	{
		position: absolute !important;
	}	
	.slide
	{
		min-height: 500px;
		/*height: auto !important;*/
		padding: 20px;
	}
	.slide h2
	{
		font-size: 28px !important;
		text-shadow: 1px 1px 1px #000;
	}
/*	.cycle-pager
	{
		margin-top: -100px;
	}*/
}
.featured-image
{
	width: 100%;
	padding-bottom: 45.632333767927%;
	-moz-background-size: 100% auto !important;
	-webkit-background-size: 100% auto !important;
	-o-background-size: 100% auto !important;
	background-size: 100% auto !important;
}
/* =Contact Links
----------------------------------------------- */
.contact-links
{
	position:fixed !important;
	right: 10%;
	top: 0;
	z-index: 1001;
}
.contact-links a:link,
.contact-links a:visited,
.contact-links div.call
{
	color: #fff;
	font: 400 11px/16px "Lato", Helvetica, Arial, sans-serif;
	padding: 7px 0 7px;
	height: 32px;
	text-align: center;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.contact-links a .fa
{
	font-size: 15px;
	vertical-align:middle;
}
.contact-links a.email .fa,
.contact-links a.login .fa
{
	vertical-align: text-top;
	font-size: 15px;
	padding-right: 2px;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm)
{ 
.contact-links a.email .fa,
.contact-links a.login .fa
{
	vertical-align: text-bottom;
}
}
.contact-links a.call,
.contact-links div.call
{
	text-transform: uppercase;		
	font-weight: bold;		
	font-size: 13px;
	background-color: #1c75bb;
	white-space: nowrap;
}
.contact-links a.email
{
	text-transform: uppercase;		
	font-weight: bold;		
	font-size: 13px;
	background-color: #a7af00;
}
.contact-links a.login
{
	text-transform: uppercase;		
	font-weight: bold;		
	font-size: 13px;
	background-color: #012b5e;
}
.contact-links a:hover
{
	opacity: 0.8;
}
@media (max-width: 767px)
{
	.contact-links
	{
		left: 0;
		right: 0;
		width: 100% !important;
		position: absolute !important;
	}
	.contact-links .inner 
	{
		margin-left: -5px;
		margin-right: -10px;
	}
	#header
	{
		margin-top: 32px;
	}
	#mobile-footer
	{
		background-color:#242424;
		text-align: center;
		padding: 10px 0 0;
	}
	#mobile-footer span.copyright
	{
		font: 400 9px/13px "Lato", Helvetica, Arial, sans-serif;
		color:#fff;
	}
	#mobile-footer #footer-nav
	{
		padding: 0 0 20px 0;
	}
	#mobile-footer #footer-nav ul
	{
		text-align: left;
		clear: both !important;
	}
	#mobile-footer #footer-nav ul li
	{
		width: 66%;
		float:left;
	}
	#mobile-footer #footer-nav ul li:nth-child(even)
	{
		float:right;
		width: 33%;
	}
	#mobile-footer #footer-nav ul li a:link,
	#mobile-footer #footer-nav ul li a:visited
	{
		color:#fff;
		font: 400 11px/13px "Lato", Helvetica, Arial, sans-serif;
	}
	#mobile-footer #footer-nav ul li a:hover
	{
		color:#a7af00;
	}
	#mobile-footer .inner
	{
		background-color:#000;
		margin: 0 -10px;
		padding: 25px 0;
	}
	#mobile-footer .social
	{
		padding-left: 0;
	}
	#mobile-footer .social a
	{
		font-size: 14px !important;
	}
}
/* =Homepage
----------------------------------------------- */
.home .home-inner
{
	height: 100% !important;
	position: absolute;
	top: 0;
	left: -5px;
	right: -5px;
}
#cycle
{
	z-index: 1000;
	min-height: 100%;
	width: 100%;
}
.cycle-pager
{
	position: absolute;
     /* text-align: right;*/
	z-index: 1001;
}
.cycle-pager span
{
	width: 2px;
	height: 17px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/wp-content/themes/apwireless/PIE.htc);
	background-color:#fff;	
	display:inline-block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 5px;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active
{
	background-color:#00adee;
}
.slide
{
	height:100%;
	width: 100%;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	-ms-behavior: url(/wp-content/themes/apwireless/backgroundsize.min.htc);
}
/* NEW HOMEPAGE
--------------------------------*/
.newHome,
.home-small{ margin-top:100px;}
.newHome
{
	position:relative;
	background: url(images/header-bg.png) repeat-x 0 0 scroll transparent; 
	min-height: 18em;
	padding-left:60px;
	padding-top:50px;
	z-index:1000;
	margin-left:110px;
}
.home-small
{
	float:left; 
	margin-top:145px;
	position:relative;
	z-index: 1001;
	display: inline-block;
	overflow: hidden;
	background-color:#fff;
	padding: 8px;
	/*margin-top: 15px;*/
	-moz-border-radius: 105px;
	-webkit-border-radius: 105px;
	-o-border-radius: 105px;
	border-radius: 105px;
	behavior: url(/wp-content/themes/apwireless/PIE.htc);
	-moz-box-shadow: 7px -1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 7px -1px 5px rgba(0,0,0,0.4);
	-o-box-shadow: 7px -1px 5px rgba(0,0,0,0.4);
	box-shadow: 7px -1px 5px rgba(0,0,0,0.4);
}
.home-small img
{
	-moz-border-radius: 91px;
	-webkit-border-radius: 91px;
	-o-border-radius: 91px;
	border-radius: 91px;
	behavior: url(/wp-content/themes/apwireless/PIE.htc);
}
.slide h1 
{
	padding-left:65px;
	margin: 0;
	font: 700 40px/25px "Lato", Helvetica, Arial, sans-serif;
	/*font-size:50px;*/
	color:#fff;
	min-height: 1.5em;
	letter-spacing: 0.05em;
}
.slide h1 span
{
	display:block;
}
.slide h2
{
	padding-left:80px;
	padding-right: 50px;
	margin: 0;
	font: 300 20px/30px "Lato", Helvetica, Arial, sans-serif;
	/* font-size:20px;*/
	color:#fff;
	/*min-height: 3em; */
	min-height: 7em;
	letter-spacing: 0.05em;
}
.slide h2 span
{
	display:block;
}
.sitemeny a
{
	padding-top:5px;
	padding-bottom:5px;
	font-size:25px;
	color:white;
	letter-spacing: 0.05em;
}
.cycle-pager 
{
	margin-top:50px;
}
.cycle-pager .cycle-pager-active a 
{
color:#1c75bb;
}
@media (max-width: 992px)
{
	.newHome,
	.home-small{ float:none; margin:0;}
	.newHome
	{ 
		margin-top:25px;
		padding:25px;
		width:100%;
	}
	.slide h1
	{
		padding: 0;
		font: 900 22px/22px "Lato", Helvetica, Arial, sans-serif !important;
		text-shadow: 1px 1px 1px #000;
		word-spacing: 5px;
	}
	.slide h2 
	{
		padding:0;
		margin-top:10px;
		font-size: 15px !important; 
		text-shadow: 1px 1px 1px #000;
	}
}
@media (max-width: 767px)
{
	.cycle-pager
	{
		font-size: 11px;
		margin-top: -50px;
	}
	.sitemeny 
	{
		margin-right:5px;
		text-align:right;
	}
	.sitemeny a
	{
		font-size:15px;
	}
	.cycle-pager span 
	{
		height: 12px;
	}
}
#ie8 .home-small
{
	width: 182px;
	height: 182px;
	box-shadow: none !important;
}
.slide .full-link
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-----------------------------------------------*/

/* =Layout
----------------------------------------------- */
#main
{
	margin-top: 100px;
	margin-bottom: 50px;
}
.entry-title
{
	font: 700 27px/27px "Lato", Helvetica, Arial, sans-serif;
	color:#a7af00;
	margin: -20px -25px 1em;
	padding: 20px 25px;
	background: #fff;
}
.entry-title.blue-title
{
	color:#1c75bb;
	margin: 0 0 1em;
	background: none;
	padding: 0;
}
.entry-content
{
	background: url(images/white-85.png) repeat 0 0 scroll transparent;
	background: none rgba(255,255,255,0.85);
	font: 400 15px/22px "Lato", Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	-o-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
}
.entry-content .inner 
{
	padding: 20px;
}
.entry-content h2
{
	font: 700 17px/24px "Lato", Helvetica, Arial, sans-serif;
	color:#1c75bb;
	margin-top: 0;
}
.entry-content h2 a:link,
.entry-content h2 a:visited
{
	color:#1c75bb;
}
.entry-content h2 a:hover,
.entry-content a:hover
{
	color:#3c95db;
	text-decoration: underline !important;
}
.entry-content h3
{
	font: 400 18px/25px "Lato", Helvetica, Arial, sans-serif;
}
.entry-content ul,
.entry-content ol
{
	padding-left: 25px;
	list-style-type: disc;
}
.entry-content ol
{
	list-style-type: decimal;
}
.entry-content img
{
	max-width: 100%;
}
.sidebar
{
	background: url(images/black-65.png) repeat scroll transparent;
	background: none rgba(0,0,0,0.65);
	font: 400 13px/20px "Lato", Helvetica, Arial, sans-serif;
	color:#fff;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	-o-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	letter-spacing: 0.025em;
}
.sidebar .inner
{
	padding: 67px 20px 20px;
}
@media (max-width: 991px)
{
	.sidebar .inner
	{
		padding: 20px;
	}
}
.sidebar .inner img
{
	max-width: 100%;
}
.sidebar h2
{
	font: 700 19px/24px "Lato", Helvetica, Arial, sans-serif;
	color:#a7af00;
}
.sidebar .inner h2:first-child
{
	margin-top: 0;
}
.sidebar h3,
.sidebar .wp-caption-text
{
	font: 700 14px/20px "Lato", Helvetica, Arial, sans-serif;
	color:#fff;
}
.sidebar .wp-caption-text
{
	text-align: center;
	padding: 0 15px;
	margin: 0.5em 0 1em;
}
.sidebar p > a:link,
.sidebar p > a:visited,
.sidebar .fancylist a:link,
.sidebar .fancylist a:visited
{
	color:#fff;
}
.sidebar p > a:hover,
.sidebar .fancylist a:hover
{
	text-decoration: underline !important;
}
a.ap-button:link,
a.ap-button:visited
{
	color:#fff;
	display: inline-block;
	padding: 10px 13px;
	background-color:#1c75bb;
	text-transform:uppercase;
	font: 700 12px/12px Arial, Helvetica, sans-serif;
	letter-spacing: 0.25em;
	margin-top: 0.5em;
}
a.ap-button.green
{
	background-color:#a7af00;
}
a.ap-button:hover
{
	opacity: 0.8;
}
.fancylist ul
{
	padding-left: 25px;
	font-size: 14px;
	line-height:20px;
}
.fancylist ul li:before
{
	content: "\f054";
	font-family: FontAwesome;
	color: #00adee;
	position: absolute;
	left: 35px;
}
.back-next-buttons
{
	position: absolute;
	bottom: 10px;
	left: 15px;
	right: 15px;
}
@media(max-width: 480px)
{
	.back-next-buttons
	{
		left:10px;
		right:10px;
		font-size: 13px;
	}
}
/* =Gain Control Graph Legend
----------------------------------------------- */
.legend > div
{
	padding-left: 16px;
	font: 400 12px/15px "Lato", Helvetica, Arial, sans-serif;
	color:#fff;
	position:relative;
	margin: 0.5em 0;
}
.legend > div:first-child
{
	margin-top: 0;
}
.legend > div span
{
	display: block;
	width: 12px;
	height: 9px;
	position: absolute;
	left: 0;
	top :3px;
}
/* =What Is the Process
----------------------------------------------- */
.what-is-the-process .entry-content h2
{
	margin-bottom: 0;
}
.what-is-the-process .sidebar h3
{
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}
/* =Earn More Shadow Box
----------------------------------------------- */
#investment-alternatives
{
	font: 400 14px/20px "Lato", Helvetica, Arial, sans-serif;
	color:#5d5d5d;
}
#investment-alternatives .footnote
{
	font-size: 12px;
	padding: 5px 0 0 0;
	border-top: 1px solid #ccc;
}
.alternative-content span.footnote
{
	font-size: 12px;
	margin: 0 0 10px;
	padding :0 !important;
	border: none !important;
}
#investment-alternatives .row
{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.investment-slide
{
	width: 100%;
}
@media (max-width: 767px) 
{
	#investment-alternatives h2
	{
		border: none !important;
	}
}
#investment-alternatives h2
{
	font: 700 15px/15px "Lato", Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0;
	height: 40px;
	padding: 12px 0;
	text-transform:uppercase;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	letter-spacing: 0.025em;
}
.pagers
{
	position: absolute !important;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color:#fff;
}
@media (max-width: 767px)
{
	.pagers
	{
		position :relative !important;
	}
}
.pagers ul
{
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 40px;
	line-height: 14px;
}
.pagers ul li
{
	display: inline-block;
}
.pagers ul li:first-child,
.pagers ul li:last-child
{
	padding: 0 5px;
}
.pagers ul span li:after
{
	content:'\00B7';
	padding: 0 5px 0 10px;
	font-size: 20px;
}
.pagers ul li:last-child:after
{
	content: none;
}
.pagers ul li a:link,
.pagers ul li a:visited
{
	color:#7d7d7d;
}
.pagers ul li a:hover,
.pagers ul li.cycle-pager-active a
{
	text-decoration: underline !important; 
}
/*.pagers ul
{
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 40px;
	line-height: 14px;
}
.pagers ul li
{
	display: inline-block;
}
.pagers ul li:after
{
	content:'\00B7';
	padding: 0 5px 0 10px;
	font-size: 20px;
}
.pagers ul li:last-child:after
{
	content: none;
}*/
.page-template-template-earn-more-php .fancybox-skin
{
	background: #fff !important;
}
#ie9 .page-template-template-earn-more-php .fancybox-inner
{
	overflow: hidden !important;
}
@media (max-width: 767px)
{
	#ie9 .page-template-template-earn-more-php .fancybox-inner
{
	overflow-y: auto !important;
}
}
.page-template-template-earn-more-php .sidebar .inner h2
{
	margin-bottom: 20px !important;
}
.prev-next
{
	position: absolute;
	top: 365px;
	width: 100%;
	left: 0;
}
.prev-next a:hover
{
	text-decoration:underline !important;
}
@media (max-width:865px)
{
	.prev-next
	{
		position: relative;
		top: auto;
	}
}
@media (max-width:767px)
{
	.prev-next
	{
		display: none;
	}
}
/* =Testimonial
----------------------------------------------- */
.testimonial
{
	margin-bottom: 1em;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
.testimonial:last-of-type
{
	border-bottom: none;
}
.testimonial h2
{
	font: 700 15px/18px "Lato", Helvetica, Arial, sans-serif;
	color: #1c75bb;
	margin: 0;
	padding: 0;
}
.testimonial h3
{
	font: 400 12px/16px "Lato", Helvetica, Arial, sans-serif;
	color: #1c75bb;
	margin: 0;
	padding: 0;
}
.testimonial a.view-pdf:link,
.testimonial a.view-pdf:visited
{
	display: inline-block;
	padding: 3px;
	background-color: #064a80;
	color:#fff;
	font: 900 8px/8px "Lato", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	margin-left: 5px;
	vertical-align:middle;
	letter-spacing: 0.1em;
}
.testimonial h3 a.view-pdf:hover
{
	opacity: 0.8;
}
.testimonial p:last-child
{
	margin-bottom: 0;
}

/* =Video Experience
----------------------------------------------- */
.page-template-template-video-experienc-php .testimonial
{
    text-align:center;
}
.testimonial .v-quote p
{
	padding:0 40px 0 40px;
}
.testimonial .v-author
{
	font: 700 15px/16px "Lato", Helvetica, Arial, sans-serif;
}

/* =Video
----------------------------------------------- */
.video-box
{
	font: 400 13px/18px "Lato", Helvetica, Arial, sans-serif;
	color:#fff;
}
.video-box h3
{
	font: 700 13px/18px "Lato", Helvetica, Arial, sans-serif;
	color:#00adee;
	margin: 15px 0 0 0;
}
a.play-video:link,
a.play-video:visited
{
	display: inline-block;
	position:relative;
	max-width :100%;
}
a.play-video span
{
	display: block;
	height: 70px;
	width: 70px;
	border:solid;
	color:white;
	background: url(images/white-40.png) repeat scroll transparent;
	background: none rgba(0,0,0,0.7);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 35px;
	behavior: url(/wp-content/themes/apwireless/PIE.htc);
	text-align: center;
	position: absolute;
	top: 41%;
	left: 45%;
	margin: -17px 0 0 -17px;
}
a.play-video img
{
	max-width: 100%;
}
a.play-video span .fa
{
	font-size: 40px;
	line-height: 65px;
	padding-left: 10px;
	color: #fff;
	opacity: 0.7;
}
a.play-video:hover span .fa
{
	opacity: 1;
}
/* =Case Studies
----------------------------------------------- */
.case-studies
{
	margin-top: 30px;
}
.case-studies:first-child
{
	margin-top: 0;
}
/*.case-studies h2
{
	font: 400 16px/16px "Lato", Helvetica, Arial, sans-serif;
}*/
.case-studies li
{
	margin: 1em 0;
}
.case-studies li a:link,
.case-studies li a:visited
{
	font: 400 14px/18px "Lato", Helvetica, Arial, sans-serif;
	color:#fff;
}
.case-studies li a .fa
{
	font-size: 18px;
	padding-right: 10px;
}
.case-studies li a:hover span
{
	text-decoration: underline;
}
.full-text
{
	padding: 0 20px;
}
.full-text h2
{
	font: 400 22px/22px "Lato", Helvetica, Arial, sans-serif;
	color:#064a80 !important;
}
@media (max-width: 767px) 
{
	.full-text .alignright,
	.full-text .alignleft,
	.full-text .aligncenter
	{
		display: block !important;
		margin: 0 auto 10px !important;
		float: none !important;
		max-width: 100%;
	}
}
/* =Team
----------------------------------------------- */
.scroll
{
	height: 420px;
	overflow: auto;
	position: relative;
	margin-right: -25px;
}
.mCS_no_scrollbar.scroll
{
	margin-right: 0;
}
.mCS_no_scrollbar.scroll
{
	padding-bottom: 20px;
}
@media (max-width: 767px)
{
	.scroll
	{
		max-height: 100% !important;
		margin-right: 0;
	}
}
.scroll-page .inner
{
	padding-bottom: 10px;
}
.team-member
{
	margin: 20px 0;
}
.team-member h2
{
	margin-top: -6px;
}
@media (max-width: 767px)
{
	.team-member .bio
	{
		margin-top: 1em;
	}
}

.OT-Contact{ padding-left:5px;}
.OT-Contact ul li{display:inline-block; list-style-type: none; padding-right:30px; vertical-align: middle;}
.OT-Contact li i{ padding-right:3px;}

/* =FAQ
----------------------------------------------- */
.faq
{
	border-bottom: 1px solid #a7af00;
	padding-bottom: 10px;
}
.faq h2
{
	font: 700 14px/14px "Lato", Helvetica, Arial, sans-serif;
	padding: 10px 0 0 20px;;
	margin: 0;
	cursor: pointer;
	position: relative;
}
.faq h2 span
{
	color:#a7af00;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
}
.faq h2 .fa-minus-circle,
.faq.open h2 .fa-plus-circle
{
	display: none;
}
.faq.open h2 .fa-minus-circle
{
	display: inline-block;
}
.faq .answer
{
	padding: 10px 0 0 20px;
}
/* =News
----------------------------------------------- */
.page-template-template-news-php .scroll
{
	/*max-height: 550px;*/
}
.blog-post
{
	margin-bottom: 1em;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
.blog-post h2,
.blog-post h2 a:link,
.blog-post h2 a:visited
{
	font: 700 16px/16px "Lato", Helvetica, Arial, sans-serif;
	color: #1c75bb;
	margin: 0;	
}
.blog-post h2 a:hover
{
	color: #2083c6;	
}
.blog-post header
{
	font: 400 12px/16px "Lato", Helvetica, Arial, sans-serif;
	color: #1c75bb;	
	padding-bottom: 5px;
}
/*a.read-more:link,
a.read-more:visited
{
	color:#012b5e;
	font-size: 13px;
	text-transform: uppercase;
}
a.read-more:hover
{
}*/
a.read-more:link,
a.read-more:visited
{
	display: inline-block;
	padding: 3px;
	background-color: #064a80;
	color:#fff;
	font: 900 8px/8px "Lato", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	margin-left: 5px;
	vertical-align:middle;
	letter-spacing: 0.1em;
}
a.read-more:hover
{
	opacity: 0.8;
}
/* =News on Sidebar
----------------------------------------------- */
.sidebar-news-release
{
	margin-top: 30px;
}
a.sidebar-news-release
{
	color: #FFFFFF;
}
a.sidebar-news-release:visited
{
	color: #FFFFFF;
	outline: none !important;
	text-decoration: none !important;
}
a.sidebar-news-release:hover
{
	color: #FFFFFF;
	outline: none !important;
	text-decoration: underline !important;
}
/* =Resources
----------------------------------------------- */
.page-template-template-resource-center-php .entry-content h2
{
	margin-bottom: 0;
}
/* =About Us Map
----------------------------------------------- */
/*
.page-template-template-about-us-php .fancybox-skin
{
	background: #fff !important;
}
.page-template-template-about-us-php .fancybox-inner
{
	overflow-x: hidden !important;
}
h2.location-head
{
	font: 700 19px/24px "Lato", Helvetica, Arial, sans-serif;
	color:#a7af00;
	margin-top: 0;
	margin-bottom: 20px;
}
.map
{
	position: relative;
	background: url(images/map/map-default.png) no-repeat 0 0 scroll transparent;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	max-width: 590px;
	overflow: hidden;
}
.map .points a:link,
.map .points a:visited
{
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 6px;
	background-color: #80af50;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-top: -4px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.map .points a.trans
{
background: transparent;	
}
.map .bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map .bg img
{
	width: 100%;
	height: auto;
}
.map .points a:hover
{
	opacity: 0.8;
}
.map .points a.na
{
	left: 10.847457627119%;
	top: 44.68085106383%;
}
.map .points a.sa
{
	left: 29.661016949153%;
	top: 75.075987841945%;
}
.map .points a.eu
{
	left: 47.627118644068%;
	top: 37.386018237082%;
}
.map .points a.af
{
	left: 52.033898305085%;
	top: 79.635258358663%;
}
.map .points a.as
{
	left:57.457627118644%;
	top:45.896656534954%;
}
.map .points a.au
{
	left:88.135593220339%;
	top: 81.45896656535%;
}
.region
{
	margin: 1em 0 0 0;
}
.region h2
{
	color:#4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	font: 700 19px/24px "Lato", Helvetica, Arial, sans-serif;
}
.flag
{
	margin: 0 0 10px 0;
}
.flag img
{
	max-width: 100% !important;
	width :auto !important;
}*/
@media (max-width: 767px)
{
	.region-wrap
	{
		min-height: 4em;
	}
}

/*NEW ABOUT US REDESIGN 
--------------------------------*/
.slideabout
{
	padding-bottom: 10px;
}
.slideabout h2
{
	color:#fff;
	font: 700 14px/14px "Lato", Helvetica, Arial, sans-serif;
	padding: 10px 0 0 20px;;
	margin: 0;
	cursor: pointer;
	position: relative;
}
.slideabout h2 span
{
	color:#00adee;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
}
.slideabout h2 .fa-minus-circle,
.slideabout.open h2 .fa-plus-circle
{
	display: none;
}
.slideabout.open h2 .fa-minus-circle
{
	display: inline-block;
}
.slideabout .aanswer
{
	padding: 10px 0 0 20px;
	font: 400 13px/20px "Lato", Helvetica, Arial, sans-serif;
}
.flags li 
{
    display: inline-block;
	margin-right:25px;
	margin-bottom:20px;
}
.about-location
{
float: left; 
min-width:30%;
margin: 5px;
/* padding: 15px;*/
}
.about-location ul { padding:0;}
.about-location ul li 
{
	list-style-type:none;
}
.about-location ul li  span {font: 500 14px/14px "Lato", Helvetica, Arial, sans-serif;}
.about-location hr {border-color:black; margin:0;}
.about-location h3 {margin:5px 0 0 0;}
.about-location ul li img {margin:5px;}
.after-all-location {clear: left;}
@media (max-width: 992px)
{
.all-location { margin:0;}
}
/*-------------------------------------------*/

/* =Login
----------------------------------------------- */
@media (min-width: 1441px)
{
	.page-template-template-login-php #main
{
	margin-top: 250px;
}
}
.login .inner
{
	padding: 20px;
	background: url(images/white-85.png) repeat 0 0 scroll transparent;
	background: none rgba(255,255,255,0.85);
	font: 400 13px/18px "Lato", Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	-o-box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
}
.login h1
{
	margin: -20px -20px 1em;
}
/* =Contact Us
----------------------------------------------- */
.page-template-template-contact-us-php .sidebar .inner 
{
	padding: 20px;
}
.gform_wrapper
{
	width: 86%;
	margin: 20px auto;
}
@media (max-width: 767px)
{
	.gform_wrapper
	{
		width :100%;
	}
}
.gform_wrapper ul
{
padding-left: 0;
list-style-type: none;	
}
.gform_heading
{
	text-align: center;
	font: 300 24px/32px chaparral-pro, Georgia, Times, "Times New Roman", serif;
	color: #ff6b0f;
	margin: 1em auto;
}
.gform_body
{
}
.gform_body ul:after
{
	 content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.gform_body ul{
	zoom: 1;
	*display: block;
}
.gform_body li.gfield
{
	margin-bottom: 1em;
}
.gform_body input[type=text],
.gform_body input[type=email],
.gform_body input[type=tel],
.gform_body input[type=password]
{
	font: 400 16px/16px "Lato", Helvetica, Arial, sans-serif;
	color:#000;
	background: #fff;
	-moz-box-shadow: inset 1px 1px 3px #aaa !important;
	-webkit-box-shadow: inset 1px 1px 3px #aaa !important;
	-o-box-shadow: inset 1px 1px 3px #aaa !important;
	-ms-box-shadow: inset 1px 1px 3px #aaa !important;
	box-shadow: inset 1px 1px 3px #aaa !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	border: none !important;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
}
.gform_body textarea
{
	font: 400 16px/16px "Lato", Helvetica, Arial, sans-serif;
	color:#000;
	background: #fff;
	-webkit-appearance: none;
	-moz-box-shadow: inset 1px 1px 3px #aaa !important;
	-webkit-box-shadow: inset 1px 1px 3px #aaa !important;
	-o-box-shadow: inset 1px 1px 3px #aaa !important;
	-ms-box-shadow: inset 1px 1px 3px #aaa !important;
	box-shadow: inset 1px 1px 3px #aaa !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	border: none !important;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	max-height: 120px;
}
.gform_fileupload_multifile .gform_drop_area {
    border: 2px dashed #ddd;
    color: #000;
    margin-bottom: 10px;
    padding: 25px;
    text-align: center;
}
.ginput_preview
{
	position: relative;
	display: inline-block;
	padding-right: 30px;
}
.ginput_preview img
{
	position: absolute;
	right: 12px;
	top: 5px;
	cursor:pointer;
}
.gform_footer
{
	text-align: center;
}
.gform_button
{
	color:#fff;
	display: inline-block;
	padding: 10px 13px;
	background-color:#1c75bb;
	text-transform:uppercase;
	font: 700 12px/12px Arial, Helvetica, sans-serif;
	letter-spacing: 0.125em;
	margin-top: 0.5em;
	border: none !important;
	box-shadow: none !important;
}
.gform_button:hover
{
	opacity: 0.8;
}
/* List field */
.gfield_list
{
	width: 100% !important;
}
.ginput_list
{
	margin-top: 1em;
}
.gfield_list thead
{
	display: none;
}
.gfield_list th,
.gfield_list td
{
	padding: 0 5px;
}
.gfield_list_cell
{
	padding-bottom: 1em !important;
}
.gfield_list td:first-child
{
	padding-left: 0 !important;
}
.gfield_list td:nth-child(4)
{
	width: 30%;
	vertical-align: top !important;
	padding-right: 0 !important;
}
.gfield_list td:nth-child(5)
{
	vertical-align: top !important;
}
.dropdown label,
.checkbox .gfield_label,
.list-field .gfield_label
{
	display: none;
}
.delete_list_item
{
	margin: 0 3px;	
}
.checkbox input
{
	margin-left: 0 !important;
}
.checkbox label
{
	font: 400 17px/17px "Lato", Helvetica, Arial, sans-serif;
}
@media (max-width: 991px)
{
	.ginput_list
	{
		margin-right: 0 !important;
	}
	.gfield_list
	{
		width: 100%;
	}
	.gfield_list th, .gfield_list td
	{
		padding: 0;
	}
}
/* Contact form 7 */
.wpcf7-submit
{
	color:#fff;		
	display: inline-block;		
	padding: 10px 13px;		
	background-color:#1c75bb;		
	text-transform:uppercase;		
	font: 700 12px/12px Arial, Helvetica, sans-serif;		
	letter-spacing: 0.125em;		
	margin-top: 0.5em;		
	border: none !important;		
	box-shadow: none !important;		
}		
.wpcf7-submit:hover		
{		
	opacity: 0.8;		
}
/* Validation */
.gform_validation_error .gfield
{
	/*height: 6em;*/
}
/*.gform_validation_error .gfield.col-md-12,
.gform_validation_error .gfield.col-xs-12
{
	height: auto;
}*/
.gform_validation_error .gfield.text-field.col-md-12,
.gform_validation_error .gfield.text-field.col-xs-12
{
	height: auto;
}
.validation_error
{
	/*padding-bottom: 2em;*/
	padding-bottom: 1em;
	color:red;
}
.validation_message
{
	/*position: absolute;
	top: -22px;*/
	color:red;
}
.validation_message.instruction
{
	top: 36px;
	display: none;
}
/* Select Field */
/*.selectboxit-container
{
	width: 100% !important;
}
.selectboxit
{
	width:100% !important;
	height:36px !important;
	background: #fff !important;
	cursor:pointer !important;
	padding: 0 50px 0 0;
	text-align: left;
	font: 400 16px/36px "Lato", Helvetica, Arial, sans-serif;
	color:#000;
	line-height: 36px !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none !important;
	-moz-box-shadow: inset 1px 1px 3px #aaa !important;
	-webkit-box-shadow: inset 1px 1px 3px #aaa !important;
	-o-box-shadow: inset 1px 1px 3px #aaa !important;
	-ms-box-shadow: inset 1px 1px 3px #aaa !important;
	box-shadow: inset 1px 1px 3px #aaa !important;
	margin-bottom: 0 !important;
}
.selectboxit-arrow-container:before
{
        font-family: FontAwesome;
        top:0;
        left:-5px;
        content: "\f0d7";
}
.selectboxit-options
{
	padding-left: 0 !important;
	min-width: 100% !important;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a
{
	font: 400 16px/36px "Lato", Helvetica, Arial, sans-serif;
	color:#000 !important;
	height: 36px !important;
	line-height: 36px !important;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm)
{ 
	.selectboxit-container span, .selectboxit-container .selectboxit-options a
	{
		height: 39px !important;
		lin-height: 39px !important;
	}
}
.selectboxit-container .selectboxit-options
{
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}
.selectboxit-option
{
	border-top: 1px solid #8a949b;
	color:#1c75bb !important;
}
.selectboxit-option a.selectboxit-option-anchor
{
	color:#1c75bb !important;
}
.selectboxit-option-first
{
	border-top: none !important;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor
{
	background: #efefef !important;
}
.selectboxit-selected .selectboxit-option-anchor,
.selectboxit-focus .selectboxit-option-anchor
{
	color: #000 !important;
}
.selectboxit-default-arrow
{
	display: none !important;
}*/
::-webkit-input-placeholder { opacity: 1.0 !important; color:#000 !important; } 
:-moz-placeholder  { opacity: 1.0 !important; } 
::-moz-placeholder  { opacity: 1.0 !important; } 
:-ms-input-placeholder  { opacity: 1.0 !important; } 
.styled-select select {
	background: transparent;
	width: 110%;
	padding: 5px;
	font: 400 16px/16px "Lato", Helvetica, Arial, sans-serif;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 36px;
	-webkit-appearance: none;
	cursor: pointer !important;
	outline: none !important;
}
.styled-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.styled-select {
	width: 100%;
	height: 36px;
	overflow: hidden;
	background: url(images/arrow.png) no-repeat right #fff;
	color:#000;
	-moz-box-shadow: inset 1px 1px 3px #aaa !important;
	-webkit-box-shadow: inset 1px 1px 3px #aaa !important;
	-o-box-shadow: inset 1px 1px 3px #aaa !important;
	-ms-box-shadow: inset 1px 1px 3px #aaa !important;
	box-shadow: inset 1px 1px 3px #aaa !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
	cursor: pointer !important;
}
@media all and (-webkit-min-device-pixel-ratio:0)
{ 
	.styled-select select,
	.styled-select
	{
		height: 39px !important;
		text-indent: 3px;
	}
}
/* =Careers
----------------------------------------------- */
.job .entry-title
{
	background: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
.job .entry-content
{
	background: none;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0 20px 20px;
}
.no-js .job-link
{
	display: none;
}
/* =Larger Screens
----------------------------------------------- */
@media (min-height: 700px)
{
	nav#access
	{
		padding-top: 50px !important;
	}
}
@media (min-height: 560px)
{
	#footer
	{
		bottom: 20px;
		position: absolute
	}
}
/* =Global Styles
----------------------------------------------- */
.row
{
	margin-left: -5px !important;
	margin-right: -5px !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,.container-fluid
{
	padding-left:5px !important;
	padding-right:5px !important;
}
a:focus,
a:visited,
a:hover
{
	outline: none !important;
	text-decoration:none !important;
}
.container
{
	/*max-width: 1000px;*/
	margin: auto;
}
@media (min-width: 1441px) {
   .container {
    width: 1350px;
  }
}
.container_12
{
	max-width: 960px;
	margin: auto;
	padding: 0 10px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{
	zoom: 1;
	*display: block;
}
strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}
p
{
	margin: 1em 0;
}
small, sub, sup { font-size: .5em; font-weight: nornaml }
sub             { vertical-align: sub }
sup             { vertical-align: super }
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	max-width: 100%;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	max-width: 100%;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

.hatom-extra {
	display:none;
	font-style: none;
	color: #444444;
	font-size: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 10px;
	padding-left: 0px;
}

/* Add.start. To fix unreadable on IE8. */
.debug-style {
	height: auto\9 !important;
}
/* Add.end. To fix unreadable on IE8. */