@charset "utf-8";
/* CSS Document */

.Navigation {
	display: none;
}
.LogoContainer {
	background-image: url(../ui/APT-logo.png);
	margin-left: 60px;
}
/**************************************************************************************Navigation*/
.ServicesBar {
	display: block;
	background-image: url(../ui/ServicesBar.png);
	background-repeat: repeat-x;
	float: left;
	height: 36px;
	width: 100%;
	position: relative;
}
.ServiceNumber {
	display: block;
	font-size: .95em;
	position: absolute;
	width: auto;
	top: 38px;
	right: 10px;
	color: #ffffff;
}
.ServiceNumber a {
	font-weight: 500;
	font-size: .85em !important;
	color: #ffffff;
	text-decoration: none !important;
}
.NavActivator {
	display: block;
	position: absolute;
	height: 30px;
	width: 33px;
	left: 15px;
	top: 28px;
}
.NavClose {
	height: 30px;
	width: 30px;
	position: relative;
	background-color: #1b3487;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	display: none;
}
.NavClose h4 {
	font-size: 1.5em;
	color: #FFF;
	text-align: center;
	padding-top: 0px;
}
.navbar-toggle {
	position: relative;
	padding: 5px 5px;
	margin-bottom: 0px;
	background-color: #394666;
	border: 1px solid transparent;
	cursor: pointer;
	border-radius: 2px;
	z-index: 2;
}
.navbar-toggle .icon-bar {
   display: block;
   width: 30px;
   height: 4px;
   background-color:#FFF;
   border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
   margin-top: 6px;
}
.PrimaryMenuContainer {
	font-weight: normal !important;
	display: block;
	position: absolute;
	z-index: 5;
	height: auto;
	width: 100%;
	top: 96px;
	left: 0px;
	display: none;
	background-color: #FFF;
	overflow: auto;
}
.SecondaryMenuContainer {
	position: absolute;
	z-index: 6;
	height: 460px;
	width: 100%;
	top: 96px;
	display: none;
	background-color: #FFF;
	left: 0px;
	overflow: auto;
}
.SecondaryMenuContainerBlock {
	float: left;
	height: 150px;
	width: 100%;
	position: relative;
}
.TopMenu {
	z-index: 6;
}
.OverlayMenu {
	z-index: 5;
}
.SecondaryScroll {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}

.MenuContainer {
	width: 100%;
	margin: 0px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	position: relative;
}
.MenuContainer a {
	display: block;
	color: #555555;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-decoration: none !important;
	font-weight: 200 !important;
}
.MenuContainerActive {
	background-color: #394666;
	color: #FFF !important;
}

