/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING
----------------------------------------------------------------------------------*/

html,
body {
    background: #33485d url("../images/dots_blue.png");
}

body {
    color: #2c3e50;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 31px;
    margin: 0;
    padding: 0;
}

/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

    body {
        font-size: 16px;
        line-height: 27px;
    }

}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: SLIDEOUT
----------------------------------------------------------------------------------*/

.slideout-menu {
	bottom: 0;
	display: none;
	left: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 256px;
	z-index: 0;

	-webkit-overflow-scrolling: touch;
}

.slideout-panel {
	position: relative;
	z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: SLIDEOUT :: NAV
----------------------------------------------------------------------------------*/

nav.menu {
	background: #33485d url("../images/dots_blue.png");
	font-size: 16px;
}

nav.menu a.site_name {
	border-bottom: 1px solid #1d2e40;
	color: #fff;
	display: block;
	font-weight: normal;
	font-size: 16px;
	padding: 18px 10px 18px 15px;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

nav.menu ul.menu_navigation,
nav.menu ul.menu_navigation li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.menu ul.menu_navigation li span.top_level {
	color: #aaa;
	display: block;
	padding: 8px 20px 8px 20px;
}

nav.menu ul.menu_navigation li a {
	color: #fff;
	display: block;
	padding: 8px 20px 8px 20px;
	text-decoration: none;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

nav.menu ul.menu_navigation li ul li a {
	padding-left: 40px;
}

nav.menu ul.menu_navigation li a:hover {
	background: rgba(0, 0, 0, 0.25);
}

nav.menu ul.menu_navigation li a img {
	display: none;
}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: SLIDEOUT :: BUTTON
----------------------------------------------------------------------------------*/

div.slideout {
	background: #33485d url("../images/dots_blue.png");
}

div.slideout span.toggle-button {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	padding: 15px 0 14px 0;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

div.slideout span.toggle-button em {
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle;
}

div.slideout span.toggle-button:hover {
	padding-left: 10px;
}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: HEADER
----------------------------------------------------------------------------------*/

header div.covid-19-update {
  background: #34495e;
  border-top: 8px solid #63897c;
  color: #ffe352;
  font-weight: bold;
  line-height: 150%;
  padding-top: 10px;
  padding-bottom: 10px;
}

header div.header {
	background: #5d8074 url("../images/header.jpg") top center no-repeat;
	padding-bottom: 25px;
	padding-top: 45px;
}

header div.header a#logo {
	text-decoration: none;
}

header div.header a#logo img {
	float: left;
	margin-right: 20px;
}

header div.header a#logo span.name {
	color: #fff;
	display: block;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 5px;
	margin-top: 8px;

	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

header div.header a#logo div#slogans {
	color: #fff;
	font-style: italic;
	line-height: 24px;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

header div.header a#logo div#slogans ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

header div.header div.celebrating {
	background: url("../images/celebrating.png") top center no-repeat;
	color: #ffe352;
	font-size: 20px;
	font-weight: bold;
	height: 93px;
	line-height: 22px;
	padding-top: 30px;
	text-align: center;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

header div.header div.toll_free_ordering {
	color: #fff;
	font-weight: 500;
	padding-top: 5px;
	text-align: right;

	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

header div.header div.toll_free_ordering span.title {
	display: block;
	font-size: 20px;
}

header div.header div.toll_free_ordering span.number {
	display: block;
	font-size: 30px;
}

header div.toll_free_ordering a,
header div.toll_free_ordering a:visited,
header div.toll_free_ordering a:hover,
header div.toll_free_ordering a:focus {
	color: #fff;
	text-decoration: none;
}

/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: HEADER :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

	header div.header a#logo img {
		float: none;
		margin: auto;
	}

	header div.header {
		text-align: center;
	}

	header div.header div.celebrating {
		margin-top: 15px;
	}

	header div.header div.toll_free_ordering {
		padding-top: 20px;
		text-align: center;
	}

    header div.header div.toll_free_ordering span.title {
        font-size: 18px;
    }

    header div.header div.toll_free_ordering span.number {
        font-size: 26px;
    }

}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: NAVIGATION
----------------------------------------------------------------------------------*/

div#navigation {
    background: #33485d url("../images/dots_blue.png");
}

div#navigation ul.nav {
	width: 100%;
}

div#navigation ul.nav > li {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    width: 12.5%;
    padding: 7px 0;
    float: left;
    line-height: 1.3;
}

div#navigation ul.nav > li:last-of-type {
	border-right: none;
}

div#navigation ul.nav > li > a,
div#navigation ul.nav > li > a:hover,
div#navigation ul.nav > li > a:focus {
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}


div#navigation ul.nav > li > a span.last_word {
	display: block;
}


div#navigation ul.nav > li > a:hover,
div#navigation ul.nav > li > a:focus,
div#navigation ul.nav > li > a[aria-expanded="true"] {
	color: #fff;
}

div#sub_navigation {
    background: #fdfdfd url("../images/dots_white.png");
	border-bottom: 1px solid #fff;
}

