/*
Theme Name: City Church
Theme URI: http://ithemes.com/
Description: A Builder Child Theme
Author: iThemes
Author URI: http://ithemes.com/
Version: 4.0.3
Template: Builder
Tags: blog, theme options, multiple layouts, multiple color schemes, responsive

Version History
	See history.txt
*/

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
	overflow-y: scroll;
}
body {
	color: #222222;
	font-family: 'Open Sans', sans-serif; 
	font-size: 80%;
	line-height: 1.7;
}
input, select, textarea {
	font-family: 'Open Sans', sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}s
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}


/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/
body {
    background-attachment: fixed;
    background-color: #010A0F;
	background: url('images/bg.jpg') repeat scroll top left;
    background-position: center top;
    background-repeat: no-repeat;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #921022;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
a:focus {
	color: #000000;
}


/*********************************************
	Headings
*********************************************/
h2, h3, h4, h5, h6 {
	color: #111111;
	font-weight: bold;
}
h1 {
        color: #0C2C44;
	font-size: 2em;
        font-family: 'Exo', sans-serif;
	font-style: italic;
        font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.75;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	color: #656565;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
        font-family: 'Exo', sans-serif;
	font-style: italic;	
        font-size: 1em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
        margin-top: -1%;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/****** Employment Loop ******/
.employment h4 {
	letter-spacing: 0.08em;
}

/*********************************************
	Container Div
*********************************************/
.builder-container-background-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 1.5em auto 0;
}


/*********************************************
	Default Module Styling
*********************************************/

.builder-module-element-outer-wrapper {
	padding-bottom: 1.5em;
}

.left .builder-module-element,
.middle .builder-module-element {
	margin-right: 1.5em;
}
.right .builder-module-element,
.middle .builder-module-element {
	margin-left: 1.5em;
}


/*********************************************
	Default Module Styling - Content & HTML
*********************************************/
.builder-module-content .builder-module-element,
.default-module-style.builder-module-html .builder-module-element {
	background-color: rgba(255, 255, 255, 0.81);
	border: 1px solid #DDD;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 1.5em;
}

.builder-module-content .builder-module-element>*:first-child,
.default-module-style.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-content .builder-module-element>*:last-child,
.default-module-style.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}


.builder-module-content .builder-module-sidebar-outer-wrapper,
.default-module-style.builder-module-html .builder-module-sidebar-outer-wrapper {
	padding-bottom: 1.5em;
}
.builder-module-content .builder-module-sidebar,
.default-module-style.builder-module-html .builder-module-sidebar {
	background-color: rgba(255, 255, 255, 0.81);
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: .75em 0;
}
.builder-module-content .builder-module-sidebar .widget-background-wrapper,
.default-module-style.builder-module-html .builder-module-sidebar .widget-background-wrapper {
	padding: .75em 1.5em;
}
.builder-module-content .widget-section-wrapper,
.default-module-style.builder-module-html .widget-section-wrapper {
	padding: 0 .75em;
}
.builder-module-content .widget-section-wrapper .widget-background-wrapper,
.default-module-style.builder-module-html .widget-section-wrapper .widget-background-wrapper {
	padding: .75em;
}


/*********************************************
	All Sidebars
*********************************************/

.widget-wrapper {
	width: 100%;
}
.widget-background-wrapper {
	padding-bottom: 1.5em;
}
.widget {
	color: #272727;
}

.widget-wrapper-left .widget,
.widget-wrapper-middle .widget {
	margin-right: .75em;
}
.widget-wrapper-middle .widget,
.widget-wrapper-right .widget {
	margin-left: .75em;
}

h4.widget-title {
	color: #333333;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 1em 0;
	padding: 0;
}
h4.widget-title a {
	color: #333333;
}
.widget *:first-child {
	margin-top: 0;
}
.widget *:last-child {
	margin-bottom: 0;
}
.widget a.rsswidget img {
	display: none;
}

/*
	TODO edit sidebar ribbons for a later release

.builder-module-content .builder-module-sidebar.builder-module-sidebar-2-right {
	background: none;
	border: none;
	border-radius: 0;

}
.widget-background-wrapper-top,
.widget-background-wrapper-bottom {
	position: relative;
}
.widget-background-wrapper-top .widget-wrapper,
.widget-background-wrapper-bottom .widget-wrapper {
	width: auto;
	background: #FFF;
	margin: 0 10px;
}
.widget-background-wrapper-top .widget-wrapper:after {
	content: ' ';
	display: block;
	position: relative;
	z-index: 1000;
	width: 100%;
	height: 10px;
	bottom: -20px;
	background-color: transparent;
	border-width: 10px 0 0 0;
	border-style: solid;
	border-color: transparent;
	box-shadow: #BBB 0 -1px 7px 2px;
}
.widget-background-wrapper-bottom .widget-wrapper:before {
	content: ' ';
	display: block;
	position: relative;
	z-index: 1000;
	width: 100%;
	height: 10px;
	top: -20px;
	background-color: transparent;
	border-width: 10px 0 0 0;
	border-style: solid;
	border-color: transparent;
	box-shadow: #BBB 0 1px 7px 2px;

}
.widget-background-wrapper-top:after,
.widget-background-wrapper-top:before,
.widget-background-wrapper-bottom:after,
.widget-background-wrapper-bottom:before {
	content: ' ';
	display: block;
	position: absolute;
	z-index: 1000;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
}
.widget-background-wrapper-top:after {
	bottom: -.75em;
	left: -10px;
	border-color: transparent #212121 transparent transparent;
}
.widget-background-wrapper-top:before {
    bottom: -.75em;
    right: -10px;
    border-color: transparent transparent transparent #212121;
}
.widget-background-wrapper-bottom:after {
	top: -.75em;
	left: -10px;
	border-color: transparent #212121 transparent transparent;
}
.widget-background-wrapper-bottom:before {
	top: -.75em;
	right: -10px;
	border-color: transparent transparent transparent #212121;
}
.widget-background-wrapper-left,
.widget-background-wrapper-right {
	position: relative;
	z-index: 5;
	background: #212121;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
	background: -webkit-linear-gradient(#333333, #111111);
	background: -moz-linear-gradient(#333333, #111111);
	background: -ms-linear-gradient(#333333, #111111);
	background: -o-linear-gradient(#333333, #111111);
	background: linear-gradient(#333333, #111111);
	color: #FFF;
}
.builder-module-sidebar .widget-background-wrapper-left .widget,
.builder-module-sidebar .widget-background-wrapper-right .widget,
.builder-module-sidebar .widget-background-wrapper-left .widget-title,
.builder-module-sidebar .widget-background-wrapper-right .widget-title {
	color: #FFF;
}
*/


/*********************************************
	Header Module
*********************************************/
.site-title {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}
.site-title,
.site-title a,
.site-title a:hover {
	color: #262626;
	font-size: 3em;
	font-weight: 100;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-shadow: #DDDDDD 3px 1px 0, #FFFFFF 2px 2px;
}

.site-tagline {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: .5em 0 0 0;
}
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #969696;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	height: auto;
	margin: 2em 0 0;
	padding: 0;
	text-decoration: none;
	text-shadow: #FFFFFF 2px 2px;
}

.site-title a:hover,
.site-tagline a:hover {
	color: #000000;
}

.single .site-title {
	float: left;
}
.single .site-tagline,
.single .site-tagline a {
	float: right;
}


