﻿@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700italic,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,100,400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,700,800);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
@import url(https://fonts.googleapis.com/css?family=Domine);
@import url(https://fonts.googleapis.com/css?family=Lato);


body,html {
   font-family: 'Roboto Condensed', sans-serif; 
   font-weight: 400;
	position:relative;
   min-height:100%;
   width:100%;
   height:100%;
   background:#555;
   -webkit-text-size-adjust: 100%;
}

#sitetitle{
	font-family: 'Domine', serif;
	font-size:2.0em;
	line-height:100%;
}


.ppdlogo{
display:block;
margin:auto;
width:80px;
height:auto;
}

#sitesubtitle{
font-family: 'Source Sans Pro', sans-serif;
font-size:.8em;
line-height:100%;
color:#edc319;
}

#frontpagetitle{
margin:0;
padding-top:20px;
padding-bottom:10px;
border-bottom-style:solid;
border-bottom-width:3px;
border-bottom-color:rgba(128, 128, 128, 0.45);
}

#homepagepic{
position:relative;
width:100%;
min-height:200px;
}

#homepagepicbanner{
text-align:center;
padding:5px;
border-radius:5px;
background:#edc319;
position:static;
z-index:300;
bottom:6%;
left:4%;
right:4%;
margin-top:10px;
margin-bottom:10px;
font-size:1.2em;
font-family: 'Raleway', sans-serif;
}

.nolinebreak{
display:inline-block;
}
h1 {
   font-family: 'Raleway', sans-serif;
   clear:both; 
   width: 90%;
   margin: auto; 
   padding-top:5px; 
   padding-bottom:5px;
   text-align:center;
   font-size:20px; 
   font-weight:heavy; 
   text-transform:uppercase;
   line-height:1.3;
   color:#edc319; 
}

h2 { 
   font-family: 'Raleway', sans-serif;
   font-size: 28px;
   color: #8b2332;
   font-weight: normal;
   line-height: 1.2;
   margin-bottom:5px; 
   margin-top:10px;
   text-align:center;
   text-transform:uppercase;
}

h3 { 
   font-family: 'Raleway', sans-serif;
   font-size:1.1em;
   font-weight:700;
   padding-top:20px; 
   padding-bottom:10px;
   color:#8b2332; 
}

h4 { 
   line-height:1.4; 
   margin-bottom:15px;
   font-size:1.4em;
   font-weight:bold;
   font-style:italic;
   color:#9C6126;
}

h5 { 
   font-family: 'Roboto Condensed', sans-serif; 
   line-height: 1.4; 
   margin-bottom: 15px;
   font-size: 1.1em;
   font-weight: bold;
   font-style: italic;
   color: #ceae3a;
}

p { 
   text-align:left;
   width:90%;
   line-height:1.4; 
   margin-bottom:15px;
   font-size:1.1em;
   color:#77777a;
}

p span{	
font-family: 'Roboto Condensed', sans-serif; 
   line-height: 1.4; 
   margin-bottom: 15px;
   font-size: 1.1em;
   font-weight: bold;
   font-style: italic;
   color: #8b2332;;
}

.ppdslogan{
display:inline-block;
}

.some_half{
width="80%";
}
	