div#sub_navigation ul {
	display: none;
	text-align: center;
	width: 100%;
}

div#sub_navigation ul.open {
	display: block;
}

div#sub_navigation ul.nav > li {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 12.5%;
}

div#sub_navigation ul.nav > li.item-161 {
	/* Visual Flow Indicator only */
	width: 13% !important;
}

div#sub_navigation ul.nav > li > a,
div#sub_navigation ul.nav > li > a:hover,
div#sub_navigation ul.nav > li > a:focus {
	background: none;
	color: #231f20;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}

div#sub_navigation ul.nav > li > a img {
	display: block;
	margin: auto;

	-webkit-transition: scale(0.8);
	-moz-transition: scale(0.8);
	transform: scale(0.8);

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

div#sub_navigation ul.nav > li > a:hover img {
	-webkit-transition: scale(1);
	-moz-transition: scale(1);
	transform: scale(1);
}

.mobile-rws-link {
	display: none;
}

/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: NAVIGATION :: 992PX TO 1199PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	div#navigation ul.nav > li > a,
	div#navigation ul.nav > li > a:hover,
	div#navigation ul.nav > li > a:focus {
		font-size: 11px;
	}
	div#navigation ul.nav > li {
		width: 12.5%;
	}

}

/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: NAVIGATION :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

.dropdown-menu {
    position: inherit;
    float: none;
    padding: 5px 0;
    margin: 0 0 10px 0 !important;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: rgba(255,255,255,.1)
}

}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: MAIN
----------------------------------------------------------------------------------*/

div#main {
	background: #dbdfe1;
	padding: 25px 0 50px 0;

	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.33);
}

body.internal div#main {
	padding-bottom: 25px;
}

div#main div.container.main {
	background: #fdfdfd url("../images/dots_white.png");
}

div#main div.container.main div.row.main {
	background: url("../images/dots_blue.png") right -53% top repeat-y;
}

div#main div.main_left,
div#main div.full {
	padding: 30px;
}

body.frontpage div#main div.main_left {
	font-size: 24px;
	line-height: 40px;
}

div#main div.main_left a,
div#main div.full a {
	color: #666;
	font-weight: bold;
}


#main > div.container.main div div.col-md-8.main_left div.blog-featured a:visited {
	color: #3aa68e;
	font-weight: bold;
}

div#main div.container ul.three_column {
	font-weight: 500;
	list-style-position: inside;
	margin: 0;
	padding: 0;

	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

div#main div.main_right {
	color: #fff;
	padding: 30px;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

body.frontpage div#main div.main_right h2,
body.internal div#main div.main_right h2 {
	border-bottom: 2px solid #eb9815;
	color: #ecf0f1;
	font-size: 36px;
	font-weight: 500;
	margin: 0 0 36px 0;
}

body.frontpage div#main div.main_right ul,
body.internal div#main div.main_right div.side_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.frontpage div#main div.main_right ul li a,
body.internal div#main div.main_right div.side_menu ul li a {
	color: #ecf0f1;
	font-weight: 300;
	display: block;
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 30px;
}

body.internal div#main div.main_right div.side_menu ul li a {
	padding-left: 30px;
}

body.frontpage div#main div.main_right ul li:last-of-type a,
body.internal div#main div.main_right div.side_menu ul li:last-of-type a {
	margin-bottom: 0;
}

body.frontpage div#main div.main_right ul li a img {
	border: 2px solid #eb9815;
	float: left;
	margin-right: 15px;
	vertical-align: top;
}

div#main div.main_right hr {
	border-top: 1px solid #0d1218;
	margin: 31px 0;
}

div#main div.main_right address {
	line-height: inherit;
	text-align: center;
}

div#main div.main_right iframe#map_iframe {
	height: 300px;
	width: 100%;
}

div#main div.main_right h3 {
	border-top: 1px solid #0d1218;
	color: #fff;
	margin: 31px 0 0 0;
	padding: 31px 0 0 0;
}

div#main div.main_left div.search h3 {
	border-top: 1px solid #0d1218;
	margin: 75px 0 0 0;
	padding: 31px 0 0 0;
}

div#main div.main_right h4 {
	color: #fff;
}

div#main div.main_right img.img-thumbnail {
	background: rgba(0, 0, 0, 0.33);
	border: 1px solid #33495e;
	margin-bottom: 15px;
	padding: 8px;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.document_image img.img-thumbnail {
	margin-bottom: 10px;
}

div#main div.main_right img.small-thumbnail {

	/*
		Removes above .img-thumbnail styles for side-bar
		image_2 through image_6 to keep image sizes uniform.
		Still retains Bootstrap img-thumbnail default styles.
	*/

	background: transparent !important;
	border: none;
	cursor: pointer;
	margin-bottom: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

#large-box {
	background: rgba(0, 0, 0, 0.33);
    border: 1px solid #33495e;
    margin-bottom: 15px;
	padding: 8px;
	width: 100%;

	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#white-bg {
	background: #fff;
	width: 100%;
}

