
/* --------------------------------------------------------------
Global Settings
-------------------------------------------------------------- */ 

body {
	background: #0E2418 url('../../_assets/img/bg-light-green.jpg') no-repeat top center; 
	background-size: cover; 
}

h1 a:link, h1 a:visited {
	color: #fff;
}

h1 a:hover {
	color: #fff;
	text-decoration: none;
}

h4 {
	color: #196B35;
	margin: 10px 0 10px 0;
	font-style: italic;
    font-weight: normal;
}

h5 {
	color: #EC9E36;
	margin: 10px 0 10px 0;
	font-style: italic;
    font-weight: normal;
    font-size: 16px;
}

h6 {
	color: #EC9E36;
	margin: 10px 0 10px 0;
	background-color: #000;
    padding: .25em 1em;
    font-size: 14px;
    font-weight: normal; 
}

#captcha.pf_captcha img {
	width: 140px;
}

form.purechat-form input[type="text"], form.purechat-form input[type="email"] {
	height: 2em;
}

/*
TUNNEL 7 COMMENTED OUT BECAUSE THIS AFFECTED MANY GLOBAL LINKS AND BUTTONS TO USE THIS DARK COLOR 
	
p a:link, p a:visited {
	color: #0088cc;
}
 */

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */

/* abandoned this approach - never worked quite right and were creating way too many variations 

@media (max-width:564px) {  
	
	#header {
		height: auto;
		background: url('../../_assets/img/top-swoosh-mobile.png') no-repeat;
		margin: 0;
		padding: 0;
		background-size: contain; 
	}

}


@media (min-width:565px) and (max-width:767px) {  
		
	#header {
		height: 307px;
		background: url('../../_assets/img/top-swoosh-mobile.png') no-repeat;
		margin: 0;
		padding: 0;
		background-size: contain;
	}

}

*/

@media (min-width:768px) { /* for tablet and up */

	#header {
		height: 184px;
		background: url('../../_assets/img/top-swoosh.png') no-repeat;
		margin: 0;
		padding: 0;
	}
}

@media (max-width:767px) {
	
	#header .logo-desktop {
		display: none;
	}
	
}


@media (min-width:768px) { /* for tablet and up */
 
	#header .logo {
		padding: 20px 0 20px 20px;
	}
	
	#header .logo-mobile {
		display: none;
	}

}

#header .search {
	margin-top: 1em;
}

#header .search .translate {
	padding-top: .5em;
	margin-left: 5em;
}

@media (min-width: 1200px) {
	#header .search {
		margin-top: 5em;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	
	#header .search {
		margin-top: 5em;
	}


	#header .search .translate {
		display: block;
		float: right;	
		padding-right: 0;
		padding-bottom: 10px;
	}
	
	#header .search .translate li {
		padding-right:0;
		padding-left:15px;
	}
	
}

@media (max-width: 767px) {
	#header .search .translate {
	    width: 100%;
	    text-align: right;
	    margin: -1em 0 0 0;
	    padding: 0;
	    display: none;
    }
    
}

@media (max-width: 480px) {
	#header {
		
	}
    
}

#footer #mobile-translate .translate-mobile a {
	color: #000;
}

#footer #mobile-translate .translate-mobile {
	margin-bottom: 1em;
}

@media (min-width: 768px) {
	#footer #mobile-translate { /* don't show row for mobile translate (where it moves to) on desktop */
		display: none;
	}
    
}



#header .input-append {
	float: right;
	padding: 0 0 0 0;
}

#header .input-append form {
	position: relative;
}

#header input[type=text] {
	padding: 0 20px 0 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	/*
	-webkit-box-shadow: inset 1px 3px 3px rgba(0,0,0,.5);
	-moz-box-shadow: inset 1px 3px 3px rgba(0,0,0,.5);
	box-shadow: inset 1px 3px 3px rgba(0,0,0,.5);
	*/
	border-radius: 0;
}

#header input.button {
	position: absolute;
	width: 30px; /* width of icon */
    right: 10px;
    top: 5px;
    text-indent: -9999px;
    background: rgba(0, 0, 0, 0) url('../../_assets/img/icon-search.png') no-repeat left center;
    border: none;
    box-shadow: none;
    padding: 5px 10px;
}

/*

#header .btn {
	height: 40px;
	line-height: 40px;
	border: none;
}

*/
@media (max-width: 480px) { 
	#header {
		/* height: 150px;*/
	}
	
	#header input[type=text] {
		padding: 10px 20px 10px 20px;
	}
	
	#header .logo {
		/*
		padding: 20px 0 20px 10px;
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
		
		*/
	}

}


