/*   
Theme Name: Aerofex Theme
Theme URI: http://www.wordpresssite.com
Description: Aerofex Theme
Author: Dino Adani/Bill Pyle
Author URI: http://www.webbdesign.com
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	height:100%;
	background-color:#757879;
}
body {
	font-family: 'Lato', sans-serif, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#666666;
	/*background-color:#fff;*/
    height:100%;
}
.screen-reader-text {
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
}
* html .group, 
*:first-child+html .group {
	zoom: 1;
}

/* ==========================================
 MISC
========================================== */
.lg-show {
	display:block;
}
.lg-hide {
	display:none;
}
.ipl-hide {
	
}
.ipl-show {
	
}
a.post-edit-link {
	color:#212121;
	position:absolute;
	top:1px;
	right:0;
	font-size:12px;
	text-decoration:none;
	padding-top:5px;
}
a.post-edit-link:hover {
	text-decoration:underline;
}

/* ==========================================
 PAGE CONTAINERS
========================================== */
#page {
	position:relative;
}

#wrap {
	width:100%;
	margin:0 auto;
	display: block;
	position:relative;
	/*background-color:#ebeaea;*/
}

.home #wrap {
	height:100%;
}

#header-wrapper {
	height:86px;
	width:100%;
	display:inline-block;
	position:absolute;
	z-index:9;
	
}

#header-wrapperlb {
	width:100%;
	display:inline-block;
	position:absolute;
	z-index:9;
	
}

#header {
	width:1014px;
	margin:0 auto;
	
}

.link-class:hover {
	background-image:url();
}

#homebanner-wrapper {
	width:100%;
	height:724px;
	/*background-image:url('images/home_screen01.jpg');*/
	background-repeat:no-repeat;
	background-size:100% auto;
	position:relative;
}

#contenttop {
	width:1014px;
	height:636px;
	padding-top:86px;
}

#page-wrapper {
	width:100%;
	position:relative;
	background-color:#ffffff;
	/*background-image:url('/wp-content/uploads/2014/04/videobg2.jpg');*/
	
}

#page-wrapper-video {
	width:100%;
	position:relative;
	background-color:#c7c5c8;
	/*background-image:url('/wp-content/uploads/cache/2014/03/videobg5/1028524449.jpg');*/
	/*background-image:url('/wp-content/uploads/2014/04/videobg2.jpg');*/
	/*background-size:100% 100%;*/
	background-width:100%;
	background-repeat:no-repeat;
	background-position:center center;
	
}

#pagetop {
	/*width:1024px;*/
	/*height:383px;*/
	padding-top:86px;
	/*margin-bottom:17px;*/
	position:absolute;
	top:0;
	left:50%;
}

#pagetopinvestors {
	/*width:1024px;*/
	/*height:383px;*/
	padding-top:86px;
	/*margin-bottom:17px;*/
	position:absolute;
	top:0;
	left:50%;
}

img.page-top-banner {
	display:block;
	margin-left: auto;
    margin-right: auto;
}

#pagetopabout {
	width:1024px;
	/*margin-bottom:17px;*/
}

.pagetop-bg {
	width:100%;
	max-width:1024px;
	position:absolute;
}

#pagetopvideo {
/*	width:1024px;
	height:383px;
	margin-bottom:25px;*/
	/*background-image:url('/wp-content/uploads/2014/04/videobg2.jpg');*/
	margin: 0 auto;
	overflow:hidden;
	/*width:1122px;*/
}
*
#pagedefault {
	/*width:1024px;*/
	padding-top:130px;
}

#content-wrapper {
	width:100%;
	background-color:#fff;
}

#content, #contentbuy, .contact {
	/*width:1024px;*/
	margin-bottom:60px;
	padding-top:18px;
}

#contentlb {
	width:475px;
}

#content h1, #contentlb h1, #contentbuy h1, .contact h1 {
	font-size:24px;
	font-weight:100;
	text-transform:uppercase;
	margin-top:0px;
	padding:5px 0 0 0;
	/*margin-bottom:15px;*/
}

#content h1:after,
#contentlb h1:after,
#contentbuy h1:after,
.block h2:after,
.contact h1:after  {
	content:"";
	display:block;
	height:1px;
	/*width:120%;*/
	margin-top:15px;
    background: -moz-linear-gradient(left, rgba(180,180,180,1) 0%, rgba(180,180,180,0.3) 10%, rgba(255,255,255,0) 90%);
    background: -webkit-linear-gradient(left, rgba(180,180,180,1) 0%,rgba(180,180,180,0.3) 10%,rgba(255,255,255,0) 90%);
    background: linear-gradient(to right, rgba(180,180,180,1) 0%,rgba(180,180,180,0.3) 10%,rgba(255,255,255,0) 90%);
}