#large-box img {
	min-width: 20% !important;
}

div#main div.main_right div.thumbnails {
	margin-bottom: 15px;
}

div#main div.main_right div.box {
	border: 8px solid rgba(0, 0, 0, 0.33);
    display: block;
	max-height: 100px;
    padding: 0px;
	width: auto;
	overflow: hidden;
}

div#main div.main_right div.box a.thumbnail-bg {
	display: block;
	max-height: 75px;
	overflow: hidden;
}

div#main div.main_right img#largeImage {
	display: block;
	min-width: 100%;
}

div#main div.main_right ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#main div.main_right ul li a {
	color: #3aa68e;
	clear: both;
	display: block;
	margin: 15px 0 16px 0;
	padding: 10px 0;
}

/* Video Gallery on Smart Detection only <img src="images/miscellaneous/video/soft-touch-video.jpg" alt="SOFT TOUCH now available for vaious weld controls video" class="img-responsive" /> */

.item_173 div#main div.main_right ul.center {
	text-align: center;
}

#main > div > div > div.col-md-4.main_right > ul.center > li > a > span {
	width: 100%;
    height: 10%;
    position: absolute;
    left: 0;
    top: 80px;
    font-size: 60px;
	opacity: .6;
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

#main > div > div > div.col-md-4.main_right > ul.center > li > a > span:hover {
	opacity: 1;

}

@media screen and (max-width: 480px) {
  #main > div > div > div.col-md-4.main_right > ul.center > li > a > span {
    	top: 80px;
  }
}

/*.item_173 div#main div.main_right ul li a img {
	float: none;
	margin: 0 auto 15px auto;
	width: 200px;
}*/

.item_173 div#main div.main_right ul li a img.video {
    float: none;
    margin: 0 auto 15px auto;
    width: 200px;
}

/* End video gallery rules */

/* Video Gallery on SOFT TOUCH only */

div#main div.main_right ul.center {
	text-align: center;
}



#main > div > div > div.col-md-4.main_right > ul.text-center > li > a > .fa-play-circle-o {
	background-size: cover;
	margin-bottom: 15px;
	opacity: .8;
	padding: 18px 0 0 0;
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}
/*
#main > div > div > div.col-md-4.main_right > ul.center > li:nth-child(3) > a > .fa-play-circle-o {
	width: 100%;
    height: 10%;
    position: absolute;
    left: 0;
    top: 290px;
    font-size: 60px;
	opacity: .6;
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

#main > div > div > div.col-md-4.main_right > ul.center > li:nth-child(5) > a > span {
	width: 100%;
    height: 10%;
    position: absolute;
    left: 0;
    top: 500px;
    font-size: 60px;
	opacity: .6;
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

#main > div > div > div.col-md-4.main_right > ul.center > li:nth-child(7) > a > span {
	width: 100%;
    height: 10%;
    position: absolute;
    left: 0;
    top: 710px;
    font-size: 60px;
	opacity: .6;
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}
*/
#main > div > div > div.col-md-4.main_right > ul.text-center > li > a > .fa-play-circle-o:hover {
	opacity: 1;

}

#main > div > div > div.col-md-4.main_right > ul.center > li:nth-child(3) > a > span:hover {
	opacity: 1;

}

#main > div > div > div.col-md-4.main_right > ul.center > li:nth-child(5) > a > span:hover {
	opacity: 1;

}

#main > div > div > div.col-md-4.main_right > ul.center > li:nth-child(7) > a > span:hover {
	opacity: 1;

}

@media screen and (max-width: 480px) {
  #main > div > div > div.col-md-4.main_right > ul.center > li:nth-child(1) > a > span {
    	top: 80px;
  }

	#main > div > div > div.col-md-4.main_right > ul.center > li:nth-child(3) > a > span {
    	top: 288px;
  }

	#main > div > div > div.col-md-4.main_right > ul.center > li:nth-child(5) > a > span {
    	top: 492px;
  }

	#main > div > div > div.col-md-4.main_right > ul.center > li:nth-child(7) > a > span {
    	top: 698px;
  }
}

/* End video gallery rules */
div#main div.main_right ul li a em,
div#main div.main_right ul li a img {
	color: #fff;
	font-size: 30px;
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
	vertical-align: middle;
	width: 75px;
	text-align: center;
}

#main > div > div > div.col-md-4.main_right > div.request > a > img {
	width: 200px;
	color: #fff;
	font-size: 30px;
	margin-bottom: 5px;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;

}

#main > div > div > div.col-md-4.main_right div.request > a {
    color: #3aa68e;
    clear: both;
    display: block;
    margin: 15px 0 16px 0;
    padding: 10px 0 0 0;
}

div#main div.main_right form.chronoform div.row,
 {
	padding-bottom: 0;
}

div#main div.main_right form.chronoform label {
	display: none;
}

div#main div.main_right form.chronoform input,
input#mod-search-searchword  {
	background: rgba(0, 0, 0, 0.75);
	border: none !important;
	color: #fff;
}