a {
	color: #8b2332;
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus, a:active {
	color: #264d38;
	text-decoration: underline;
	outline: 0;
}

a.skiptonext {
	padding:6px;   
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:black;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

a.skiptonext:focus, a.skiptonext:active {
	position:absolute;
	left:0px;
	top:0px;
	background:#9e6126;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}


.mobile-only {
   display:block;
}
.dialog-form {
   display:none;
}
.text-top {
   margin-top:0!important;
   padding-top:0!important;
   border-top:0!important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.breadcrumb { 
   font-weight:400; 
   font-size:13px; 
   color:#777; 
   margin-bottom:30px; 
   margin-top:0; 
   text-transform:capitalize; 
   min-height:0!important;
}
.breadcrumb span { 
   font-weight:400; 
   display:inline-block; 
   margin:0 5px; 
   font-style:normal; 
   color:#777; 
}
.breadcrumb em { 
   font-style:normal; 
   text-transform:none; 
}
.breadcrumb a { 
   color:rgb(2,139,255); 
   text-decoration:none; 
   display:inline-block; 
   margin:0 5px; 
}
.breadcrumb a:hover { 
   color:rgb(2,139,255); 
   text-decoration:underline; 
}
ul.styled_list {
   list-style: disc;
}
ol.styled_list {
   list-style:decimal;
}

ul.styled_list,
ol.styled_list {
   padding: 0;
   margin-top: 25px;
   margin-bottom: 25px;
   line-height: 1.4;
   font-size:1.0625em;
   color:#9C6126;
}
ul.styled_list li,
ol.styled_list li {
   padding: 0;
   margin-bottom: 15px;
   margin-left: 20px;
   margin-right:20px;
}
ul.styled_list li ul,
ol.styled_list li ol {
   padding: 0;
   margin-top: 5px;
   margin-bottom: 10px;
}
ul.styled_list li ul,
ol.styled_list li ul {
   list-style: circle;
}
ul.styled_list li ol,
ol.styled_list li ol {
   list-style: upper-roman;
}
ul.list_float,
ol.list_float {
   width:50%;
   float:left;
}
sup {
   vertical-align:super;
   font-size:10px;
}
a.button_style {
   color:#064e44;
   text-transform:uppercase;
   border:2px solid #064e44;
   border-radius:6px;
   text-align:center;
   padding:12px 10px;
   font-size:1.00em;
   font-weight:700;
   display:inline-block;
   min-width:36%;
   text-decoration:none;
    box-shadow: inset 0 0 0 0 #064e44;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
   background:none;
}
a.button_style:hover, a.button_style:focus {
   color:#fff;
   box-shadow: inset 500px 0 0 0 #064e44;
}


/* Tables */
table.table {
   width:100%;
   background:#fff;
   line-height:1.4;
}
table.table thead th {
   background-color: #064e44;
   color: #fff;
	font-size:1.00em;
   font-weight: 700;
   border-left: 1px solid #d6dee1;
   text-align:left;
   overflow: hidden;
   line-height:1.1;
   padding:13px 3%;
}
table.table thead th:first-child {
}
table.table tbody td {
   color: #111;
   border-left: 1px solid #e5e1e3;
   border-right: 1px solid #e5e1e3;
   border-bottom: 1px solid #e5e1e3;
   font-size: 0.95em;
   vertical-align: top;
   padding:12px 3%;
   min-height:30px;
}
table.table tbody td:before {
   font-weight:700;
   padding-top:12px;
   padding-left:1%;
}
table.table tbody td:first-child {
}
table.table thead th:last-child,
table.table tbody td:last-child {
   border-right:1px solid #e5e1e3;
}
table.table tbody tr:nth-child(odd) {
   background-color: #fff;
}
table.table tbody tr:nth-child(even) {
   background-color: #f0ece0;
}
table.table tfoot {
   background-color:#fff;
   border-top:1px solid #e5e1e3;
}
table.table tfoot td {
   color: #111;
   font-size: 0.85em;
   vertical-align: top;
   padding-top:12px;
   padding-bottom:12px;
   min-height:30px;
}



/* Template */
#wrapper {
    color:#fff;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 200;
}
#web_container {
   max-width:100%;
   min-width:100%;
   overflow-x:hidden;
   background: #333;
}
.main_container {
   width:100%;
   margin:auto;
   position:relative;
   background:#fff;
}
.main {
   width:100%;
   height:auto;
   display:block;
   margin:auto;
   position:relative;
}


/* Header */
#header {
   padding:30px;
	padding-bottom:40px;
   text-align:center;
   width: auto;
   height:auto;
   background: #fefefe;
   position: relative;
   z-index:900;
}

#dealer_link {
   padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
   margin:auto;
   background-color:#941b20;
   border-radius:5px;
   border-style:solid;
   }
   a#dealer_link{
   text-decoration:none;
   color:white;
   }


   
.header_left {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0 25px 0;
    position: relative;
    clear: both;
}

.header_right {
    text-align:center;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 0 25px 0;
    position: relative;
    clear: both;
}
#header a.logo {
    display: block;
    position: relative;
    border:1px dotted transparent;
}
#header a.logo:focus{
    border: 1px dotted #CCC;
}
#header .logo img {
   display:block;
   width:75%;
   margin: 0 auto;
   height:auto;
   border:none;
   outline:none;
}

#phonenumber{
	text-align:center;
	margin:auto;
	vertical-align:middle;
	text-decoration:none;
	font-size:1.3em;
	font-family: 'Lato', sans-serif;
	color:rgba(80, 77, 77, 0.77);
	font-weight:500;
}


#phonenumber a{
	color:inherit;
	text-decoration:inherit;
}

#phonenumber img{
	vertical-align:middle;
}

#calltoorder{
	padding-bottom: 30px;
	color: #edc319;
}


