/*
 * FILE: /css/clear.css
 */

* {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

/*
 * FILE: /css/core_1.0.css
 */

/* @group Base */

@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: normal;
    src: local("â˜?"), url('img/Asap-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Asap';
    font-style: italic;
    font-weight: normal;
    src: local("â˜?"), url('img/Asap-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: bold;
    src: local("â˜?"), url('img/Asap-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Asap';
    font-style: italic;
    font-weight: bold;
    src: local("â˜?"), url('img/Asap-BoldItalic.ttf') format('truetype');
}

html
{
    height: 100%;
}

body
{
   background: #e2e2e2;
    font: 12px/18px 'Asap', Arial, sans-serif;
    widows: 3;
}
sup, sub
{
	line-height:0;
	font-size:0.6em;
}
a:link, a:active, a:visited
{
    color: #ea7125;
/*  font-size: 12px;  */
    text-decoration: none;
}
a:hover
{
    color: #191c1f;
}



h1, h2, h3, h4
{
    padding: 0;
}

h1
{
    font-size: 34px;
    line-height: 38px;
    color: #5a7e92;
    padding: 0 0 10px 0;
    margin: 0;
    letter-spacing: -1px;
    font-weight: normal;
}

h2
{
    font-size: 20px;
    color: #5a7e92;
    padding: 0 0 30px 0;    
    font-weight: normal;
    line-height: 120%;
}

h3
{
    font-size: 12px;
    color: #575a5d;
    padding: 0 0 20px 0;   
    font-weight: normal;
    text-transform: uppercase;
}

h4
{
    font-size: 12px;
    color: #191c1f;
    padding: 0 0 7px 0;
    text-transform: uppercase;   
}

p
{
    font-size: 12px;
    color: #575a5d;
    padding: 0 0 11px 0;
    line-height: 18px;
 }

hr
{
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #dfdedb;
	padding:0 0 20px 0;
	color: #dfdedb;
	
}

/* @end */

/* Where to Buy page */
#rep-map-image{
    border:0;
}
/* @end */

/* @group Interface */

.break
{
    display: block;
    clear: both;
}

.break_line
{
    display: block;
    clear: both;
    height: 1px;
    width: 100%;
    padding-top: 30px;
    margin: 0 0px 15px 0px;
    border-bottom: 1px solid #dfdedb;
}

div.interface-wrapper
{

}

div.header-wrapper
{
    height: 85px;
    width: 980px;
    text-align: left;
    display: block;
    position: relative;
    z-index: 2;
    margin:0 auto;
}

a.header-logo
{
    width: 220px;
    height: 85px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    background: url(img/garlock-logo.png) no-repeat 0 0;
}

/* @group Header Nav */

div.header-nav-wrapper
{
    width: 740px;
    height: 60px;
    position: absolute;
    top: 35px;
    left: 220px;
    display: block;
    overflow: visible;
    padding-right: 20px;
    background: url(img/nav-background.png) no-repeat 0 0;
}

ul.header-nav-list
{
    text-align: right;
    list-style: none;
    float: right;
    margin-top: 23px;
    height: 37px;
    position: relative;
    padding: 0;
}

ul.header-nav-list li
{
    float: left;
    list-style: none;
    margin-left: 6px;
    height: 37px;
    position: relative;
}

ul.header-nav-list li a.drop-link,
ul.header-nav-list li a.drop-link:link,
ul.header-nav-list li a.drop-link:visited,
ul.header-nav-list li a.drop-link:active,
ul.header-nav-list li a.drop-link:hover
{
    color: #e2e2e2;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    height: 27px;
    padding-top: 10px;
    text-transform: uppercase;
    position: relative;
}

ul.header-nav-list li.drop:hover
{
    background: url(img/nav-left.png) no-repeat left 0;
}

ul.header-nav-list li.drop a.drop-link
{
    padding-right: 29px;
    background: url(img/nav-right.png) no-repeat right 0;
}

ul.header-nav-list li:hover a.drop-link
{
    background-position: right -37px;
}

div.drop-down
{
    width: 212px;
    position: absolute;
    display: none;
    top: 27px;
    right: 0px;
    background-color: #1e4472;
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-radius-bottomright: 4px;
    -khtml-border-radius-bottomleft: 4px;
    -khtml-border-radius-topleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
}

ul.header-nav-list li.drop:hover div.drop-down
{
    display: block;
}

div.drop-down a
{
    color: #f6f6f5;
    font-size: 12px;
    line-height: 16px;
    display: block;
    width: 192px;
    text-decoration: none;
    background: url(img/drop-link-bottom.png) repeat-x 0 bottom;
    padding: 6px 10px;
 }

div.drop-down a.no-bottom
{
    background: none;
}

div.drop-down a:hover
{
    background-color: #345983;
    text-decoration: none;
}

/* @end */

/* @group Search */

div.search-wrapper
{
    width: 180px;
    height: 22px;
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    background-color: #50647c;
    right: 118px;
    top: 13px;
}

a.search-submit
{
    height: 22px;
    margin: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    padding: 0;
    padding: 0 0.5em;
    top: 0;
    right: 0;
    background-color: #ea7125;
    color: #f9f9f8;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}

a.search-submit:hover
{
    color: #fff;
    background-color: #e56617;
}

input.search-input
{
    background: none;
    border: none;
    font-size: 11px;
    line-height: 22px;
    color: #e2e2e2;
    text-align: left;
    margin: 0;
    padding: 0 5px;
    font-style: italic;
    width: 140px;
    height: 22px;
}

/* @end */

/* @group Secondary Nav */

div.secondary-nav-wrapper
{
    width: 750px;
    height: 16px;
    right: 5px;
    top: 17px;
    position: absolute;
    display: block;
    overflow: visible;
    padding: 0;
    text-align: right;
    margin: 0;
}

ul.language-nav-list,
ul.secondary-nav-list
{
    list-style: none;
    float: right;
    height: 12px;
}

ul.secondary-nav-list
{
   
}

ul.language-nav-list
{
   border-right: 1px solid #bfc0c0;
}

ul.language-nav-list li,
ul.secondary-nav-list li
{
    list-style: none;
    height: 12px;
    float: left;
}

ul.secondary-nav-list li
{
    margin-left: 13px;
}

ul.language-nav-list li a,
ul.secondary-nav-list li a
{
    color: #000;
    font-size: 11px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

ul.language-nav-list li a.selection,
ul.secondary-nav-list li a.selection
{
    color: #ea7125;
}

ul.language-nav-list li a:hover,
ul.secondary-nav-list li a:hover
{
    color: #565656;
    text-decoration: none;
}

ul.language-nav-list li.divider
{
    color: #8e908f;
    font-size: 11px;
    line-height: 13px;
    padding-right: 8px;
    padding-left: 8px;
}
ul.secondary-nav-list li.language-item:hover {
    background-color: #28679e;
}
ul.secondary-nav-list li.language-active {
    background-color: #bfbfbf;
	text-shadow:none;
}
ul.secondary-nav-list li.language-item {
	padding:2px 7px;
	margin-top:-3px;
	margin-left:1px;
	height:16px;
	border-radius:4px;
}
ul.secondary-nav-list li.language-active a {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.45);
}
ul.secondary-nav-list li.language-item:hover a{
	color:#FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
}
li#regions-menu, li#regions-spacer {
    height: 21px;
    min-width: 90px;
    margin: -7px 0 0;
    padding: 0;
    position: relative;
	z-index:100;
}
li#regions-menu a.regions-title {
    background: url(img/regions-right.png) no-repeat right 0;
    position: relative;
    display: block;
    height: 15px;
    padding-top: 6px;
    padding-left: 14px;
    padding-right: 27px;
}
li#regions-menu:hover {
    background: url(img/regions-left.png) no-repeat left 0;
}
li#regions-menu:hover a.regions-title {
    background-position: right -21px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.65);
}
#regions-drop {
    width: 175px;
    height: auto;
    background-color: #545557;
    position: absolute;
    top: 21px;
    right: 0;
    display: none;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-radius-bottomright: 4px;
    -khtml-border-radius-bottomleft: 4px;
    -khtml-border-radius-topleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    padding-bottom: 12px;
    padding-top: 12px;
}
li#regions-menu:hover #regions-drop {
    display: block;
}
#regions-drop a.regions-item {
    text-align: left;
    position: relative;
    display: block;
    width: 151px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 12px;
    text-shadow: none;
    text-transform: none;
    border-bottom: 1px solid #696a6b;
}
#regions-drop a.regions-item:hover {
    background-color: #606163;
}