div#main div.main_right form.chronoform input::-webkit-input-placeholder,
#mod-search-searchword::-webkit-input-placeholder {
	color: #ddd;
	font-style: italic;
}

div#back_to_top {
	background: #fdfdfd url("../images/dots_white.png");
	bottom: 25px;
	cursor: pointer;
	display: block;
	margin: 25px auto 0 auto;
	opacity: 0;
	padding: 10px 25px;
	position: fixed;
	right: 25px;
	text-align: center;
	width: auto;
	z-index: 100;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

div#back_to_top.back_to_top_is_visible:hover {
	background: #33485d url("../images/dots_blue.png");
	color: #fff;
	opacity: 1;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

div#back_to_top.back_to_top_is_visible {
	opacity: 0.75;
	visibility: visible;
}

/*-----------Reliable Products and Fast Service! Items--------------*/

#main > div.container.main > div > div.col-md-8.main_left > div.blog-featured > div > div > ul > li {
	color: #666;
    font-weight: bold;
}


/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: MAIN :: 1200PX TO 1359PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1359px) {

	div#main div.container.main div.row.main {
		background: url("../images/dots_blue.png") right -86% top repeat-y;
	}

}

/* pulls image to the right only */

#img-right {
	margin: 20px;
	margin-top: 5px;
	float: right;

}

/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: MAIN :: 992PX TO 1199PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	div#main div.container.main div.row.main {
		background: url("../images/dots_blue.png") right -194% top repeat-y;
	}

	body.frontpage div#main div.main_right ul li a,
	body.internal div#main div.main_right div.side_menu ul li a {
		font-size: 20px;
		line-height: 24px;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: MAIN :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

	div#main div.container.main div.row.main {
		background: none;
	}

	div#main div.main_right {
	    background: #33485d url("../images/dots_blue.png");
	}

    div#main div.main_right hr {
        margin: 27px 0;
	}

	body.frontpage div#main div.main_left{
		font-size: 18px !important;
	}



}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: MAIN :: 480PX TO 767PX
----------------------------------------------------------------------------------*/

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

	div#main div.container ul.three_column {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: MAIN :: UP TO 479PX
----------------------------------------------------------------------------------*/

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

	div#main div.container ul.three_column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	 .breadcrumb {
                 display: none !important;
        }

}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: BLOG
----------------------------------------------------------------------------------*/

div#main div.main_right div.mod_easyblogcategories .eb-mod-item {
	line-height: 31px;
}

div#main div.main_right div.mod_easyblogcategories .eb-mod-item+.eb-mod-item {
	border-top: 1px solid #0d1218;
	margin: 0;
	padding: 0;
}

div#main div.main_right div.mod_easyblogcategories i.eb-mod-media-thumb {
	color: #fff;
	padding: 15px 0;
}

div#main div.main_right div.mod_easyblogcategories div.eb-mod-media-body a {
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 15px 0;
}

div#main div.main_right div.mod_easyblogcategories div.eb-mod-media-body a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: BLOG :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

    div#main div.main_right div.mod_easyblogcategories .eb-mod-item {
        line-height: 27px;
    }

}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: MAIN
----------------------------------------------------------------------------------*/

div#carousel_rotator {
	background: #1a1a1a url("../images/carousel_rotator.png");
}

div#carousel_rotator div.item div.caption {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	padding: 5% 30px 30px 30px;
	position: absolute;
	right: 0;
	top: 0;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}

div#carousel_rotator div.item div.caption.left {
	left: 50px;
	right: auto;
}

div#carousel_rotator div.item div.caption span.large {
	color: #66a590;
	display: block;
	font-size: 60px;
	font-weight: bold;
	line-height: 60px;
}

div#carousel_rotator div.item div.caption span.medium {
	color: #666;
	display: block;
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
}

div#carousel_rotator div.item div.caption span.small {
	color: #666;
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 45px;
}

div#main div.main_left figure figcaption {
	color: #bbb;
	font-size: 14px;
	line-height: 2;
	text-align: center;
}

ol.carousel-indicators {
	bottom: auto;
	left: auto;
	margin: -45px 0 0 0;
	position: relative;
	text-align: right;
	width: auto;
}

.carousel-indicators li {
	background: #fff;
	border: none;
	height: 30px;
	margin: 0 0 0 15px;
	width: 30px;

	-webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.carousel-indicators .active {
	background: #66a590;
	border: none;
	height: 30px;
	margin: 0 0 0 15px;
	width: 30px;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

div#main div.main_left a, div#main div.full a {
    color: #3aa68e;
    font-weight: bold;
}
a.btn-rws {
    background: #666 !important;
    color: #fff !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: FOOTER :: UP TO 1199PX
----------------------------------------------------------------------------------*/

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

	ol.carousel-indicators {
		bottom: -15px;
	}

	.carousel-indicators li,
	.carousel-indicators .active {
		height: 20px;
		margin: 0 0 0 10px;
		width: 20px;
	}

}

/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: ROTATOR :: 768PX TO 991PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {

	div#carousel_rotator div.item div.caption span.large {
		font-size: 35px;
		line-height: 35px;
	}

	div#carousel_rotator div.item div.caption span.medium {
		font-size: 25px;
		line-height: 25px;
	}

	div#carousel_rotator div.item div.caption span.small {
		font-size: 20px;
		line-height: 30px;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: MAIN :: UP TO 767PX
