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

/* header styles*/
header {
	margin: auto;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
header #actions {
	text-align: right;
}

header #actions div {
	display: inline-block;
	margin: 4px 8px 0 8px;
}
header #bumper {
	background-color:#333;
	color:#FFF;
	padding: 10px 0 13px 10px;
}
header .dropdown-menu {
	min-width: 183px;
	margin-top: 0;
	margin-left: -2px;
	padding-top: 10px;
}
header .dropdown-menu.tiles {
	padding: 14px 20px 12px 20px;
	/* controls overall width of Products dropdown */
	width: 770px;
}
header .dropdown-header.tiles {
	margin: 0;
	padding-top: 0;
}
header .dropdown-header-first.tiles {
	margin-top: 8px;
}
header .dropdown-menu-right {
	margin-right: -2px;
}
header .dropdown-header {
	border-bottom: 1px solid #CCC;
	clear: both;
	color:#CCC;
	font-size: 14px;
	margin: 4px 12px 6px 12px;
	padding: 10px 0 6px 4px;
}
header .dropdown-menu .divider {
	clear: both;
	margin: 12px 12px 6px 12px;
}
header .dropdown-menu > li > a {
	color: #FFF;
	margin: 0;
	padding: 10px 22px;
}
header .dropdown-menu > li > a.first {
	margin-top: 3px;
}
header .dropdown-menu > li.tile {
	display: block;
	margin: 0;
	padding: 5px;
	text-align: center;
}
header .dropdown-menu > li.tile > a {
	font-size: 14px;
	line-height: 1.15;
	min-height: 160px;
	padding: 5px;
	white-space: normal;
}
header .dropdown-menu > li.tile > a > .tile-thumb {
	display: inline-block;
	height: 150px;
	/* controls height of Products dropdown thumbnails */
	margin-bottom: 4px;
	overflow: hidden;
	width: 100%;
}
header .dropdown-menu {
	background: rgb(15,119,168);
	background: -moz-linear-gradient(top,  rgba(15,119,168,1) 0%, rgba(58,85,99,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(15,119,168,1) 0%,rgba(58,85,99,1) 100%);
	background: linear-gradient(to bottom,  rgba(15,119,168,1) 0%,rgba(58,85,99,1) 100%);
	border: 2px solid #CCC;
	border-radius: 0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f77a8', endColorstr='#3a5563',GradientType=0 );
}
header .dropdown-menu>li>a:hover,
header .dropdown-menu>li>a:active,
header .dropdown-menu>li>a:focus  {
	background-color: #00AEEF;
	color: #FFF;
}
header .dropdown-menu>li.tile>a:hover,
header .dropdown-menu>li.tile>a:active,
header .dropdown-menu>li.tile>a:focus  {
	background-color: transparent;
	color: #00AEEF;
}
header .dropdown-menu>li.tile>a>.tile-thumb {
	border: 1px solid #CCC;
	background-color: #333;
}
header .dropdown-menu>li.tile>a>div.tile-thumb>img.zoom { 
	-webkit-transition: all .15s ease-in; /* Safari and Chrome */
	-moz-transition: all .15s ease-in; /* Firefox */
	-o-transition: all .15s ease-in; /* IE 9 */
	-ms-transition: all .15s ease-in; /* Opera */
	transition: all .15s ease-in;	
	height: 100%;
	width: 100%;
}
header .dropdown-menu>li.tile>a>div.tile-thumb>img.zoom:hover { 
	transform:scale(1.2);
	-ms-transform:scale(1.2); /* IE 9 */
	-moz-transform:scale(1.2); /* Firefox */
	-webkit-transform:scale(1.2); /* Safari and Chrome */
	-o-transform:scale(1.2); /* Opera */
}
header #login .divider {
	color: rgba(255,255,255,0.3);
	font-size: 26px;
	font-weight: 100;
	line-height: 0;
	margin: 0 3.6px;
	position: relative;
	top: 4px;
}
header #login a {
	color:#FFF;
}
header #logo {
	margin: auto;
	padding: 17px 0 10px 0;
	text-align: center;
}
header #mainNav {
	margin: auto;
	text-align: center;
}
header #mainNav button {
	background-color: transparent;
	border-radius: 0;
	color: #FFF;
	font-size: 16px;
	margin-bottom: -1px;
	padding: 15px 26.8px 13px 26.8px;
}
header #mainNav button.expanded {
	margin-bottom: -1px;
	padding-top: 94px;
	padding-bottom: 13px;
}
header #mainNav button.over {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+60,1e5799+100,00aeef+100&0+60,0.5+100 */
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,174,239,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,174,239,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,174,239,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#8000aeef',GradientType=0 ); /* IE6-9 */
}
header #mainNav button.over-alt {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+30,1e5799+30,1e5799+100,00aeef+100&0+30,0.5+100 */
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 30%, rgba(0,174,239,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 30%,rgba(0,174,239,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 30%,rgba(0,174,239,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#8000aeef',GradientType=0 ); /* IE6-9 */
}
header .navbar {
	border:none;
	margin-bottom: 0;
	margin-left: 20px;
	position: inherit;
}
header .navbar-toggle {
	color: #FFF;
	float: left;
	margin-left: 10px;
}
header #phoneNumber {
	color:#00AEEF;
	font-size:18px;
	font-weight: 500;
	margin-left: 12px;
	position: relative;
	top: 1px;
	white-space: nowrap;
}
header #search input,
header #signup {
	margin-left: 2px;
	padding: 4px 10px;
}
header #tagline {
	color:rgba(255,255,255,0.6);
	font-size:14px;
	font-style:italic;
	font-weight:300;
	position: relative;
	top: 7px;
}
header #search input,
header #signup {
	color:#000;
	-webkit-border-radius:20px !important;
	-moz-border-radius:20px !important;
	border-radius:20px !important;
	-webkit-border-top:20px !important;
	-moz-border-top:20px !important;
	border-top:20px !important;
	-webkit-border-bottom:20px !important;
	-moz-border-bottom:20px !important;
	border-bottom:20px !important;
	outline: none;
	font-size: 14px;
}
header #search .btn {
	background-color: #008bc1;
	border: 1px solid #008bc1;
	color: #FFF;
	height: 28px;
	margin-bottom: 2px;
	
}
header #search .btn:hover {
	background-color: #00AEEF;
	border: 1px solid #00AEEF;
	color: #FFF;
}
/* end header styles */

