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

body {
	font-family:'tahoma', helvetica, arial, sans-serif;
	background-image: url("/images/dark_wall.jpg");
	background-repeat: repeat;
	background-color:#444444;
	color:#191919;
	padding-top:120px;
	font-size:1.5em;
	height:100%;
	width:100%;
	letter-spacing: -1px;
}h6, .h6 {
	font-family:'tahoma', helvetica, arial, sans-serif;
	font-weight:100;
	letter-spacing:-1px;
}
h2, h4 {
	letter-spacing:-1px;
}
li {
	letter-spacing:0px;
}
.sidebar-menu li {
	letter-spacing:0px;
}
#main-wrapper {
	position:relative;
	width:100%;
	background:#ffffff;
}
.breadcrumbs {
	height:50px;
	background:#EEEEEE;
	margin-bottom:25px;
	line-height:50px;
	padding-left:15px;
	color:#719e59;
	letter-spacing:0px;
}
.button {
	border-radius:3px;
	font-size:1.2em;
	font-weight:400;
	letter-spacing:2px;
	display:inline-block;
	text-transform:uppercase;
}
.button a,
.button span {
	text-decoration:none;
	display:block;
	padding:15px 30px;
}
.btn-red	{ background:#d53339; }
.btn-black	{ background:#191919; }

.btn-black a {
	font-size:.6em;
	padding:10px 20px;
}
.btn-black:hover a,
.btn-black a:hover {
	color:#ffffff;
}
.btn-red a,
.btn-black a,
.btn-red span,
.btn-black span {
	color:#ffffff;
}

.btn-red:hover {
	background-color:#191919;
}
.btn-red a:hover, .btn-red a:focus {
	color:#ffffff;
	text-decoration:none;
}

a:hover, a:focus {
	color:#719e59;
	text-decoration:none;
}

.panel-group .panel {
	border-radius:0px;
	box-shadow:none;
}
.panel-default {
	border:1px solid #ededed;
	border-radius:0px;
}
.panel-default>.panel-heading {
	background:#ededed;
	border-color:#ededed;
	border-radius:0px;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border:0px;
	letter-spacing:0px;
}



.well {
	background:none;
	list-style:none;
	letter-spacing:0px;
}
.well li {
	margin:15px 0px;
}

.navbar {
	background-color:#ffffff !important;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left:15.5px;
padding-right:15.25px;
}

p {
	font-size:1.06em;
	line-height:1.5em;
	color:#444444;
	font-weight:400;
	margin-bottom:20px;
	letter-spacing: 0px;
}

h2 {
		
		margin-bottom:30px;
		font-size:1.3em;
		font-weight:700;
	}
	h2::first-letter {
		text-transform:uppercase;
	}
	
.newsitems li {
	background-color:#f4f4f4;
	margin:10px 0px;
}
.newsitems a {
	color:#719e59;
}

.blacklink {
    letter-spacing: 0px;
    color: #282828;
    text-decoration: none;
    font-weight:700;
}

.blacklink:hover {
    letter-spacing: 0px;
    color: #282828;
    text-decoration: none;
    font-weight:700;
}

#businessUnitHeader {
	font-weight:700;
	font-size:1.2em;
}



/* TYPOGRAPHY */
.story {
	font-size:16px;
	line-height:160%;	
}

.quotes {
	font-size:20px;
	line-height:140%;	
}

.byline {
	margin:0px;
	padding:0px;
	font-size:16px;
	font-style:italic;
	margin-top:-5px;
	margin-bottom:10px;
	line-height:100%;
	color:#525147;
}

blockquote {
	padding:5%;
	font-size:2em;
	font-style:italic;
	width:50%;
	margin:5%;
	line-height:1.1em;
	float:right;	
}

.business-unit-modal {
	min-height: 200px;
}

.business-unit p {
	font-size:15px;
	line-height:125%;
	margin-bottom:5px;	
}



.business-unit strong {
	font-weight:bold;
	color:#000;	
}

.intro-text {
	font-size:1.45em;
	padding:20px 0% 20px 0%;
	line-height:160%;
}

.date {
	color:#666;
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:3px;
	border-bottom:1px solid #DDDDDD;
	padding:10px 0px 5px 0px;
	font-weight:normal;
}
.articletitle {

}

.modal-header p {
	margin-top:10px;	
}

.modal-body > img {
	width:100%;	
}

/* CAROUSEL */
.carousel-caption {
	background-color:rgba(0,0,0, .75);
	bottom:0px;	
}

/* BOOTSTRAP OVERRIDES */

.muted {
	opacity:0.25;	
}

.tab-pane {
	padding:2%;	
}

.nav-pills li.active>a {
	background-color:#7B7777;	
}
#thenavigationbar>.nav>li>a:hover, #thenavigationbar>.nav>li.open a:focus {
	background-color:transparent;
	border-bottom:2px solid #d53339;
}
.nav-pills>li.active>a:hover {
	/*background-color:#666;*/
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	left:45%;	
}