.content_container {
   width:90%;
   max-width:1000px;
   margin:0 auto;
   padding:0;
	padding-bottom:60px;
   position:relative;
   clear:both;
}
.section_img_left {
   width:90%;
   margin:0;
   padding:30px 5% 0 5%;
   position:relative;
   float:right;
   clear:both;
}
.section_img_left article {
   width:100%;
}
.section_img_right {
   width:90%;
   margin:0;
   padding:30px 5% 0 5%;
   position:relative;
   float:left;
   clear:both;
   background:#fff;
}
.section_img_left > span,
.section_img_right > span,
.section_img_left img,
.section_img_right img {
   width:90%;
   height:auto;
   display:block;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:25px;
}
.section_img_right article {
   width:100%;
}
.content_container article h2,
.section_img_left article h2,
.section_img_right article h2 {
   font-size:30px;
   color:#064e44;
   padding-bottom:10px;
   margin:0;
   text-align:center;
}
.section_img_left article p,
.section_img_right article p {
   color:#064e44;
   line-height:1.4;
}
.section_img_left article footer,
.section_img_right article footer {
   width: 100%;
   padding-bottom:30px;
   border-bottom: 1px dotted #a6c06d;
}
.section_last {
   padding-bottom:0!important;
   margin-bottom:0!important;
   border-bottom:none!important;
}
.section_img_left article footer a,
.section_img_right article footer a {
   margin:35px 0 0 20px;
   font-size:1.00em;
   min-width:36%;
}
.section_img_left article footer p,
.section_img_right article footer p {
   padding-top:20px;
   margin-bottom:0;
}

.content_padding{
   padding:20px;
}

/* Divided Section Blocks - 1/4 */
.section_one_quarter {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}


/* Divided Section Blocks - 3/4 */
.section_three_quarters {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}


/* Divided Section Blocks - 1/2 */
.section_half {
   width:50%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}

.section_half article{
   padding:0 25px;
}


/* Divided Section Blocks - 1/3 */
.section_third {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}


/* Divided Section Blocks - 2/3 */
.section_two_thirds {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}


/* Divided Section Blocks - 1/5 */
.section_one_fifth {
   width:90%;
   margin:0 auto;
   padding:0 0 25px 0;
   position:relative;
   clear:both;
}
.section_one_quarter img,
.section_three_quarters img,
.section_half img,
.section_third img,
.section_two_thirds img,
.section_one_fifth img {
   max-width:100%;
   height:auto;
}

img.content_image {
   width:100%;
   height:auto;
}


/* Footer */
#footer {
   background:#45453b;
   width:100%;
   padding:30px 0 0 0;
	padding-left:20px;
	padding-right:20px;
   position:relative;
   color:#fff;
}

span#allrightsfooter:after{
	content:"\a";
	white-space:pre;
}
#footer .main {
   padding-bottom:40px;
}
#footer .section_half {
   width:60%;
	margin-top:10px;
   margin-left:0;
   float:left;
   clear:none;
}
#footer .some_half{
	padding-bottom:20px;
}

#footer,
#footer a {
   color:#fff;
   text-decoration:none;
}
#footer h2 {
   color:#fff;
   font-size:22px;
   font-weight:400;
   text-transform:uppercase;
}
#footer h2.social_heading {
   width:70%;
   float:left;
}
#footer h3 {
   color:#fff;
   font-size:18px;
   padding-top:10px;
   font-weight:700;
   text-transform:uppercase;
}
#footer .copyright {
   font-size:0.9em;
   color:#fff;
   font-weight:400;
   text-align:center;
}

.content_border{
	border-top: 10px solid #edc319;
}

.content_header{
	font-weight: 600;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.31);
}

.page_header{
	text-align:left;
	width:100%;
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:5px double hsla(204, 84%, 38%, 0.51);
	margin-bottom:20px;
	color:#0f71b2;
}

.content_list{
	list-style-type:disc;
	color: #77777a;
	margin:30px;
	line-height: 1.8;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 1.1em;
}

#about_page .slogan p{
	padding:5px;
}

#about_page .slogan{
	padding-top:50px;
	padding-bottom:30px;
	text-align:left;
}

#products_list ul{
	list-style-type:none;
	margin:30px;
	text-align:justify;
}

#products_list ul li{
	text-align:justify;
	display:inline-block;
	vertical-align:top;
	margin:auto;
}