.contact a {
	text-decoration:none;
	color: #045883;
}

#content h3, #contentbuy h3 {
	font-size:14px;
	color:#045883;
	margin-bottom:5px;
	font-weight:600;
}

#content hr, #contentlb hr, #contentbuy hr { 
	display:none;
    /*margin-bottom: 20px;
    height: 1px;
    background: #f2f3f3;
    background: -moz-linear-gradient(left, rgba(180,180,180,1) 0%, rgba(180,180,180,0.3) 10%, rgba(255,255,255,0) 90%);
    background: -webkit-linear-gradient(left, rgba(180,180,180,1) 0%,rgba(180,180,180,0.3) 10%,rgba(255,255,255,0) 90%);
    background: linear-gradient(to right, rgba(180,180,180,1) 0%,rgba(180,180,180,0.3) 10%,rgba(255,255,255,0) 90%);
	border:0;*/
}

.content-block {
	display:none;
}
.content-block:first-child,
.content-block.active-content {
	display:block;
}

#pagesleft a, #pagesright a, #contentbuy a {
	-moz-box-shadow: 0px 0px 4px 0px #b5b5b5;
	-webkit-box-shadow: 0px 0px 4px 0px #b5b5b5;
	box-shadow: 0px 0px 4px 0px #b5b5b5;
	background-color:#005982;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	padding:0 25px 0 25px;	
	line-height:30px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}

a.bluebutton {
	-moz-box-shadow: 0px 0px 4px 0px #b5b5b5;
	-webkit-box-shadow: 0px 0px 4px 0px #b5b5b5;
	box-shadow: 0px 0px 4px 0px #b5b5b5;
	background-color:#005982;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	padding:0 25px 0 25px;	
	line-height:30px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}

input[type="submit"] {
	-moz-box-shadow: 0px 0px 4px 0px #b5b5b5;
	-webkit-box-shadow: 0px 0px 4px 0px #b5b5b5;
	box-shadow: 0px 0px 4px 0px #b5b5b5;
	background-color:#005982;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	padding:5px 25px 5px 25px;	
	line-height:30px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}

#pagesleft a:hover, #pagesright a:hover {
	background-color:#054969;
}

#pagesleft a:active, #pagesright a:active {
	position:relative;
	top:1px;
}

#arrowwrapper {
	width:100%;
	height:100%;
	position:absolute;
	display:block;
}
#arrowcontainer {
	/*width:1014px;*/
	display:table;
}

#arrowcontainer .slide-arrow span {
	display:block;
	text-align:left;
}
#arrowcontainer .slide-arrow span#slider-next {
	text-align:right;
}

.bx-prev,
.bx-next {
	display:inline-block;
}

.slide-arrow {
	position:relative;
	z-index:1;
}

#pageleft {
	/*width:213px;*/
	/*margin-right:30px;*/
}
#pageright{
	/*width:771px;*/
}

#pagerightthe{
	width:459px;
	padding-right:30px;
}

#pagerightthe ul li {
	margin-left:13px;
	padding-bottom:5px; 
}

#pagesleft {
	/*width:646px;*/
	/*margin-right:50px;*/
}

#pagesright {
	width:318px;
}

#pagesrightdev, #pagesrightthe {
	/*width:318px;*/
}

.line { 
    margin-bottom: 20px;
    height: 1px;
    background: #f2f3f3;
    background: -moz-linear-gradient(left, rgba(180,180,180,1) 0%, rgba(180,180,180,0.3) 10%, rgba(255,255,255,0) 90%);
    background: -webkit-linear-gradient(left, rgba(180,180,180,1) 0%,rgba(180,180,180,0.3) 10%,rgba(255,255,255,0) 90%);
    background: linear-gradient(to right, rgba(180,180,180,1) 0%,rgba(180,180,180,0.3) 10%,rgba(255,255,255,0) 90%);

}

.sm-side-menu {
	width:100%;
	/*display:block;*/
}

.sm-side-menu ul li, .sm-side-menu ul li a  {
	width:100%;
	display:block;
}