/* page styles */

body {
	font-family: "proxima-nova",sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	background-color: #333;
}
p {
	font-size: 1.15em;
	line-height: 1.4em;
}
h4 {
	font-size: 1.35em;
	line-height: 1.2em;
}
h5 {
	font-style: italic;
	font-size: 1.35em;
	line-height: 1.2em;
	margin-bottom: 2px;
	margin-top: 0px;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
	color: #808080;
	font-weight: 200;
}
.slide-title .grey, p.grey  {
	color: #575854; 
}

.alert-danger {
	font-size:16px;
}
.btn-group.focus .dropdown-toggle,
.btn-group.open .dropdown-toggle {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-float {
	margin-top: 10px;
	margin-bottom: 26px;
}
.app-block {
	margin-bottom:10px;
}
.app-block p {
	font-size: 1em;
	line-height: 1.2em
}
.app-display {
	color: #fff;
	margin-bottom: 0px;
	min-height: 270px;
	padding-top: 21px;
	padding-left: 15px;
	padding-right: 15px;
}
.app-display .p-small {
	margin-bottom: 3px;
}
.app-display .app-thumb { 
	border: 0;
	-ms-transform: rotate(-7deg); /* IE 9 */
	-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
	transform: rotate(-7deg);
}
.app-icon {
	margin-right: 4px;
}
#app-notes {
	background: #0099cc;
	padding: 20px 0;
}
#app-notes .btn-float {
	margin-top: 20px;
	padding-bottom: 22px;
	z-index: 25;
}
#app-notes h2 {
	font-size: 3em;
	font-weight: 100;
	line-height: 1em;
	margin: 10px 0 40px 0;
}
#app-notes .carousel-indicators {
	bottom: 50px;
}
.app-thumbs {
	border: none;
	padding-top: 14px;
}
.app-box-body .title {
	color: #f16749;
	font-size: 22px;
	font-style: normal;
	line-height: 13px;
}
.app-block .app-title {
	font-size: 1.7em;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-top:5px;
}
.app-block .app-title>a:focus, .app-block .app-title>a:hover {
	background-color: inherit;
	color: #00AEEF;
	text-decoration: underline;
}
.app-thumb {
	border: thin solid #575854;
	margin-bottom:10px;
}
.block-diagram {
	background-color: #e6e7e8;
	border: 1px solid #575854;
	max-width: 445px;
	padding:20px;
}
.blockquote {
	color: #008bc1;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 20px 80px 0 35px;
}
.blockquote-sig {
	color: #575854;
	font-size: 1.1em;
	padding: 0 70px 0 55px;
}
.blockquote-sig .title {
	color: #808080;
	font-style: italic;	
}
.blue {
	color: #008bc1;
}
.bold {
	font-weight: bold;
}
.bottom-10 {
	margin-bottom: 10px;
}
.bottom-15 {
	margin-bottom: 15px;
}
.bottom-20 {
	margin-bottom: 20px;
}
.bottom-50 {
	margin-bottom: 50px;
}
.bottom-thumbs {
	margin-bottom: 10px;
	padding-left: 5px;
}
.brand-image-1 {
	margin-bottom: 30px;
	margin-top: 30px;
}
.brand-image-2 {
	margin-bottom: 20px;
	margin-top: 30px;
}
.breadcrumb {
	background-color:transparent;
	border-radius: 0;
	list-style: none;
	margin-bottom: 10px;
	padding: 8px 15px;
}
.breadcrumb > li + li:before {
	color: #777;
	content: "> ";
	padding: 0 2px 0 6px;
}
.breadcrumb {
	color: #777777;
}
.breadcrumb>li>a {
	color: #777777;
}
.breadcrumb>li>a:hover {
	color: #008bc1;
}
.breadcrumb .active {
	color: #008bc1;
	text-decoration: underline;
}
a.btn-white {
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #333;
}
a.btn-cyan {
	background-color: #008bc1;
	border: 1px solid #008bc1;
	color: #FFF;
}
a.btn-sidebar {
	width: 226px;
}
a.btn-clear {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
}
a.btn-white:hover,
a.btn-cyan:hover,
a.btn-clear:hover {
	background-color: #00AEEF;
	border: 1px solid #00AEEF;
	color: #FFF;
}
.btn.disabled {
	background-color: #ccc;
	border-color: #ccc;
	opacity: 1.0;
}
.btn.disabled:hover {
	background-color: #ccc;
	border-color: #ccc;
	opacity: 1.0;
}
.btn-email {
	background-color: #777;
	border: 1px solid #fff;
	margin-left:8px;
}
.btn-email:hover{
	background-color: #00AEEF;;
	border: 1px solid #fff;
	color: #fff;
}
.btn-gold {
	background-color: rgba(255,153,0,1.00);
	color: #FFF;
}
.btn-gold:hover {
	background-color: #E59F4B;
	color: inherit;
}
.btn-green {
	background-color: rgba(137,195,0,1.00);
	color: #FFF;
}
.btn-green:hover {
	background-color: #a8cd7d;
	color: inherit;
}
.btn-orange {
	background-color: #E48D30;
	color: #FFF;
}
.btn-dark-orange {
	background-color: rgba(255,102,51,1.00);
	color: #FFF;
}
.btn-orange:hover {
	background-color: #E59F4B;
	color: inherit;
}
.btn-success {
    color: #fff;
    background-color: #34a936;
    border-color: #34a936;
}
a.btn-red {
	background-color: #963032;
	border: 1px solid #963032;
	color: #FFF;
}
a.btn-red:hover {
	background-color: #FFF;
	border: 1px solid #e20000;
	color: #e20000;
}
.btn-single-row {
	margin: 10px 0 20px 0;
	text-align: center;
}
.callout {
	padding: 20px;
	border-radius: 10px;
	margin: 10px 0px
}
.carousel-buttons {
	margin-left: 23px;
}
.carousel-buttons .first{
	margin-right: 10px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	margin: auto;
	max-width: initial;
}
.carousel-indicators {
	bottom: 6px;
}
.carousel-control {
	width: 7%;
}
.carousel-caption {
	bottom: 0;
	left: auto;
	margin: 18px 0 14px 0;
	padding: 0;
	position: relative;
	right: auto;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
#carousel-app-notes .carousel-caption h5 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	text-shadow: none;
	/*height: 34px;*/
}
#carousel-app-notes .item img {
	margin-top: 10px;
}
#carousel-app-notes {
	background-image: url('../images/background-appnote.png');
	margin-bottom: 30px;
	-webkit-border-radius:8px !important;
	-moz-border-radius:8px !important;
	border-radius:8px !important;
	-webkit-border-top:8px !important;
	-moz-border-top:8px !important;
	border-top:8px !important;
	-webkit-border-bottom:8px !important;
	-moz-border-bottom:8px !important;
	border-bottom:8px !important;
	outline: none;
}
#carousel-quotes .carousel-inner {
	min-height: 215px;
}
.color {
	margin: 0 1px 0 1px;
}
.colors {
	margin: 20px 0 40px 0;
}
.configurations {
	padding: 0 15px 0 15px;
}
.contact {
	padding: 0 15px 5px 5px;
}
.contact-outer {
	padding: 0px;
	margin-top: 30px
}
#contact-form #part {
	padding-left: 10px;
}
#contact-form #part2, 
#contact-form #part3,
#contact-form #part4,
#contact-form #part5,
#contact-form #part6 {
	display: none;
	padding-left: 10px;
}
#contact-form .buttons {
	margin: 3px 0 0 0px;
	padding: 0px
}
#contact-form .remove {
	margin-left: 5px;
}
.datasheets .row{
	padding-left: 10px;
	padding-right: 10px;
}
.edit {
	color:#e20000
}
#features-bottom .buttons {
	margin-top: 20px;
}
#features-bottom .container {
	 padding: 15px 0 35px 0;
}
#features-bottom .item {
	margin-bottom: 10px;
}
.flagBlue,
.flagGreen,
.flagStar {
	margin-left: 15px;
	padding: 3px 6px;
}
.flagBlue {
	background-color: #00aeef;
	border: 1px solid #FFF;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.flagGreen {
	background-color: #66cc66;
	border: 1px solid #FFF;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
.flagStar {
	background-color: #00aeef;
	border: 1px solid #FFF;
	font-size: 13px;
	font-weight: 500;
}
.gap-bottom-20 {
	margin-bottom: 20px;
}
.gap-left {
	padding-left: 28px;
}
.gap-right {
	padding-right: 28px;
}
.g-recaptcha {
	margin-left: -10px;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #ff6633;
}
.has-error .form-control {
	border-color: #ff6633;
}
.labeled .help-block {
	margin-bottom: -10px;
}
.has-error .help-block{
	margin-bottom: -18px;
	margin-top: 2px;
}
form label {
	margin-bottom: 1px;
}
img.app-icon-sm {
	margin-left: 3px;
}
img.app-icon-sm-first {
	margin-left: 15px;
}
img.bordered {
	border: 1px solid #575854;
}
img.datasheet {
	margin: 4px 8px 4px 8px;
}
img.head-shot {
	margin-bottom: 10px;
}
img.responsive {
	height: auto;
	max-width: 100%;
}
img.svg {
	margin: 0 20px 20px 0;
}
.international .logo-container { 
	padding-top: 25px;
}
.international .text-container { 
	padding-left: 30px;
}
.international .text-container-left { 
	margin-top: 40px;
	padding-left: 50px;
}
#jumbotron {
	background-color: #333;
}
.large-block {
	min-height: 70px;
}
.last {
	margin-bottom: 20px;
}
.main-body {
	min-height: 790px; 
}
.management-block {
	margin-bottom: 20px;
}
.management-block-last {
	margin-bottom: 0px;
}
.management-block p {
	color:#808080;
	font-size: 1.05em;
	font-style: italic;
	line-height: 15px;
}
.management-block h4  {
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.25em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.management-block h5 {
	font-size: 1.0em;
	line-height: 1.05em;
	margin-top: 0px;
	margin-bottom: 12px;
}
#navigation {
	background-image: url('../images/header-bkgd.png');
	background-position: 50% 50%; 
	border-bottom: 2px solid #CCC;
	border-top: 2px solid #CCC;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: inherit;
	color: #00AEEF;
	text-decoration: underline;
}
.nav>li>a {
	padding: 3px 20px;
}
.nav-2>li>a {
	padding: 0px 28px;
}
.nav-pills .last {
	margin-bottom: 8px;
}
.nav-2>.main {
	margin-left: -10px;
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 6px 0px;
}
.nav-pills > li > a {
	color: #575854;
	border-radius: 0;
}
.nav-pills > li.active >a ,
.nav-pills >li.active > a:focus, 
.nav-pills > li.active > a:hover {
	background-color: inherit;
	color: #008bc1;
	text-decoration: underline;
}
.nav-pills>li.active-2>a, 
.nav-pills>li.active-2>a:focus, 
.nav-pills>li.active-2>a:hover {
	background-color: inherit;
	color: #008bc1;
	text-decoration: none;
}
#newsletter-banner {
	background-color: #777;
	padding: 20px 0; 
}
#newsletter-banner p{
	margin: 0;
}
#newsletter-banner #signup{
	margin: 0 10px 0 8px;
}
.no-top-border {
border-top:none;
}  
ol.normal {
	font-size: 1.2em;
}
.green-text {
	color: #e9ff80;
}
.blue-text {
	color: #80ecff;
}
.orange-text {
	color: #FFC250;
}.dark-orange-text {
	color: rgba(255,102,51,1.00);
}