/* --------------------------------------------------------------
Navigation
-------------------------------------------------------------- */

.navbar {
	overflow: visible;
	margin-bottom: 5px;
	*position: relative;
	*z-index: 2;
	border-top: 3px solid #ec9e36;
}
.navbar-inner {
	
	padding-left: 18px;
	padding-right: 10px;
	margin-top: 0px;
	min-height: 50px;
	background-color: #000; 
	background-image: -moz-linear-gradient(top, #666666, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#000000));
	background-image: -webkit-linear-gradient(top, #666666, #000000);
	background-image: -o-linear-gradient(top, #666666, #000000);
	background-image: linear-gradient(to bottom, #666666, #000000);
	background-repeat: repeat-x; 
	/* background: transparent; */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff000000', GradientType=0);
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	*zoom: 1;
	
}

@media (min-width: 980px) {
	
	.navbar-inner {
		background-color: transparent;
		background-image: none;
	
	}
		
}


.navbar .brand {
	float: left;
	display: block;
	padding: 10px 20px 10px;
	margin-left: -20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
.navbar .brand:hover,
.navbar .brand:focus {
	text-decoration: none;
}

.navbar-text {
	margin-bottom: 0;
	line-height: 0;
	color: #777777;
}
.navbar-link {
	color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
	color: #333333;
}

.navbar .nav li {
	/*
	border-left: 1px solid #000;
	border-right: 1px solid #666;
	*/
	margin: 0;
}

.navbar .nav li ul li {
	border-left: 0px;
	border-right: 0px;
	margin: 0;
}

.navbar .nav li:first-child {
	border-left: 0px;
}

.navbar .nav li:last-child {
	border-right: 0px;
}

.navbar .nav > li > a {
	float: none;
	padding: 0 15px 0 15px;
	line-height: 50px;
	color: #FFF;
	text-decoration: none; 
	height: 50px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-shadow: 0 0 3px rgba(0, 0, 0, .7);
}

@media (min-width: 980px) and (max-width: 1200px) {
	.navbar .nav > li > a { /* to fit all nav on one row */
		padding: 0 10px 0 10px;
	}
}

@media (max-width: 480px) { 
	.navbar .nav > li > a {
		/* background-color: #000; */
	}
}

.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
}
.navbar .nav > li.yes > a {
	/*color: #EC9E36;*/
	text-decoration: none;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background-color: transparent;
	color: #EC9E36;
	text-decoration: none;
}


.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #222;
  color: #fff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #EC9E36;
	text-decoration: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #222;
  border: 1px solid #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #222;
  position: absolute;
  top: -6px;
  left: 10px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #FFF;
  white-space: nowrap;
  text-transform: none; 
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #EC9E36;
  background-image: -moz-linear-gradient(top, #EC9E36, #EC9E36);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EC9E36), to(#EC9E36));
  background-image: -webkit-linear-gradient(top, #EC9E36, #EC9E36);
  background-image: -o-linear-gradient(top, #EC9E36, #EC9E36);
  background-image: linear-gradient(to bottom, #EC9E36, #EC9E36);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEC9E36', endColorstr='#ffEC9E36', GradientType=0);
}

/* --------------------------------------------------------------
Banner
-------------------------------------------------------------- */

#banner {
	height: 400px;
}

.carousel-indicators {
	position: absolute;
	top: 355px;
	left: 40px;
	z-index: 5;
	margin: 0;
	list-style: none;
}
.carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	text-indent: -999px;
	background-color: #FFF;
	background-color: rgba(0, 0, 0);
	border-radius: 5px;
}
.carousel-indicators .active {
	background-color: #ED982A;
}

.carousel-inner {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.carousel-caption {
	position: absolute;
	left: 35px;
	right: 0;
	top: 90px;
	padding: 15px;
	background: none;
}
.carousel-caption h1 {
	color: #ffffff;
	line-height: 35px;
	margin: 0;
	padding: 0;
}

.carousel-caption p {
	color: #333;
	line-height: 20px;
	margin-top: 10px;
	width: 325px;
}

.carousel-caption p.light {
	color: #FFF;
	line-height: 20px;
	margin-top: 10px;
	width: 325px;
}
.carousel-caption h1 {
	margin: 0;
	color: #26482D;
	text-transform: uppercase;
	font-size: 43px;
	width: 325px;
}

.carousel-caption h1.light {
	margin: 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 43px;
	width: 325px;
}
.carousel-caption p {
	margin-bottom: 0;
}

#banner .btn {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	padding: 0 40px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #26482D;
	text-shadow: none;
	background-color: #Ed9728;
	background-image: -moz-linear-gradient(top, #FFB42C, #ED9728);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFB42C), to(#ED9728));
	background-image: -webkit-linear-gradient(top, #FFB42C, #ED9728);
	background-image: -o-linear-gradient(top, #FFB42C, #ED9728);
	background-image: linear-gradient(to bottom, #FFB42C, #ED9728);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFB42C', endColorstr='#ffED9728', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #000;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 2px 1px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 2px 1px rgba(0,0,0,.5);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 2px 1px rgba(0,0,0,.5);
	font-weight: bold;
	text-transform: uppercase;
}
#banner .btn:hover,
#banner .btn:focus,
#banner .btn:active,
#banner .btn.active,
#banner .btn.disabled,
#banner .btn[disabled] {
	color: #333333;
	background-color: #ED9728;
	*background-color: #ED9728;
}
#banner .btn:active,
#banner .btn.active {
	background-color: #cccccc \9;
}
#banner .btn:first-child {
	*margin-left: 0;
}
#banner .btn:hover,
#banner .btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
#banner .btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
#banner .btn.active,
#banner .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

/* --------------------------------------------------------------
Homepage
-------------------------------------------------------------- */

#home-content h1 {
	background-color: #000;
	background-image: -moz-linear-gradient(top, #666666, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#000000));
	background-image: -webkit-linear-gradient(top, #666666, #000000);
	background-image: -o-linear-gradient(top, #666666, #000000);
	background-image: linear-gradient(to bottom, #666666, #000000);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff000000', GradientType=0);
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 20px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#home-content h2 {
	margin: 15px 0 10px 0;
}

#home-content .well {
	min-height: 20px;
	padding: 0;
	margin-bottom: 20px;
	background-color: #FFF;
	border: 0px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#home-content .well-no-heading {
	min-height: 20px;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
	background-color: #FFF;
	border: 0px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-did-you-know {
	min-height: 20px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #000;
	border: 0px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-did-you-know p {
	color: #FFF;
}

.well-did-you-know p a:link, .well-did-you-know p a:visited {
	color: #EC9E36;
}

.well-did-you-know p a:hover {
	color: #fff;
	text-decoration: none;
}

h2 {
	color: #EC9E36;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0; 
}

.well img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	border-bottom: 7px solid #EC9E36;
}

#home-content .well-no-heading h1 {
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: -o-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
	height: inherit;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #196B35;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 20px;
}

#home-content h2 {
	color: #196B35;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 20px 0 20px;
}

#home-content p {
	padding: 0 20px 10px 20px;
	margin: 0;
}

.btn {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	padding: 0 20px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #EC9E36;
	text-shadow: none;
	background-color: #000;
	background-image: -moz-linear-gradient(top, #595A5A, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#595A5A), to(#000000));
	background-image: -webkit-linear-gradient(top, #595A5A, #000000);
	background-image: -o-linear-gradient(top, #595A5A, #000000);
	background-image: linear-gradient(to bottom, #595A5A, #000000);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff595A5A', endColorstr='#ff000000', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #000;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	font-weight: bold;
	text-transform: uppercase;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333333;
	background-color: #000;
	*background-color: #000;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover,
.btn:focus {
	color: #FFF;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

.tab-content {
	background: #FFF;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0 4px 4px 4px;				
}

#why h2, #case-study h2 {
	color: #EC9E36;
	font-size: 13px;
}

#myTab li.active a, #myTab li.active a:hover {
	color: #196B35;
	background: #FFF;
}

#myTab li a {
	background: #000;
	margin: 0 0 1px 0;
	padding: 0 20px 0 20px;
	line-height: 50px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}

#myTab li a:hover {
	background: #333;
	color: #FFF;
}

#myTab {
	margin: 0;
	border: none;
}

@media (max-width:767px) { /* don't show tabs, why electromagnetics, featured case study and client testimonials on mobile */
	#myTab, #why, #case-study, .well-no-heading {
		display:none;
	}
}

a.more-button {
	font-size: 13px;
	font-weight: bold;
}

a:link.more-button, p a:visited.more-button {
	color: #000;
}

a:hover.more-button {
	color: #EC9E36;
	text-decoration: none;
}

a.more-button:after {
	content: "\00BB";
	font-size: 13px;
	padding-left: 5px;
	color: #333;
	font-style: normal;
}

/* --- homepage featured product areas --- */

#homepage #homevideo video {
	width: 100%;
}

#homepage #homevideo {
	display: none;
}


/* the code below is for showing the video on desktop and fallback image on mobile ... in jan 2020 we needed to show a promotional image for both ... am saving this so we can easily fall back to it

@media (max-width:767px) { /* don't show video on mobile (show static image instead) 

	#homepage #homevideo {
		display: none;
	}

}

@media (min-width:768px) { /* don't show static image on desktop (show video instead) 

	#homepage #fallbackimage { 
		display: none;
	}

}

*/


#home-content .product .featured {
	background: #ffffff;
	border-top: 7px solid #ec9e36;
	margin-top: 25px;
	margin-bottom: 15px;
}


#home-content .product .featured h2 {
	font-size: 18px;
	color: #000;
	text-transform: none;
	padding-top: 20px;
}

#home-content .product .featured h3 {
	font-size: 16px;
	color: #ec9e36;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
}

#home-content .product .featured .span3 {
	margin-left: 20px;
	margin-top: 25px;
	position: relative;
}