----------------------------------------------------------------------------------*/

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

    div#carousel_rotator {
        display: none;
    }

	.breadcrumb {
     	display: none !important;
    }

	.information a.title {
		text-align:center;
		font-size:24px;
		margin:25px 0;
	}

	#img-right {
		margin: 20px;
		margin-top: 5px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;

	}

}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: BREADCRUMBS
----------------------------------------------------------------------------------*/

div#breadcrumbs {
	background: rgba(219, 223, 225, 0.5);
	margin-bottom: 35px;

	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.breadcrumb {
	background: none;
	padding: 15px 15px 14px 15px;
	margin-bottom: 0;
}

.breadcrumb > li:first-of-type {
	display: none;
}

.breadcrumb > li + li:before {
	content: "";
	padding: 0;
}

.breadcrumb > li span.divider {
	color: #000;
	margin-left: 10px;
}

.breadcrumb > li {
	margin-right: 10px;
}

.breadcrumb > li a {
	color: #666;
	font-weight: bold;
}

.breadcrumb > li.active {
	color: #333;
}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: FOOTER
----------------------------------------------------------------------------------*/

footer {
	color: #fff;
	overflow: hidden;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

footer a,
footer a:active,
footer a:focus,
footer a:hover {
	color: #fff;
}

footer div.border_top {
    background: #33485d url("../images/dots_blue.png");
	height: 4px;
}

footer div.top_footer {
	padding-bottom: 35px;
	padding-top: 35px;
	background: #63897c;
}

footer div.top_footer div.address img {
	float: left;
	margin-right: 20px;
}

footer div.top_footer div.address address strong {
	display: block;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 7px;
	margin-top: -10px;

	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

footer div.top_footer div.address address div.address_left {
	display: inline-block;
	vertical-align: top;
}

footer div.top_footer div.address address div.address_right {
	border-left: 1px solid rgba(255, 255, 255, 0.65);
	display: inline-block;
	margin-left: 35px;
	padding-left: 25px;
}

footer div.top_footer div.social_footer_menu {
	text-align: right;
}

footer div.top_footer div.social_footer_menu a em {
	font-size: 48px;
	margin-left: 25px;

	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

footer div.top_footer div.social_footer_menu a:hover em {
	opacity: 0.75;
}

footer div.top_footer div.social_footer_menu ul {
	margin-bottom: 0;
	margin-top: 36px;
	padding-left: 0;
}

footer div.top_footer div.social_footer_menu ul li {
	display: inline-block;
}

footer div.top_footer div.social_footer_menu ul li a {
	text-transform: uppercase;
}

footer div.top_footer div.social_footer_menu ul li:before {
	content: "\f111";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 5px;
	margin-left: 6px;
	padding-right: 6px;
	vertical-align: middle;
}

footer div.top_footer div.social_footer_menu ul li:first-of-type:before {
	content: "";
	margin-left: 0;
	padding-right: 0;
}

footer div.bottom_footer {
	font-size: 14px;
	font-weight: 300;
    line-height: 24px;
	padding: 8px 0;
}

footer div.bottom_footer div.bitstormweb {
    text-align: center;
}

footer div.bottom_footer div.bottom_footer_menu ul {
	margin-bottom: 0;
	padding-left: 0;
	text-align: right;
}

footer div.bottom_footer div.bottom_footer_menu ul li {
	display: inline-block;
}

footer div.bottom_footer div.bottom_footer_menu ul li:before {
	content: "\f111";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 3px;
	margin-left: 6px;
	padding-right: 6px;
	vertical-align: middle;
}

footer div.bottom_footer div.bottom_footer_menu ul li:first-of-type:before {
	content: "";
	margin-left: 0;
	padding-right: 0;
}

/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: FOOTER :: 1200PX TO 1359PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1359px) {

	footer div.top_footer div.address address div.address_right {
		margin-left: 25px;
	}

}

/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: FOOTER :: 992PX TO 1199PX
----------------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	footer div.top_footer div.address {
		text-align: center;
	}

	footer div.top_footer div.address img {
		display: inline-block;
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
	}

	footer div.top_footer div.social_footer_menu {
		margin-top: 15px;
		text-align: center;
	}

	footer div.top_footer div.social_footer_menu ul {
		margin-top: 15px;
	}

}

/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: FOOTER :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

	footer div.top_footer div.address {
		text-align: center;
	}

	footer div.top_footer div.address img {
		display: inline-block;
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
	}

	footer div.top_footer div.social_footer_menu {
		margin-top: 15px;
		text-align: center;
	}

	footer div.top_footer div.social_footer_menu ul {
		margin-top: 15px;
	}

}