.orange-block {
	display: block;
	background-color: rgba(255,102,51,1.00);
	font-size: 18px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 3px 26px 3px 26px;
	width: 167px;
	font-weight: 100;
}
.orange-phone {
	font-size: 2.2em;
	font-weight: 600;
	color: rgba(255,102,51,1.00);
	margin-top: -10px;
}
#page {
	position: relative;
	background-color: #FFF;
}
.page-top {
	top: 186px;
}
.page-top-sub {
	/* min-height: 1000px; */
	padding: 20px 20px 40px 20px;
}
#page #product-brands h2 {
	color: #0099CC;
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 2px;
	margin-bottom: 24px;
}
#page h2.white,
#page h3.white,
#page h4.white,
#page p.white,
#page span.white {
	color: #FFF;
}
#page-content h1 {
	color: #008bc1;
	font-size: 34px;
	font-weight: 300;
	margin-top: 6px;
	margin-bottom: 22px;
}
#page-content h2 {
	font-size: 26px;
	margin-top: 22px;
	margin-bottom: 16px;
}
h5 {
	margin-bottom: 8px;
}
#page-content h2.first {
	margin-top: 0px;
}
#page-content h6 { 
	color: #008bc1;
	font-size: 34px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 17px;
}
.panel {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.panel-default {
	border-color: #808080;
}
.panel-body {
	padding: 11px 0 15px 0;
}
.panel-body.answer {
	padding: 20px;
}
.panel-body .installation {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: thin solid #4F4F4f;
}
.panel-body .installation-last {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.panel-default>.panel-heading {
	color: #FFFFFF;
	background-color: #575854;
	border-radius: 0;
}
.panel-form {
	padding: 11px 0 0 0; 
}
.p-small {
	font-size: 1.05em;
	line-height: 1.35em;
}
div.part {
	border: thin solid #cccccc;
	line-height: 1.2em;
	padding: 5px;
}
div.part-alt {
	border: none;
	line-height: 1.2em;
}
div.part-header {
	background-color: #777777; 
	color: #FFFFFF;
	margin-top: 20px;
	padding: 8px 0 8px 10px;
	vertical-align: middle;
}
.part-list {
	background-color: #cccccc;
	border-radius: 7px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: -10px;
	margin-bottom: 20px;
	padding-top: 8px;
}
.part-list p{
	font-size: 1em;
	padding: 5px 5px 0 5px;
}
#product-brands-nexsys .pull-right {
	height: 170px; 
	margin-left: 30px; 
	margin-bottom: 10px;
	width: 200px; 
}
#product-brands-nexsys .block{
	margin-left:30px;
	margin-right: 30px;
}
#product-brands-vivisun .block{
	margin-left:30px;
	margin-right: 30px;
}
div.quote {
	padding: 25px 140px 25px 140px;
}
.quote {
	font-size: 1.4em;
	font-style: italic;
	font-weight: 100;
	line-height: 1.4em;
	padding: 10px 20px 8px 20px;
}
.quote-attr {
	font-size: 1em;
	font-style: italic;
	font-weight: 100;
	padding: 0 20px 20px 0;
}
.sales-block h4  {
	margin-top: 0px;
	margin-bottom: 0px
}
.sales-block h5 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 15px;
}
.sales-block {
	border-bottom: solid thin #575854;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sales-block-last {
	border-bottom: none;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sales-block .text-container-left { 
	margin-top: 0px;
	padding-left: 50px;
}
.sales-block-last .text-container-left { 
	margin-top: 0px;
	padding-left: 50px;
}
.sender {
	margin-left: -10px;
}
#sidebar {
	margin-top: 49px;
}
#sidebar-alt {
	margin-top: 0px;
}
#sidebar-alt .contact p {
	font-size: 1.0em;
	margin-bottom: 10px;
}
#sidebar-alt p{
	font-size: 1.1em;
	line-height: 1.25em;
}
#sidebar .contact, #sidebar-alt .contact {
	margin-bottom:0px;
	padding: 0px;
}
#sidebar .messages, #sidebar-alt .messages{
	margin: 0 15px;
}
#sidebar .btn-send, #sidebar-alt .btn-send {
	margin-bottom: 15px;
	margin-top: 0px;
}
.signup {
	margin-left: 2px;
	padding: 4px 10px;
	width: 200px;
	color:#000;
	-webkit-border-radius:20px !important;
	-moz-border-radius:20px !important;
	border-radius:20px !important;
	-webkit-border-top:20px !important;
	-moz-border-top:20px !important;
	border-top:20px !important;
	-webkit-border-bottom:20px !important;
	-moz-border-bottom:20px !important;
	border-bottom:20px !important;
	outline: none;
	font-size: 14px;
}
.sky {
	color: #80d6f7;
}
.slide-container {
	margin: auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
}
.slide-copy {
	color: #FFF;
	font-size: 1em;
	max-width: 550px;
	padding-right: 10px;
	position: absolute;
	top: 33px;
	width: 48.3%;
}
.slide-copy > h2 {
	margin-bottom: 16px;
}
.slide-copy > h3 {
	color: #E59F4B;
	font-size: 1.85em;
	font-weight: 600;
}
.slide-copy > p {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.3em;
	margin-left: 23px;
	margin-bottom: 20px;
}
.slide-copy > ul {
	margin-bottom: 20px;
}
.slide-copy > ul > li {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.slide-copy-left {
	left: 3.8%;
}
.slide-copy-right {
	left: 68%;
	width: 350px;
	margin-top: 60px;
}
.slide-container > .slide-copy > a.btn {
	margin-top: 12px;
}
.slide-container hr {
	margin-right: 80px; 
	margin-left: 23px;
	margin-top: -5px;
	margin-bottom: 15px;
}
.slide-container ul.grey {
	color: #575854; 
}
.slide-copy > p.tagline {
	font-size: 26.5px;
	line-height: 30px;
	margin-bottom: 30px;
}
.slide-copy > p.tagline-alt {
	font-size: 1.4em;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 20px;
	margin-left: 23px;
}
.slide-copy .icons {
	margin-bottom: 40px;
	margin-left: 23px;
}
h3.slide-title {
	font-size: 46px;
	font-weight: 300;
	margin-bottom: 16px;
	margin-top: 0px;
	margin-left: 23px;
}
h3.slide-title-alt {
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 18px;
	margin-top: 0px;
	margin-left: 23px;
	line-height: 39px;
}
table>thead>tr>th.text-center {
	text-align: center; 
}
.table>tbody>tr>td {
	line-height: 1.25em;
}
tr.header { 
	background-color: #777777; 
	color: #FFFFFF;
}
tr.grey { 
	background-color: #cccccc; 
}
.grey-label { 
	background-color: #cccccc;
	display: inline-block;
	font-size: .95em;
	font-style: italic;
	line-height: 1.25em;
	margin: 0px;
	padding: 10px;
	vertical-align: middle;
	width: 100%;
}
/*.grey-label>td {
	font-size: .9em;
	font-style: italic;
}*/
.sm-thumb {
	margin: 0 10px 5px 10px;
}
.table > tbody > tr > td {
	text-align: center;
	vertical-align: middle;
}
.table > thead > tr > th {
	background-color: #777777; 
	color: #FFFFFF;
	font-weight: 200;
	text-align: left;
	vertical-align: middle;
}
.table > thead > tr > th.white {
	background-color: #FFFFFF; 
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
}
td.dkgrey {
	background-color: #777777; 
	color: #FFFFFF;
	font-weight: 200;
}
.table-responsive { 
	padding: 5px;
	white-space: normal !important;
}
.table .footer {
	font-style: italic;
	text-align: left;
}
.table .text-left {
	text-align: left; 
}
.text-container h4 {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
}
.top {
	margin-top: 0;
}
.top-5 {
	margin-top: 5px;
}
.top-10 {
	margin-top: 10px;
}
.top-20 {
	margin-top: 20px;
}
.top-28 {
	margin-top: 25px;
}
.top-30 {
	margin-top: 30px;
}
.top-bottom-20 {
	margin: 20px 0 20px 0;
}
.top-sidebar {
	margin: 0 0 13px 13px;
	font-size: 13px;
}
.two-line-nav {
	line-height: 1.25em;
}
ul.feature-major {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 6px;
	-webkit-padding-start: 10px;
}
ul.feature-major li {
	margin-bottom: 12px;
}
ul.normal {
	font-size: 1.15em;
}
ul>li.menu-sub {
	margin: 1px 0 3px 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 5px;
    height: 0;
    overflow: hidden;
	margin-bottom: 10px;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap {
	max-width: 160px;
	min-width: 160px;
	white-space:normal;
	word-wrap: break-word;
}
.xray-text {
	color: #00AEEF;
}
.yellow {
	color: #ffff68;
}

/* end page styles */

/* footer styles */
#footer {
	background-color: #333;
	padding: 20px;
}
#footer p {
	color: #808080;
	margin-bottom: 0;
}
#footer #pipe-divider {
	margin: 0 7px;
}
/* end footer styles */