#home-content .product .featured .span3 a {
	text-decoration: none;
}

/* for pure css text overlays on hover */

#home-content .product .featured .span3 span.text-content {
   background: rgba(255,255,255,0.9); 
  /*background: rgba(236,158,54,0.9);*/
  color: #000;
  cursor: pointer;
  display: table;
  height: 258px;  /* max height of image (258px - 20 for padding */
  padding: 0px;
  left: 0;
  position: absolute;
  top: 0;
  left: 0px;
  width: 94%; 
  opacity: 0;
  border: 3px solid #ec9e36;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms; 
  transition: opacity 500ms;   
  box-sizing: border-box;
}

#home-content .product .featured .span3 span.text-content span {
	padding: .5em;
	font-weight: bold;
	font-size: 14px; 
}

@media (min-width: 768px) and (max-width: 1199px) {
	#home-content .product .featured .span3 span.text-content { 
		width: 100%; 
	}
}

@media (max-width: 767px) {
	#home-content .product .featured .span3 span.text-content { 
		width: 100%;
	}
}

#home-content .product .featured .span3 span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle; 
}


#home-content .product .featured .span3:hover span.text-content {
  opacity: 1;
}



/* END for pure css text overlays on hover */



@media (max-width: 767px) {
	#home-content .product .featured .span3 {
		text-align: center;
		margin-left: 0;
		
	} 
}