#products_list a, #products_list a:hover, #products_list a:visited{
	text-align:center;
	display:inline-block;
	line-height:1.2;
	width:140px;
	height:auto;
	min-height:150px;
	margin:auto;
	margin-top:15px;
	padding:10px;
	border:5px outset rgba(212, 198, 198, 0.41);
	background:rgb(249, 249, 249);
	background-repeat:none;
	text-decoration:none;
	color:#8b2332;
	font-size:1.1em;
	font-weight:500;
	
}

#products_list img{
	    height: 110px;
    	padding-top: 3px;
		max-width:150px;
}

.product_pics{
	text-align:center;
	vertical-align:middle;
}

.product_pics a{
	text-decoration:none;
	font-size:1.1em;
	margin-bottom:0;
	padding-bottom:0;
}

.product_pics div{
	text-decoration:none;
	text-align:center;
	color:white;
	padding:5px;
}


.product_pics li{
	width:130px;
	padding-top:5px;
	text-align:center;
	background:#143a83;
	display:inline-block;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border:.5px solid rgba(99, 97, 97, 0.43);
	margin:20px 5px 20px 5px;
	-webkit-box-shadow: 10px 10px 31px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 31px 1px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 31px 1px rgba(0,0,0,0.5);
}

.product_pics img{
	width:130px;
	padding:0;
	margin:0;
	}
	
.pneumatic_header{
	width:151px !important;
	font-size:1.2em;
	border-radius:10px!important;
	padding-top:5px;
	padding-bottom:5px;
}

#pneumatic_quick_acting_couplers .product_pics li{
	20px 5px 20px 5px;
}


.spec_table{
	list-style-type:disc;
	color: #77777a;
	line-height: 1.8;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 1.1em;
	width:65%;
}

.spec_table tr{
	width:200px;
	padding-left:0;
}

.spec_table td{
	padding:10px;
	padding-left:20px;
}

.spec_table td:first-child{
	font-weight:600;
	color:#8b2332;
	padding-right:0;
	border-bottom:1px solid #ccc;
	border-top:3px solid #444;
}

.table_title{
	font-weight:600;
	color:#8b2332;
}

.spec{
	float:right;
	margin:10px;
	margin-top:5%;
}

#home_banner{
	height:auto;
	min-height:300px;
	background: url("../images/banner/background.jpg");
	border-bottom:10px solid #369ad6;
	position:relative;
	text-align:center;
	padding-left:5%;
	padding-right:5%;
}

#home_banner img{
	display:inline-block;
	width:90px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

#home_banner img:nth-child(10){
	display:none;
}

#contact_page section{
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	float:left;
}

.contact_pics{
	margin-top:-40px!important;
	float:right!important;
	text-align:center;
	width:40%!important;
}

.contact_pics img{
	width:110px;
	display:block;
	margin:auto;
	padding:25px;
}

#detail_page main{
	text-align:center;
}

#detail_page table , #print_page table{
	width:100%;
	color:black;
	text-align:justify;
	padding:50px;
}

#detail_page tr:nth-child(odd), #print_page tr:nth-child(odd){
	background:#dedbdb;
}

#detail_page th , #print_page th{
	padding:20px;
	color:#fff;
	background:#756d6d;
	font-family:'Raleway',sans-serif;
}

#detail_page td , #print_page td{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}

.mytable{
	width:90%;
	display:inline-block;
	margin:auto;
	margin-top:0;
	padding-bottom:30px;
	padding-top:20px;
}

#detail_page h3 , #print_page h3{
	margin-bottom:0;
	border-bottom:none;
	padding-top:0;
}

.detail_left{
	width:80%;
	display:inline-block;
	text-align:center;
	margin:auto;
}

.detail_left div{
	width:80%;
	margin:auto;
	margin-bottom:20px;
	background:#941b20;
	border-radius:5px;
	font-size:1.2em;
	padding-bottom:5px;
	padding-top:7px;
}


#clear_inline_filters_page table {
	width:100%;
	color:black;
	text-align:justify;
	padding:50px;
}

#clear_inline_filters_page tr:nth-child(odd) {
	background:#dedbdb;
}

#clear_inline_filters_page th {
	padding:20px;
	color:#fff;
	background:#756d6d;
	font-family:'Raleway',sans-serif;
}

#clear_inline_filters_page td {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}

#clear_inline_filters_page h3 {
	margin-bottom:0;
	border-bottom:none;
	padding-top:0;
}

.calltoaction{
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	background:#941b20!important;
	border-radius:5px;
}

.calltoaction a{
	text-decoration:none;
	color:#fff;
	margin-top:30px;
	padding-left:5px;
	padding-right:5px;
	font-size:.9em;
}

.detail_left p{
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	-webkit-margin-after:0;
}