/* Media Queries */

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

@media (max-width:1379px) {

	#carousel-controls {
		display: none;
	}

}
@media (min-width:1200px) {

	.slide-vertical {
		padding-top: 35px;
	}
}
/*  Tablet Landscape - Bootstrap MD - <992px */
@media (max-width:1199px) {

	header #tagline {
		display:none;
	}

	header #actions {
		text-align:center;
	}

	header #logo {
	  padding: 17px 0 10px 0;
	}

	header #navigation {
		background-image: none;
		background-color: white;
	}

	header #navigation-wrapper {
		margin: auto;
		padding: 0;
		width: 100%;
	}

	header #navbar-wrapper {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#196d97+0,205c7e+100 */
		background: rgb(25,109,151); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(25,109,151,1) 0%, rgba(32,92,126,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(25,109,151,1) 0%,rgba(32,92,126,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(25,109,151,1) 0%,rgba(32,92,126,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#196d97', endColorstr='#205c7e',GradientType=0 ); /* IE6-9 */
	}
	header .navbar {
		margin-left: 0;
	}
	header #mainNav button.expanded {
		padding-top: 15px;
	}
	#jumbotron {
	  top: 238px;
	}
	.carousel-inner > .item > .slide-container > img, 
	.carousel-inner > .item > .slide-container > a > img {
		width: 100%;
		margin: auto;
	}
	.col-first {
	  margin-bottom: 20px;
	}
	.orange-block {
		font-size: 16px;
		width: 155px;
	}
	.page-top {
	  top: 237px;
	}
	#sidebar {
		margin-top: 10px;
	}
	.slide-copy>h2 {
		margin-top: 0px;
	}
	.slide-copy>p.tagline {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 35px;
	}
	.slide-copy>p.tagline-alt {
		font-size: 1.2em;
		line-height: 1.23em;
		margin-bottom: 15px;
		margin-left: 23px;
	}
	.slide-copy .icons {
		margin-left: 15px;
		margin-bottom: 20px;
	}
	.slide-copy hr {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.slide-copy-right {
		width: 300px;
		margin-top: 30px;
		font-size: 12.5px;
	}
	h3.slide-title {
		font-size: 38px;
		margin-bottom: 13px;
		margin-top: -4px;
		margin-left: 23px;
	}
		.slide-vertical {
		padding-top: 20px;
	}

}