.nav-pills>li>a {
	border-radius:0;	
}

.btn-primary {
	background-image:none;
	border-color:#1A6123;
}

.btn-primary:hover {
	background-image:none;
	background-color:#60864b;
	border-color:#1A6123;
}

.accordion-group {
	border:1px solid #e4e6e1;
	padding:10px;
	background:#f9fbf7;
	margin-bottom:5px;	
}

.container .jumbotron {
	border-radius:0px;	
}

.page-header {
	border-bottom:0px;
}

.row {
	margin-left:0px;
	margin-right:0px;
}

.col-sm-3:nth-child(5) {
	clear: both;
}

.col-sm-3:nth-child(9) {
	clear: both;
}

.carousel {
	margin-top:-10px;	
}

.navbar-toggle {
	margin-top:20px;	
}

.navbar-inverse .navbar-nav>li>a.active {
	color:#FFF;	
}

.navbar-inverse .navbar-nav>.dropdown>a .caret.active{
	border-top-color:#FFF;
}

.container {
	width:100%;
	padding:0px;
}

.jumbotron {
	margin-top:-10px;
	border-radius:0px;
	background-color:#F6F7F9;
	border-radius:0px;

}

.jumbotron-app {
	padding:0px;
	z-index:10;
	margin-top:-10px;	
}

.jumbotron h1 {
	font-size:50px;
	text-align:left;
	color:#333;
	line-height:85%;
	width:75%;
}

.jumbotron-app h1 {
	position:absolute;
	margin-top:201px;
	padding:30px 75px 30px 110px;
	color:#fff;
	/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.85);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	border-top-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
}

.jumbotron p {
	color:#38393c;
	font-size:18px;
	padding-right:10%;	
}

.thumbnail {
	margin-bottom:20px;
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;	
}

.disabled {
	opacity:0.5;	
}


.btn {
	margin-bottom:10px;	
}

.btn-default {
	background: #e1373e; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1373e 0%, #8b181b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1373e), color-stop(100%,#8b181b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1373e 0%,#8b181b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1373e 0%,#8b181b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1373e 0%,#8b181b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1373e 0%,#8b181b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1373e', endColorstr='#8b181b',GradientType=0 ); /* IE6-9 */
	color:white;
	text-shadow:none;
	border-radius:5px;
	border:1px solid #af2124;
}

.unit-button {
	float:right;	
}

th,td {
	text-align:center;
}

.inline {
	display:inline;	
}

#industry-specific-page {
	margin-left:-15px;
}


/* NAVIGATION */
.main-nav {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
}

.main-nav > li {
	/*height:100px; */
}

.main-nav > li:last-child {
	border-right:none;
}

.main-nav > li > a {
	height:70px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:100px;
	color:#191919;
	font-size:.8em;
	letter-spacing:.04em;
	padding-right: 12px;
	padding-left: 12px;
}

.dropdown ul {
	text-transform:none;
}

.dropdown-menu {
	min-width:100%;
}
#equipment_menu {
	width:500px;
}
#equipment_menu,
#automation_menu,
#applications_menu,
#industries_menu,
#aftermarket_menu,
#company_menu {
	right:auto;
	left:0;
	top:94px;
}
#equipment_menu ul li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #191919;
	white-space: nowrap;
}
#equipment_menu ul li a:hover {
	color:#ffffff;
}

.utility-nav {
	color:#ffffff;
	margin-left:0px;
	max-width:1200px;
	height:45px;
	line-height:50px;
	width:100%;
	list-style:none;
}

.utility-nav li {
	padding:0px 20px;
	float:right;
}
.utility-nav li a {
	color:#ffffff;
}

.utility-nav .search-container {
  float: right;
	line-height:22px;
	border: 1px solid #ffffff;
	margin-top:10px;
}

.utility-nav input[type=text] {
  padding: 6px;
  /*margin-top: 8px; */
  font-size: 14px;
  border: none;
	background:none;
	width:155px;
	color: #ffffff;
}
.utility-nav input[type=text]::placeholder {
	color:#ffffff;
}
.utility-nav input:focus {
   outline: none;
}
.utility-nav button[type=submit]:focus {
   outline: none;
}