.mobile-subnav span {
	display:none;
}

.sm-side-menu > li ul {
	display:none;
}

.sm-side-menu > li.current-menu-item ul {
	display:block;
}

/* ==========================================
 TEXT
========================================== */
#contentdefault a {
	font-weight:bold;
	color:#045883;
}

h1.title {
	font-size:24px;
	font-weight:100;
	text-transform:uppercase;
	margin-top:5px;
	padding:0;
	margin-bottom:15px;
}

h2.subnav {
	padding:10px 0px 10px 32px;
	background-color:#737575;
	text-transform:uppercase;
	color:#fff;
	font-size:17px;
	font-weight:400;
}

h2.mobile-subnav {
	padding:10px 0px 10px 10px;
	background-color:#737575;
	text-transform:uppercase;
	color:#fff;
	font-size:17px;
	font-weight:400;
}

h3.faqtitle {
	font-size:14px;
	color:#045883;
	margin-bottom:5px;
	font-weight:400;
}

p {
	margin-bottom:15px;
	color:#363636;
	line-height:1.5;
}

p.banner {
	font-size:80px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-weight:100;
	margin:0px;
	line-height:1;
}

p.bannersub {
	font-size:23px;
	color:#fff;
	text-align:center;
	font-weight:100;
	margin:0px;
	line-height:1;
}

p.bannertwo {
	font-size:55px;
	color:#fff;
	text-transform:uppercase;
	font-weight:100;
	margin:0px;
	line-height:1;
	/*padding-left:50px;*/
}

p.bannersubtwo {
	font-size:23px;
	color:#fff;
	font-weight:100;
	margin:0px;
	line-height:1;
	padding-left:5px;
}

.copyright {
	font-size:11px;
	color:#000;
}

.wpcf7-text, .wpcf7-textarea {
	width:100%;
}

/*
.show-small {
	display:none;
}
*/

#m-nav-toggle {
	/*width:30px;*/
	height:27px;
	background-image: url("images/mobilemenu.png");
/*	background-color:green;*/
	cursor:pointer;
}

#m-nav-wrap {
	background-image: url("/images/mobilemenu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 100%;
	position: absolute;
	left: -70%;
	width: 70%;
	z-index: 999;
}

/* ==========================================
 NAVIGATION
========================================== */
.side-nav .tier-1 {
	text-decoration:none;

}

.side-nav .sub-menu {
	list-style-type:none;
} 

.side-nav .tier-1 li {
	text-transform:uppercase;
	font-size:14px;
	list-style-type:none;
	text-decoration:none;
	color:#737575;
	display:block;
	clear:both;
	
}

.side-nav .tier-1 a {
	text-transform:uppercase;
	font-size:14px;
	list-style-type:none;
	text-decoration:none;
	color:#737575;
	display:block;
	padding-bottom:10px;
	padding:10px 0px 10px 32px;
	text-align:left;
}
.side-nav .tier-1 li.current-menu-parent a,
.side-nav .tier-1 li a:hover {
	background-color:#f2f3f3;
}

.side-nav .tier-1:first-child a {
	text-transform:uppercase;
	font-size:14px;
	list-style-type:none;
	background-color:#f2f3f3;
	text-decoration:none;
	color:#737575;
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	padding:10px 0 10px 32px;	
}

.side-nav .sub-menu li {
	text-transform:none;
	padding: 5px 0 5px 14px;
	background-color:#fff;
	text-decoration:none;
	margin:0;
	width:100%;
}

.side-nav .tier-1 li ul {
	display:none;
}
.side-nav .tier-1 li.current-menu-parent ul {
	display:block;
}

.side-nav .tier-1 li.current-menu-parent ul a {
	background-color:#fff;
}

.side-nav .sub-menu li:first-child {
	text-transform:none;
	padding: 10px 0 5px 14px;
	background-color:#fff;
	text-decoration:none;
	margin:0;
	
}

.side-nav .sub-menu li:last-child {
	text-transform:none;
	padding: 5px 0 10px 14px;
	background-color:#fff;
	text-decoration:none;
	margin:0;
	
}

.side-nav .sub-menu a {
	text-transform:none;
	background-color:#fff;
	text-decoration:none;
	margin:0px;
	padding: 0 0 0 30px;
	text-align:left;
	color:#444444;
}