/*  Tablet Portrait - Bootstrap SM - <768px */
@media (max-width:991px) {

	header #mainNav {
		padding-left: 10px;
		padding-right: 10px;
	}
	header #mainNav button {
		font-size: 15px;
		padding: 15px 20px 13px 20px;
		margin-bottom: -2px;
	}
	header .dropdown-menu.tiles {
	  width: 320px;
	}
	header .dropdown-menu>li.tile  {
	  	text-align: left;
	  }
	header .dropdown-menu>li.tile>a>.tile-thumb {
	  display: block;
	}
	header .dropdown-menu>li.tile>a {
	  font-size: inherit;
	  white-space: inherit;
	  line-height: inherit;
	  padding: inherit;
	  min-height: inherit;
	}
	header .dropdown-menu>li.tile>a:hover,
	header .dropdown-menu>li.tile>a:active,
	header .dropdown-menu>li.tile>a:focus  {
	  background-color: #00AEEF;
	  color: #FFF;
	}
	.container {
		width:inherit;
	}
	.carousel-buttons {
		margin-left: 2px;
	}
	.gap-left {
	  padding-left: 10px;
	}
	.gap-right {
	  padding-right: 10px;
	}
	.international .logo-container { 
		padding-bottom: 25px;
	}
	.main-body {
		min-height: 0px; 
	}
	
	.orange-block {
	margin-bottom: 20px;
	margin-left: -20px;
	font-size: 14px;
	width: 142px;
	}
	.page-top {
	  top: 236px;
	}
	.slide-copy>h2 {
		font-size: 2em;
	}
	.slide-copy>h3 {
		margin-top: 0;
	}
	.slide-copy>p.tagline {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 28px;
		margin-left: 5px;
	}
	.slide-copy>p.tagline-alt {
		font-size: 1.2em;
		margin-left: 5px;
		line-height: 1.2em;
	}
	.slide-copy>p {
		font-size: 1.1em;
		margin-left: 5px;
		margin-bottom: 18px;
	}

	.slide-copy>ul {
		margin-bottom: 20px;
		margin-left: -20px;
	}
	.slide-copy>ul>li {
		font-size: 1.1em;
		font-weight: 500;
		line-height: 1.2em;
	}
	h3.slide-title{
		font-size: 26px;
		font-weight: 300;
		margin-bottom: 12px;
		margin-top: -10px;
		margin-left: 5px;
	}
		.slide-vertical {
		padding-top: 0px;
	}
	.text-container h4 {
		vertical-align: bottom;
		display: inherit;
		text-align: center;
	}
	.vertical .icons {
		text-align:center;
	}
	.vertical .text-container { 
		margin-top: 25px;
		margin-bottom: 10px;
		height: 175px;
		background-color: #808080;
		height: 30px; 
		line-height: 20px;
	}
	#features-bottom .btn {
		margin-bottom: 5px;
	}
}