/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation-background-wrapper {
	background: transparent url('images/nav-line.png') repeat-x left center;
}
.builder-module-navigation .builder-module-element {
	background: #212121;
	background: -webkit-gradient(linear, left top, left bottom, from( #42627A ), color-stop( 1%, #002049 ),  color-stop( 1%, #0E2E46 ), color-stop( 50%, #05253D ), color-stop( 50%, #002038 ), to( #010A0F )); /* Safari */
	background: -webkit-linear-gradient(#42627A, #002049 1px, #0E2E46 1px, #05253D 50%, #002038 50%, #010A0F); /* Chrome */
	background: -moz-linear-gradient(#42627A, #002049 1px, #0E2E46 1px, #05253D 50%, #002038 50%, #010A0F);
	background: -o-linear-gradient(#42627A, #002049 1px, #0E2E46 1px, #05253D 50%, #002038 50%, #010A0F);
	background: linear-gradient(#42627A, #002049 1px, #0E2E46 1px, #05253D 50%, #002038 50%, #010A0F);
	border-color: #2A4A62 #12324A #002038 #002038;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: 93%;
	line-height: 2;
}
.builder-module-navigation .builder-module-element .menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#ie6 .builder-module-navigation .builder-module-element .menu,
#ie7 .builder-module-navigation .builder-module-element .menu {
	zoom: 1;
}
.builder-module-navigation ul.menu > li {
	border-right: 1px solid #1E3E56;
}
.builder-module-navigation ul.menu > li > a {
	background: transparent;
	border-right: 1px solid #02263E;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	transition:  all .2s linear;
}
.builder-module-navigation ul.menu > li:first-child > a {
	-webkit-border-top-left-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.builder-module-navigation ul.menu li a:hover,
.builder-module-navigation ul.menu li.current_page_item > a {
	background: #002038;
	-webkit-box-shadow: inset #1C0306 0 0 12px;
	-moz-box-shadow: inset #1C0306 0 0 12px;
	-o-box-shadow: inset #1C0306 0 0 12px;
	box-shadow: inset #1C0306 0 0 12px;
}
.builder-module-navigation .builder-module-element {
	margin: 0;
}
.builder-module-navigation ul {
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
	font-size: 12px;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
        font-family: 'Exo', sans-serif;
	font-style: italic;
        letter-spacing: 1px;
	padding: .5em 1em;
	text-decoration: none;
	text-shadow: #000000 0px 1px 1px;
}
.builder-module-navigation li.current_page_item li a {
	font-weight: normal;
        font-family: 'Exo', sans-serif;
	font-style: italic;
	font-size: 1em;
	padding: .3em .7em;
}
.builder-module-navigation li a:hover {
	color: #FFFFFF;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
}
/* second level stuff */
.builder-module-navigation li ul {
	background: #0E2E46;
	border: 1px solid #15354D;
	border-bottom: 0;
	width: 14em;
	-webkit-border-radius: 0 6px 6px 6px;
	-khtml-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	-webkit-box-shadow: #000 1px 1px 1px;
	-moz-box-shadow: #000 1px 1px 1px;
	-o-box-shadow: #000 1px 1px 1px;
	-khtml-box-shadow: #000 1px 1px 1px;
	box-shadow: #000 1px 1px 1px;
}
.builder-module-navigation li li {
	border-bottom: 1px solid #315169;
	width: 14em;
}
.builder-module-navigation li li > a  {
	border-bottom: 1px solid #000;
}
.builder-module-navigation li li:first-child,
.builder-module-navigation li li:first-child a {
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.builder-module-navigation li li:last-child,
.builder-module-navigation li li:last-child a {
	border-bottom: none;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.builder-module-navigation li li a {
	float: none;
	padding: .3em .7em;
	font-weight: normal;
	font-size: 1em;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -2.5em 0 0 14em;
}


/*********************************************
Mobile Navigation Menu (Alternate Module Style - hidden above 550px wide)
*********************************************/
 
#it-mobile-menu {
	display: none;
}


/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar-background-wrapper {
	background: #969696;
	background: rgba(255, 255, 255, 0.26);
	padding-top: 1.5em;
	margin-bottom: 1.5em;
}
.builder-module-widget-bar .builder-module-sidebar .widget {
	text-shadow: #B6B6B6 0px 1px 1px;
	margin-bottom: 0;
}
.builder-module-widget-bar-background-wrapper.builder-module-before-widget-bar-background-wrapper,
.builder-module-widget-bar-background-wrapper.builder-module-before-footer-background-wrapper {
	margin-bottom: 0;
}
.builder-module-widget-bar-background-wrapper.builder-module-after-widget-bar-background-wrapper {
	padding-top: 0;
}


/*********************************************
	Footer Module
*********************************************/
.builder-module-footer-background-wrapper {
	background-color: #010A0F;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	padding-top: 1.5em;
}
.builder-module-footer .builder-module-element {
	color: #FFFFFF;
	text-align: left;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #FFFFFF;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}
.builder-module-footer .builder-module-sidebar .widget-title,
.builder-module-footer .builder-module-sidebar .widget-title a,
.builder-module-footer .builder-module-sidebar .widget {
	color: #DDDDDD;
}

/*********************************************
	Image Module
*********************************************/
.builder-module-image .builder-module-element img {
	margin: 0;
}

/*********************************************
	HTML Module
*********************************************/

/*.builder-module-html.html-alternate .builder-module-element {
	background: none;
	border: none;
	padding: 0;
}*/

/*********************************************
	Content Module
*********************************************/
.hentry {
	margin-bottom: 1.5em;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
        border-bottom: 2px solid;
	clear: both;
	color: #262626;
        font-family: "Exo",sans-serif;
        font-size: 2em;
        font-style: italic;
        font-weight: bold;
        letter-spacing: 0;
        line height: 1;
        margin-bottom: 0;
        margin-left: 7%;
        padding-bottom: 0.5%;
        text-align: right;
        text-transform: uppercase; 
}
.entry-title a {
	color: #262626;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #921022;
}
.hentry .entry-meta {
	display: block;
}
.hentry .entry-meta a {
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: none;
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}
.entry-content {
	clear: both;
	margin-top: 1.5em;
}
.builder-module-content .builder-module-element .loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
	color: #888888;
}


/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
	text-align: left;
}
.hentry .more-link {
	display: inline-block;
	padding: 8px 12px;
	background: #A81227;
/*
	TODO add backgrounds
*/
	background: -moz-linear-gradient(#AC1328, #FFA499 1px, #AC1328 1px, #780D1C);
	border: 1px solid #5B0A15;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000000 0px 1px 1px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.hentry .more-link:hover {
	background: #A81227;
	background: -moz-linear-gradient(#780D1C, #AC1328 99px, #FFA499 99px, #AC1328);
	border: 1px solid #5B0A15;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
	position: relative;
}
.entry-header .entry-meta {
	padding: 5px 0;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	font-size: 11px;
	color: #555555;
}
.entry-header .entry-meta + .entry-meta {
	border-top: none;
}
.entry-header .entry-meta a {
	color: #000000;
	font-weight: bold;
}
.entry-header .entry-meta a:hover {
	color: #555555;
	text-decoration: none;
}
.entry-header .post-edit-link {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px 5px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	color: #888888;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.entry-footer {
	border-top: .1em dashed #E7E7E7;
	clear: both;
	margin-bottom: 3em;
	margin-top: 1.5em;
}
.entry-footer a {
	font-weight: bold;
	text-decoration: none;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .alignright a + a {
	padding-left: 5px;
}
.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-footer {
	margin-top: 1.5em;
}
.loop-utility {
	clear: both;
	margin: 0;
	padding: 0;
}
.loop-utility a {
	font-weight: bold;
	text-decoration: none;
}
.loop-utility a + a {
	margin-left: 10px;
}
/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 0 0 3em;
}
#comments ul.children .comment-body {
	padding-top: 1.5em;
	border-top: 1px solid #D1D1D1;
	
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
	color: #565656;
}
#comments .vcard cite {
	font-style: normal;
	text-transform: capitalize;
}
#comments .vcard .avatar {
	display: block;
	position: absolute;
	margin: 0 .75em 0 0;
}
#comments .comment.depth-1 {
	position: relative;
	border-bottom: 1px solid #D1D1D1;
	min-height: 120px
}

#comments .depth-1 > .comment-body .vcard:before {
	content: '  ';
	display: block;
	position: absolute;
	left: -37px;
	top: 94px;
	border-color: transparent #888888 transparent transparent;
	border-style: solid;
	border-width: 8px;
}
#comments .depth-1 > .comment-body .vcard .avatar {
	margin-left: -9.5em;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-box-shadow: #888888 1px 1px 2px;
	-moz-box-shadow: #888888 1px 1px 2px;
	box-shadow: #888888 1px 1px 2px;
}
#comments .depth-2 {
	margin-top: 20px;
}
.depth-2 .avatar {
	width: 50px;
	height: 50px;
	margin-left: -5em !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: #565656 0 0 5px;
	-moz-box-shadow: #565656 0 0 5px;
	box-shadow: #565656 0 0 5px;
}
#comments .comment-meta {
	margin-top: -2em;
	margin-bottom: 1em;
	text-align: right;
}
#comments .comment-meta a {
	color: #AAAAAA;
	text-decoration: none;
}
.builder-module #comments li.comment,
.builder-module #comments li.pingback {
	list-style-type: none;
}
.builder-module #comments li {
	clear: both;
	margin: 1.5em 0;
	overflow: visible !important;
}
#comments li .comment-body {
	margin: 1.5em 1.5em 1.5em 8em;
}
#comments blockquote {
	margin: 1.5em;
}
#comments li.pingback {
	margin: 0;
	padding: 1em;
	border: 1px solid #DDDDDD;
}
#comments li.pingback + li.pingback {
	border-top: none;
}
#comments li.pingback.odd {
	background: #FAFAFA;
}
#comments li.pingback.even {
	background: #F0F0F0;
}
#comments li.pingback .comment-author  {
	width: 65%;
}
#comments li.pingback .says {
	display: none;
}
#comments li.pingback p {
	margin: 0;
	color: #656565;
}
#comments li.pingback a {
	text-decoration: none;
	font-weight: bold;
}
#comments li.pingback .comment-body {
	margin: 0;
}
#comments li.pingback .comment-body 