@media (min-width: 768px) and (max-width: 1199px) {  
	#home-content .product .featured .span3 {
		width: 21.5%;
	}
	 
}


#home-content .product .featured .span3 img {
	border-bottom: 7px solid #ec9e36;
}

#home-content .product .featured .quote {
	margin-left: 0; 
	margin-top: 30px;
	padding-bottom: 30px;
	
}

#home-content .product .featured .quote p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

#home-content .product .featured .content {
	width: 85%;
	margin: 0 auto; 
	background: transparent url('../../_assets/img/icon-quote.png') no-repeat left top;
}

#home-content .product .featured .content blockquote {
	padding: 10px 50px 0 50px;
	margin: 0;
	border-left: none;
	background: transparent url('../../_assets/img/icon-quote.png') no-repeat right top;
	font-size: 16px;
	font-style: italic;
}

#home-content .product .featured .content .attribute {
	font-weight: bold;
	text-align: right;
	margin-top: 15px;
}




/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */
ul.breadcrumb {
	padding: 0 20px;
	font-size: 12px;
	margin: 0 0 20px 0;
	list-style: none;
	background-color: transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

ul.breadcrumb > li {
	display: inline-block;
	*display: inline;
	text-shadow: 0 1px 0 #333;
	*zoom: 1;
}

ul.breadcrumb a:link {
	color: #ccc;
}

ul.breadcrumb a:visited {
	color: #ccc;
}

ul.breadcrumb a:hover {
	color: #fff;
	text-decoration: none;
}

ul.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #999;
}

ul.breadcrumb > .active {
	color: #efefef;
}

.side-nav {
	background: #000;
	padding: 0;
	margin: 0 0 20px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	text-transform: uppercase;
}

.side-nav ul {
	padding: 0;
	margin: 0;
}

.side-nav li {
	background: url('../../_assets/img/arrow.png') no-repeat 92% 15px;
	border-bottom: 1px solid #4A4A4A;
	border-bottom-style: dashed;
	padding: 10px 20px;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
}

.side-nav li ul li {
	background: none;
	margin: 0;
	padding: 5px 0;
}

.side-nav li ul li a:link, .side-nav li ul li a:visited {
	color: #999;
}

.side-nav li a:link, .side-nav li a:visited {
	color: #fff;
}

.side-nav li a:hover {
	color: #EC9E36;
	text-decoration: none;
}