/*  Mobile - Bootstrap XS - <480px */
@media (max-width:767px) {

	header {
		position: initial;
	}
	header #search {
		font-size: 18px;
		padding-bottom:4px;
		padding-top:8px;
	}
	header #mainNav {
		background-color: #333;
		padding: 10px 10px 20px 10px;
	}
	header #mainNav .dropdown {
		display: block;
		text-align: left;
		padding: 3px 0 5px 0;
	}
	header #mainNav .dropdown-menu {
		width: 100%;
		background: none;
		position: inherit;
		top: inherit;
		left: inherit;
		margin: 0;
		padding: 0;
		min-width: inherit;
		border: none;
		visibility: visible;
		display: block;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	header #mainNav .dropdown>ul {
		padding: 3px 10px 5px 10px;
	}
	header #mainNav .dropdown-header {
		color: #CCC;
		padding: 0;
		margin: 10px 0 10px 0;
	}
	header #mainNav .dropdown-header-first {
		margin-top: 0;
	}
	header #mainNav .dropdown-menu>li>a {
		padding: 5px 8px;
		display: inline-block;
		margin-left: 10px;
	}
	header #mainNav button {
		color: #00aeef;
		float: none;
		font-weight: 500;
		font-size: 18px;
	}
	header #mainNav .dropdown>button.expanded {
		margin: 0;
		padding: 7px 0;
	}
	.container {
		width:inherit;
	}
	.contact {
	padding: 0px 0px 5px 0px;
	}
	.page-top {
	top: 0;
	}
	.part-list {
	margin-left: 0px;
	margin-right: 0px;
	}
	#sidebar {
	margin-top: 50px;
	margin-bottom: -40px;
	}
	.sm-part {
		margin-right: 8px;
	}

}