/* @end */

/* @group Content Area */

div.content-wrapper
{
    width: 1020px;
    background: url(img/background-fill.png) repeat-y 0 0;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    clear: both;
    text-align: left;
}

div.content-top
{
    width: 980px;
    background: url(img/background-top.png) no-repeat 0 0;
    display: block;
    position: relative;
    padding-top: 40px;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
}

div.content-top-full
{
    position: relative;
    padding: 40px 0 40px 40px;
    width: 940px;
    overflow: hidden;
}

div.content-top-left {
    float: left;
    width: 160px;
    min-height: 100px;
    padding: 0 0 0 20px;
}

div.content-top-center {
    float: left;
    width: 480px;
    padding: 0 20px 0 20px;
}
div.content-top-center1 {
    float: left;
    width: 680px;
    padding: 0 20px 0 20px;
}



div.News_content {
    float: left;
    width: 760px;
    padding: 0 20px 0 20px;
}

div.content-top-right {
    float: left;
    width: 240px;
    padding: 0 20px 0 20px;
}

div.content-top-left-center-right {
    padding: 0 20px 0 20px;
}

div.content-bottom
{
	width: 1020px;
	background: url(img/background-bottom.png) no-repeat 0 0;
	display: block;
	position: relative;
	clear: both;
	height: 48px;
	overflow: hidden;
	margin:0 auto;
	background-image: url(images/background-bottom.png);
}

div.content-top-center img,
div.page-content img
{
    max-width: 100%;
}

div.content-top-center ul, div.content-top-center ol,
div.page-content ul, div.page-content ol
{
	margin-bottom: 20px;
}

div.content-top-center ul li ul, div.content-top-center ol li ol,
div.page-content ul li ul, div.page-content ol li ol
{
	margin-bottom: 0;
}

div.content-top-center div.main_content_pic
{
	display: block;
	width: 480px;
	height: 240px;
}

div.content-top-center div.main_content_copy
{
	width: 460px;
	padding: 20px 20px 20px 0;
}

div.content-top-center table.chart,
div.page-content table.chart,
div.content-top-center table.itemlist,
div.page-content table.itemlist
{
	width: 100%;
    height: auto;
    border-style: none;
    border-spacing: 0;
	border-top-style: solid;
	border-top-color: #e1e0de;
	border-top-width: 1px;
	margin: 0 20px 20px 0;
	font-size: 12px;
	color: #575a5d;
}

div.content-top-center table.chart tr:nth-child(even),
div.page-content table.chart tr:nth-child(even),
div.content-top-center table.itemlist tr:nth-child(even),
div.page-content table.itemlist tr:nth-child(even)
{
	background: #f3f3f3;
}	

div.content-top-center table.chart td,
div.page-content table.chart td,
div.content-top-center table.itemlist td,
div.page-content table.itemlist td
{
    border-style: none;
	border-bottom: 1px solid #e1e0de;
	border-left-style: solid;
	border-left-color: #e1e0de;
	border-left-width: 1px;
	padding: 7px 10px;
	vertical-align: top;
}

div.content-top-center table.chart td,
div.page-content table.chart td
{
	text-align: right;
}

div.content-top-center table.chart td:first-child,
div.page-content table.chart td:first-child,
div.content-top-center table.itemlist td:first-child,
div.page-content table.itemlist td:first-child
{
	border-left-style: none;
	text-align: left;
}

div.content-top-center label {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
    color: #575a5d;
    display: block;
}