.side-nav li.selected a {
	color: #EC9E36;
	text-decoration: none;
}

.side-nav li:last-child {
	border: 0;
}

#content h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #196B35;
	margin: 0 0 10px 0;
	line-height: 20px;
}

#content h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #0D2317;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
}

#content p {
	padding: 0 20px 10px 0;
	margin: 0;
}

#content hr {
	margin: 0 0 20px 0;
	  border: 0;
	  border-top: 1px solid #eeeeee;
	  border-bottom: 1px solid #ffffff;
}

@media (max-width:767px) { /* don't show video on mobile (show static image instead) */

	#content #contentvideo {
		display: none;
	}

}

@media (min-width:768px) { /* don't show static image on desktop (show video instead) */

	#content #fallbackimage { 
		display: none;
	}

}

#content .well {
	background: #FFFFFF;
}

#content .well ul {
	list-style-image: url('_assets/img/bullet.png');
}

#content .well li {
	margin: 0;
	padding: 0 10px 10px 5px;
}

#content .well .learnmore {
	margin-left: 0;
	margin-top: 15px;
}

#content .well .learnmore .learn {
	text-align: center;
}

#content .well .learnmore .learn p {
	padding: 7px 0;
}

#content .well blockquote {
	border-top: 2px solid #EC9E36;
	border-bottom: 2px solid #EC9E36;
	border-left: none;
	margin: .3em 1em 1em 1em;
    padding: .7em 1.5em; 
}

#content .well blockquote p {
	margin: 0;
	padding: 0;
	font-size: 14px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

#content .tab-content {
	background: #FFF;
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
	border: 1px solid #ccc;				
}

#content p img {
	margin: 0 20px 10px 0;
}

#content #contentvideo video {
	width: 90%;
	border-bottom: 6px solid #EC9E36;
}

#content ul.nav.nav-tabs {
	margin: 0;
	padding: 0;
}

#content ul.nav.nav-tabs li {
	list-style-image: none;
	padding: 0;
	margin: 0 5px -1px 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border-top: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: none;				
}

#content .below-form {
	border-top: 1px solid #ec9e36;
    padding: 1em 0 0 0;
}

@media (max-width:979px) { /* make tabs full width up to desktop */
	#content ul.nav.nav-tabs li {
		width: 100%;
	}
}

#content #myTab li.active a, #myTab li.active a:hover {
	color: #196B35;
	background: #FFF;
	border-bottom: 1px solid #fff;
}

#content #myTab li a {
	background: #F9F9F9;
	margin: 0;
	padding: 0 20px 0 20px;
	line-height: 50px;
	color: #0C2417;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#content #myTab li a:hover {
	background: #efefef;
}

#content #myTab {
	margin: 0;
	border: none;
}

.accordion {
	margin-bottom: 20px;
}
.accordion-group {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F9F9F9;
}
.accordion-heading {
	border-bottom: 0;
}

.accordion-heading a:link, .accordion-heading a:visited {
	color: #0C2417;
}

.accordion-heading a:hover {
	color: #EC9E36;
	text-decoration: none;
}

.accordion-heading .accordion-toggle {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #ccc;
}

.collapse {
	background: none;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

label {
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

textarea {
	width: 95%;  
}

@media (max-width: 979px) and (min-width: 768px) {
	textarea {
		width: 465px;
	}
}

@media (min-width: 980px) {
	textarea {
		width: 540px;
	}
}

#content ul.case-studies {
	background-color: #0288cc;
	/*
	background-color: #333;
	background-image: -moz-linear-gradient(top, #666666, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#000000));
	background-image: -webkit-linear-gradient(top, #666666, #000000);
	background-image: -o-linear-gradient(top, #666666, #000000);
	background-image: linear-gradient(to bottom, #666666, #000000);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff000000', GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
	padding: 9px 10px 10px 10px;
	margin: 0 0 20px 0; 
}

#content ul.case-studies li {
	display: inline;
	list-style-type: none;
	margin: 0 30px 0 0;
	padding: 2px;
	text-transform: capitalize;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, .7);
}

#content ul.case-studies li.intro {
	color: #ccc;
	display: block;
}

#content ul.case-studies li a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, .7);
}

#content ul.case-studies a:link {
	color: #fff;
}

#content ul.case-studies a:visited {
	color: #fff;
}

#content ul.case-studies a:hover {
	color: #ccc;
	text-decoration: none;
}

/* new case study layout - 2017 */

#content .case-study-row {
	padding-bottom: 2em;
}

#content .case-study-row .case-study-new .image { 
	position: relative; /* sets context for overlays */
	
}