#print_page{
	text-align:center;
}

#print_page main{
	width:650px;
	text-align:center;
	margin:auto;
	background:#fff;
}

#print_page .header_left{
	width:90%;
	float:none;
	margin:auto;
	padding-top:10px;
	padding-bottom:0;
}

#print_page li{
	font-size:.6em;
	line-height:1.4;
}

#print_page ul{
	margin:10px;
}

#print_page td , #print_page th{
	padding:5px;
}

#print_page .detail_left{
	width:90%;
	float:none;
	text-align:center;
}

#print_page .detail_left div, #print_page p{
	margin:auto;
	text-align:center;
	background:#fff;
}

#print_page .mytable{
	float:none;
}

#print_page #sitetitle{
	font-size:1.5em;
}


#print_page img{
	display:block;
	margin: auto;
}

#print_page #sitesubtitle{
	text-align:center;
	padding-right:0;
}

input[type=submit] {
    border-radius: 5px;
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #8b2332;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    border: 2px solid #fff;
}

#contact_page form{
	padding-bottom:20px;
}

#contact_page section{
	margin-top:0;
	margin-bottom:40px;
}

#emailpage{
	vertical-align:middle;
	padding-top:10%;
	padding-bottom:28%;
	min-height:100%;
}

#email_page #wrapper{
	border-top:10px solid #edc319;
}

#detail_page td{
	display:block;
	padding-left:10px;
	padding-right:0;
}

#detail_page td::before{
		content:attr(data-th)": ";
		display:inline-block;
		width:10em;
    	color: #756d6d;
		font-weight:bold;
    	font-family: 'Raleway',sans-serif;
}

#detail_page th{
	display:none;
}


#clear_inline_filters_page td{
	display:block;
	padding-left:10px;
	padding-right:0;
}
#clear_inline_filters_page .nonresponsive td{
	display:table-cell;
}

/*
#clear_inline_filters_page td::before{
		/content:attr(data-th)": ";
		display:inline-block;
		width:10em;
    	color: #756d6d;
		font-weight:bold;
    	font-family: 'Raleway',sans-serif;
}

#clear_inline_filters_page th{
	display:none;
}
*/
}
   
 
/* Smallest Mobile Devices Portrait Mode */
@media (max-width: 320px) {
}


/* Smaller Mobile Devices Portrait Mode */
@media (max-width: 400px) {
   .btn_nav_mobile {
       top: -55px;
       right: 5%!important;
   }
	
	#pneumatic_quick_acting_couplers .product_pics li{
	20px 20px 20px 20px;
}
}


/* Tablet (iPad/iPad Mini) Portrait Mode and Larger Mobile Devices (iPhone 6/6+) Landscape Mode */
@media (min-width: 550px) {

	#detail_page td{
		display:table-cell;
		padding-left:20px;
		padding-right:20px;
	}
	
	#detail_page th{
		display:table-cell;
	}
	
	#detail_page td::before{
		display:none;
	}

	#clear_inline_filters_page td{
		display:table-cell;
		padding-left:20px;
		padding-right:20px;
	}
	
	#clear_inline_filters_page th{
		display:table-cell;
	}
	
	#clear_inline_filters_page td::before{
		display:none;
	}
   .spec_table td:first-child{
   	border-bottom:none;
   	border-top:none;
   }

   h1 {
      font-size:30px; 
   }
   ul.styled_list li,
   ol.styled_list li {
      margin-left: 50px;
      margin-right:50px;
   }


   /* Header */
   #header {
      height:160px;
   }
   .header_left {
      width:50%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }
   .header_right {
      width:50%;
      height:100%;
      float:right;
      margin:0;
      padding:0;
      clear:none;
   }
   #header a.logo {
      display:inline-block;
      width:88%;
      max-width:360px;
      padding:1%;
      left:5%;
      top: 50%;
      transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
   }
   #header a.logo img {
      width:100%;
      margin:0;
   }
   



   /* Featured Text with Image */
   .section_img_left img {
      width:80%;
      height:auto;
      margin-left:10%;
   }
   .section_img_right img {
      width:80%;
      height:auto;
      margin-left:10%;
   }
   .section_img_left > span,
   .section_img_right > span {
      width:80%;
      height:auto;
      margin-left:10%;
   }
   .section_img_left > span img,
   .section_img_right > span img {
      width:97%;
      margin:0;
      padding: 5px;
      border: 1px solid #ccc;
   }
   .section_img_left article footer a,
   .section_img_right article footer a {
      min-width:18.5%;
   }


   /* Divided Section Blocks - 1/4 */
   /* For full screen in portrait mode, remove this style */
   .section_one_quarter {
      width:25%;
      float:left;
      margin:0;
      clear:none;
   }


   /* Divided Section Blocks - 3/4 */
   /* For full screen in portrait mode, remove this style */
   .section_three_quarters {
      width:75%;
      float:left;
      margin:0;
      clear:none;
   }


   /* Divided Section Blocks - 1/2 */
   /* For full screen in portrait mode, remove this style */
   .section_half {
      width:50%;
      float:left;
      margin:0;
      clear:none;
   }

   /* Divided Section Blocks - 1/3 */
   /* For full screen in portrait mode, remove this style */
   .section_third {
      width:33.3%;
      float:left;
      margin:0;
      clear:none;
   }


   /* Divided Section Blocks - 2/3 */
   /* For full screen in portrait mode, remove this style */
   .section_two_thirds {
      width:66.7%;
      float:left;
      margin:0;
      clear:none;
   }


   /* Divided Section Blocks - 1/5 */
   /* For full screen in portrait mode, remove this style */
   .section_one_fifth {
      width:20%;
      float:left;
      margin:0;
      clear:none;
   }
   img.content_image {
      width:96%;
      height:auto;
      padding:2%;
      border:1px solid #ccc;
   }


   /* Footer */
   #footer .section_half {
      width:33%;
      padding-left:3.5%;
      margin-bottom:20px;
      margin-left:0;
   }
	
	#home_banner{
	min-height:365px;
}
	
	
}