.side-nav .sub-menu a:hover {
	background-image:url('/wp-content/themes/aerofex/images/faqarrow.png');
	background-repeat:no-repeat;
	background-position:90% 70%;
	text-align:left;
	display:block;
	color:#045883;
}

.side-nav .sub-menu .current-menu-item a {
	background-image:url('/wp-content/themes/aerofex/images/faqarrow.png');
	background-repeat:no-repeat;
	background-position:90% 70%;
	text-align:left;
	display:block;
	color:#045883;
}

.side-nav .tier-2:first-child a {
	text-transform:none;
	background-color:#000;
	text-decoration:none;
	margin:10px 0 0 0;
	padding: 0 0 0 30px;
	
}
.side-nav .tier-2 li:hover {
	background-image:;
	background-position:0 100%;
}

.side-nav .the, .mobile-sidenav .the {
	text-decoration:none;

}

.side-nav .the li, .mobile-sidenav .the li {
	text-transform:uppercase;
	font-size:14px;
	list-style-type:none;
	text-decoration:none;
	color:#737575;
	display:block;
	clear:both;
	
}

.side-nav .the a, .mobile-sidenav .the a {
	text-transform:uppercase;
	font-size:14px;
	list-style-type:none;
	/*background-color:#fff;*/
	text-decoration:none;
	color:#737575;
	display:block;
	padding-bottom:10px;
	padding:10px 0px 10px 32px;
	text-align:left;
	
}

.side-nav .the a:hover, .mobile-sidenav .the a:hover {
	background-image:url('/wp-content/themes/aerofex/images/faqarrow.png');
	background-repeat:no-repeat;
	background-position:97% 55%;
	text-transform:uppercase;
	font-size:14px;
	list-style-type:none;
	background-color:#f2f3f3;
	text-decoration:none;
	color:#045883;
	display:block;
	padding-bottom:10px;
	padding:10px 0px 10px 32px;
	text-align:left;
	
}

.side-nav .the .current-menu-item a, .mobile-sidenav .the .current-menu-item a  {
	background-image:url('/wp-content/themes/aerofex/images/faqarrow.png');
	background-repeat:no-repeat;
	background-position:97% 55%;
	text-transform:uppercase;
	font-size:14px;
	list-style-type:none;
	background-color:#f2f3f3;
	text-decoration:none;
	color:#045883;
	display:block;
	/*padding-bottom:10px;*/
	/*padding:10px 0px 10px 32px;*/
	text-align:left;
	
}

.side-nav .the:first-child a, .mobile-sidenav .the:first-child a {
	text-transform:uppercase;
	font-size:14px;
	list-style-type:none;
	text-decoration:none;
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	padding:10px 0 10px 32px;
	
}

ul.mobile-menu li {
	margin: 0 20px 10px 20px;
	text-transform:uppercase;
	border-width:1px;
	border-color:#666;
	border-bottom-style:solid;
	list-style-type:none;
	padding-bottom:5px;
}

ul.mobile-menu li a {
	color:#000;
	text-decoration:none;
}

ul.mobile-menu li a:hover {
	font-weight:bold;
}

ul.mobile-menu li:first-child {
	margin-top:20px;
}

ul.mobile-menu li:last-child {
	margin-bottom:20px;
}

/* ==========================================
 HEADER
========================================== */
header {
	
}

/* ==========================================
 SIDEBAR AND WIDGETS
========================================== */
#sidebar {
	
}
#sidebar .block {
	/*margin-top:15px;*/
	position:relative;
}

#sidebar h2 {
	font-size:24px;
	font-weight:100;
	text-transform:uppercase;
	margin-top:0px;
	padding:5px 0 0 0;
	margin-bottom:15px;
}

#sidebar img {
	width:100%;
	height: auto;
	/*position:absolute;*/
}

/* ==========================================
 FORMS
========================================== */

/* ==========================================
 FOOTER
========================================== */
footer {
	
}

#footer-wrapper {
	width:100%;
	background-color:#757879;
	border-top-style:solid;
	border-color:#000;
	border-width:1px;
}

#footer-content {
/*	margin:0 auto;
	width:1014px;*/
	padding:20px 0px 15px 0px;
	
}

#footer-page {
	width:100%;
	background-color:#ebeaea;
	border-top-style:solid;
	border-color:#000;
	border-width:1px;
	clear:both;
}

/* ==========================================
 MOUSEOVER
========================================== */
.mouseover {
    display: none;
    height:30px;
    width:290px;
	position:relative;
}