/* for pure css text overlays on hover */


#content .case-study-row .case-study-new .image span.text-content {
   background: rgba(255,255,255,0.9); 
  /*background: rgba(236,158,54,0.9);*/
  color: #000;
  cursor: pointer;
  display: table;
  height: 235px;   
  padding: 0px;
  left: 0;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%; 
  opacity: 0;
  border: 3px solid #ec9e36;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms; 
  transition: opacity 500ms;   
  box-sizing: border-box;
}

#content .case-study-row .case-study-new .image span.text-content span {
	padding: .5em;
	font-weight: bold;
	font-size: 14px; 
}

@media (min-width: 980px) and (max-width: 1199px) {
	#content .case-study-row .case-study-new .image span.text-content { 
		height: 186px;
		
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#content .case-study-row .case-study-new .image span.text-content { 
		height: 140px;
		
	}
}

@media (max-width: 767px) {
	#content .case-study-row .case-study-new .image span.text-content { 
		display: none; /* don't show on mobile */
	}
}

#content .case-study-row .case-study-new .image span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle; 
}


#content .case-study-row .case-study-new .image:hover span.text-content {
  opacity: 1;
}

@media (min-width: 768px) { /* blur only on larger screens, not mobile */

	#content .case-study-row .case-study-new .image:hover img {
		filter: blur(4px);  
		transform: scale(.95); /* to prevent blur falling outside box */
	}

}

/* END for pure css text overlays on hover */

 


#content h1 a {
	color: #196B35;
	text-decoration: none;
}

#content h1 a:hover {
	color: #196B35;
	text-decoration: none;
}

.motion-tracking-h2 h2 {
	color: #EC9E36;
}

.motion-tracking-h2 h1 {
	border-bottom:3px solid #196B35;
}

.motion-tracking-h2 img {
	margin-bottom: 10px;
}

.motion-tracking-h2 a.more-button:hover {
	color: #EC9E36;
}

#content .motion-tracking-h2 hr {
	margin: 0 0 10px 167px;
	  border: 0;
	  border-top: 1px solid #eee;
	  border-bottom: 1px solid #ffffff;
}

/* --- 2017 interior style revisions --- */

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 600px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.contentwrap {
	background-color: #fff;
}

.contentwrap article .well {
	border: none;
	border-radius: 0;
	padding: 0 0 0 60px;
}

@media (max-width: 500px) {
	.contentwrap article .well {
		padding-right: 20px;
		padding-left: 20px
	}
}

@media (min-width: 501px) and (max-width: 767px) {
	.contentwrap article .well {
		padding-right: 60px;
	}
}

.contentwrap article .crumbs {
	margin-bottom: 35px;
}

.contentwrap article .crumbs ul.breadcrumb {
	background-color: #0288cc;
	width: 55%;
	border-radius:0;
	padding-top: 9px;
	padding-left: 30px;
	margin-bottom: 0;
}

#content .contentwrap article .well .crumbs ul.breadcrumb li {
	padding: 0 0px 10px 0px;
}

.contentwrap article .crumbs ul.breadcrumb li a, 
.contentwrap article .crumbs ul.breadcrumb li span.divider {
	text-shadow: 0 0 3px rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 13px;
}

.contentwrap article .crumbs ul.breadcrumb li a:hover {
	color: #ccc;
}

.contentwrap aside .well {
	padding: 0 60px 0 0;
	border: none;
	margin-top: 75px;
	box-shadow: none;
}

#content .contentwrap aside .well .video p {
	margin: 1em 0;
	padding: 0;
}

@media (max-width: 500px) {
	.contentwrap aside .well {
		padding-right: 20px;
		padding-left: 20px;
		margin-top: 1em;
	}
}

@media (min-width: 501px) and (max-width: 767px) {
	.contentwrap aside .well {
		padding-left: 60px;
		margin-top: 1em;
	}
}

.contentwrap aside .well .video {
	margin-top: 30px;
}


/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */

#footer a:link, #footer a:visited {
	color: #FFFFFF;
}

#footer {
	padding: 0;
	margin: 0;
}

#footer .navbar-inner {
	min-height: 50px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 18px;
	padding-right: 10px;
	background: transparent;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	*zoom: 1;
}

#footer hr {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	background: url('../../_assets/img/bkg-hr.png')repeat-x;
	height: 1px;
	border-top: none;
	border-bottom: none;
}

#footer .well-did-you-know {
	margin-top: 20px;
	margin-bottom: 30px;
}


#footer p.connect {
    clear: both;
    text-align: right;
    margin: 0 0 0 0;
    padding-top: 1em;
}