/* Tablet (iPad/iPad Mini) Landscape Mode */
@media (min-width: 850px) {
   body,html {
   	font-size:1.0em;
      min-width:1000px;
   }
   .mobile-only {
      display:none;
   }
   .main {
      width:1200px;
   }
   .main_container {
      min-width:1000px;
      min-height:62%;
   }
   #web_container {
      min-width:1200px;
   }
   
   p {
     text-align:left;
     }


   /* Header */
   #header {
		width:100%;
      height:auto;
      border-top-width: 20px;
      border-top-style:solid;
      border-top-color: #1072b2;
      overflow:visible;
   }
   
   #headerspacing{
   max-width:1200px;
   margin:auto;
   }
   
   .header_left {
      width:76%;
      float:left;
      margin:auto;
      padding-top:10px;
      padding-bottom:15px;
      overflow:visible;
   }
   .header_right {
      width:24%;
      float:right;
      margin:auto;
		padding-top:20px;
      clear:none;
   }
	
	
   
   .horizontal_divider{
   width:100%;
   style:block;
   border-bottom-style:solid;
   border-bottom-width:10px;
   border-bottom-color:blue;
   }
   
   #dealer_link {
   padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
   margin:auto;
	margin-top:20px;
   background-color:#941b20;
   border-radius:5px;
   border-style:solid;
   }
   a#dealer_link{
	margin-top:10px;
   text-decoration:none;
   color:white;
   }
   #header a.logo {
      left:0;
   }
	
	#calltoorder h4{
		padding-bottom:5px;
	}
   .some_half {
      width:50%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }


   #HomePage .section_container:nth-child(odd) {
   border-bottom-width:10px;
   border-top-width:10px;
      border-top-style:solid;
      border-bottom-style:solid;
      border-bottom-color: #349bd6;
      background-color:#fff;
   }
   
#sitetitle{
	font-family: 'Domine', serif;
	font-size:2.4em;
	line-height:100%;
}

.spec_table{
	list-style-type:disc;
	color: #77777a;
	margin:30px;
	line-height: 1.8;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 1.1em;
	width:80%;
}

.spec_table tr{
	width:200px;
	padding-left:0;
}

.spec_table td{
	padding:10px;
	padding-left:20px;
}




.ppdlogo{
display:inline-block;
margin:0;
}

#sitesubtitle{
text-align:right;
padding-top:10px;
padding-right:9%;
font-family: 'Source Sans Pro', sans-serif;
font-size:.8em;
line-height:100%;
color:#edc319;
}

#frontpagetitle{
margin:0;
padding-top:20px;
padding-bottom:10px;
border-bottom-style:solid;
border-bottom-width:3px;
border-bottom-color:rgba(128, 128, 128, 0.45);
}