/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: FOOTER :: UP TO 767PX
----------------------------------------------------------------------------------*/

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

	footer div.bottom_footer,
	footer div.bottom_footer div.bottom_footer_menu ul {
		text-align: center;
	}


	footer div.top_footer div.address address div.address_left {
		display: block;
	}

	footer div.top_footer div.address address div.address_right {
		border-left: none;
		display: block;
		margin-left: 0;
		padding-left: 0;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: BOOTSTRAP
----------------------------------------------------------------------------------*/

@media (min-width: 1360px) {

	.container {
		width: 1330px;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: MISCELLANEOUS
----------------------------------------------------------------------------------*/

div.muted,
p.chrono_credits,
.element-invisible {
    display: none;
}

div.clr,
span.clr {
    clear: both;
	display: block;
}

::selection {
	background: #666;
	color: #fff;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

::-moz-selection {
	background: #666;
	color: #fff;

	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

h1 {
	color: #3aa68e;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 31px 0;
}

h2 {
	color: #34495e;
	font-size: 30px;
	font-weight: 500;
	margin: 30px 0;
}

h3 {
	color: #666;
	font-size: 24px;
	font-weight: bold !important;
	margin: 24px 0;
}

h4 {
	color: #34495e;
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0;
}

p {
	margin: 31px 0;
}

.item_127 p {
	margin: 15px !important;
}

div.document_image p {
	margin: 0;
}

img.pull-center {
	display: block;
	margin: auto;
}

img.pull-right {
	margin-bottom: 15px;
	margin-left: 15px;
}

img.pull-left {
	margin-bottom: 15px;
	margin-right: 15px;
}

a.btn {
    font-size: inherit;
    padding: 12px 15px 11px 15px;
	white-space:normal;
}

a.btn-rws {
    background: #666 !important;
    color: #fff !important;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

a.btn em {
    margin-right: 12px;
}

a.full {
	display: block;
}

a.list-group-item.fancybox em {
    margin-right: 15px;
}

div.search ol.list {
	list-style: none;
	padding: 0;
}

div.search ol.list li {
	margin: 31px 0;
}

div.pagination {
	display: block;
	margin: auto;
	text-align: center;
}

div.pagination p.pull-right {
	float: none !important;
	margin: 12px 0 !important;
}

.pagination > li > a,
.pagination > li > span {
	color: #666;
}

div.phrases-box div.controls {
	padding-left: 50px;
}

.gbs3 .A {
	width: 100% !important;
}

fieldset.phrases legend {
	margin-bottom: 0;
}

div.form-limit {
	margin-top: 20px;
}

form#searchForm button.btn-pe {
	display: block;
	margin: 20px 0;
	padding: 0;
	width: 100%;
}

form#searchForm p.counter {
	text-align: center;
}

span.highlight {
	background: #fdf574;
	padding: 3px 6px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

img.image_full_text {
	max-width: 400px;
}

.fancybox-opened .fancybox-skin,
.modal-content {
	-webkit-box-shadow: 0 0 25px rgba(204, 65, 0, 1) !important;
    -moz-box-shadow: 0 0 25px rgba(204, 65, 0, 1) !important;
    box-shadow: 0 0 25px rgba(204, 65, 0, 1) !important;
}

#sizer {
	width: 100% !important; /* fixes PDFs from scrolling horizontally */
}

.fancybox {
	width: 100% !important;
}




/*----------------------------------------------------------------------------------
	CSS :: PRODUCTION ENGINEERING :: MISCELLANEOUS :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

    h1 {
        font-size: 32px;
        margin-bottom: 24px;
    }

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

	h3 {
		font-size: 18px;
		margin: 18px 0;
	}

	h4 {
		font-size: 14px;
		margin: 14px 0;
	}

    p,
    div.search ol.list li {
        margin: 27px 0;
    }

    /*
	p img {
        margin: 0;
    }
	*/

	img.image_full_text {
		float: none !important;
		display: block;
		margin: auto;
		max-width: 100%;
	}

}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: PDF LISTS
----------------------------------------------------------------------------------*/

a.list-group-item {
	-webkit-transition: all 0.33s;
	-moz-transition: all 0.33s;
	transition: all 0.33s;
}

a.list-group-item.full {
	background: #666;
	border: 1px solid #666;
	color: #fff !important;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

a.list-group-item.full:hover {
	background: #666;
}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: TABLES
----------------------------------------------------------------------------------*/

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border: none;
	line-height: inherit;
	padding: 10px 15px;
	padding: 2px 15px;
	padding: 2px 1px;
	vertical-align: middle;
	padding-left: 3px;
}

table.table thead tr th {
	background: #666;
	color: #fff;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

table.table thead tr:first-of-type th:first-of-type {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

table.table thead tr:first-of-type th:last-of-type {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background: #f5f5f5;
}

.table-hover>tbody>tr:hover {
 	background-color: rgba(245, 245, 246, 0.5);
}

table.table tfoot tr td {
	background: #666;
	color: #fff;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

table.table tfoot tr td:first-of-type {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

table.table tfoot tr td:last-of-type {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

table.smaller_text {
	font-size: 14px;
	line-height: 24px;
}

table.smaller_text>tbody>tr>td{
	vertical-align: top;
}

#force-gauge-table table tr td {
	width: 5%;
}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: TABLES :: TABLES
----------------------------------------------------------------------------------*/

table.table.tables>tbody>tr>td,
table.table.tables>tbody>tr>th,
table.table.tables>tfoot>tr>td,
table.table.tables>tfoot>tr>th,
table.table.tables>thead>tr>td,
table.table.tables>thead>tr>th {
	cursor: default;
	font-size: 13px;
	line-height: 19px;
	padding: 8px 0px;
	text-align: center;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

table.table.tables>tfoot>tr>td {
	padding: 8px;
	text-align: left;
}

table.table.tables>tfoot>tr>td:last-of-type {
	text-align: right;
}

table.table.tables>tfoot>tr>td a {
	color: #fff !important;
}

table.table.tables>tbody>tr:nth-of-type(odd) {
    background: #f5f5f5;
}

div.table-responsive {
	position: relative;
}

div.table-responsive div.watermark {
	background: url("../images/watermark.png");
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#force-gauge-table tr td {
	width: 5%;
}
.weld-tuff {
		float: right;
	    margin-bottom: 15px;
	    margin-left: 15px;
	}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: TABLES :: TABLES :: UP TO 767PX
----------------------------------------------------------------------------------*/

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

	table.table.tables>tbody>tr>td,
	table.table.tables>tbody>tr>th,
	table.table.tables>tfoot>tr>td,
	table.table.tables>tfoot>tr>th,
	table.table.tables>thead>tr>td,
	table.table.tables>thead>tr>th {
		padding: 8px 0px;
	}

	.weld-tuff {
		float: none;
		margin-left: auto;
	}
}


#force-gauge-table tr td {
	width: 5%;
}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: FORMS
----------------------------------------------------------------------------------*/

div.chronoform-container {
	float: left;
	margin: 0 2.5%;
	width: 45%;
}

.gbs3 .gcore-form-row {
    background: none;
    margin: 0;
    padding: 10px 0;
}

.gbs3 .gcore-form-row:nth-of-type(2n+1) {
    background: none;
}

div.gcore-input-wide {
    width: 100%;
}

.gbs3 .A {
    width: 100% !important;
}

.gbs3 p {
    margin: 31px 0;
}

.gcore-checkbox-item input.A {
	margin-left: 25px;
	width: auto !important;
}

.gbs3 .gcore-form-row div#fin-submit,
.gbs3 .gcore-form-row div#fin-submit input {
    width: 100% !important;
}

form.chronoform div.row {
	padding-bottom: 15px;
	padding-top: 15px;
}

form.chronoform div.row.border_bottom {
	border-bottom: 1px solid #eee;
}

form.chronoform label {
	color: #878ba6;
	font-weight: normal;
	margin-bottom: 5px;
}

input#mod-search-searchword {
	font-size: 14px;
    line-height: 1.42857143;
	margin-top: 25px;
	margin-bottom: 35px;
}

form.chronoform input,
form.chronoform textarea,
form#searchForm select,
#search-searchword,
input#mod-search-searchword {
	border: 1px solid #bbbec5;
	padding: 12px 12px !important;
	height: auto !important;
	width: 100%;

	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;

	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0 0, 0);
}

input.input_readonly {
	background: #eee;
	font-weight: bold;
}

form.chronoform input.file {
	background: none;
	border: none;

	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

form#searchForm select {
	height: 50px;
	padding: 12px 12px;
	width: 100%;
}

form.chronoform textarea {
	height: 150px;
	padding: 12px 12px;
}

form.chronoform div.row.submit div.gcore-input {
	float: right;
}

form.chronoform input.btn,
div#main div.main_right button.button,
div#main div.main_left button {
	background: #3aa68e !important;
	border: 1px solid #63897c !important;
	color: #fff;
	font-size: 18px !important;
	font-weight: bold !important;
	height: 50px !important;
	letter-spacing: 1px !important;
	line-height: 50px !important;
	outline: none !important;
	padding: 0 50px !important;
	text-transform: uppercase;
	width: auto;

	-webkit-transition: all 0.33s !important;
	-moz-transition: all 0.33s !important;
	transition: all 0.33s !important;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25) !important;
}