#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	margin: 1.5em;
	padding: 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}


/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 12px;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ol {
	margin-left: 20px;
}
#ie6 ol,
#ie7 ol {
	margin-left: 24px;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
	Tables
*********************************************/

table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#fancy-table table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#fancy-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#fancy-table tr { border: 1px solid #ccc; }
	
#fancy-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 36%; 
	}
	
#fancy-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.7em;
                letter-spacing: 0px;
	}
	
	/* Home Page */
#fancy-table td:nth-of-type(1):before { content: "Foundry Systems"; }

#fancy-table td:nth-of-type(2):before { content: "Robotics"; }

#fancy-table td:nth-of-type(3):before { content: "Manipulators"; }

#fancy-table td:nth-of-type(4):before { content: "Lost Foam"; }

#fancy-table td:nth-of-type(5):before { content: "Grinders"; }
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#chi-fancy-table table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#chi-fancy-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#chi-fancy-table tr { border: 1px solid #ccc; }
	
#chi-fancy-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 36%; 
	}
	
#chi-fancy-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.7em;
                letter-spacing: 0px;
	}
	
	/* CHI-Home Page */
#chi-fancy-table td:nth-of-type(1):before { content: "铸造系统"; }

#chi-fancy-table td:nth-of-type(2):before { content: "机器人"; }

#chi-fancy-table td:nth-of-type(3):before { content: "机械手"; }

#chi-fancy-table td:nth-of-type(4):before { content: "消失模"; }

#chi-fancy-table td:nth-of-type(5):before { content: "磨床"; }
}
	
      /******** Action Brand - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-action table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-action thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-action td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-action td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}

	
	/* Action Brand */
	
#ft-action td:nth-of-type(1):before { content: "Action® Robots"; }
#ft-action td:nth-of-type(2):before { content: "Action® Manipulators"; }
#ft-action td:nth-of-type(3):before { content: "Action® Impactors™"; }
#ft-action td:nth-of-type(4):before { content: "Action® Robotic Cells"; }
}


      /******** Foundry & Engineering Systems - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-foundry table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-foundry thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
#ft-foundry td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-foundry td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Foundry & Engineering Systems */
#ft-foundry td:nth-of-type(1):before { content: "Engineering"; }
#ft-foundry td:nth-of-type(2):before { content: "Installation"; }
#ft-foundry td:nth-of-type(3):before { content: "Complete Systems"; }
}

      /******** CHI-Foundry & Engineering Systems - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#chi-ft-foundry table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#chi-ft-foundry thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
#chi-ft-foundry td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#chi-ft-foundry td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* CHI-Foundry & Engineering Systems */
#chi-ft-foundry td:nth-of-type(1):before { content: "工程服务"; }
#chi-ft-foundry td:nth-of-type(2):before { content: "安装和项目管理"; }
#chi-ft-foundry td:nth-of-type(3):before { content: "完整的系统解决方案"; }
}


      /******** Cut-Off Machines - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-cut-off table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-cut-off thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-cut-off td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-cut-off td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Cut-Off Machines */
#ft-cut-off td:nth-of-type(1):before { content: "Swing Frame Cut-Off Machines"; }
#ft-cut-off td:nth-of-type(2):before { content: "Air-Float Cut-Off Machines"; }
#ft-cut-off td:nth-of-type(3):before { content: "Robotic Cut-Off Machines"; }
}

      /******** CHI-Cut-Off Machines - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#chi-ft-cut-off table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#chi-ft-cut-off thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#chi-ft-cut-off td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#chi-ft-cut-off td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* CHI-Cut-Off Machines */
#chi-ft-cut-off td:nth-of-type(1):before { content: "秋千框架切割机系列"; }
#chi-ft-cut-off td:nth-of-type(2):before { content: "气浮截单机"; }
#chi-ft-cut-off td:nth-of-type(3):before { content: "金属切除机器人"; }
}

      /******** Grinder & Cut-Offs - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-foundry-machines table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-foundry-machines thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-foundry-machines td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-foundry-machines td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}

	
	/* Foundry Machines */
#ft-foundry-machines td:nth-of-type(1):before { content: "Foundry Grinders"; }
#ft-foundry-machines td:nth-of-type(2):before { content: "Cut-Off Machines"; }
#ft-foundry-machines td:nth-of-type(3):before { content: "Casting, Cleaning, & Finishing"; }
}

      /******** CHI-Grinder & Cut-Offs - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#chi-ft-foundry-machines table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#chi-ft-foundry-machines thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#chi-ft-foundry-machines td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#chi-ft-foundry-machines td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}

	
	/* Foundry Machines */
#chi-ft-foundry-machines td:nth-of-type(1):before { content: "代工磨床"; }
#chi-ft-foundry-machines td:nth-of-type(2):before { content: "截单机"; }
#chi-ft-foundry-machines td:nth-of-type(3):before { content: "铸件清理和精加工"; }
}

      /******** Foundry Grinders - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-foundry-grinders table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-foundry-grinders thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-foundry-grinders td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-foundry-grinders td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}

	/* Foundry Grinders */
#ft-foundry-grinders td:nth-of-type(1):before { content: "Stand Grinders"; }
#ft-foundry-grinders td:nth-of-type(2):before { content: "Abrasive Belt Grinders"; }
#ft-foundry-grinders td:nth-of-type(3):before { content: "Swing Frame Grinders"; }
#ft-foundry-grinders td:nth-of-type(4):before { content: "Round Parts Grinder"; }
#ft-foundry-grinders td:nth-of-type(5):before { content: "Overhead Grinder"; }
}

      /******** CHI-Foundry Grinders - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#chi-ft-foundry-grinders table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#chi-ft-foundry-grinders thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#chi-ft-foundry-grinders td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#chi-ft-foundry-grinders td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}

	/* Foundry Grinders */
#chi-ft-foundry-grinders td:nth-of-type(1):before { content: "站在磨床"; }
#chi-ft-foundry-grinders td:nth-of-type(2):before { content: "砂布环带磨床"; }
#chi-ft-foundry-grinders td:nth-of-type(3):before { content: "摆动架磨床"; }
}

      /******** Casting Cleaning & Finishing - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-casting-clean table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-casting-clean thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-casting-clean td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-casting-clean td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Casting Cleaning & Finishing Table */

#ft-casting-clean td:nth-of-type(1):before { content: "Casting Positioners"; }
#ft-casting-clean td:nth-of-type(2):before { content: "Ancillary Equipment"; }
#ft-casting-clean td:nth-of-type(3):before { content: "Metal Removal Robots"; }
#ft-casting-clean td:nth-of-type(4):before { content: "Casting & Riser Removal"; }
}

      /******** CHI-Casting Cleaning & Finishing - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#chi-ft-casting-clean table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#chi-ft-casting-clean thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#chi-ft-casting-clean td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#chi-ft-casting-clean td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* CHI-Casting Cleaning & Finishing Table */

#chi-ft-casting-clean td:nth-of-type(1):before { content: "铸造阀门定位器"; }
#chi-ft-casting-clean td:nth-of-type(2):before { content: "辅助设备"; }
#chi-ft-casting-clean td:nth-of-type(3):before { content: "金属切除机器人"; }
#chi-ft-casting-clean td:nth-of-type(4):before { content: "铸造及冒口去除"; }
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-casting-positioners table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-casting-positioners thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-casting-positioners tr { border: 1px solid #ccc; }

#ft-casting-positioners td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 60%; 
}
	
#ft-casting-positioners td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.7em;
                letter-spacing: 0px;
	}
	
	/* Foundry Machines Page */

#ft-casting-positioners td:nth-of-type(1):before { content: "Fox6200 Casting Positioner"; }

#ft-casting-positioners td:nth-of-type(2):before { content: "Fox Air Operated Turntable"; }
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-automated-casting table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-automated-casting thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-automated-casting tr { border: 1px solid #ccc; }

#ft-automated-casting td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 60%; 
}
	
#ft-automated-casting td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.7em;
                letter-spacing: 0px;
	}
	
	/* Foundry Machines Page */

#ft-automated-casting td:nth-of-type(1):before { content: "Foxall 424 FS"; }
#ft-automated-casting td:nth-of-type(2):before { content: "Foxall 636 FS"; }
}

      /******** Traveling Grinders - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-traveling-grinders table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-traveling-grinders thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-traveling-grinders td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-traveling-grinders td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}

	
	/* Traveling Grinder Types */
