/*
Website Name: Airtronic USA
Author: jInteractive
Copyright 2014
jInteractive LLC
*/

@-ms-viewport {
 width: device-width;
}

/* Fonts */
@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* Normalize */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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, 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, main, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, hr { display: block; }

audio, canvas, video {
	display: inline-block;
*display: inline;
 *zoom: 1;
	vertical-align: middle;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] { display: none; }

abbr[title] { border-bottom: 1px dotted; }

dfn { font-style: italic; }

mark {
	background: #ff0;
	color: #000;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

::-moz-selection {
 background: #ccc;
 text-shadow: none;
}

::selection {
	background: #ccc;
	text-shadow: none;
}

/* General */
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 14px/1.4 OpenSans, Arial, Helvetica, sans-serif;
	background: url(../img/bg-body.png) repeat #303030;
	text-align: center;
	color: #666;
}

p, h1, h2, form, table, hr, pre, blockquote { margin: 0 0 20px; }

h1 {
	font-size: 38px;
	line-height: 1.1;
	font-weight: bold;
	color: #003364;
}

h2 {
	padding-bottom: 6px;
	font-size: 28px;
	line-height: 1.1;
	border-bottom: 1px dotted #666;
}

aside h2 {
	margin: 0 0 10px;
	font-size: 24px;
}

h3, h4 {
	font-size: 20px;
	font-weight: bold;
}

h4 {
	font-size: 18px;
	color: #003364;
}

.single-events h4 { margin: 0 0 20px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

ul, ol, dl, menu { margin: 0 0 20px 40px; }

ul { list-style: square; }

a {
	text-decoration: none;
	color: #014383;
}

a:focus { outline: thin dotted; }

a:active, a:hover {
	outline: 0;
	text-decoration: underline;
}

strong, b { font-weight: bold; }

em, i { font-style: italic; }

img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) { overflow: hidden; }

hr {
	margin: 0 0 20px;
	padding: 0;
	height: 1px;
	display: block;
	border: 0;
	border-top: 1px solid #ccc;
}

small { font-size: 80%; }

sub, sup {
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }

sub { bottom: -0.25em; }

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

legend { white-space: normal; *margin-left: -7px;
}

label {
	margin: 0 0 4px;
	display: block;
}

input, textarea, select, button, .searchbox {
	padding: 6px;
	width: 100%;
	height: 32px;
	height: auto\9;
	font: inherit;
	background: #fff;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea {
	height: 120px;
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
 *overflow: visible;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0 4px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
}

input[type="file"] {
	background: none;
	border: none;
	background: #fff\9;
	border: 1px solid #ccc\9;
}
 input[type="file"]::-ms-value {
background: #fff;
border: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	padding: 0 16px;
	width: auto;
	height: 36px;
	color: #fff;
	background: #003364;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button {
	display: inline-block;
	height: 36px;
	line-height: 36px;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
	background: #0a2846;
	text-decoration: none;
}

/*button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active {
	position: relative;
	top: 1px;
}*/

button[disabled], html input[disabled] { cursor: default; }

/* Tools */
.hidden, .tablet-view, .mobile-view {
	display: none !important;
	visibility: hidden;
}