#footer #icons li {
	padding-left: 4px;
	padding-right: 4px;
}

@media (max-width:767px) {
	#footer .well-did-you-know {
		display: none;
	}
}

#footer .well-did-you-know p {
	color: #ccc;
	padding-left: 0;
}

#footer .span8 p, #footer .span6 p {
	padding-left: 0;
}

#footer p {
	color: #CCCCCC;
	padding: 0 20px 10px 20px;
}

ul.inline {
	padding-right: 20px;
}

@media (max-width: 979px){
	#footer .span4 ul#iso li {
		padding: 0px;
		font-size: .722em;
	}
	#footer .span4 ul#iso li img {
		width: 90px;
	}
}

.selector-wrap {
	position: relative;
}
#selection-tabs.nav-tabs > li > a {
	padding:8px 6px;
	font-size:10px;
	font-weight:700;
}

.facetlist {
	width:438px;
	float:right;
}

.facetitem {
	height:137px;
	width:33.333333%;
	float:left;
	cursor:pointer;
}

.facet-desc {
	float:left;
	width:175px;
	color:#333;
	text-transform:uppercase;
	font-size:13px;
	line-height:19px;
	font-weight: bold;
}

.facet-desc h4 {
	color:#000;
	text-transform:uppercase;
	margin-top:0;
	font-size: 16px;
}

#results .result {
	width:33.33333333%;
	float:left;
	text-align:center;
	height:180px;
}

#results .result img {
	width:75%;
	height:auto;
}

#results a {
	color:#EC9E36;
}

#results h4 {
	text-transform:uppercase;
	font-size:.9em;
}

.bottomline {
	display:none;
}

#content ul.nav.nav-tabs,#content ul.nav.nav-tabs li.active {
	border: none;
}

#content ul.nav.nav-tabs a {
	color:#196B35;
}

.nav-tabs > li > a {
	margin-right:0;
}

.nav-tabs > .active > a,.nav-tabs > .active > a:hover,.nav-tabs > .active > a:focus {
	background:#e4e4e5;
}

.startover {
	position: absolute;
	top: 170px;
	left: 20px;
}
.startover > a {
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

#content .tab-content {
	background:#e4e4e5;
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#acafb2),to(#e4e4e5));
	background:-webkit-linear-gradient(top,#e4e4e5,#acafb2);
	background:-moz-linear-gradient(top,#e4e4e5,#acafb2);
	background:-ms-linear-gradient(top,#e4e4e5,#acafb2);
	background:-o-linear-gradient(top,#e4e4e5,#acafb2);
	border:none;
}

.facetlist .facetitem {
	text-indent:-9999px;
}
.facetlist .facetitem:first-child {
	border-radius: 5px 0 0 5px;
}
.facetlist .facetitem:last-child {
	border-radius: 0 5px 5px 0;
}
.facetlist .facetitem:hover,.facetlist .activefacet {
	background: url(../../_assets/img/alpha.png) repeat transparent;
}

.facetitemcount {
	display:none;
}

#tracking-points .facetlist {
	background:url(../../_assets/img/motion-tracker/tracking-points.png) no-repeat left top;
}

#wireless .facetlist {
	background:url(../../_assets/img/motion-tracker/wireless.png) no-repeat left top;
}

#data-speed .facetlist {
	background:url(../../_assets/img/motion-tracker/speed.png) no-repeat left top;
}

#accuracy .facetlist {
	background:url(../../_assets/img/motion-tracker/accuracy.png) no-repeat left top;
}

#latency .facetlist {
	background:url(../../_assets/img/motion-tracker/latency.png) no-repeat left top;
}

#portability .facetlist {
	background:url(../../_assets/img/motion-tracker/portability.png) no-repeat left top;
}

.nexttab {
	background:#EC9E36;
	color:#fff;
}

@media (max-width: 767px) {
	
	.facet-desc {
		width: 100%;
		float: none;
	}
	.nexttab {
		float: right;
	}
	.facetlist {
		background: none !important;
		width: 100%;
		float: none;
	}
	.facetlist .facetitem {
		text-indent:0;
		float: none;
		width: 100%;
		font-weight: bold;
		height: auto;
		padding: 10px 5px;
	}
	.facetlist .facetitem:hover,.facetlist .activefacet {
		opacity:1;
		color:#fff;
		background: none;
	}
	#results .result {
		width:100%;
		float:none;
		text-align:center;
		height:auto;
	}
	 	#content ul.nav.nav-tabs,#content ul.nav.nav-tabs li.active {
		border: 1px solid #fff;
	}

}