#ft-traveling-grinders td:nth-of-type(1):before { content: "Fox Overhead Traveling Grinder"; }
#ft-traveling-grinders td:nth-of-type(2):before { content: "MidWest Machine Traveling Grinder"; }
}


      /******** Grinders & Cut-Offs Metal Conditioning - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-metal-conditioning table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-metal-conditioning thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-metal-conditioning td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-metal-conditioning td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}

	
	/* Metal Conditioning Types */
#ft-metal-conditioning td:nth-of-type(1):before { content: "Traveling Grinders"; }
#ft-metal-conditioning td:nth-of-type(2):before { content: "Stationary Grinders"; }
#ft-metal-conditioning td:nth-of-type(3):before { content: "Specialized Grinders"; }
#ft-metal-conditioning td:nth-of-type(4):before { content: "Ancillary Equipment"; }
}

      /******** CHI-Grinders & Cut-Offs Metal Conditioning - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#chi-ft-metal-conditioning table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#chi-ft-metal-conditioning thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#chi-ft-metal-conditioning td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#chi-ft-metal-conditioning td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}

	
	/* Metal Conditioning Types */
#chi-ft-metal-conditioning td:nth-of-type(1):before { content: "出游磨床"; }
#chi-ft-metal-conditioning td:nth-of-type(2):before { content: "固定式研磨机"; }
#chi-ft-metal-conditioning td:nth-of-type(3):before { content: "专业磨床"; }
#chi-ft-metal-conditioning td:nth-of-type(4):before { content: "配套设备"; }
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-sf-cut-off table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-sf-cut-off thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-sf-cut-off tr { border: 1px solid #ccc; }
	
#ft-sf-cut-off td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 60%; 
}
	
#ft-sf-cut-off td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.7em;
                letter-spacing: 0px;
	}
	
	/* Foundry Machines Page */
#ft-sf-cut-off td:nth-of-type(1):before { content: "Fox 2C 30-inch Cut-Off Machine"; }

#ft-sf-cut-off td:nth-of-type(2):before { content: "Fox 4C 30-inch Cut-Off Machine"; }

#ft-sf-cut-off td:nth-of-type(3):before { content: "Fox 6C 30-inch Cut-Off Machine"; }
}

      /******** Lost Foam - Foam Molding Equipment - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-foam-molding-equipment table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-foam-molding-equipment thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-foam-molding-equipment td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-foam-molding-equipment td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Lost Foam - Foam Molding Equipment */
#ft-foam-molding-equipment td:nth-of-type(1):before { content: "Bead Pre-Expanders"; }
#ft-foam-molding-equipment td:nth-of-type(2):before { content: "Foam Molding Machines"; }
#ft-foam-molding-equipment td:nth-of-type(3):before { content: "Gluing & Cluster Assembly"; }
#ft-foam-molding-equipment td:nth-of-type(4):before { content: "Coating & Drying"; }
#ft-foam-molding-equipment td:nth-of-type(5):before { content: "Lost Foam Tooling"; }
}

      /******** Lost Foam - Foam Molding Equipment - Table 2  **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-foam-molding-equipment2 table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-foam-molding-equipment2 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-foam-molding-equipment2 td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-foam-molding-equipment2 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Lost Foam - Foam Molding Equipment 2  */
#ft-foam-molding-equipment2 td:nth-of-type(1):before { content: "Coating & Drying"; }
#ft-foam-molding-equipment2 td:nth-of-type(2):before { content: "Lost Foam Tooling"; }
}

      /******** Lost Foam - Casting - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-casting table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-casting thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-casting td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-casting td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Lost Foam - Casting */
#ft-casting td:nth-of-type(1):before { content: "Cluster Insertion"; }
#ft-casting td:nth-of-type(2):before { content: "Sand Systems"; }
#ft-casting td:nth-of-type(3):before { content: "Metal Pouring"; }
}

      /******** Lost Foam - Casting - Table 2 **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-casting2 table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-casting2 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-casting2 td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-casting2 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Lost Foam - Casting 2 */
#ft-casting2 td:nth-of-type(1):before { content: "Casting Lines"; }
#ft-casting2 td:nth-of-type(2):before { content: "Casting Extraction"; }
#ft-casting2 td:nth-of-type(3):before { content: "Post Processing"; }
}

      /******** CHI - Casting Riser Removal - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#chi-ft-casting-riser-removal table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#chi-ft-casting-riser-removal thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#chi-ft-casting-riser-removal td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#chi-ft-casting-riser-removal td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}

	/* CHI-Riser Removal */
#chi-ft-casting-riser-removal td:nth-of-type(1):before { content: "Action®冲击锤"; }
#chi-ft-casting-riser-removal td:nth-of-type(2):before { content: "Action® 机械手 - 冲击锤"; }
}

      /******** Casting Riser Removal - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-casting-riser-removal table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-casting-riser-removal thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-casting-riser-removal td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-casting-riser-removal td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}

	/* Riser Removal */
#ft-casting-riser-removal td:nth-of-type(1):before { content: "Action Impactors"; }
#ft-casting-riser-removal td:nth-of-type(2):before { content: "Action Manipulators with Impactors"; }
}


      /******** Lost Foam Page - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-lf table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-lf thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-lf td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-lf td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Lost Foam Page */
#ft-lf td:nth-of-type(1):before { content: "Foam Molding Equipment"; }
#ft-lf td:nth-of-type(2):before { content: "Casting Equipment"; }
#ft-lf td:nth-of-type(3):before { content: "Automated Casting Lines"; }
}

      /******** CHI-Lost Foam Page - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#chi-ft-lf table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#chi-ft-lf thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#chi-ft-lf td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#chi-ft-lf td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Lost Foam Page */
#chi-ft-lf td:nth-of-type(1):before { content: "发泡成型设备"; }
#chi-ft-lf td:nth-of-type(2):before { content: "铸造设备"; }
#chi-ft-lf td:nth-of-type(3):before { content: "自动化铸造流水线"; }
}


      /******** Robotics - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-robotics table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-robotics thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-robotics td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-robotics td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}

	/* Robotics */
#ft-robotics td:nth-of-type(1):before { content: "Material Handling Robots"; }
#ft-robotics td:nth-of-type(2):before { content: "Metal Removal Robots"; }
#ft-robotics td:nth-of-type(3):before { content: "Operator Controlled Manipulator Grinding"; }
}

      /******** CHI-Robotics - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#chi-ft-robotics table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#chi-ft-robotics thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#chi-ft-robotics td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#chi-ft-robotics td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}

	/* CHI-Robotics */
#chi-ft-robotics td:nth-of-type(1):before { content: "物料搬运机器人"; }
#chi-ft-robotics td:nth-of-type(2):before { content: "金属切除机器人"; }
}

      /******** Material Handling Robotics - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-material-handling-robots table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-material-handling-robots thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
#ft-material-handling-robots td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-material-handling-robots td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Material Handling Robots */
#ft-material-handling-robots td:nth-of-type(1):before { content: "Action Robots"; }
#ft-material-handling-robots td:nth-of-type(1):before { content: "Megabots"; }
}


      /******** Casting Cleaning & Finishing - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-casting-clean table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-casting-clean thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-casting-clean td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-casting-clean td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Robotics */
#ft-metal-removal-robots td:nth-of-type(1):before { content: "VTS - Vulcan Tactile System"; }
#ft-metal-removal-robots td:nth-of-type(2):before { content: "Action Casting Finishing Cells"; }
#ft-metal-removal-robots td:nth-of-type(3):before { content: "Foxall Casting Finishing Cells"; }
}


      /******** Complete Foundry Systems - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-complete-systems table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-complete-systems thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-complete-systems td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-complete-systems td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Complete Foundry Systems */

#ft-complete-systems td:nth-of-type(1):before { content: "Green Sand Systems & Equipment"; }
#ft-complete-systems td:nth-of-type(2):before { content: "Nobake Systems & Equipment"; }
#ft-complete-systems td:nth-of-type(3):before { content: "Lost Foam Systems & Equipment"; }
#ft-complete-systems td:nth-of-type(4):before { content: "Investment Casting Systems & Equipment"; }
}


      /******** Green Sand Systems - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-green-sand-systems table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-green-sand-systems thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-green-sand-systems td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-green-sand-systems td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Green Sand Systems */
#ft-green-sand-systems td:nth-of-type(1):before { content: "Green Sand System Engineering"; }
#ft-green-sand-systems td:nth-of-type(2):before { content: "Sand System Equipment"; }
#ft-green-sand-systems td:nth-of-type(3):before { content: "Mold Handling Lines"; }
#ft-green-sand-systems td:nth-of-type(4):before { content: "Flask Handling & Manipulators"; }
#ft-green-sand-systems td:nth-of-type(5):before { content: "Robotic and Automated Systems"; }
#ft-green-sand-systems td:nth-of-type(6):before { content: "Casting Cleaning & Finishing"; }
}



      /******** Nobake Systems & Equipment - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-nobake-systems table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-nobake-systems thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-nobake-systems td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-nobake-systems td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Nobake Systems & Equipment */