.MenuContainerActive:hover {
	color: #FFF !important;
}
.ArrowIndicator {
	color: #23438e;
	font-size: 2em;
	position: absolute;
	width: auto;
	top: 9px;
	right: 15px;
	line-height: 18px;
	height: 30px;
	width: 15px;
	background-image: url(../ui/MenuArrow.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.MenuHeader {
	background-color: #394666;
	height: 46px;
}
.MenuHeader h2 {
	color: #FFF;
	font-size: 1.25em;
	padding-left: 15px;
	padding-top: 15px;
	line-height: 18px;
}
.CloseArrowIndicator {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 2em;
	position: absolute;
	width: auto;
	top: 16px;
	right: 15px;
	line-height: 18px;
}
.AbsClose {
	color: #004379;
	cursor: pointer;
	right: 4%;
	
}
@media all and (min-width:320px) and (max-width:550px) {
	.AbsClose {
	   top: 20px;
	   right: 5%;
	}
}
.MenuLauncher {
	display: inline-block;
	width: auto;
}
/**************************************************************************************Navigation*/

/*************************************************************************************Breadcrumbs*/
.BreadcrumbContainer {
	display: block;
	float: left;
	height: 30px;
	width: 100%;
	position: relative;
	background-color: #E4E4E4;
}
.BreadcrumbContainer ul {
	margin-top: 4px;
	margin-left: 25px;
	list-style-image: none;
	list-style-type: none;
}
.BreadcrumbContainer li {
	display: inline;
	font-size: .70em;
	padding-top: 8px;
	line-height: normal !important;
}
.BreadcrumbContainer p {
	margin: 0px;
	display: inline-block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 50px;
	top: 9px;
}
.BreadcrumbContainer img {
	border: 0;
	padding-top: 0px;
}
.BreadcrumbContainer span {
	background-image: url(../ui/Chevron.png);
	background-repeat: no-repeat;
	width: 10px;
	background-position: center center;
	padding-right: 10px;
	padding-left: 10px;
}
.BreadcrumbContainer a {
	color: #333333;
	text-decoration: none;
}
.BreadcrumbContainer h5 {
	font-size: 1em;
	font-style: italic;
	color: #666;
	display: inline;
	padding-left: 12px;
	float: right;
	margin-right: 12px;
	margin-top: 5px;
}
img.HomeIcon {
	position: absolute;
	left: 15px;
	top: 8px;
}
.BreadcrumbContainer h4 {
	position: absolute;
	font-size: 1em;
	display: inline-block;
	max-width: 65% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	top: 9px;
	left: auto;
}
/*************************************************************************************Breadcrumbs*/
.ProductSection,
.TechnicalSection,
.PageSection,
.LocationSection {
	padding-top: 30px;
}
.TechnicalPanel,
.ProductPanel,
.ProjectsPanel,
.ApplicationPanel {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
}
.ProjectReturnContainer,
.EnvironmenttReturnContainer {
	display: table;
	width: auto;
	position: relative;	
	margin-top: 30px;
	right: auto;
	background-position: right 0px;
	text-align: left;
}

.ProductReturnContainer {
	display: table;
	width: auto;
	position: relative;	
	margin-top: 30px;
	right: auto;
	background-position: right 0px;
	text-align: left;
}
.WarrantyInstruction {
	margin-top: 0px;
	margin-bottom: 30px;
	line-height: 22px;
}
.WarrantyReturnContainer {
	display: table;
	width: auto;
	position: relative;	
	right: auto;
	top: 0;
	background-position: right 0px;
	text-align: left;
}
.MobileScroll {
	width: 45px;
	height: 45px;
	position: fixed;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	background-image: url(../ui/MobileScrollArrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1100;
	display: none;
}
.ProjectPanel h1 {
	position: relative;
	text-transform: uppercase;
	display: block;
}
.ProjectTitleContainer,
.ProjectTitleContainer {
	width: 100%;
	padding: 0;
}
.ProjectTitle {
	display: none;
}
.TechnicalInformation li {
	line-height: 22px;
}

.ChargeLeft,
.ChargeRight,
.PagePanel {
	width: 100%;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	height: auto;
}

.PagePanel h1 {
	margin-bottom: 24px;
}
.MobileLoginContainerMenu {
	display: block;
	position: absolute;
	top: 40px;
	right: 30px;
	width: auto;
	height: auto;
	text-transform:uppercase;
}
.MobileLoginContainerMenu a {
	font-size: .85em;
	color: #FFF;
}
.FormContainer {
	width: 100% !important;
}
.ContactDetails,
.ContactFormContainer,
.SignupFormContainer,
.ContactContainer {
	width: 100%;
}
.ContactFormContainer .form-control {
	width: 90%;
}
.SubmissionButton {
	margin-left: 46%;
	width: 50%;
}

.HeroCationFloatRight {
	width: 100%;
	float: none;
	margin-left: 0;
}
.grid25,
.grid30,
.grid35 {
	width: 99% !important;
	float: none !important;
	margin-left: 0%;
}
.grid figure {
	max-width: none;
	margin: 0;
	margin-bottom: 10px;
}