.utility-nav .search-container button {
  float: right;
  padding: 6px 5px 6px 10px;
  /*margin-top: 8px; */
  margin-right: 6px;
  background: none;
  font-size: 14px;
  border: none;
  cursor: pointer;
	color:#ffffff;
}

.utility-nav .search-container button:hover {
  color: #000000;
}




/* LAYOUT */
.product-box {
	text-align: center;
	}

.product-box > a > div {
	display:inline-block;
}

.product-box h4 {
	text-align:center;
	line-height:110%;
	font-size:20px;		
}

.product-box p {
	font-size:16px;
	text-align:center;
	color:#666;
}

.product-box a {
	color:#333;
}

.product-box img {
}

.brand-logo-lg {
	margin:0px;
	background-color:#fff;
	padding:30px;
	border:1px solid #ddd;	
}

.brand-logo-lg-br {
	margin:85px 0px 0px 0px;
	background-color:#fff;
	padding:30px;
	border:1px solid #ddd;	
}

.brand-logo-lg:nth-of-type(2) {
	margin-top:10px;	
}

.align-top {
	margin-top:0px;
	padding-top:0px;
	vertical-align:top;	
}

.align-left {
	padding-left: 0px;
	margin-left: 0px;	
}

.align-center {
	text-align:center;
	margin: auto;	
}

article {
	padding-bottom:20px;	
}

.utility-nav a {
	color:#3e0a0c;
	text-decoration:none;
	padding-top:100px;
}

.utility-nav a.active {
	color:#FFF;
}

.utility-nav a:hover {
	color:white;
}

.stacked-story {
	padding-top:30px;
	padding-bottom:30px;
}

.logo {
	max-height:65px;
}

/* LISTS */
.download-list {
	list-style-type:none;
	padding-left:0px;	
}

.download-list > li {
	vertical-align:middle;
	border-bottom:2px dotted #dfdfdf;
	line-height:110%;
	padding-top:8px;
	padding-bottom:8px;
	max-width:600px;	
}

.download-list > li:before {
	content:url(../images/pdf-icon-sm.png);
	vertical-align:middle;
	position:relative;
	top:5px;
	left:-3px;	
}

.sidebar-menu li {
	background:rgba(224,224,224,0.15);
	margin:7px 0px;
	
}

.sidebar-menu li.active {
	display:none;
	
}

.glyphicon, .fa {
	padding-right:5px;
}

.table-striped th {
	background:#343434 !important;
	font-weight:normal;
	line-height:100% !important;
	font-size:14px;
	border:0 !important;
	color:white;
	vertical-align:middle!important;
}
.nav-tabs > li {
	background:rgb(237, 237, 237);		
}

.nav-tabs > li > a:hover {
	color:#719e59;
}
.nav-pills li {
	background-color:#f4f4f4;
}
.nav-pills a {
	color:#719e59;	
}


.br-box {
	max-width:200px;
	margin:auto;	
}

.btn-success {
	background: #df3940;
	border: 1px solid #9d272d;	
}

.white-bg {
	background: #fff;
}

.gray-bg {
	background: #a8a8a8;
}

.rounded {
	border-radius:5%;
}

.product-description {
	
}

.tab-content {
	padding-top:20px;
	border:1px solid #ddd;
	border-top:none;
}

.mac-style {
    width: 100px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition:width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
 }

.mac-style:focus{
    width: 200px;
}

.logo {
	max-width:100%;
	padding:0;
	vertical-align:top;
}

.brand-logo {
	max-width:60%;
	margin:auto;
	margin-top:20px;	
}

.padding-bottom {
	padding-bottom:30px;
}

.padding-top {
	padding-top:30px;
}

.margin-top {
	margin-top:30px;	
}

.pdf-btn::before {
	content:url(../images/pdf-icon.png);
	
}

ul.nav.nav-pills.nav-stacked.sidebar-menu-edit li {
	background:#f4f4f4;
}

ul.nav.nav-pills.nav-stacked.sidebar-menu-edit li:hover {
	background:#cfcfcf;	
}

#automateitlist li,
#automateitlist li a:hover {
	background-color:#ffffff;
}	
	
/* FOOTER */
.footer {
	background:#ffffff;
	padding-bottom:75px;
	padding-top:50px;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color:#929292;	
}

ul.social {
	padding:0px;	
}

.social li {
	list-style-type:none;
	display:inline;
	padding:1%;	
}

/* RESPONSIVE MENUS */ 
nav select {
  display: none;
}

/* LINKS AND HOVER EFFECTS */
.text-link {
	color:#719e59; /* revert to red #e64c3c */
	font-weight:400;
	letter-spacing:0px;	
}