/*  Mobile Small  */
@media (max-width:479px) {

	header #phoneLabel {
		display: block;
		white-space: nowrap;
	}
	header #phoneNumber {
		font-size: 24px;
		margin:auto;
	}
	.btn {
		margin-bottom: 10px;
	}
	.page-top-sub {
		padding: 20px 0px 40px 0px;
	}
	.blockquote {
		padding: 20px 20px 0 20px;
	}

	.blockquote-sig {
		padding: 0 10px 0 25px;
	}
	.container {
		width:inherit;
	}
	div.quote {
		font-size: 1.2em;
		padding: 25px 30px 25px 30px;
	}
	
}

@media (min-width:1200px) {

	#sidebar {
	min-height: 400px;	
	}
	
}

@media (max-width: 320px){
	#product-brands-nexsys .pull-right {
		margin-left: 0px; 
		text-align: left;
		width: 100%;
	}
	#app-notes h2 {
		font-size: 2.2em;
		line-height: 1.1em;
		margin-bottom: 30px;
	}
	#app-notes .carousel-indicators {
		bottom: 50px;
	}
	#app-notes .btn {
		margin-bottom: 0px
	}
	#app-notes .app-icon {
		margin-bottom: 10px;
	}
	#contact-form .buttons {
		margin: 3px 0 0 -7px;
	}
	#contact-form {
		margin: -15px;
	}
	.contact {
		margin: 10px;
	}
	.panel-form .btn-send {
		margin-left: 10px
	}
}
.top-10 {
}
.bottom-30 {
	margin-bottom: 30px;
}
.side-form-title {
	padding: 2px;
	font-size: 14px;
	line-height: 17px;
}
.app-box-top {
	background-color: #008bc1;
	color: #ffffff;
	padding: 7px 15px;
	font-size: 18px
}
.app-box-body {
	background-color: #e7eff8;
	border-radius: 0px 0px 20px 20px;
	padding: 15px;
	overflow: hidden;
}
.app-box-body p.description {
	font-size: 1.1em;
}
.app-box {
	font-size: 12px
}
.app-box img{
	border: 2px solid #008bc1;
	border-radius: 5px;
	float: right;
	margin-left: 5px;
}
.block-diagram-full {
	background-color: #e6e7e8;
	border: 1px solid #575854;
	padding:20px;
}
.btn-small {
	width: 82px;
	margin: 1px 2px 1px 2px;
	padding: 2px;
}
a.btn-small {
	color: #008bc1;
}