div.content-top-center input[type=text],
div.content-top-center input[type=number],
div.content-top-center input[type=email] {
	font-family: 'Asap', Arial, sans-serif;
    height: 30px;
    width: 330px;
    border: 1px solid #d3d3d3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #d3d3d3 1px 1px 2px; 
    -moz-box-shadow: #d3d3d3 1px 1px 2px; 
    box-shadow: #d3d3d3 1px 1px 2px;   
    font-size: 12px;
    font-style: italic;
    color: #191c1f;
    padding-left: 10px;
    margin-bottom: 12px;
    font-weight: 400;
}

input[type=radio] {
    margin-right: 7px;
}

div.content-top-center textarea {
   font-family: 'Asap', Arial, sans-serif;
    height: 150px;
    width: 330px;
    border: 1px solid #d3d3d3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #d3d3d3 1px 1px 2px; 
    -moz-box-shadow: #d3d3d3 1px 1px 2px; 
    box-shadow: #d3d3d3 1px 1px 2px;   
    font-size: 12px;
    font-style: italic;
    color: #191c1f;
    padding-left: 10px;
    margin-bottom: 12px;
    font-weight: 400;
}

div.content-top-center div.required label {
    color: #dd2727;
}

div.content-top-center div.required input[type=text] {

}

div.content-top-center div.required_success label {
    color: #529511;
}

div.content-top-center div.required_success {
	width: 365px;
	background: url(img/form_field_required_success.gif) no-repeat right center;
}

div.content-top-center div.required_success input[type=text],
div.content-top-center div.required_success input[type=number] {
	border-color: #529511;
}

div.content-top-center div.required_error label {
    color: #dd2727;
}

div.content-top-center div.required_error {
	width: 365px;
	background: url(img/form_field_required_error.gif) no-repeat right center;
}

div.content-top-center div.required_error input[type=text],
div.content-top-center div.required_error input[type=number] {
	border-color: #dd2727;
}

div.content-top-center form span.radio_btn {
    display: block;
    margin: 5px 0 5px 0;
}

div.content-top-center form div.radio_btn_horizontal {
    display: block;
    margin-bottom: 12px;
}


div.content-top-center form .button {
	font-family: 'Asap', Arial, sans-serif;
	font-size: 14px;
    background: url(img/form_submit_btn.jpg) no-repeat right top;
    color: #fff;
    font-weight: 700;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 7px;
    border-width: 0;
    text-transform: uppercase;
    margin-top: 10px;
    min-width: 8em;
}

div.content-top-center form .button:hover {
    background: url(img/form_submit_btn.jpg) no-repeat left top;
    cursor: pointer;
}

/* @end */

/* @group Content Right Area */

div.content-top-right li {
    padding-bottom: 0;
}

/* @end */

/* @group Footer */

ul.footer-nav-list li a:hover
{
    color: #565656;
}

div.footer-wrapper
{
    width: 940px;
    padding: 0 40px 2em;
    margin: -20px auto;
    position: relative;
    display: block;
    clear: both;
    text-align: left;
	overflow:hidden;
}

div.footer-nav-group
{
    margin-right: 20px;
    float: left;
    display: block;
    position: relative;
}

table.footer-nav-group
{
    table-layout: fixed;
    width: 940px;
}

table.footer-nav-group td
{
    padding-right: 20px;
    vertical-align: top;
}