#ft-nobake-systems td:nth-of-type(1):before { content: "Nobake System Engineering"; }
#ft-nobake-systems td:nth-of-type(2):before { content: "Sand System Equipment"; }
#ft-nobake-systems td:nth-of-type(3):before { content: "Mold Handling Lines"; }
#ft-nobake-systems td:nth-of-type(4):before { content: "Flask Handling & Manipulators"; }
#ft-nobake-systems td:nth-of-type(5):before { content: "Robotic & Automated Systems"; }
#ft-nobake-systems td:nth-of-type(6):before { content: "Ovens"; }
#ft-nobake-systems td:nth-of-type(7):before { content: "Casting Cleaning & Finishing"; }
}


      /******** Investment Casting Systems & Equipment - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-investment-casting table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-investment-casting thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-investment-casting td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-investment-casting td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Investment Casting Systems & Equipment */
#ft-investment-casting td:nth-of-type(1):before { content: "Investment Casting Systems Engineering"; }
#ft-investment-casting td:nth-of-type(2):before { content: "Sand System Equipment"; }
#ft-investment-casting td:nth-of-type(3):before { content: "Mold Handling Lines"; }
#ft-investment-casting td:nth-of-type(4):before { content: "Flask Handling & Manipulators"; }
}

      /******** Investment Casting Systems & Equipment - Table 2 **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-investment-casting2 table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-investment-casting2 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-investment-casting2 td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-investment-casting2 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Investment Casting Systems & Equipment */
#ft-investment-casting2 td:nth-of-type(1):before { content: "Shell Coating & Drying"; }
#ft-investment-casting2 td:nth-of-type(2):before { content: "Casting Pouring Systems"; }
#ft-investment-casting2 td:nth-of-type(3):before { content: "Storage"; }
#ft-investment-casting2 td:nth-of-type(4):before { content: "Casting Cleaning & Finishing"; }
}

      /******** Sand Systems - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-sand-systems table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-sand-systems thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-sand-systems td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-sand-systems td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Sand Systems */
#ft-sand-systems td:nth-of-type(1):before { content: "Sand Coolers"; }
#ft-sand-systems td:nth-of-type(2):before { content: "Sand Dryers"; }
#ft-sand-systems td:nth-of-type(3):before { content: "Sand Screens"; }
#ft-sand-systems td:nth-of-type(4):before { content: "Aerators"; }
#ft-sand-systems td:nth-of-type(5):before { content: "Sand Storage"; }
#ft-sand-systems td:nth-of-type(6):before { content: "Sand Fill & Compaction"; }
#ft-sand-systems td:nth-of-type(7):before { content: "Sand Transfer & Conveyors"; }
#ft-sand-systems td:nth-of-type(8):before { content: "Chatter Gates"; }
}


      /******** Sand Coolers - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-sand-coolers table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-sand-coolers thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-sand-coolers td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-sand-coolers td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Sand Coolers */
#ft-sand-coolers td:nth-of-type(1):before { content: "Vulcan V Cooler"; }
#ft-sand-coolers td:nth-of-type(2):before { content: "Vulcan MD Cooler/Classifier"; }
#ft-sand-coolers td:nth-of-type(3):before { content: "Vulcan Verticooler"; }
}

      /******** Manipulators - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-manipulators table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-manipulators thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-manipulators td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-manipulators td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Foundry */
#ft-manipulators td:nth-of-type(1):before { content: "Action Manipulators"; }
#ft-manipulators td:nth-of-type(2):before { content: "Donovan Manipulators"; }
#ft-manipulators td:nth-of-type(3):before { content: "MidWest Manipulators"; }
#ft-manipulators td:nth-of-type(4):before { content: "Truflo Lines"; }
#ft-manipulators td:nth-of-type(5):before { content: "Fox Positioners"; }
}

      /******** CHI-Manipulators - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
chi-ft-manipulators table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#chi-ft-manipulators thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#chi-ft-manipulators td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#chi-ft-manipulators td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* CHI-Manipulators */
#chi-ft-manipulators td:nth-of-type(1):before { content: "Action 机械手"; }
#chi-ft-manipulators td:nth-of-type(2):before { content: "Donovan 模具处理程序"; }
#chi-ft-manipulators td:nth-of-type(3):before { content: "MidWest Machine 金属调节机械臂"; }
#chi-ft-manipulators td:nth-of-type(4):before { content: "Fox 定位"; }
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#processes-table table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#processes-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#processes-table tr { border: 0px solid; }
	
#processes-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}
	
#processes-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.7em;
                letter-spacing: 0px;
	}

	
	/* Processes Page */
#processes-table td:nth-of-type(1):before { content: "The Lost Foam Process"; }

#processes-table td:nth-of-type(2):before { content: "Investment Casting"; }

#processes-table td:nth-of-type(3):before { content: "The Green Sand Process"; }

#processes-table td:nth-of-type(4):before { content: "The Nobake System"; }

#processes-table td:nth-of-type(5):before { content: "Casting Finishing"; }
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#brands-table table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#brands-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#brands-table tr { border: 0px solid; }
	
#brands-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 1%; 
	}
	
#brands-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.7em;
                letter-spacing: 0px;
	}

}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#blank-table table, thead, tbody, th, td, tr { 
		display: block; 
                border: medium none;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#blank-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#blank-table tr { border: 0px solid; }
	
#blank-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 1%; 
	}
	
#blank-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.7em;
                letter-spacing: 0px;
	}

}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#about-table table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#about-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#about-table tr { border: 0px solid; }
	
#about-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 1%; 
	}
	
#about-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.7em;
                letter-spacing: 0px;
	}
}


      /******** Donovan Mold Handlers - Table **********/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
#ft-donovan-mold-handlers table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
#ft-donovan-mold-handlers thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#ft-donovan-mold-handlers td { 
		/* Behave  like a "row" */
                background: #fff;
		border: none;
		border-bottom: 1px solid; 
		position: relative;
		padding-left: 60%; 
	}

#ft-donovan-mold-handlers td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: pre-wrap;
                font-weight: bold;
                font-family: 'Exo';
                font-size: 1.4em;
                letter-spacing: 0px;
	}
	
	/* Donovan Mold Handling Types */
#ft-donovan-mold-handlers td:nth-of-type(1):before { content: "Standard Flask Rollovers"; }
#ft-donovan-mold-handlers td:nth-of-type(2):before { content: "Telescoping Flask Rollovers"; }
#ft-donovan-mold-handlers td:nth-of-type(3):before { content: "Flaskless Rollovers"; }
#ft-donovan-mold-handlers td:nth-of-type(4):before { content: "Gantry & Freestanding Rollovers"; }
}


#yt table {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 1.5em;
    width: 100%;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}

/******************** HubSpot Form Fields ******************/

.hs-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 98%;
}

.hs-form-4df84548-0d4d-4395-ae0d-cf7443e053ca_172e1ec1-f8d5-4f27-b3fb-38a8ee8c6bb9 fieldset {
    border: 0 none;
    margin: 0;
    max-width: 98% !important;
    padding: 0;
}


.hs-form-4df84548-0d4d-4395-ae0d-cf7443e053ca_423f1e9e-96dd-40ec-a560-fe19f1c65503 .hs-richtext {
    color: #414141;
    font-family: "Exo",sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 18px;
    margin-bottom: 3px;
    margin-top: 1em;
    text-transform: uppercase;
}

.hs-form-4df84548-0d4d-4395-ae0d-cf7443e053ca_423f1e9e-96dd-40ec-a560-fe19f1c65503 .hs-input, .hs-form-4df84548-0d4d-4395-ae0d-cf7443e053ca_423f1e9e-96dd-40ec-a560-fe19f1c65503 textarea.hs-input {
    box-sizing: border-box;
    max-width: 98%;
    width: 90%;
}

/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	IE Fixes
*********************************************/
#ie6 body.builder-template-archive-staff .staff,
#ie7 body.builder-template-archive-staff .staff {
	float: left;
}
#ie6 body.builder-template-archive-staff .loop-title {
	padding-top: 5px;
	margin-bottom: 0;
}
#ie6 body.builder-template-archive-sermon .sermon {
	
}
#ie6 body.builder-template-archive-sermon .sermon .sermon-block-wrapper,
#ie6 body.builder-template-archive-sermon .sermon .entry-meta.date {
	clear: none !important;
}
#ie8 body.single .staff .entry-header.right .entry-title:after {
	content: ' ';
	display: block;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #DDDDDD;
}

/*********    Search Bar    *************/

#builder-module-51190ed8c81b2 searchform, s, input[type="text"] input[name="s"] input[form="s"] {
    background-color: #b0b0b0;
    border: 3px solid #ffffff;
    border-radius: 20px;
    padding: 5px;
}