.nav-pills a:hover {
	color:#191919;
		
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background-image:none;
	background-color:#191919;
	color:#ffffff;	
}

.btn-default:hover {
	border:1px solid black;
	color:white;	
}

/*MORPH*/

/* HERO IMAGES  */

.hero {
	margin-top:-10px;
	border:1px solid #ccc;	
}

.hero-O {
	background: url(../images/hero-download.jpg);	
}

.hero-K {
	background: url(../images/hero-Test-Center.jpg);	
	background-repeat:no-repeat;
}

/* BEGIN PARTS */
.parts-gallery img {
	padding:10px;
}

/* SIDEBAR */
#sidebar-testimonial {
	/*	display:none;	*/
}

#sidebar {
	background-color:#fff;
	padding:15px 15px 40px 15px;
	margin:-30px -15px 0px -15px;
	border-left:1px solid #f2f2f2;
}


#sidebar > div {
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:1px solid #f2f2f2;
	margin-bottom:10px;	
}

#sidebar-testimonial > img {
		max-width:150px;
		margin:auto;
}




.pageSubtitle {
		font-size:1.1em;
		line-height:150%;
		font-weight:700;
		color:#d53339;
		letter-spacing:4px;
		text-transform:uppercase;
	}
	
	.pageTitle {
		font-size:2.6em;
		font-weight:700;
		margin-bottom:20px;
	}
	
	h4.panel-title {
		font-weight:700;
	}
	
	.specLink {
		cursor:pointer;
		font-size:.9em;
		color:#666666;
		text-transform:uppercase;
	}
	.specLink.active {
		cursor:pointer;
		font-size:.9em;
		color:#666666;
		text-transform:uppercase;
		text-decoration:underline;
	}
	h4 {
		font-weight:700;
		font-size:1.8em;
	}
	 header {
	 	position:relative;
	 	background-size:2600px;
		background-position:center 0px;
		height: 200px;
		margin-top:70px;
	}
	
	.pageheadlineTitle {
		font-size:1.08em;
		font-weight:700;
	}
	
	.equipmentTitle {
		font-size:1.47em;
		font-weight:700;
	}
	
	
	@media (max-width: 1200px) {
		.main-nav {
			font-size:12px;
		}
		
	}
@media screen and (max-width: 1010px) {
	.main-nav > li {
		height:90px;
	}
	.main-nav > li > a {
		padding: 15px 7px;
		font-size: 10px;
		line-height:70px;
	}
}
@media (max-width: 990px) {
		.main-nav > li > a {
			font-size:8px;
		}
			.well {
	    margin-top: 0px!important;
}
		#modalGallery {
	    margin-top: 20px!important;
}
	}
@media screen and (max-width: 985px) {
	.main-nav > li > a {
		padding: 15px 7px;
		font-size: 8px;
		line-height:70px;
	}
	.navbar>.container .navbar-brand {
		width:90px;
		margin-left:-20px;
	}
	.well {
	    margin-top: 0px!important;
	}
	.utility-nav li {
    	padding: 0px 8px;
	}
	
}



@media (max-width: 768px) {
	.navbar-collapse {
		/*clear: both;*/
		margin-left: 90px;
	}
	header {
   		 margin-top: 40px;
	}
	.video-thumbnail a:before {
    	top: 28% !important;
    	font-size: 60px !important;
	}
	.main-nav > li {
		height:auto;
	}
	.main-nav > li > a {
		padding: 15px 5px;
		font-size: 9px;
		/*line-height:50px;*/
	}
	.utility-nav li {
    	padding: 0px 8px;
	}
	.navbar>.container .navbar-brand {
		margin-left:-10px;
	}
	#thenavigationbarcontainer {
		height:0px;
	}
	#equipment_menu, #automation_menu,
	#applications_menu, #industries_menu,
	#aftermarket_menu, #company_menu {
		top:90px;
	}
	.main-nav .btn-black {
		font-size:1.1em;
		letter-spacing:1px;
	}
	.btn-black a {
		font-size: .6em;
		padding: 10px 10px;
	}
	.btn-red{
	border-radius:3px;
	font-size:1em;
	font-weight:400;
	letter-spacing:2px;
	display:inline-block;
	text-transform:uppercase;
	}
	#utilnavbar {
		top:110px !important;
	}
	.navbar-nav {
		margin: 0px;
		margin-left: 30px;
}

	.well {
	    margin-top: 0px!important;
}

}
@media (max-width: 415px) {
	.video-thumbnail a:before {
    	top: 37% !important;
    	font-size: 100px !important;
	}
}