#products_list a, #products_list a:hover, #products_list a:visited{
	float:left;
	width:150px;
	height:100px;
	margin:30px;
	padding:10px;
	border:5px outset rgba(212, 198, 198, 0.41);
	background:rgb(249, 249, 249);
	background-repeat:none;
	text-decoration:none;
	color:#8b2332;
	font-size:1.1em;
	font-weight:500;
}
   
   .linedivider{
   	position:absolute;
	left:10px;
	top:10px;
	bottom:10px;
	background-color:black;
	border-style:solid;
	border-color:black;
	border-right:30px;
   }
   
   .content_container {
      width:100%;
      max-width:1000px;
      margin:0 auto;
      padding-top:10px;
		padding-bottom:40px;
      position:relative;
      clear:both;
   }
   .section_img_left {
      float: none;
      max-width: 1000px;
      margin: auto;
      padding: 0;
      background:none;
   }
   .section_img_left img {
      width:45%;
      height:auto;
      margin-left:0;
      margin-right:0;
      margin-bottom:0;
      float:left;
      position:relative;
      top:0px;
   }
   .section_img_left > span {
      width:45%;
      height:auto;
      margin-left:0;
      margin-right:0;
      margin-bottom:0;
      float:left;
      position:relative;
      top:0px;
   }
   .section_img_left article {
      width:50%;
      float:right;
   }

   .section_img_right {
      float: none;
      max-width: 1100px;
      margin: auto;
      padding: 0;
      background:none;
   }
   .section_img_right img {
      width:45%;
      height:auto;
      margin-left:0;
      margin-right:0;
      margin-bottom:0;
      float:right;
      position:relative;
      top:0px;
   }
   .section_img_right > span {
      width:45%;
      height:auto;
      margin-left:0;
      margin-right:0;
      margin-bottom:0;
      float:right;
      position:relative;
      top:0px;
   }
   .section_img_left > span img,
   .section_img_right > span img {
      width:97%;
      margin:0;
      padding: 5px;
      border: 1px solid #ccc;
   }

   .section_img_right article {
      width:50%;
      float:left;
   }
   .content_container article h2,
   .section_img_left article h2,
   .section_img_right article h2 {
      font-size:24px;
      padding-bottom:10px;
      margin:0;
      text-align:left;
      line-height: 1.3;
      color: #064e44;
   }
   .section_img_left article footer,
   .section_img_right article footer {
      width: 100%;
      margin-left:0;
      border-bottom: none;
      padding-bottom:0px;
      border-top: 1px solid #064e44;
      margin-top:25px;
   }
   .section_img_left article footer a,
   .section_img_right article footer a {
      padding:10px 10px;
      margin:25px 20px 0 0;
      font-weight:700;
      display:inline-block;
      font-size: 0.9em;
   }
   .section_img_left article footer a:last-child,
   .section_img_right article footer a:last-child {
      margin-right:0;
   }
	
	.product_pics{
	text-align:justify;
	vertical-align:middle;
}

.product_pics a{
	text-decoration:none;
	font-size:1.1em;
	margin-bottom:0;
	padding-bottom:0;
}

.product_pics div{
	text-decoration:none;
	text-align:center;
	color:white;
	padding:5px;
}


.product_pics li{
	width:151px;
	padding-top:5px;
	text-align:center;
	background:#143a83;
	display:inline-block;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border:.5px solid rgba(99, 97, 97, 0.43);
	margin:20px 45px 20px 45px;
	-webkit-box-shadow: 10px 10px 31px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 31px 1px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 31px 1px rgba(0,0,0,0.5);
}

.product_pics img{
	width:151px;
	padding:0;
	margin:0;
	}
	
.pneumatic_header{
	width:151px !important;
	font-size:1.2em;
	border-radius:10px!important;
	padding-top:5px;
	padding-bottom:5px;
}

#pneumatic_quick_acting_couplers .product_pics li{
	margin-left:50px;
	margin-right:50px;
}

#about_page .slogan p{
	padding:10px;
	display:inline;
	padding-top:30px;
	padding-bottom:30px;
}

#about_page .slogan{
	padding-top:50px;
	padding-bottom:30px;
	text-align:center;
}

#home_banner{
	position:relative;
	height:auto;
	min-height:380px;
	background: url("../images/banner/background.jpg");
	padding-bottom:30px;
}

#home_banner img{
	float:none;
	position:static;
	width:110px;
	margin-left:30px;
	margin-right:30px;
	margin-top:30px;
}

#home_banner img:nth-child(10){
	display:inline-block;
}


#homepagepicbanner{
position:static;
left:25%;
right:0;
height:auto;
text-align:left;
margin-top:15px;
margin-right:-500px;
padding-top:15px;
padding-bottom:15px;
padding-left:30px;
font-size:2em;box-shadow: 10px 5px 20px #6f6d67;
}