#builder-module-51190ed8c81b2 searchform, searchsubmit, input[type=button], input[type=submit], input[type=reset] {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    background: none repeat scroll 0 0 #921022;
    border: 5px solid #990000;
    border-radius: 20px 20px 20px 20px;
    height: auto;
    max-width: 100%;
}

/*********    Meteor Slides    *************/

.meteor-slides .meteor-buttons {
    padding: 10% 47% 2%;
}

#builder-module-5115333220e69 .builder-module-widget-bar .builder-module-block dc_megamenu_widget {
    padding: 0;
}


/*********************************************
	     Button Sprites
*********************************************/

.logo-Vulcan, .btn-CallNow, .btn-CompanyProfile, .btn-email, .btn-LocationMap, .btn-Locations, .btn-OurBrands, .btn-OurMission, .btn-QuoteRequest, .btn-Employees, .btn-Login, .home-btn-Foundry, .home-btn-LostFoam, .home-btn-Manipulators, .home-btn-Robotics, .home-btn-Grinders, .icon-LostFoam, .icon-GreenSand, .icon-Nobake, .icon-InvestmentCasting, .icon-CastingFinishing, .icon-PDF, .icon-VideoPlayer{
	background: url("http://www.vulcangroup.com/wp-content/uploads/2013/08/button-sprites.png") no-repeat;
        display: block;
}
.logo-Vulcan{
	background-position: -572px -334px ;
	height: 70px;
	width: 235px;
}

.btn-CallNow{
	background-position: 0 0;
	width: 163px;
	height: 46px;
}

.btn-CompanyProfile{
	background-position: 0 -51px ;
	width: 163px;
	height: 46px;
}

.btn-email{
	background-position: 0 -101px ;
	width: 163px;
	height: 46px;
}

.btn-LocationMap{
	background-position: 0 -151px ;
	width: 163px;
	height: 46px;
}

.btn-Locations{
	background-position: 0 -200px ;
	width: 163px;
	height: 46px;
}

.btn-OurBrands{
	background-position: 0 -251px ;
	width: 163px;
	height: 46px;
}

.btn-OurMission{
	background-position: 0 -300px ;
	width: 163px;
	height: 46px;
}

.btn-QuoteRequest{
	background-position: 0 -350px ;
	width: 163px;
	height: 46px;
}

.btn-Employees{
	background-position: -343px -138px ;
	width: 112px;
	height: 32px;
}

.btn-Login{
	background-position: -343px -175px ;
	width: 83px;
	height: 32px;
}

.icon-LostFoam{
	background-position: -507px 0;
	width: 163px;
	height: 163px;
}

.icon-GreenSand{
	background-position: -507px -165px ;
	width: 163px;
	height: 163px;
}

.icon-Nobake{
	background-position: -672px 0;
	width: 163px;
	height: 163px;
}

.icon-InvestmentCasting{
	background-position: -672px -165px ;
	width: 163px;
	height: 163px;
}

.icon-CastingFinishing{
	background-position: -343px -210px ;
	width: 163px;
	height: 163px;
}

.icon-PDF{
	background-position: -343px 0;
	width: 75px;
	height: 75px;
}

.icon-VideoPlayer{
	background-position: -343px -80px ;
	width: 75px;
	height: 55px;
}


/*********    Home Buttons    *************/
#home-btn-Foundry, #home-btn-Robotics, #home-btn-Manipulators, #home-btn-LostFoam, #home-btn-Grinders{
	background: url("http://www.vulcangroup.com/wp-content/uploads/2013/08/button-sprites.png") no-repeat;
        display: block;
}

#home-btn-Foundry {
	background-position: -166px -2px ;
	width: 173px;
	height: 38px;
}

#home-btn-Foundry:hover{
        background-position: -166px -40px;
}

#home-btn-LostFoam{
	background-position: -166px -84px ;
	width: 173px;
	height: 38px;
}

#home-btn-LostFoam:hover{
	background-position: -166px -122px ;
}

#home-btn-Manipulators{
	background-position: -166px -170px ;
	width: 173px;
	height: 38px;
}

#home-btn-Manipulators:hover{
	background-position: -166px -208px ;
}

#home-btn-Robotics{
	background-position: -166px -254px ;
	width: 173px;
	height: 38px;
}

#home-btn-Robotics:hover{
	background-position: -166px -292px ;
}

#home-btn-Grinders{
	background-position: -166px -339px ;
	width: 173px;
	height: 38px;
}

#home-btn-Grinders:hover{
	background-position: -166px -377px ;
}


/**********************************************************************/

#learnmore-btn {
	display: block;
	width: 173px;
	height: 37px;
        background: url("http://www.vulcangroup.com/wp-content/uploads/2012/12/cta-btn-Learn-More.png");
	text-decoration: none;
	text-indent: -999em;
}

#learnmore-btn:hover {
	background-position: bottom;
}

#foundry-btn {
	display: block;
	width: 173px;
	height: 37px;
        background: url("http://www.vulcangroup.com/wp-content/uploads/2012/12/home-btn-Foundry-173x74.png");
	text-decoration: none;
	text-indent: -999em;
}

#foundry-btn:hover {
	background-position: bottom;
}

#robotics-btn {
	display: block;
	width: 173px;
	height: 37px;
        background: url("http://www.vulcangroup.com/wp-content/uploads/2012/12/home-btn-Robotics-173x74.png");
	text-decoration: none;
	text-indent: -999em;
}

#robotics-btn:hover {
	background-position: bottom;
}

#manipulators-btn {
	display: block;
	width: 173px;
	height: 37px;
        background: url("http://www.vulcangroup.com/wp-content/uploads/2012/12/home-btn-Manipulators-173x74.png");
	text-decoration: none;
	text-indent: -999em;
}

#manipulators-btn:hover {
	background-position: bottom;
}

#lostfoam-btn {
	display: block;
	width: 173px;
	height: 37px;
        background: url("http://www.vulcangroup.com/wp-content/uploads/2012/12/home-btn-LostFoam-173x74.png");
	text-decoration: none;
	text-indent: -999em;
}

#lostfoam-btn:hover {
	background-position: bottom;
}

#grinders-btn {
	display: block;
	width: 173px;
	height: 37px;
        background: url("http://www.vulcangroup.com/wp-content/uploads/2012/12/home-btn-Grinders-173x74.png");
	text-decoration: none;
	text-indent: -999em;
}

#grinders-btn:hover {
	background-position: bottom;
}


/*********    Home Buttons - Chinese   *************/

#chi-foundry-btn {
	display: block;
	width: 173px;
	height: 37px;
        background: url("http://www.vulcangroup.com/wp-content/uploads/2013/11/home-btn-chi-Foundry.png");
	text-decoration: none;
	text-indent: -999em;
}

#chi-foundry-btn:hover {
	background-position: bottom;
}

#chi-robotics-btn {
	display: block;
	width: 173px;
	height: 37px;
        background: url("http://www.vulcangroup.com/wp-content/uploads/2013/11/home-btn-chi-Robotics.png");
	text-decoration: none;
	text-indent: -999em;
}

#chi-robotics-btn:hover {
	background-position: bottom;
}

#chi-manipulators-btn {
	display: block;
	width: 173px;
	height: 37px;
        background: url("http://www.vulcangroup.com/wp-content/uploads/2013/11/home-btn-chi-Manipulators.png");
	text-decoration: none;
	text-indent: -999em;
}

#chi-manipulators-btn:hover {
	background-position: bottom;
}

#chi-lostfoam-btn {
	display: block;
	width: 173px;
	height: 37px;
        background: url("http://www.vulcangroup.com/wp-content/uploads/2013/11/home-btn-chi-LostFoam.png");
	text-decoration: none;
	text-indent: -999em;
}

#chi-lostfoam-btn:hover {
	background-position: bottom;
}

#chi-grinders-btn {
	display: block;
	width: 173px;
	height: 37px;
        background: url("http://www.vulcangroup.com/wp-content/uploads/2013/11/home-btn-chi-Grinders.png");
	text-decoration: none;
	text-indent: -999em;
}

#chi-grinders-btn:hover {
	background-position: bottom;
}



/*********************************************
	     Woo-Commerce 
*********************************************/

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 5px 5px 5px 5px;
    margin: -1.7em 0 2em;
    padding: 1% 3% 1% 4%;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: -21px 0 2em !important;
    padding: 16px !important;
}

/*********    Product Gallery    *************/ 

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin-left: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding-right: 4px;
    padding-top: 4px;
    width: 25%;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 130%;
}

/*********    Recently Viewed Widget    *************/  