div#main div.main_right button.button,
div#main div.main_left button {
	clear: both;
	float: right;
	margin-top: 15px;

	-webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

button.btn-pe {
	background: #666 !important;
	border: 1px solid #ac3519 !important;
	color: #fff;
	font-size: 18px !important;
	font-weight: bold !important;
	height: 50px !important;
	letter-spacing: 1px !important;
	line-height: 50px !important;
	outline: none !important;
	padding: 0 50px !important;
	text-transform: uppercase;

	-webkit-transition: all 0.33s !important;
	-moz-transition: all 0.33s !important;
	transition: all 0.33s !important;

	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25) !important;
}

form#searchForm button.btn-pe {
	display: block;
	margin: 20px 0;
	padding: 0;
	width: 100%;
}

form.chronoform .btn-submit:hover,
form.chronoform .btn-submit:active,
form.chronoform .btn-submit:focus {
	background: #0ebf56 !important;
	color: #fff !important;
}

button.btn-pe:hover,
button.btn-pe:active,
button.btn-pe:focus {
	background: #ac3519 !important;
	color: #fff !important;
}

fieldset.phrases legend {
	margin-bottom: 0;
}

div.form-limit {
	margin-top: 20px;
}

form#searchForm span.badge {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.33);
}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: FORMS :: UP TO 991PX
----------------------------------------------------------------------------------*/

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

	div#main div.main_right button.button,
	div#main div.main_left button,
	div#main div.main_right form.chronoform input,
	form.chronoform div.row.submit div.gcore-input {
		margin-top: 0;
		width: 100% !important;
	}

	div#main div.main_right h3 {
		text-align: center;
		font-size: 24px !important;
	}

	form.chronoform div.row:first-of-type {
		padding-top: 15px !important;
	}

	form.chronoform div.row {
		padding-bottom: 0;
		padding-top: 0;
	}

}