#detail_page table {
	width:100%;
	color:black;
	text-align:justify;
	padding:50px;
}

#detail_page tr:nth-child(odd){
	background:#dedbdb;
}

#detail_page th{
	padding:20px;
	color:#fff;
	background:#756d6d;
	font-family:'Raleway',sans-serif;
}

#detail_page td{
	padding-top:10px;
	padding-bottom:10px;
}

#detail_page td {
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}

#clear_inline_filters_page table {
	width:100%;
	color:black;
	text-align:justify;
	padding:50px;
}

#clear_inline_filters_page tr:nth-child(odd){
	background:#dedbdb;
}

#clear_inline_filters_page th{
	padding:20px;
	color:#fff;
	background:#756d6d;
	font-family:'Raleway',sans-serif;
}

#clear_inline_filters_page td{
	padding-top:10px;
	padding-bottom:10px;
}

#clear_inline_filters_page td {
	padding-left:20px;
	padding-right:20px;
	text-align:left;
}





.mytable{
	width:70%;
	float:right;
	display:inline-block;
	margin-top:0;
}

#detail_page h3{
	margin-bottom:0;
	border-bottom:none;
	padding-top:0;
}
#clear_inline_filters_page h3{
	margin-bottom:0;
	border-bottom:none;
	padding-top:0;
}

.detail_left{
	width:26%;
	display:inline-block;
	text-align:left;
}

.detail_left div{
	background:#941b20;
	padding-top:5px;
	border-radius:5px;
	font-size:1.2em;
	text-align:center;
	margin-left:0;
}

.calltoaction{
	margin-top:15px;
	margin-bottom:15px;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	background:#941b20;
	border-radius:5px;
}

.calltoaction a{
	text-decoration:none;
	color:#fff;
	margin-top:30px;
	padding-left:5px;
	padding-right:5px;
	font-size:.9em;
}

.detail_left p{
	padding-bottom:15px;
}


   /* Divided Section Blocks - 1/4 */
   /* For 1/4 in portrait mode cut and paste in section above */
   .section_one_quarter {
      width:25%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }


   /* Divided Section Blocks - 3/4 */
   /* For 3/4 in portrait mode cut and paste in section above */
   .section_three_quarters {
      width:75%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }


   /* Divided Section Blocks - 1/2 */
   /* For 1/2 in portrait mode cut and paste in section above */
   .section_half {
      width:50%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }


   /* Divided Section Blocks - 1/3 */
   /* For 1/3 in portrait mode cut and paste in section above */
   .section_third {
      width:33.3%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }


   /* Divided Section Blocks - 2/3 */
   /* For 2/3 in portrait mode cut and paste in section above */
   .section_two_thirds {
      width:66.7%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }


   /* Divided Section Blocks - 1/5 */
   /* For 1/5 in portrait mode cut and paste in section above */
   .section_one_fifth {
      width:20%;
      float:left;
      margin:0;
      padding:0;
      clear:none;
   }


   /* Footer */
   span#allrightsfooter:after{
	content:"";
	white-space:pre;
}	

#footer {
   background:#45453b;
   width:100%;
   padding:30px 0 0 0;
   position:relative;
   color:#fff;
}
#footer .main {

   padding-bottom:40px;
}
#footer .section_half {
	text-align:center;
   margin-left:7%;
	margin-top:0;
   float:left;
   clear:none;
}
#footer,
#footer a {
   color:#fff;
   text-decoration:none;
}
#footer h2 {
   color:#fff;
   font-size:22px;
   font-weight:400;
   text-transform:uppercase;
}
#footer h2.social_heading {
   width:70%;
   float:left;
}
#footer h3 {
   color:#fff;
   font-size:18px;
   padding-top:10px;
   font-weight:700;
   text-transform:uppercase;
}
#footer .copyright {
   font-size:0.9em;
   color:#fff;
   font-weight:400;
   text-align:center;
}

#footer .some_half:nth-child(2){
	text-align:center;
}

}

/* Smaller Laptops */
@media (min-width: 1024px) {
}


/* Standard Laptop and Desktop */
@media (min-width: 1280px) {
}


/* Larger Laptop and Desktop */
@media (min-width: 1600px) {


}


/* Larger Laptop and Desktop */
@media (min-width: 1720px) {
   .content_container {
       width: 1200px;
   }
   .main {
      width: 1200px;
   }
}

/* Largest Desktop */
@media (min-width: 1920px) {

}