#recent_products-2-background-wrapper, .widget-background-wrapper .builder-module-content .builder-module-sidebar .widget-background-wrapper, .default-module-style.builder-module-html .builder-module-sidebar .widget-background-wrapper {
    padding: 0 1em;
    border: 1px solid #A7A7A7;
    border-radius: 5px 5px 5px 5px;
    margin: 4%;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: outside none none;
    margin: 0;
    padding: 3px;
}

.woocommerce .related ul.products li.product img, .woocommerce .related ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .upsells.products ul.products li.product img, .woocommerce-page .upsells.products ul li.product img {
    height: auto;
    width: 85%;
}

h4.widget-title {
     padding-top: 10%;
     padding-left: 4%;
}

@media 
only screen and (max-width: 960px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

h4.widget-title {
    padding-left: 4%;
    padding-top: 2%;
        }
}

@media 
only screen and (max-width: 960px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

#recent_products-2-background-wrapper, .widget-background-wrapper .builder-module-content .builder-module-sidebar .widget-background-wrapper, .default-module-style.builder-module-html .builder-module-sidebar .widget-background-wrapper { 
		display: none; 
	}

#dc_jqverticalmegamenu_widget-2 { 
		display: none; 
	}

#product_categories-2 {
               display: none;
        }

.builder-module-content .builder-module-sidebar, .default-module-style.builder-module-html .builder-module-sidebar {
               display: none;
        }
}

ul.cart_list li img, ul.product_list_widget li img {
    margin-left: 6%;
    width: 28%;
}

.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #B4B4B4;
    border-radius: 3px 3px 3px 3px;
    color: #3E3E3E;
    font-family: 'Open Sans';
    font-size: 125%;
    height: auto;
    max-width: 100%;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul {
    box-shadow: 0 1px #EEEEEE inset, 0 -1px #999999 inset, 0 1px 2px rgba(0, 0, 0, 0.3);
    background: none repeat scroll 0 0 #DFDBDF;
}

h4.widget-title {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 4%;
    padding-top: 10%;
}

#dropdown_product_cat .level-0 {
    font-size: 125%;
}

#dropdown_product_cat .level-1 {
    font-size: 115%;
}

#dropdown_product_cat .level-2 {
    font-size: 105%;
}

#dropdown_product_cat .level-3 {
    font-size: 95%;
}

#dropdown_product_cat .level-4 {
    font-size: 75%;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    display:none;
}

.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    text-align: left;
}

.woocommerce div.product .summary entry-summary, .product_meta .tagged_as {
   display: none;
}

/*********    Loop Buddy    *************/ 

.loopbuddy-entry-title {
margin-bottom: 0 !important; /*Decreases spacing*/
padding-bottom: 0 !important; /*Decreases spacing*/
font-size: 10px; /*Changes post title size*/
line-height: .5; /*Changes title line height*/
float: left;
}

.attachment-thumbnail.wp-post-image {
float: left; /*Wraps text around image*/
padding-right: 5px; /*Keeps text from pushing against image*/
margin-top: 0 !important; /*Decreases spacing*/
padding-top: 0 !important; /*Decreases spacing*/
}

.entry-utility a {
    font-size: 14px !important;
}

.entry-utility {
    float: left;
    padding-top: 2em;
}

.entry-header .entry-meta {
    border-top: none;
    border-bottom: none;
    padding: 30px 0 0 172px;
}

#dropdown_product_cat input, select, textarea {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #B4B4B4;
    border-radius: 3px 3px 3px 3px;
    color: #3E3E3E;
    font-family: 'Open Sans';
    font-size: 125%;
    height: auto;
    max-width: 100%;
}

/*********    Vertical Mega Menu    *************/ 

.builder-module-sidebar-outer-wrapper {
    float: left !important;
    margin-left: 0;
    margin-right: -100%;
    overflow: visible !important;
}

.builder-module-background-wrapper builder-module-widget-bar-background-wrapper builder-module-4-background-wrapper builder-module-widget-bar-1-background-wrapper builder-module-middle-background-wrapper builder-module-widget-bar-last-background-wrapper builder-module-before-footer-background-wrapper builder-module-after-content-background-wrapper {
    overflow: visible !important;
}

.builder-module-content .builder-module-sidebar, .default-module-style.builder-module-html .builder-module-sidebar {
    min-height: 42em;
}

#dc_jqverticalmegamenu_widget-2 .right {
     float: left;
     width: 100%
}

#dc_jqverticalmegamenu_widget-2-item ul li .sub {
    background: url("skins/images/bg_grad.png") repeat-x scroll 0 0 #F4F4F4;
    border: 1px solid #BBBBBB;
    margin-left: -5%;
    margin-top: 1px;
    padding: 6% 3% 1% 8%;
    z-index: 3000;
}

#dc_jqverticalmegamenu_widget-2-item ul li {
    background: url("skins/images/bg_grad.png") repeat-x scroll 0 0 #F4F4F4;
    border: 1px solid #BBBBBB;
    margin-left: -5%;
    margin-top: 1px;
    z-index: 3000;
}

#dc_jqverticalmegamenu_widget-2-item ul li a.dc-mega {
    max-width: 300%;
    position: relative;
}


/*********    Vision Plugin    *************/ 

dl .tabs_type_2 {
       height: 120em;
}

@media 
only screen and (max-width: 630px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

dl .tabs_type_2 {
       height: 160em;
	}
}

@media 
only screen and (max-width: 360px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

dl .tabs_type_2 {
       height: 180em;
	}
}


/*********    WPML    *************/ 

#lang_sel_list a.lang_sel_sel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#lang_sel_list .lang_sel_other {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.wpml-ls-statics-footer, .wpml-ls-statics-footer .wpml-ls-sub-menu, .wpml-ls-statics-footer a {
    border-color: transparent;
}
.wpml-ls-statics-footer {
    background-color: transparent;
}

.wpml-ls-statics-footer .wpml-ls-current-language > a {
    background-color: transparent;
    color: #444444;
}

.wpml-ls-statics-footer a {
    background-color: transparent;
    color: #444444;
}

/*********    Visual Form Builder    *************/

form.visual-form-builder{
	position: relative;
	margin:20px 0;
	background: none;
	list-style:none;
	list-style-type: none;
	list-style-image: none;
	text-shadow: none;
	font-family:inherit;
}

form.visual-form-builder li{
	margin: 0;
	width:auto !important;
	background: none;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	clear: both;
}

	form.visual-form-builder li:before {
		content: none;
	}

	form.visual-form-builder ul:after,
	form.visual-form-builder li:after,
	form.visual-form-builder li div:after {
		clear: both;
		content: '.';
		display: block;
		height: 0;
		visibility: hidden;
	}

/* Hide br tags for themes that auto add them */
.visual-form-builder br {
	display: none;
}

	form.visual-form-builder .vfb-item-instructions br {
		display: inline;
	}

/* !Remove list item styles */
.visual-form-builder ul,
.entry-content .visual-form-builder ul,
.comment-content .visual-form-builder ul,
.mu_register .visual-form-builder ul,
.visual-form-builder ol,
.entry-content .visual-form-builder ol,
.comment-content .visual-form-builder ol,
.mu_register .visual-form-builder ol {
	margin:0 14px;
	padding:0;
	background: none;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	font-size:12px;
	line-height: inherit;
}

	.visual-form-builder ul li {
		margin: 0;
		background: none;
		list-style: none;
		list-style-type: none;
		list-style-image: none;
	}

		.visual-form-builder ul li:before {
			content: none;
		}

	.visual-form-builder li,
	.entry-content .visual-form-builder li,
	.comment-content .visual-form-builder li,
	.mu_register .visual-form-builder li {
		clear: both;
		margin: 0;
		padding: 6px 1% 9px;
		width: 64%;
		background: none;
		list-style: none;
		list-style-type: none;
		list-style-image: none;
	}

		.visual-form-builder li:before,
		.entry-content .visual-form-builder li:before,
		.comment-content .visual-form-builder li:before,
		.mu_register .visual-form-builder li:before {
			content: none;
		}

.vfb-span,
.visual-form-builder li div span.vfb-span,
.visual-form-builder [class*="vfb-span"],
span.vfb-full input,
span.vfb-full input[type="text"].vfb-medium,
span.vfb-full select{
	display:block;
	float:left;
	margin: 0;
	width:100%;
}

	.visual-form-builder span.vfb-left{
		float:left;
		width:48%;
	}

	.visual-form-builder span.vfb-right{
		float:right;
		width:48%;
	}

	.visual-form-builder span.vfb-span ul li {
		list-style: disc;
	}

	.visual-form-builder span.vfb-span ol li {
		list-style: decimal;
	}

.visual-form-builder span.vfb-right input,
.visual-form-builder span.vfb-right input[type="text"],
.visual-form-builder span.vfb-right select,
.visual-form-builder span.vfb-left input,
.visual-form-builder span.vfb-left input[type="text"],
.visual-form-builder span.vfb-left select{
	width:100%;
}