/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: CATEGORIES / PRODUCTS
----------------------------------------------------------------------------------*/

div.categories div.category,
div.products div.product {
	border-bottom: 1px solid #dfdfdf;
	padding: 30px 0;
}

div.categories div.category div.image,
div.products div.product div.image {
	text-align: center;
}

div.categories div.category div.information a.title,
div.products div.product div.information a.title {
	display: block;
}

div.categories div.category div.information span.key_reference,
div.products div.product div.information span.key_reference {
	color: #888;
	display: block;
	font-style: italic;
}

div.categories div.category div.information span.teaser,
div.products div.product div.information span.teaser {
	display: block;
}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: WELD HELP
----------------------------------------------------------------------------------*/

div.weld_help {
	font-size: 14px;
	line-height: 24px;
}

div.weld_help a {
	display: block;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
}

div.weld_help a img {
	display: block;
	margin: auto;
}

/*----------------------------------------------------------------------------------
    CSS :: PRODUCTION ENGINEERING :: CALEB EDITS
----------------------------------------------------------------------------------*/

.information p.title {
	margin: 0;
	font-weight: bold;
}

.gallery-panel-header {
	height: 300px;
	text-align: center;
}

.gallery-panel-header img {
	height: 280px;
}

div#tool_balancers.tab-content {
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}

div#tool_balancers.tab-content p {
	margin: 0 !important;
}

/* Search Bar */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.search {
  width: 100%;
  position: relative
}

.searchTerm {
  float: left;
  width: 100%;
  border: 3px solid #00B4CC;
  padding: 5px;
  height: 20px;
  border-radius: 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
	position: absolute;
    right: 0px;
    width: 40px;
    height: 30px;
    border: 0px solid #00B4CC;
    background: #333;
    text-align: center;
    color: #fff;
	/* border-radius: 5px; */
	border-radius: 0 2px 2px 0;
    cursor: pointer;
    font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/

.wrap {
    width: 100%;
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    margin-top: 8.5px;
}

div#main div.main_right form.chronoform input::placeholder,
input#mod-search-searchword::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1; /* Firefox */
}

div#main div.main_right form.chronoform input:-ms-input-placeholder,
input#mod-search-searchword:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1; /* Firefox */
}

div#main div.main_right form.chronoform input::-ms-input-placeholder,
input#mod-search-searchword::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1; /* Firefox */
}

div#main div.main_right form.chronoform input,
input#mod-search-searchword  {
	background: #fff;
	border: none !important;
	color: #333;
}

input#mod-search-searchword  {
	background: #fff;
	border: none !important;
	color: #333;
}

input#mod-search-searchword {
    font-size: 14px;
    line-height: 1.42857143;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 5px !important;
    /* margin-top: 5px; */
}

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

	header div.header div.toll_free_ordering {
		padding-top: 0;
		/* padding-bottom: 20px; */
		text-align: center;
	}
}

header div.header {
    padding-bottom: 12.5px;
}

form.form-inline {
    margin-bottom: auto;
}

/* 9/10/20 additions layout updates */
.container-wide {
	width: inherit !important;
}

.sidebar-wide {
	background: url("../images/dots_blue.png");
}

.flex-wrap {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:   flex;
  flex-wrap: wrap;
}

.row .flex-col {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 992px) {
  .flex-wrap {
    display: block;
  }
}

div#main div.container.main div.row.main {
	background: transparent !important;
}

div#main {
	padding-bottom: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1700px) {

	div#carousel_rotator div.item div.caption span.large {
		font-size: 35px;
		line-height: 35px;
	}

	div#carousel_rotator div.item div.caption span.medium {
		font-size: 25px;
		line-height: 25px;
	}

	div#carousel_rotator div.item div.caption span.small {
		font-size: 20px;
		line-height: 30px;
	}

}