@media (max-width: 979px) { /* to ensure starover doesn't fall into tabs with full width tabs added */
	.startover {
		position: relative;
		top: auto;
		left: auto;
		float: right;
	}
}

/* for global elements to not show on mobile */

@media (max-width:767px) { /* don't show on mobile */
	.row-fluid .span3.desktop-only,
	.row-fluid .span9.desktop-only,
	.row-fluid .span8.desktop-only {
		display: none; 
	}	
}

@media (min-width:768px) { /* don't show on tablet and up */
	.row-fluid .span3.mobile-only,
	.row-fluid .span9.mobile-only,
	.row-fluid .span8.mobile-only {
		display: none;
	}	
}

/* for hiding feature images on mobile, except for those under motion tracking and eye tracking and scanning */

@media (max-width:767px) { /* don't show on mobile, unless it's motion tracking and eye tracking and scanning */
	body .container #content .row .well img:first-child,
	body .container #content .row .well em:first-of-type { /* hides image and the caption  */
		display: none; 
	}
	  	
	
	body.motion-tracking .container #content .row .well img:first-child,
	body.eye-tracking .container #content .row .well img:first-child,
	body.scanning-digitizing .container #content .row .well img:first-child { /* shows image in sections that need to show it */
		display: block;
	}
	
	body.motion-tracking .container #content .row .well em:first-of-type,
	body.eye-tracking .container #content .row .well em:first-of-type,
	body.scanning-digitizing .container #content .row .well em:first-of-type { /* shows caption in sections that need to show it */
		display: inline;
	}
}

/* for hiding and showing subnav */

/* note - toggle is hidden from tablet and up above in the global hide show around line 1355 */

/*  there is also jquery code to do the actual toggling in bootstrap.js ... css only was failing badly during implementation */
 
@media (max-width:767px) { /* don't show sidenav on mobile */
	#content .side-nav ul.side-nav-toggler {
		display: none;
	}
}

@media (min-width:768px) { /* don't show side nav toggle code on tablet and up */	  
	#content .side-nav .side-nav-toggle {
		display: none;
	}
}

#content .side-nav-toggle p {
	padding: 10px 20px;
	font-size: 11px;
	color: #999;
	font-weight: bold;
}

#content .side-nav-toggle p a {
	color: #EC9E36;
	text-decoration: none;
}

/* for distributors country listing */

.countries {
	width: 100%;
	float: left;
}

.countries .span2 {
	margin-left: 0;
}

/* for summary statement on top for mobile */

.visible-phone.companysummary p {
	color: #CCC;
    padding: 0 20px 10px 20px;
}

.visible-phone.companysummary p a:link, .visible-phone.companysummary p a:visited {
	color: #FFFFFF;
}

/* for send message buttons */ 

@media (max-width:480px) { /* make room for message button by adding navigation space */
	#navigation {
		margin-top: .5em;	
	}
	
	.row .sendmessage a:link, .row .sendmessage a:visited {
		margin-top: .5em; 
	}
}

@media (min-width:481px) and (max-width:767px) { /* make room for message button by adding navigation space */
	#navigation {
		margin-top: .5em;	
	}
	
	.row .sendmessage a:link, .row .sendmessage a:visited {
		margin-top: .75em; 
	}
}

@media (min-width:768px) and (max-width:979px) { /* make room for message button by adding navigation space */
	#navigation {
		margin-top: 1em;	
	}
	
	.row .sendmessage a:link, .row .sendmessage a:visited {
		margin-top: 1.4em;
		margin-bottom: 1em;
	}
}

@media (min-width:980px) {
	.row.sendmessagewrap { 

	}
	
	.row .sendmessage a:link, .row .sendmessage a:visited {
		position: fixed;
		left: -88px;
		top: 205px;
		padding-left: 2em;
		padding-right: 2em;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		
		/* Firefox */
		-moz-transform: rotate(-90deg);
		
		/* IE */
		-ms-transform: rotate(-90deg);
		
		/* Opera */
		-o-transform: rotate(-90deg);
		
		/* Internet Explorer 
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		*/

	}
}



.row.sendmessagewrap {   
	 
}

.row .sendmessage a:link, .row .sendmessage a:visited  {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px; 
	background-color: #ec9e36;
	text-transform: uppercase;
	color: #fff;
	border-radius: 4px;
	text-align: center; 
	font-weight: 200;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none; 
}

.row .sendmessage a:hover, .row .sendmessage a:active {
	background-color: #eba950;
}

form input[type="radio"] {
	margin-top: 0px;
	margin-right: 5px;
}