/* !Time Field */
.visual-form-builder span.vfb-time{
	float:left;
	margin:0 0.3em 0 0;
}

	.rtl .visual-form-builder span.vfb-time {
		float: right;
		margin: 0 0 0 0.3em;
	}

.visual-form-builder li div label,
.visual-form-builder li span label {
	margin: 0;
	font-size: 90%;
}

/* !Fieldset */
.visual-form-builder fieldset{
	clear:both;
	margin:15px 0;
	padding: 0;
	border:1px solid #D3D3D3;
	border-radius:3px;
	background-color:#eeeeee;
}

/* !Legend */
.visual-form-builder .vfb-legend{
	margin:5px 14px;
	padding:0 6px;
	border-bottom:1px solid #CCCCCC;
	color:#990000;
	font-size:inherit;
}

	.visual-form-builder .vfb-legend h3 {
		margin:0;
		padding:0;
		font-size:20px;
		line-height: 2.0em;
	}

/* !Description */
.visual-form-builder label,
label.vfb-desc{
	display:block;
	margin:0;
	padding: 0 0 3px 0;
	color:#000;
}
	label.vfb-desc{
		font-weight:bold;
	}

	.visual-form-builder.left-label .vfb-desc,
	.visual-form-builder.right-label .vfb-desc{
		float:left;
		margin:0 15px 0 0;
		width:20%;
	}

	.visual-form-builder.right-label .vfb-desc{
		padding-top:2px;
		text-align:right;
	}

	.visual-form-builder li div {
		margin: 0;
		padding: 0;
	}

	.visual-form-builder.left-label li div,
	.visual-form-builder.right-label li div {
		float: left;
		width: 65%;
	}

	.visual-form-builder label.vfb-choice{
		margin:-16px 0 0 23px;
		padding:0 0 5px;
		width:88%;
		font-size:100%;
		line-height:150%;
	}

		.rtl .visual-form-builder label.vfb-choice {
			margin: -16px 23px 0 0;
		}

	.visual-form-builder label .vfb-required-asterisk {
		margin: 0;
		padding: 0;
		color: #BC1212;
		vertical-align: baseline;
		font-weight: bold;
	}

/* !Input, Textarea, and Select */
input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea {
    padding: 3px 0;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
	background: none repeat scroll 0 0 #FAFAFA;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

	input.vfb-text:focus,
	input[type="text"].vfb-text:focus,
	input[type="tel"].vfb-text:focus,
	input[type="email"].vfb-text:focus,
	input[type="url"].vfb-text:focus,
	textarea.vfb-textarea:focus {
		outline: 0;
		outline: thin dotted 9;
		/* IE6-9 */
		border-color: rgba(82, 168, 236, 0.8);

		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	}

	input.vfb-text.error:focus,
	input[type="text"].vfb-text.error:focus,
	input[type="tel"].vfb-text.error:focus,
	input[type="email"].vfb-text.error:focus,
	input[type="url"].vfb-text.error:focus,
	textarea.vfb-textarea.error:focus {
		border-color: rgba(238,83,83,0.8);

		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,.6);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238,83,83,.6);
	}

input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea,
select.vfb-select {
	margin: 0 0 5px 0;
	height: auto;
	color: #373737;
	font-size:100%;
	font-family:inherit;
	line-height: normal;
}

select.vfb-select{
	padding: 1px 0 0;
}

input.vfb-small,
input[type="text"].vfb-small,
input[type="tel"].vfb-small,
input[type="email"].vfb-small,
input[type="url"].vfb-small,
select.vfb-small{
	width:25%;
}

input.vfb-medium,
input[type="text"].vfb-medium,
input[type="tel"].vfb-medium,
input[type="email"].vfb-medium,
input[type="url"].vfb-medium,
select.vfb-medium{
	width:50%;
}

input.vfb-large,
input[type="text"].vfb-large,
input[type="tel"].vfb-large,
input[type="email"].vfb-large,
input[type="url"].vfb-large,
select.vfb-large,
textarea.vfb-textarea{
	width:100%;
}

input[type="file"].vfb-small,
input[type="file"].vfb-medium,
input[type="file"].vfb-large {
	height: auto;
	line-height: normal;
}


textarea.vfb-medium{
	height:5.5em;
}

textarea.vfb-medium{
	height:10em;
}

textarea.vfb-large{
	height:20em;
}

/* !Submit Button */
.vfb-submit,
input[type="submit"].vfb-submit {
	font-size:1.1em;
}

/* !Checkbox and Radio */
input.vfb-checkbox,
input[type="checkbox"].vfb-checkbox,
input.vfb-radio,
input[type="radio"].vfb-radio {
	display:block;
	margin:4px 0 0;
	width:13px;
	height:13px;
	font-size:1.1em;
}

input.vfb-other,
input[type="text"].vfb-other {
    margin: 0 0 8px 25px;
}

/* !Field Layout */
.visual-form-builder li.vfb-two-column div span,
.visual-form-builder li.vfb-three-column div span,
.visual-form-builder li.vfb-auto-column div span{
	margin:0 5px 0 0;
	width:48%;
}

.visual-form-builder li.vfb-three-column div span{
	width:30%;
}

.visual-form-builder li.vfb-auto-column div span{
	width:auto;
}

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-left-two-thirds{
	float:left;
	clear:left;
}

.visual-form-builder li.vfb-right-half,
.visual-form-builder li.vfb-right-third,
.visual-form-builder li.vfb-right-two-thirds{
	float:right;
	clear:none;
}

.visual-form-builder li.vfb-middle-third{
	float:left;
	clear:none;
	margin-left:2%;
}

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-right-half{
	width:47% !important;
}

.visual-form-builder li.vfb-left-third,
.visual-form-builder li.vfb-middle-third,
.visual-form-builder li.vfb-right-third{
	width:30% !important;
}

.visual-form-builder li.vfb-left-two-thirds,
.visual-form-builder li.vfb-right-two-thirds{
	width:64% !important;
}

li.vfb-left-half .vfb-small,
li.vfb-left-half .vfb-medium,
li.vfb-left-half .vfb-large,
li.vfb-right-half .vfb-small,
li.vfb-right-half .vfb-medium,
li.vfb-right-half .vfb-large,
li.vfb-left-third .vfb-small,
li.vfb-left-third .vfb-medium,
li.vfb-left-third .vfb-large,
li.vfb-middle-third .vfb-small,
li.vfb-middle-third .vfb-medium,
li.vfb-middle-third .vfb-large,
li.vfb-right-third .vfb-small,
li.vfb-right-third .vfb-medium,
li.vfb-right-third .vfb-large,
.visual-form-builder li.vfb-left-two-thirds .vfb-small,
.visual-form-builder li.vfb-left-two-thirds .vfb-medium,
.visual-form-builder li.vfb-left-two-thirds .vfb-large,
.visual-form-builder li.vfb-right-two-thirds .vfb-small,
.visual-form-builder li.vfb-right-two-thirds .vfb-medium,
.visual-form-builder li.vfb-right-two-thirds .vfb-large{
	width:100%;
}

/* !Error */
label.error{
	color:red;
	font-weight:bold;
	font-size:90%;
}

input.error,
input.vfb-text.error,
input[type="text"].vfb-text.error,
input[type="tel"].vfb-text.error,
input[type="email"].vfb-text.error,
input[type="url"].vfb-text.error,
select.error,
textarea.error,
textarea.vfb-textarea.error,{
	border:1px solid red;
}

/* !Success Mesage - Default */
p#form_success,
.vfb-form-success {
	color: green;
	font-weight: bold;
}

#ui-datepicker-div {
	display: none;
	font-size:12px;
}

/* !Instructions */
.vfb-item-instructions{
	border-radius:3px;
	background-color:#e3e3e3;
}

	.vfb-item-instructions ul,
	.vfb-item-instructions ul li {
		padding-bottom: 0;
		list-style: disc;
	}

	.vfb-item-instructions ol,
	.vfb-item-instructions ol li {
		padding-bottom: 0;
		list-style: decimal;
	}

/* !Sections */
.vfb-section-div {
	 float:left;
	 margin:10px 0;
	 padding:10px;
	 width:97%;
	 border-radius:3px;
	 background-color:#D4D4D4;
}

	.visual-form-builder .vfb-section-div h4 {
		margin: 0;
		padding: 0;
		border-bottom:1px solid #BABABA;
		font-size:16px;
		line-height: inherit;
	}

/* !Clearing */
.vfb-clear{
	display:block;
	visibility:hidden;
	clear:both;
	overflow:hidden;
	width:0;
	height:0;
}

/* !Conditional Field */
.vfb-conditional-hide{
	display: none;
}