ul.footer-nav-list
{
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

ul.footer-nav-list li
{
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0 0 0 10px;
    text-indent: -10px;
}

ul.footer-nav-list li.footer-nav-title
{
    color: #8e908f;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.footer-nav-list li a
{
    font-size: 11px;
    line-height: 15px;
    color: #8e908f;
    text-decoration: none;
    display: block;
    list-style-position: outside;
}

.social_wrap {
    text-align: right;
    clear: both;
    display: block;
    position: relative;
    height: 39px;
    margin-top: 10px;
    padding: 0;
    float: right;
}
.social_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
.social_wrap ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
a.twitter,
a.facebook,
a.youtube,
a.linkedin
{
    width: 39px;
    height: 38px;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0.75;
}
a.twitter:hover,
a.facebook:hover,
a.youtube:hover,
a.linkedin:hover {
    opacity: 1;
}
a.twitter span,
a.facebook span,
a.youtube span,
a.linkedin span
{
    display: none;
}
a.twitter
{
    background: url(img/social-icons.png) no-repeat 0 -39px;
}
a.facebook
{
    background: url(img/social-icons.png) no-repeat 0 0;
}
a.youtube
{
    background: url(img/social-icons.png) no-repeat -39px -39px;
}
a.linkedin
{
    background: url(img/social-icons.png) no-repeat -39px 0;
}

div.footer-lower-portion
{
    margin-top: 2em;
    overflow: visible;
}

div.footer-enpro
{
    float: left;
    display: block;
    color: #a2a5a4;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    text-decoration: none;
    width: 480px;
 }

div.footer-enpro div
{
}

a.enpro-logo
{
    background: url(img/enpro-logo.png) no-repeat 0 0;
    width: 57px;
    height: 24px;
    margin-right: 10px;
    float: left;
    display: block;
    margin-bottom: 10px;
}

a.enpro-logo span
{
    display: none;
}

div.footer-secondary-wrapper
{
    float: right;
    display: block;
    position: relative;
    width: 450px;
 }

ul.footer-secondary-list
{
    list-style: none;
    float: right;
    height: 12px;
}

ul.footer-secondary-list li
{
    list-style: none;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    border-left: 1px solid #d1d2d1;
    height: 12px;
}

ul.footer-secondary-list li.no-border
{
    border: none;
}

ul.footer-secondary-list li a
{
    color: #a2a5a4;
    font-size: 11px;
    line-height: 13px;
    text-decoration: none;
    height: 12px;
    display: block;
}

ul.footer-secondary-list li a:hover
{
    color: #565656;
}

/* @end */

/* @end */
/* @group Home */

div.home-feature-wrapper
{
   width: 980px;
   height: 400px;
   margin: -40px 0 0;
   padding: 0;
   position: relative;
   display: block;
   overflow: hidden;
}

a.home-feature-image
{
   width: 980px;
   height: 350px;
   margin: 0;
   padding: 0;
   position: absolute;
   display: none;
   overflow: hidden;
   top: 0;
   left: 0;
}

div.home-feature-items
{
   width: 980px;
   height: 50px;
   margin: 0;
   padding: 0;
   position: absolute;
   top: 350px;
   left: 0;
   display: block;
   overflow: hidden;
   line-height: 50px;
   font-size: 12px;
   background: url(img/feature-list-background.jpg) no-repeat 0 0;
}

ul.home-feature-list
{
   list-style: none;
   width: 980px;
   height: 50px;
   text-align: center;
   overflow: hidden;
   margin: 0;
   padding: 0;
}

ul.home-feature-list li
{
   list-style: none;
   float: left;
   height: 50px;
   padding: 0;
   margin: 0;
}

ul.home-feature-list li.divider
{
   background: url(img/feature-divider.png) no-repeat right center;
   width: 2px;
   height: 50px;
   margin: 0;
   padding: 0;
   position: relative;
   display: block;
   overflow: hidden;
}

ul.home-feature-list li a,
ul.home-feature-list li a.selected,
ul.home-feature-list li a.stack
{
   color: #fff;
   font-size: 12px;
   line-height: 14px;
   text-align: center;
   display: block;
   height: 31px;
   text-shadow: 1px 1px 0 rgba(17, 45, 80, 0.5);
   margin: 0;
   padding: 19px 12px 0;
}

ul.home-feature-list li a.selected,
ul.home-feature-list li a.selected:hover
{
   background: url(img/feature-select.png) repeat-x 0 0;
}

ul.home-feature-list li a.stack
{
   padding-top: 12px;
   height: 38px;
}

ul.home-feature-list li a:hover{
   background: url(img/feature-hover.png) repeat-x 0 0;
}

div.home-feature-inlay {
   display: inline-block;
   position: absolute;
   left: 10px; bottom: 10px;
   box-shadow: 5px 5px 5px #000000;
   box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

div.home-feature-inlay img:first-child {
   float: left;
}

div.home-feature-inlay-content {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   padding: 10px;
}

div.home-feature-inlay-content a {
   color: inherit;
}

a.home-feature-inlay-link {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

div.feature-bottom
{
   width: 980px;
   height: 5px;
   margin: 0;
   padding: 0;
   position: relative;
   display: block;
   overflow: hidden;
   background: url(img/feature-bottom.png) no-repeat 0 0;
}

div.home-content-wrapper {
	position: relative;
	top: -6px;
	overflow: hidden;
	padding-top: 2px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 22px;
}

div.home-content {
    background-color: #122E50;
    background: linear-gradient(90deg, #50647C, #122E50 20%, #122E50 80%, #50647C);
}

div.home-content-2col div.home-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.home-content-1col {
    padding: 1em 10em;
    box-shadow: 0 0 10px #A0A0A0;
}

div.home-content-2col {
    overflow: hidden;
}

div.home-content-2col > div {
    box-sizing: border-box;
    width: 456px;
    height: 94px;
    overflow: hidden;
}

div.home-content-2col > div:first-child {
    float: left;
}

div.home-content-2col > div:first-child + div {
    float: right;
    padding: 1em 2em;
    box-shadow: 0 0 10px #A0A0A0;
}

div.home-content, div.home-content p,
div.home-content h1, div.home-content h2, div.home-content h3,
div.home-content h4, div.home-content h5, div.home-content a {
	line-height: normal;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	letter-spacing: normal;
	color: #D0D0D0;
	margin-top: 8px;
}


div.gxf {
	width: 980px;
	height: 80px;
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



div.home-content p,
div.home-content h1, div.home-content h2, div.home-content h3,
div.home-content h4, div.home-content h5 {
    display: inline;
}

div.home-content a:hover {
    color: #DDD;
}

div.home-sub-wrapper
{
	width: 940px;
	padding: 0;
	position: relative;
	display: block;
	height: 167px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
}

.home-sub-grid {
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    top: 5px;
    left: 0;
 }
 
a.home-sub-gridblock {

    width: 220px;
    height: 137px;
    float: left;
    clear: none;
    overflow: visible;
    margin: 5px 20px 10px 0;
    white-space: normal;
    display: block;
    z-index: 3;
 }
 
.home-sub-gridblock p
{
   width: 220px;
}

.home-sub-gridblock span
{
   z-index: 1;
}

.home-sub-gridblockend {
    display: block;
    width: 220px;
    height: 227px;
    float: left;
    clear: none;
    margin: 5px 0 0 0;
    overflow: hidden;
}

.home-sub-btn_set {
    position: absolute;
    top: 0px;
    right: 0;
}

.home-sub-orange_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    background-color: orange;
}

.home-sub-gray_bar {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: gray;
    overflow: hidden;
    z-index: -1;
}

a.home-sub-anchor
{
   display: block;
}

.home-sub-block_image {
    width: 220px;
    height: 112px;
    margin: 0 0 8px 0;
    overflow: hidden;
    display: inline;
    z-index: 1;
 }

div.thin-divider
{
   background: url(img/thin-divider.png) no-repeat 0 0;
   width: 980px;
   height: 2px;
   margin: 25px 0;
}

div.news-wrapper
{
   width: 940px;
   margin: 0 20px;
   padding: 0;
   position: relative;
   display: block;
   clear: both;
}

div.news-column
{
   width: 460px;
   float: left;
   display: block;
   margin: 0;
   padding: 0;
}

div.blog-column
{
   width: 460px;
   float: right;
   display: block;
   margin: 0;
   padding: 0;
}

div.article-section
{
   margin-top: 2em;
   padding-left: 20px;
}

div.article-section h2
{
  margin-left: -20px;
}

div.article + div.article
{
   margin-top: 1.5em;
   border-top: 1px solid #CCC;
   padding-top: 1.25em;
}

div.article-title
{
   font-weight: bold;
}

div.article-date
{
   color: #404040;
}

div.article-abstract
{
   margin-top: 0.75em;
   margin-bottom: 0.75em;
   color: #404040;
}

div.article-link
{
}

div.home-news-item
{
   width: 460px;
   padding-bottom: 20px;
   display: block;
}

div.home-news-item ~ div.home-news-item
{
   background: url(img/news-divider.png) no-repeat 0 top;
   padding-top: 12px;
}

a.home-news-title
{
   display: block;
   margin-bottom: 2px;
}

div.home-news-abstract
{
   width: 460px;
}

/* @end */

/* @group SORT ME PLEASE */

div.product-group
{
   position: relative;
   display: block;
   clear: both;
   margin-bottom: 30px;
   border-bottom: 1px solid #dfdedb;
   padding-bottom: 22px;
}

div.product-listing-item
{
   display: block;
   margin-bottom: 8px;
   float: left;
   width: 28%;
   margin-right: 5%;
}

/* Side navigator (side_nav.php) */

.side-nav ul
{
    padding: 0;
}

.side-nav li
{
    list-style-image: none;
/*  font-size: 12px;  */
    color: #575a5d;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.side-nav li a:link, .side-nav li b, .side-nav li a:visited, .side-nav li a:hover
{
    list-style-type: none;
    text-decoration:dotted;
    width: 150px;
    padding: 7px 5px;
    display: block;
    border-bottom: 1px dotted #b5b7b4;
}

.side-nav li a:hover, .side-nav li b
{
    padding: 7px 5px;
    background-color: #efefef;
    color: #191c1f;
    font-weight: inherit;
 }

/*  Side Tabs */

.side-media-menu {
    position: relative;
    width: 240px;
    min-height: 285px;
    /*height: 265px;*/
    /*border: 1px solid green;*/
    margin: 0 0 20px 0;
    background: url(img/sidebar_bg.jpg) no-repeat 0 bottom;
}

.side-media-menu .tabs {
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/sidebar_tabs_header_bg.jpg) no-repeat 0 0;
    width: 228px;
    height: 36px;
    display: block;
    padding: 0 6px 0 6px;
}

.side-media-menu .tabs a:link, .side-media-menu .tabs a:active, .side-media-menu .tabs a:visited, .side-media-menu .tabs a:hover {
    text-transform: uppercase;
    color: #555555;
    font-weight: bold;
    height: 20px;
    background: url(img/sidebar_tab_bg.jpg) no-repeat right -30px;
    display: block;
    overflow: hidden;
    margin: 6px 0 0 0;
    padding: 10px 7px 0 7px;
    float: left;
}

.side-media-menu .tabs a.active:link, .side-media-menu .tabs a.active:active, .side-media-menu .tabs a.active:visited, .side-media-menu .tabs a.active:hover {
    background: url(img/sidebar_tab_bg.jpg) no-repeat right top;
}

.side-media-menu .tabs a:hover {
    background: url(img/sidebar_tab_bg.jpg) no-repeat right bottom;
}

.side-file-menu {
    position: relative;
    width: 240px;
    margin-top: 2em;
}

.side-section {
    margin-top: 1.5em;
}

.side-section:first-child {
    margin-top: 0;
}

.side-file-menu+.side-section, .product-actions+.side-section, .product-actions+.side-file-menu, .side-section+.side-section {
    padding-top: 1.5em;
    border-top: 1px solid rgb(223, 222, 219);
}

.first-side-tab {
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
    
}

.side-tab {
    
}

.tab-container {
    /*position: absolute;
    top: 30px;
    left: 0;*/
    padding: 50px 20px 0 20px;
}

.tab-container h3 {
    padding-bottom: 10px;
}

.tab-container img {
    width: 200px;
    height: 150px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #d3d3d3;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.btn_set {
    /*position: absolute;
    right: 18px;
    top: 60px;
    left: 18px;*/
    bottom: 0;
    margin: 10px 0 10px 0;
    padding: 0 15px 20px 20px;
}

img.product-image-thumb {
	float: left;
	width: 29px;
	height: 22px;
	padding: 0;
	margin: 0 3px 3px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #d3d3d3;
}

/**************/

/* conversion tables */
.conversion-table {
    width: 100%;
}
div.conversion-table input[type="text"]{
    width: 60px;
}
div.conversion-table-block {
    float: left;
    padding-right: 20px;
}
/*********************/

/* @end */

/* @group Glossary */

ul.alphabet
{
  list-style: none;
  margin: 0 0 30px;
  padding: 0 7px;
  width: 470px;
  height: 29px;
  background: url(/img/glossary/letter-background.jpg) no-repeat 0 0;
}

ul.alphabet li
{
   list-style: none;
   margin: 0;
   padding: 0;
   float: left;
   height: 29px;
}

ul.alphabet li a,
ul.alphabet li a:link,
ul.alphabet li a:visited,
ul.alphabet li a:hover,
ul.alphabet li a:active
{
   color: #fff;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 29px;
   display: block;
   padding-right: 4px;
   padding-left: 4px;
   height: 29px;
}

ul.alphabet li a:hover
{
   color: #EA7125;
   text-decoration: none;
}

ul.alphabet li a.selected
{
   background-color: #EA7125;
}

div.glossary-item
{
   margin: 0 0 15px;
   padding: 0 0 15px;
   position: relative;
   display: block;
   border-bottom: 1px solid #dfdedb;
}

/* @end */

/* @group Contact */

div.contact-item,
div.location-item
{
   width: 45%;
   float: left;
   display: block;
   margin-bottom: 15px;
   padding-right: 5%;
}

div.location-item
{
   height: 185px;
}

div.contact-item h4,
div.location-item h4
{
   padding-bottom: 4px;
}

#recaptcha_response_field
{
   height: 22px;
}

/* @end */

/* @group Rep Locator */

div.rep-item
{
   margin-bottom: 20px;
   display: inline-block;
   vertical-align: top;
   width: 44%;
   margin-right: 5%;
   text-align: left;
}

/* @end */

/* @group SORT ME! */

div.interchange-wrapper
{
   display: block;
   width: 460px;
   padding: 10px;
   border: 1px solid #dfdedb;
}

table.interchange-results
{
   width: 100%;
}

table.interchange-results thead tr td
{
   background-color: #dfdedb;
   padding: 5px;
   font-weight: bold;
}

table.interchange-results tbody tr td
{
   padding: 5px;
}

/* @group RFQ */

.product-actions
{
}

a.product-next, .product-actions a
{
   width: 230px;
   height: 15px;
   padding: 5px;
   background-color: #ea7125;
   color: #f3c3a4;
   font-size: 13px;
   line-height: 16px;
   font-weight: bold;
   text-decoration: none;
   overflow: hidden;
   display: block;
   text-align: center;
   margin-bottom: 6px;
}

a.product-next:hover, .product-actions a:hover
{
   color: #fff;
}

/* @end */

/* @group KZ Selector Results */

table.contentText {
    
}

table.contentText thead tr th {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* @end */


table.conversion-table
{
   margin-bottom: 25px;
   border-bottom: 1px solid #dfdedb;
   display: block;
   padding-bottom: 25px;
   padding-top: 15px;
}

table.conversion-table
{
   display: block;
   margin-bottom: 4px;
}

input.conversionInput
{
   display: block;
   height: 20px;
   width: 100px;
   margin-right: 20px;
}

.contentTextSmall
{
   color: #575a5d;
}

table.conversion-table input[type=button]
{
   margin-top: 15px;
}

/* CONTACT FIXED POSITION MENU*/
.column_right {
    position: absolute;

}

div#chem_table {
	margin: 30px 0 20px 0;
}

div#chem_table table td {
	padding: 2px 5px 2px 5px;
}

div#chem_table table tr:nth-child(odd) {
	background-color: #fff;
}

div#chem_table table tr:nth-child(even)
{
	background-color: #e7e7e5;
}

div.selector-input-group {
    margin-bottom: 10px;
    clear: both;
    display: block;
}

/* @end */

/* @group Mobile */

a.select-back {
    display: none;
}
a.mobile-desktop {
    display: none;
}
.mobile-actions {
    display: none;
}
/* @end */

/* @group Video */

div.video_thmb {
	margin: 25px 0 25px 0;
}

a.video_thmb {
	display: block;
	width: 200px;
	height: 110px;
	background-size:200px 110px;
}

.video_grid {
	position:relative;
}
.video_gridblock {
    position:relative;
    display: block;
    width: 220px;
    height: 275px;
    float: left;
    clear: none;
    margin: 5px 17px 0 0;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
}
.video_gridblock h2 {
    padding-bottom: 0;
    margin-bottom: 0.75em;
}
.video_gallery_thumb {
	display: block;
	position: relative;
	height: 146px;
	margin-bottom: 10px;
}
.video_gallery_thumb a:link, .video_gallery_thumb a:active, .video_gallery_thumb a:visited, .video_gallery_thumb a:hover {
	display: block;
	height: 146px;
	width: 216px;
	position: absolute;
	top: 0;
	left: 0;
	background:url('img/video_gallery_play_icon.png') no-repeat left center;
	z-index: 2;
	border: 1px solid #c4c7c8;
}
.video_gallery_thumb a:hover {
    background:url('img/video_gallery_play_icon.png') no-repeat -218px center;
}
.video_gallery_thumb img {
    position: absolute;
    top: 0;
    left: 0;
}
.video_gallery_desc {
	text-align: center;
}

/* @end */

/*
 * TAGGED_FILE_LIST styles
 */

.download-list h2 {
    margin: 2em 0 1em;
    padding: 0;
}

.download-list-section {
    margin-left: 3em;
}

.download-list-entry + .download-list-entry {
    margin: 1.5em 0;
    border-top: 1px solid #CCC;
    padding-top: 1.25em;
}

.download-list-entry em {
    display: block;
    color: #404040;
}

.download-list-entry p {
    padding: 0;
    margin: 0.75em 0;
    color: #404040;
}

/*
 * Directory Listing page template
 */

.directory-listing {
    padding: 0.5em 1em 2em;
    background-color: #EFEFEF;
    overflow: hidden;
    min-height: 300px;
}

.directory-listing img.directory-listing-thumbnail {
    float: right;
    margin-top: 0.5em;
}

.directory-listing h1, .directory-listing p {
    margin: 0 0 10px;
    padding: 0;
}

.directory-listing h2, .directory-listing h3, .directory-listing h4 {
    margin: 20px 0 10px;
    padding: 0;
}

.directory-listing h2:first-child {
    margin-top: 0;
}

.directory-listing tr {
    vertical-align: top;
}

.directory-listing th {
    padding-right: 1em;
    white-space: nowrap;
}

/*
 * Campaign Monitor
 */

form[action^="http://garlockfamily.createsend.com"] p label:first-child+br {
    display: none;
}

form[action^="http://garlockfamily.createsend.com"] input[type="checkbox"]+label {
    display: inline;
    text-transform: none;
    padding-left: 0.5em;
}


/*
 * FILE: /css/prettyPhoto.css
 */

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(img/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(img/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(img/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(img/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(img/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(img/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(img/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(img/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(img/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(img/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(img/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(img/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(img/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(img/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(img/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(img/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(img/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(img/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(img/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(img/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(img/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(img/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(img/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(img/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(img/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(img/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(img/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(img/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(img/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(img/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(img/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(img/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(img/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(img/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(img/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(img/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(img/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(img/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(img/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(img/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(img/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(img/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(img/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(img/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(img/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(img/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(img/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(img/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(img/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(img/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(img/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(img/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(img/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(img/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(img/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(img/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(img/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(img/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(img/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(img/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(img/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(img/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(img/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(img/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(img/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(img/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(img/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(img/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(img/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(img/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(img/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(img/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(img/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(img/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(img/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(img/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(img/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(img/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(img/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(img/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(img/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(img/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(img/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(img/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(img/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(img/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(img/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(img/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(img/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(img/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(img/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(img/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(img/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(img/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(img/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(img/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(img/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(img/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(img/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(img/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

/*
 * FILE: /css/homepage_features.css
 */

/* 
    Document   : homepage_features
    Created on : Apr 9, 2013, 6:45:15 PM
    Author     : Josh
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
    font-family: UniversLightCondensed;
	src: local("â˜?"), 
         url('img/universltstd-lightcn.eot') format('embedded-opentype'),
         url('img/universltstd-lightcn.woff') format('woff'),
         url('img/universltstd-lightcn.ttf') format('truetype'),
         url('img/universltstd-lightcn.svg') format('svg');
}

@font-face {
    font-family: UniversUltraCondensed;
    src: local("â˜?"), url('img/universltstd-ultracn.otf');
}

div.home-feature-wrapper
{
   width: 980px;
   height: 365px;
   margin: -40px 0 0;
   padding: 0;
   position: relative;
   display: block;
   overflow: visible;
}
.home-feature-inner {
    width: 980px;
    height: 350px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
}
a.home-feature-image
{
   width: 980px;
   height: 350px;
   margin: 0;
   padding: 0;
   position: absolute;
   display: none;
   overflow: hidden;
   top: 0;
   left: 0;
}

.home-select-wrapper {
    width: 980px;
    height: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    background: url(img/select-bg.png) no-repeat 0 0;
}
.select-indicator {
    background-color: #ea7201;
    height: 15px;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.home-select-item {
    position: relative;
    display: block;
    height: 15px;
    width: 200px;
    float: left;
    z-index: 2;
}
.home-select-item + .home-select-item {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.home-select-item span {
    background-color: #ea7201;
    height: 15px;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.home-select-info {
    width: 970px;
    height: 37px;
    position: absolute;
    bottom: 15px;
    left: 0;
    display: none;
    overflow: hidden;
    z-index: 4;
    background-color: rgba(4, 11, 20, 0.75);
    background-color: #122e50\9;
    color:#fff;
    font-size:18px;
    font-size:16px\9;
    line-height: 37px;
    font-family: UniversLightCondensed, Arial, sans-serif;
    padding-left: 10px;
    padding-top: 3px;
}

div.home-feature-items
{
   width: 980px;
   height: 50px;
   margin: 0;
   padding: 0;
   position: absolute;
   top: 350px;
   left: 0;
   display: block;
   overflow: hidden;
   line-height: 50px;
   font-size: 12px;
   background: url(img/feature-list-background.jpg) no-repeat 0 0;
}

ul.home-feature-list
{
   list-style: none;
   width: 980px;
   height: 50px;
   text-align: center;
   overflow: hidden;
   margin: 0;
   padding: 0;
}

ul.home-feature-list li
{
   list-style: none;
   float: left;
   height: 50px;
   padding: 0;
   margin: 0;
}

ul.home-feature-list li.divider
{
   background: url(img/feature-divider.png) no-repeat right center;
   width: 2px;
   height: 50px;
   margin: 0;
   padding: 0;
   position: relative;
   display: block;
   overflow: hidden;
}

ul.home-feature-list li a,
ul.home-feature-list li a.selected,
ul.home-feature-list li a.stack
{
   color: #fff;
   font-size: 12px;
   line-height: 14px;
   text-align: center;
   display: block;
   height: 31px;
   text-shadow: 1px 1px 0 rgba(17, 45, 80, 0.5);
   margin: 0;
   padding: 19px 12px 0;
}

ul.home-feature-list li a.selected,
ul.home-feature-list li a.selected:hover
{
   background: url(img/feature-select.png) repeat-x 0 0;
}

ul.home-feature-list li a.stack
{
   padding-top: 12px;
   height: 38px;
}

ul.home-feature-list li a:hover{
   background: url(img/feature-hover.png) repeat-x 0 0;
}

.home-feature-wrapper a.reason_brand-ad {
    background:url('img/main_brandad_reason.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.hard-hat_brand-ad {
    background:url('img/main_brandad_hardhat.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.hard-hat_brand-ad .wrap {
    margin-top:100px;
}

.home-feature-wrapper a.little-feet_brand-ad {
    background:url('img/main_brandad_littlefeet.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.reason_brand-ad {
    background:url('img/main_brandad_reason.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.reason_brand-ad .wrap {
    margin-top:100px;
}

.home-feature-wrapper a.oil-gas {
    background:url('img/main_oilGas.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.pharma {
    background:url('img/main_pharma.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.pulp-paper {
    background:url('img/main_pulpPaper.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.food-bev {
    background:url('img/main_foodBeverage.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.nuclear {
    background:url('img/main_nuclear.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.waste-water {
    background:url('img/main_waterTreat.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.power-gen {
    background:url('img/main_powerGen.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.mining {
    background:url('img/main_mining.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.primary-metals {
    background:url('img/main_primaryMetals.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.chem-process {
    background:url('img/main_chemProcess.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.marine {
    background:url('img/main_marine.jpg') no-repeat 0 0;
}

.home-feature-wrapper a.add-markets {
    background:url('img/main_additionalMarkets.jpg') no-repeat 0 0;
}

.home-feature-wrapper .wrap {
    width:auto;
    float:right;
    margin: 100px 30px 0 0;
}

/*
.fr .home-feature-wrapper .wrap { width:400px!important; }
.fr .home-feature-wrapper .oil-gas .wrap { margin-right:20px; }
.fr .home-feature-wrapper .pharma .wrap { margin-right:20px; }
.fr .home-feature-wrapper .pulp-paper .wrap { width:450px!important;margin-right:20px; }

.pt .home-feature-wrapper .oil-gas .wrap { width:400px!important;margin-right:15px; }
.pt .home-feature-wrapper .pulp-paper .wrap { width:400px!important;margin-right:15px; }
.pt .home-feature-wrapper .chem-process .wrap { width:400px!important;margin-right:15px; }
.pt .home-feature-wrapper .nuclear .wrap { width:400px!important; }
.pt .home-feature-wrapper .mining .wrap { width:400px!important;margin-right:15px; }
.pt .home-feature-wrapper .pharma .wrap { width:450px!important;margin-right:0; }
.pt .home-feature-wrapper .food-bev .wrap { width:360px;margin-right:0; }
.pt .home-feature-wrapper .add-markets .wrap { margin-right:15px; }

.es .home-feature-wrapper .oil-gas .wrap { width:400px!important;margin-right:15px; }
.es .home-feature-wrapper .pulp-paper .wrap { width:400px!important;margin-right:15px; }
.es .home-feature-wrapper .chem-process .wrap { width:400px!important;margin-right:15px; }
.es .home-feature-wrapper .nuclear .wrap { width:400px!important; }
.es .home-feature-wrapper .mining .wrap { width:400px!important;margin-right:15px; }
.es .home-feature-wrapper .pharma .wrap { width:420px!important;margin-right:0; }
.es .home-feature-wrapper .food-bev .wrap { width:380px;margin-right:10px; }
.es .home-feature-wrapper .add-markets .wrap { margin-right:15px; }
.es .home-feature-wrapper .waste-water .wrap { margin-right:15px!important; }
.es .home-feature-wrapper .power-gen .wrap { width:400px;margin-right:15px; }
*/

.home-feature-wrapper h2 {
    font-family: UniversLightCondensed, Arial, sans-serif;
    font-size:20px;
    color:rgba(255,255,255,.9);
    color : white\9; /* IE8 and below */
    line-height:1.1em;
    letter-spacing: -1px;
	padding-bottom:10px;
    text-shadow:0 0 5px rgba(0,0,0,.5);
}

.home-feature-wrapper h3 {
    font-family: UniversLightCondensed, Arial, sans-serif;
    font-size:32px;
    color:rgba(255,255,255,.9);
    color : white\9; /* IE8 and below */
    line-height:1.1em;
	padding-bottom:30px;
	text-transform:none;
    text-shadow:0 0 5px rgba(0,0,0,.5);
}

.home-feature-wrapper h4 {
    font-family: Asap, sans-serif;
    font-size:14px;
    color:rgba(255,255,255,.9);
    color : white\9; /* IE8 and below */
    text-transform:uppercase;
    text-shadow:0 0 5px rgba(0,0,0,.5);
    line-height:25px;
    display:inline-block;
	font-weight:400;
    width:275px;
    background:url('img/features/main_arrow.png') no-repeat 100% 0;
}

.home-sub-block_image {
    display:block;
    width:212px;
    height:104px;
    border:1px solid #999999;
    box-shadow:0 0 0 5px #ececec;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    -ms-border-radius:1px;
    -o-border-radius:1px;
    border-radius:1px;
    margin: 5px 0 10px 5px;
}

.home-sub-block_image h2,
.home-sub-block_image h3 { text-align:center;font-weight:normal!important; }

.home-sub-block_image h2 {
    color:#000000;
    letter-spacing: -1px;
    font-size:33px;
    font-size:31px\9;
    line-height:33px;
    line-height:31px\9;
    font-family: UniversLightCondensed, Arial, sans-serif;
    padding:0px;
    margin:0;
}

.home-sub-block_image h3 {
    font-size:15px;
    color:#5a7e92;
    font-family: Asap, sans-serif;
    padding:0;
    margin:0;
}

.home-sub-gridblock.blog .home-sub-block_image h2 {
    margin-top: 30px;
    color: #fff;
}
.home-sub-gridblock.blog .home-sub-block_image h3 {
    color: #fff;
}

.home-sub-gridblock.ahha-cloud .home-sub-block_image h2 {
    margin-top:30px;
}

.home-sub-gridblock.mobile .home-sub-block_image h2 {
    margin-top:40px;
    font-size:29px;
    color:#ffffff;
    text-shadow:1px 1px 1px #222222;
    text-align:right;
    margin-right:10px;
}

.home-sub-gridblock.engineering .home-sub-block_image h2 {
    margin-top:30px;
}

.home-sub-gridblock.rep-locator .home-sub-block_image h2 {
    margin-top:40px;
    color:#ffffff;
    text-shadow:0 0 10px #111111;
    font-size:32px;
}

.pt .home-sub-gridblock.engineering .home-sub-block_image h2,
.fr .home-sub-gridblock.engineering .home-sub-block_image h2,
.es .home-sub-gridblock.engineering .home-sub-block_image h2 {
    margin-top:23px;
    font-size:15px;
    color:#5a7e92;
    font-family: Asap, sans-serif;    
}

.pt .home-sub-gridblock.engineering .home-sub-block_image h3,
.fr .home-sub-gridblock.engineering .home-sub-block_image h3,
.es .home-sub-gridblock.engineering .home-sub-block_image h3 {
    color:#000000;
    font-size:35px;
    font-size:28px\9;    
    line-height:35px;
    font-family: UniversLightCondensed, Arial, sans-serif;
    margin-top:-7px\9;
}

.pt .home-sub-gridblock.mobile .home-sub-block_image h2 {
    margin-top:17px;
    margin-top:14px\9;
    text-align:center;
    margin-left:40%;
    margin-left:36%\9;
    margin-bottom:0;
    padding-bottom:0;
}

.pt .home-sub-gridblock.mobile .home-sub-block_image h2 small {
   display:block;
   font-size:14px;
   margin:0;
   margin-top:-7px\9;
   padding:0;
}

.fr .home-sub-gridblock.mobile .home-sub-block_image h2 {
    margin-top:15px;
    margin-top:12px\9;
    text-align:center;
    margin-left:38%;
    margin-left:33%\9;
    font-size:28px\9;
    margin-bottom:0;
    padding-bottom:0;
}

.fr .home-sub-gridblock.mobile .home-sub-block_image h2 small {
   display:block;
   font-size:14px;line-height:14px;
   margin:0;
   padding:0;
}

.es .home-sub-gridblock.mobile .home-sub-block_image h2 {
    margin-top:13px;
    text-align:center;
    margin-left:38%;
    margin-left:28%\9;
    margin-bottom:0;
    padding-bottom:0;
    font-size:25px\9;
}

.es .home-sub-gridblock.mobile .home-sub-block_image h2 small {
   display:block;
   font-size:14px;line-height:14px;
   margin:0;
   padding:0;
}

/*
 * FILE: /css/breadcrumbs.css
 */

/* 
    Document   : plugin_template
    Created on : Sep 7, 2011, 11:14:50 AM
    Author     : Greg Kellerman
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.breadcrumbs {
    padding: 0 0 20px 20px;
}

.breadcrumbs a, .breadcrumbs span {
    padding-right: 20px;
    background: url(img/breadcrumb-arrow.jpg) no-repeat right 3px transparent;
}

.breadcrumbs b {
/*  font-size: 11px; */
    color: #191c1f;
    font-weight: bold;
}