a:hover + .mouseover {
    display: block;
	padding-bottom:7px;
	padding-left:10px;
	padding-top:215px;
	position:relative;
}

#mouseover {
	height:246px;
	padding-bottom:15px;
}

#sidebar p.text {
	position:absolute;
	left:10px;
	bottom:0;
	visibility:hidden;
}

#sidebar p.video {
	position:absolute;
	left:45%;
	bottom:40%;
	/*visibility:hidden;*/
}

.text ul li {
	margin-left:20px;
	padding-bottom:10px;
}

#sidebar p.text a, p.video a {
	color:#666;
	text-decoration:none;
}

#mouseover .video {
	position:relative;
	left:140px;
	top:90px;
	/*visibility:hidden;*/
}

#sidebar .block:hover .text, #sidebar .block:hover .video, #mouseover:hover .video, #mouseover:hover .video a {
	visibility:visible;
	color:#666666;
	text-decoration:none;
	font-size:12px;
}

img.enlarge {
	width:22px;
	height:22px;
	vertical-align:middle;
	margin-right:5px;
}

/* ==========================================
 MENUS
========================================== */
.menu li {
	list-style-type:none;
	float:left;
	display:inline-block;
}

.menu-item li {
	float:left;
	display:inline-block;
	text-transform:uppercase;
	margin-top:10px;
	padding-left:25px;
}
.menu-item li a:hover {
	color:#363636;
	text-decoration:none;
	display:inline-block;
	font-family:inherit, helvetica, arial, verdana;
	font-size:14px;
	text-decoration:none;
	text-align:center;
}
.menu-item.current-menu-item a {
    color: #363636;
}
.menu-item li a {
	color:#045883;
	text-decoration:none;
	display:inline-block;
	font-family:inherit, helvetica, arial, verdana;
	font-size:14px;
	text-decoration:none;
	text-align:center;	
}

.navsubmenu li {
	list-style-type:none;
	float:left;
	display:inline-block;
}

.navsubmenu-item li {
	float:left;
	display:inline-block;
	text-transform:uppercase;
	margin-top:10px;
	padding-left:42px;

}
.navsubmenu-item li a:hover, 
#content h2 a:hover,
.navsubmenu-item.current-menu-item a {
	color:#363636;
	text-decoration:none;
	display:inline-block;
	font-family:inherit, helvetica, arial, verdana;
	font-size:18px;
	text-decoration:none;
	text-align:center;

}
.navsubmenu-item li a,
#content h2 a {
	color:#045883;
	text-decoration:none;
	display:inline-block;
	font-family:inherit, helvetica, arial, verdana;
	font-size:18px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
		
}

.sidenav .tier1 .sub-menu .menu-item-has-childen li a {
	background-color:#fff;
}

.legalmenu li {
	list-style-type:none;
	float:left;
	display:inline-block;
}

.legalmenu-item li {
	/*float:left;*/
	display:inline-block;
	padding-left:5px;
	padding-bottom:5px;
	text-align:right;

}
.legalmenu-item li a:hover, 
.legalmenu-item.current-menu-item a {
	color:#363636;
	text-decoration:none;
	display:inline-block;
	font-family:inherit, helvetica, arial, verdana;
	font-size:13px;

}
.legalmenu-item li a {
	color:#000;
	text-decoration:none;
	font-family:inherit, helvetica, arial, verdana;
	font-size:13px;
		
}

.footermenu li {
	list-style-type:none;
	float:left;
}

.footermenu-item li {
	/*float:left;*/
	padding-bottom:7px;
	list-style-type:none;

}
.footermenu-item li a:hover, 
.footermenu-item.current-menu-item a {
	color:#363636;
	list-style-type:none;
	text-decoration:none;
	font-family:inherit, helvetica, arial, verdana;
	font-size:13px;

}
.footermenu-item li a {
	color:#000;
	list-style-type:none;
	text-decoration:none;
	font-family:inherit, helvetica, arial, verdana;
	font-size:13px;
		
}

#pagesleft ul, #pagesleft ol, #contentbuy ul, #contentbuy ol {
	padding-left:35px;
	padding-bottom:10px;
}

#pagesleft ul li {
	padding-bottom:5px;
}

.printthis {
	display:none;
}

.dontprint {
	
}
	
.buttonprint {
	display:block;
}


@media print {
    
    .printthis {
        display:block;
    }

    .dontprint, .buttonprint {
        display:none;
    }
    
}