.desktop-view {
	display: block !important;
	visibility: visible;
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after, .container:after { clear: both; }

.clearfix, .container { zoom: 1; }

.browsehappy {
	padding: 5px 0;
	text-align: center;
	background: #ccc;
	color: #000;
}

/* Structure */
.container {
	padding: 0 30px;
	margin: 0 auto;
	max-width: 1180px;
	text-align: left;
}

ul.form-list {
	margin: 0 0 20px;
	max-width: 500px;
	list-style: none;
}

ul.form-list li { margin: 0 0 10px; }

.wrapper {
	margin: 0 auto 40px;
	max-width: 1110px;
	border-bottom: 10px solid #999;
	background: #fff;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.8);
}

/* Header */
header, header a {
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header a:hover {
	color: #aaa;
	text-decoration: none;
}

header .logo {
	margin: 15px 0 20px;
	width: 400px;
	float: left;
}

header address {
	margin: 14px 0 0;
	width: 40%;
	text-align: right;
	float: right;
}

.mobile-call, .mobile-mail { display: none; }

/* Nav */
nav {
	position: relative;
	border-bottom: 6px solid #111;
	background: #111111;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #111111 0%, #292929 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #292929));
	background: -webkit-linear-gradient(top, #111111 0%, #292929 100%);
	background: -o-linear-gradient(top, #111111 0%, #292929 100%);
	background: -ms-linear-gradient(top, #111111 0%, #292929 100%);
	background: linear-gradient(to bottom, #111111 0%, #292929 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#292929', GradientType=0 );
}

.searchbox {
	height: 28px;
	padding: 0;
	width: 240px;
	float: right;
	background: #444;
	position: absolute;
	right: 12px;
	top: 12px;
	border-color: #666;
}

#s {
	padding: 4px 8px;
	width: 90%;
	height: 28px;
	float: left;
	color: #fff;
	background: none;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#searchsubmit {
	padding: 0;
	width: 10%;
	height: 26px;
	float: right;
	font: 18px/26px FontAwesome;
	color: #999;
	background: none;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

ul.rNav, ul.rNav ul {
	margin: 0;
	list-style: none;
}

ul.rNav { zoom: 1; }

ul.rNav:before, ul.rNav:after {
	content: "";
	display: table;
}

ul.rNav:after { clear: both; }

ul.rNav li {
	margin: 0;
	float: left;
	position: relative;
	line-height: normal;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul.rNav a {
	color: #fff;
	text-decoration: none;
	padding: 0 34px;
	display: block;
}

ul.rNav > li > a {
	height: 50px;
	line-height: 50px;
}

ul.rNav li:hover { background: #0a2846; }

ul.rNav ul {
	border-top: 6px solid #071a2d;
	border-bottom: 6px solid #071a2d;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

ul.rNav li:hover > ul {
	opacity: 1;
	visibility: visible;
}

ul.rNav ul li {
	background: #0a2846;
	width: 100%;
	text-align: left;
	border-top: 1px dotted #41607e;
}

ul.rNav ul li:first-child { border-top: none; }

ul.rNav ul li:hover { background: #071a2d; }

ul.rNav ul a {
	line-height: 44px;
	width: 100%;
}

ul.rNav ul ul {
	top: 0;
	left: 100%;
}

#rNav-trigger { display: none; }

/* Footer */
footer {
	color: #fff;
	border-top: 1px solid #666;
	background: #111111;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #111111 0%, #292929 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #292929));
	background: -webkit-linear-gradient(top, #111111 0%, #292929 100%);
	background: -o-linear-gradient(top, #111111 0%, #292929 100%);
	background: -ms-linear-gradient(top, #111111 0%, #292929 100%);
	background: linear-gradient(to bottom, #111111 0%, #292929 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#292929', GradientType=0 );
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.8);
}

footer .container { position: relative; }

footer a {
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

footer a:hover {
	color: #aaa;
	text-decoration: none;
}

footer .links {
	margin: 20px 0;
	width: 70%;
	font-size: 12px;
	float: left;
	list-style: none;
}

footer .links li {
	padding: 0 5px 0 0;
	width: 33.3333%;
	float: left;
}

footer address {
	margin: 20px 0;
	width: 30%;
	font-size: 12px;
	text-align: right;
	float: right;
}

.copyright {
	margin: 0 auto 20px;
	font-size: 10px;
	text-align: center;
	list-style: none;
}

.copyright li {
	margin: 0 -4px 0 0;
	padding: 0 6px;
	border-left: 1px solid #444;
	display: inline-block;
	line-height: 1;
}

.copyright li:first-child { border: none; }

.ausa-logo {
	width: 60px;
	height: auto;
	position: absolute;
	right: 220px;
	top: 95px;
	display: block;
}

.ndia-logo {
	width: 110px;
	height: auto;
	position: absolute;
	right: 220px;
	top: 20px;
	display: block;
}

.ns-logo {
	width: 200px;
	height: auto;
	position: absolute;
	right: 220px;
	top: 20px;
	display: block;
}

/* Banner */
.banner { margin: 0 0 30px; }

.banner .container { padding: 0; }

.banner img { margin: 0 auto; }

.flexslider { position: relative; }

.slides {
	margin: 0;
	list-style: none;
}

.slides li {
	position: relative;
	display: none;
}

.flex-control-nav {
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 2;
	left: 30px;
	bottom: 30px;
}

.flex-control-nav li {
	margin-left: 12px;
	float: left;
	cursor: pointer;
}

.flex-control-nav li:first-child { margin-left: 0; }

.flex-control-nav a {
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	display: block;
	background: #fff;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}

.flex-control-nav a.flex-active, .flex-control-nav a:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.flex-caption {
	padding: 20px 30px;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	background: rgba(0,0,0,0.6);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000);
	position: absolute;
	bottom: 0;
}

.flex-caption {
	-webkit-animation: slideIn;
	-moz-animation: slideIn;
	-o-animation: slideIn;
	animation: slideIn;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes slideIn {
 0% {
 padding-top: 0;
 padding-bottom: 0;
 opacity: 0;
}
 100% {
 padding-top: 20px;
 padding-bottom: 20px;
 opacity: 1;
}
}
@-moz-keyframes slideIn {
 0% {
 padding-top: 0;
 padding-bottom: 0;
 opacity: 0;
}
 100% {
 padding-top: 20px;
 padding-bottom: 20px;
 opacity: 1;
}
}
@-o-keyframes slideIn {
 0% {
 padding-top: 0;
 padding-bottom: 0;
 opacity: 0;
}
 100% {
 padding-top: 20px;
 padding-bottom: 20px;
 opacity: 1;
}
}
@keyframes slideIn {
 0% {
 padding-top: 0;
 padding-bottom: 0;
 opacity: 0;
}
 100% {
 padding-top: 20px;
 padding-bottom: 20px;
 opacity: 1;
}
}

/* Products */
.home .products { margin: 0 0 30px; }

.home .products ul {
	margin: 0 -15px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 4px solid #003364;
}

.home .products ul li {
	padding: 0 15px;
	width: 25%;
	float: left;
}

.home .products a:hover { text-decoration: none; }

.home .products h3 {
	margin: 0 0 10px;
	padding: 0 14px;
	font-size: 17px;
	font-weight: normal;
	line-height: 36px;
	color: #fff;
	border-bottom: 6px solid #111;
	background: #111111;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #111111 0%, #292929 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #292929));
	background: -webkit-linear-gradient(top, #111111 0%, #292929 100%);
	background: -o-linear-gradient(top, #111111 0%, #292929 100%);
	background: -ms-linear-gradient(top, #111111 0%, #292929 100%);
	background: linear-gradient(to bottom, #111111 0%, #292929 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#292929', GradientType=0 );
}

.home .products a:hover > h3 {
	border-bottom: 6px solid #292929;
	background: #292929;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NzQ3NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #292929 0%, #474747 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #474747));
	background: -webkit-linear-gradient(top, #292929 0%, #474747 100%);
	background: -o-linear-gradient(top, #292929 0%, #474747 100%);
	background: -ms-linear-gradient(top, #292929 0%, #474747 100%);
	background: linear-gradient(to bottom, #292929 0%, #474747 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#474747', GradientType=0 );
}

.home .products img { margin: 0 auto; }

.home .products a:hover > img {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.home .products .more {
	display: block;
	text-align: right;
}

.home .products .more:hover { text-decoration: underline; }

/* Main */
main { margin: 0 0 30px; }

article {
	/*width: 72%;*/
	width: 100%;
	float: left;
}

.home article { width: 72%; }

.single-products article, .page-id-116 article, .tax-product-type article {
	width: 72%;
	float: right;
}

article li { margin: 0 0 6px; }

.search article { width: 100%; }

/* Sidebar */
aside {
	padding: 0 0 0 30px;
	width: 28%;
	float: right;
}

.single-products aside, .page-id-116 aside, .tax-product-type aside {
	padding: 0 30px 0 0;
	float: left;
}

.sidebar {
	padding: 20px;
	background: #efefef;
}

.press-list, .mil-product-list {
	margin: 0 0 40px;
	list-style: none;
}

.mil-product-list { margin: 0; }

.pol-product-headline { margin-top: 40px; }

.press-list li, .events-list li { margin-top: 20px; }

.mil-product-list li, .pol-product-list li { margin-top: 10px; }

.press-list li:first-child, .events-list li:first-child, .mil-product-list li:first-child, .pol-product-list li:first-child { margin-top: 0; }

.press-list a, .events-list a, .mil-product-list a, .pol-product-list a { color: inherit; }

.events-list, .pol-product-list {
	margin: 0 0 10px;
	list-style: none;
}

/* Products Pages */
.icon {
	display: inline-block;
	vertical-align: top;
	width: 26px;
}

.info-box { margin: 0 0 30px; }

.product-img-box {
	float: right;
	margin: 0 0 0 20px;
	width: 300px;
}

.main-img { margin: 0 auto; }

.main-img img { width: 100%; }

.additional-img {
	margin: 0 -10px;
	list-style: none;
}

.additional-img li {
	margin: 20px 0 0;
	padding: 0 10px;
	float: left;
	width: 33.3333%;
}

.additional-img img {
	max-width: none;
	width: 100%;
}

.tabs-box { clear: both; }

.tabs-list {
	margin: 0;
	list-style: none;
}

.tabs-list li {
	margin: 0 0 0 1%;
	width: 30%;
	height: 40x;
	line-height: 40px;
	border: 1px solid #efefef;
	background: #efefef;
	text-transform: uppercase;
	float: left;
	text-align: center;
	position: relative;
	bottom: -1px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tabs-list li:first-child { margin: 0; }

.tabs-list li.ui-tabs-active {
	background: #fff;
	border-bottom-color: #fff;
}

.tabs-list a {
	display: block;
	color: inherit;
}

.tabs-list a:hover { text-decoration: none; }

.tabs-list span { padding-left: 10px; }

.tab-content {
	padding: 20px 20px 1px;
	border: 1px solid #efefef;
}

.specs-table { border: 1px solid #efefef; }

.specs-table th, .specs-table td { padding: 4px 6px; }

.specs-table th { font-weight: bold; }

.specs-table tr:nth-child(odd) { background: #f7f7f7; }

.documents-list { margin: 0 0 20px 10px; }

.videos-list {
	margin: 0 -10px 10px;
	list-style: none;
}

.videos-list li {
	padding: 0 10px;
	width: 50%;
	float: left;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Products Page */
.products-page-list {
	margin: 0 -15px;
	list-style: none;
}

.products-page-list li {
	margin: 0;
	padding: 0 15px;
	width: 25%;
	float: left;
	min-height: 210px;
}

.products-page-list img {
	margin: 0 0 5px;
	vertical-align: middle;
	display: inline-block;
}

.products-page-list p { min-height: 50px; }

.products-page-list .helper {
	height: 64px;
	vertical-align: middle;
	display: inline-block;
}

/* Press Releases */
.wp-posts-list li { margin: 40px 0 0; }

.wp-posts-list li:first-child { margin: 0; }

.embed-youtube,
.embed-vimeo {
	padding-bottom: 56.25%;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.embed-youtube iframe,
.embed-vimeo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Media Queries*/
@media screen and (max-width: 1120px) {

article { /*width: 70%;*/ }

.home article, .single-products article, .page-id-116 article, .tax-product-type article { width: 70%; }

aside { width: 30%; }
}

@media screen and (max-width: 1084px) {

.products-page-list .helper { height: auto; }
}

@media screen and (max-width: 960px) {

ul.rNav a { padding: 0 30px; }

article { /*width: 65%;*/ }

.home article, .single-products article, .page-id-116 article, .tax-product-type article { width: 65%; }

aside { width: 35%; }

.product-img-box { width: 240px; }
}

@media screen and (max-width: 930px) {

ul.rNav a { padding: 0 24px; }

.products-page-list li {
	width: 33.3333%;
	min-height: 175px;
}

footer .links li { width: 50%; }
footer .links { width: 60%; }
}

@media screen and (max-width: 850px) {

ul.rNav a { padding: 0 20px; }

}

@media screen and (max-width: 800px) {

ul.rNav a { padding: 0 18px; }

article { /*width: 60%;*/ }

.home article, .single-products article, .page-id-116 article, .tax-product-type article { width: 60%; }

aside { width: 40%; }

.home .products ul li { width: 50%; }

.home .products h3 {
	margin: 0 auto 10px;
	max-width: 240px;
}

.home .products p {
	margin: 0 auto 30px;
	max-width: 240px;
}

.product-img-box { width: 200px; }

.videos-list { margin: 0 0 10px; }

.videos-list li {
	padding: 20px 0 0;
	width: 100%;
}

.videos-list li:first-child { padding: 0; }
}

@media screen and (max-width: 767px) {

.banner { margin: 0 0 20px; }

.container { padding: 0 20px; }

header .container { padding: 65px 20px 0 10px; }

header .logo {
	margin: 5px auto 15px;
	float: none;
	width: 300px;
}

header address {
	float: none;
	width: 200px;
	margin: 0 auto 20px;
}

nav {
	width: 100%;
	position: fixed;
	top: 0;
}

main { margin: 0; }

#rNav-wrap {
	position: relative;
	text-align: center;
}

#rNav-trigger {
	position: relative;
	display: block;
	height: 50px;
	line-height: 0px;
	cursor: pointer;
	background: #111111;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #111111 0%, #292929 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111111), color-stop(100%, #292929));
	background: -webkit-linear-gradient(top, #111111 0%, #292929 100%);
	background: -o-linear-gradient(top, #111111 0%, #292929 100%);
	background: -ms-linear-gradient(top, #111111 0%, #292929 100%);
	background: linear-gradient(to bottom, #111111 0%, #292929 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#292929', GradientType=0 );
}

#rNav-trigger div {
	position: absolute;
	top: 15px;
	left: 15px;
}

#rNav-trigger span {
	width: 30px;
	height: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	display: block;
}

#rNav-trigger span:first-child + span { margin: 5px 0; }

ul.rNav {
	z-index: 9999;
	position: relative;
	top: 100%;
	width: 100%;
	background: #0a2846;
	display: none;
}

ul.rNav > li > a {
	height: auto;
	line-height: 1;
	padding: 15px 20px;
}

ul.rNav li.rNav-back:hover, ul.rNav li:hover { background: #071a2d; }

ul.rNav li.rNav-back a { text-transform: uppercase; }

ul.rNav li.rNav-back a:before {
	content: "\f100";
	padding: 0 10px 0 0;
	font-family: FontAwesome;
}

ul.rNav ul {
	height: auto;
	opacity: 1;
	position: static;
	visibility: visible;
}

ul.rNav li {
	position: static;
	display: block;
	float: none;
	border-top: 1px dotted #41607e;
	text-align: left;
}

ul.rNav li:first-child { border: none; }

ul.rNav a {
	display: block;
	float: none;
	text-decoration: none;
}

ul.rNav ul a {
	padding: 0;
	width: auto;
}

a.rNav-parent:after {
	content: "\f101";
	position: absolute;
	right: 20px;
	font-family: FontAwesome;
}

ul.rNav-trans {
	display: block;
	position: absolute;
	overflow: hidden;
}

ul.rNav-trans li, ul.rNav-trans li a {
	overflow: hidden;
	white-space: nowrap;
}

.flex-control-nav a {
	width: 10px;
	height: 10px;
}

.flex-control-nav li { margin-left: 6px; }

.flex-caption {
	padding: 10px 20px;
	font-size: 18px;
}

.flex-control-nav { bottom: 18px; }
 @-webkit-keyframes slideIn {
 0% {
 padding-top: 0;
 padding-bottom: 0;
 opacity: 0;
}
 100% {
 padding-top: 20px;
 padding-bottom: 20px;
 opacity: 1;
}
}
@-moz-keyframes slideIn {
 0% {
 padding-top: 0;
 padding-bottom: 0;
 opacity: 0;
}
 100% {
 padding-top: 10px;
 padding-bottom: 10px;
 opacity: 1;
}
}
@-o-keyframes slideIn {
 0% {
 padding-top: 0;
 padding-bottom: 0;
 opacity: 0;
}
 100% {
 padding-top: 10px;
 padding-bottom: 10px;
 opacity: 1;
}
}
@keyframes slideIn {
 0% {
 padding-top: 0;
 padding-bottom: 0;
 opacity: 0;
}
 100% {
 padding-top: 10px;
 padding-bottom: 10px;
 opacity: 1;
}
}

article, aside {
	width: 100%;
	float: none;
}

article { margin: 0 0 30px; }

.home article, .single-products article, .page-id-116 article, .tax-product-type article { width: 100%; }

aside, .single-products aside, .page-id-116 aside, .tax-product-type aside { padding: 0; }

.sidebar {
	margin: 0 -30px;
	padding: 30px;
}

.product-img-box {
	margin: 0 0 20px;
	float: none;
	width: 100%;
}

.additional-img { margin: 0 -5px; }

.additional-img li {
	margin: 10px 0 0;
	padding: 0 5px;
}

.products-list li { width: 50%; }

.videos-list { margin: 0 -10px 10px; }

.videos-list li, .videos-list li:first-child {
	padding: 0 10px;
	width: 50%;
}

footer .container { text-align: center; }

footer .links { width: 100%; float: none; }

footer address {
	width: 100%;
	text-align: center;
	float: none;
}

footer address { margin: 20px 0; }

.ausa-logo, .ndia-logo { position: static; margin: 15px 10px -5px; clear: both; display: inline-block; vertical-align: middle; }

}

@media screen and (max-width: 600px) {

.wrapper { margin-bottom: 0; }

main .container { padding-top: 20px; }

.banner, .home .products { display: none; }

h1 { font-size: 28px; }

h2 { font-size: 24px; }

aside h2 { font-size: 20px; }

h3, h4 {
	font-size: 18px;
	font-weight: bold;
}

h4 { font-size: 16px; }

header address { display: none; }

.mobile-call, .mobile-mail {
	position: absolute;
	top: 5px;
	left: 46px;
	font-size: 30px;
	display: block;
	color: #fff;
}

.mobile-mail {
	top: 3px;
	left: 82px;
}

footer {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

footer .links { display: none; }

.copyright li {
	margin: 0 0 3px;
	padding: 0;
	line-height: auto;
	display: block;
	border: none;
}

.sidebar {
	margin: 0 -20px;
	padding: 20px;
}

.tabs-list span { display: none; }

.products-page-list { margin: 0 -10px; }

.products-page-list li {
	padding: 0 10px;
	width: 50%;
	min-height: 168px;
}

.products-page-list .helper { height: auto; }

.ausa-logo { position: static; margin: 15px auto -5px; }

}

@media screen and (max-width: 595px) {

.videos-list { margin: 0 0 10px; }

.videos-list li, .videos-list li:first-child {
	padding: 20px 0 0;
	width: 100%;
	float: left;
}

.videos-list li:first-child { padding: 0; }

}

@media screen and (max-width: 400px) {

.searchbox { width: 180px; }

#s { width: 85%; }

#searchsubmit { width: 15%; }
}

/* Print */
@media print {

* {
	margin: 0 0 10px !important;
	padding: 0 !important;
	font: normal 10pt/1.2 Georgia, Times, "Times New Roman", serif !important;
	color: #000 !important;
	background: transparent !important;
	color: black !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}

body { padding: .75cm !important; }

a, a:visited { text-decoration: underline; }

a[href]:after { content: " (" attr(href) ")"; }

abbr[title]:after { content: " (" attr(title) ")"; }

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }

h1, h2, h3, h4, h5, h6 { font: bold 18pt/1.2 Arial, Helvetica, sans-serif !important; }

h2 { font-size: 16pt !important; }

h3 { font-size: 14pt !important; }

h4 { font-size: 12pt !important; }

h5, h6 { font-size: 10pt !important; }

code { font: 10pt Courier, monospace; }

pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead { display: table-header-group; }

tr, img { page-break-inside: avoid; }

p, h2, h3 {
	orphans: 3;
	widows: 3;
}

h2, h3 { page-break-after: avoid; }

@page { margin: 0.5cm !important; }
}