/*  
Theme Name: Gather
Theme URI: http://themetrust.com/themes/gather
Description: A Responsive E-commerce Theme
Version: 1.0.4
Author: Theme Trust
Author URI: http://themetrust.com
Tags: e-commerce, portfolio, responsive, blog, clean, minimal, white, two-columns, custom-background, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

img { display: block; }

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

.homeSection img,
.post p img,
.page p img,
.project p img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;	
	height: auto;
}

.wp-caption {
	max-width: auto !important;	
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
	font-size:.8em;
}

/* Isotope ----------- */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: Arial, sans-serif;	
	width:auto; height:auto;	
	padding: 0px 0 0px 0;
	margin: 0;
	color: rgb(85,85,85);	
    background: rgba(0, 0, 0, .88);   
	} 
	


p {
	line-height: 1.8em;
	font-size: .9em;
	margin: 0 0 20px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;		
}

#content li, #sidebar li, #footer li {
	font-size: .8em;
}

img {
	margin: 0;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{	
	color: #77a7b9;	
}

a:hover {
	color: #8dc7dc;	
}

a img {
	border:none;
}
p a{color:rgb(85,85,85);  font-size:1em; border-bottom:1px dotted rgb(85,85,85);}
p a:hover{color:rgb(85,85,85); font-size:1em;border-bottom:1px dotted rgb(85,85,85);}

h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;
	font-weight: normal;
	color: #555555;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

blockquote {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	font-family: Arial;	
}

blockquote {
	background: transparent url(../../../../www/htdocs/webroot/wp-content/themes/gather/images/quote.png) no-repeat;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

input[type="email"], input[type="text"], input[type="password"], textarea {
	background-color: #fafafa;	
	padding: 2px;
	width:99%;
	
	color: #6a6a6a;	
	border: 1px solid #ddd;
	background:	#fafafa url(../../../../www/htdocs/webroot/wp-content/themes/gather/images/field_bkg.png) repeat-x;	
}

input[type="email"]:focus, input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 99%; font-size: 11px; }

.wp-caption {max-width: 100%;}
.upload {width:90%;}
input wpcf7-form-control  wpcf7-file wpcf7-validates-as-required{width: 99%!important;}

/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a.action {	
	font-style: italic;		
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

@font-face{ font-family: 'santafeletplain'; src: url('http://pedros.com/webfontkit-santa-fe/santafeletplain-webfont.eot'); src: url('http://pedros.com/webfontkit-santa-fe/santafeletplain-webfont.eot?#iefix') format('embedded-opentype'), url('http://pedros.com/webfontkit-santa-fe/santafeletplain-webfont.woff') format('woff'), url('http://pedros.com/webfontkit-santa-fe/santafeletplain-webfont.ttf') format('truetype'), url('http://pedros.com/webfontkit-santa-fe/santafeletplain-webfont.svg#webfont') format('svg'); }

http://pedros.com/wordpress/webfontkit-santa-fe/santafeletplain-webfont.css

#container {	
	width: 100%;
	margin: 0 auto;	
	background: none;
	
        
}

#main {
	margin: 0 auto;
	width: 100%;
	background: #fff;	max-width:1000px; padding-top:40px; padding-bottom:1px;
}

#middle {
	margin: 0px auto 0px;
	
	padding-top: 0;
	background: #fff;
} 



#main.full {
	background: #000;
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0 0 0;
	position: relative;	
}



#sidebar {
	width: 25%;
	float: right;
	margin: 0;
	padding: 25px 2% 20px 1%;	
	
}

#footer {
	width: 100%;
	margin: 0 auto -100px;	
	max-width:1000px;
	padding-top:12px;
}

.oneFourth {
	width: 20%;  margin-right:5%;}
.threeFourth {
	width: 74%;}
.oneFourth, .threeFourth	{float: left; position:relative; display:block; margin-bottom:30px;}

.oneThird {}
h3{font-size:1.1em;}
	
	p {
	line-height: 1.7em;
	font-size: .8em;
	margin: 0 0 20px 0;	
}
.specialPromo h3 {line-height:29px;}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/
#lbx_fade2 {background-repeat:no-repeat;}


ul#pedrosLand {padding-top:60px;}

ul#pedrosLand li a {border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
display: block; color:#000;
	width: 200px;
margin-top:20px;
	text-align: center; padding:20px; letter-spacing:.5px;
	border:2px solid #fff000; font-size:1em; font-family:font-family: "myriad-pro-n6","myriad-pro",sans-serif;
font-style: normal;
font-weight: 600;
background:#fff111;
 /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff111), to(#ffc411));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fff111, #ffc411);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fff111, #ffc411);

  /* IE 10 */
  background: -ms-linear-gradient(top, #fff111, #ffc411);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fff111, #ffc411);
}
.landingLogo {padding-top:10%; width:250px;} 
ul#pedrosLand li {
	display: inline; /* Prevents "stepdown" */
margin-top:50px;
}
.pedros3 {clear:both; text-align:left; color:#fff; line-height:1.7em; margin-top:10%; margin-left:.5%; font-size:.8em; font-family:"myriad-pro-n3","myriad-pro",sans-serif;
font-style: normal;
font-weight: 300; letter-spacing:1px;}


x:-o-prefocus, #Since1989_landing {font-size:1.63em;}
#header{	
	width:1000px;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto;
	z-index:500;		
}

#header .inside{	
	margin: 0 auto;	
	position: relative;
	padding: 0;
       
}

#header .inside .top {display:none;
	background: rgba(0,0,0,.9);
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);	
}

#header .inside .top p{
	margin: 0;
	color: #c1dce6;
}

#header .inside .bottom {
	padding: 35px 0 0px 0;
	position: relative; 
}

#logo {		
	display: inline-block;	
	margin: 0px 0px 0px -1px;	
	padding: 0;
        float: left;
		-webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;	
	}

#logo img {
width:200px;
          
}

#logo h1 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;	
	font-size: 1.5em;
	font-weight: bold;		
	color: #fff;		
}

#header h1 {
	font-size: 1.5em;	
	color: #fff;	
	margin: 0;			
}

#header h1 a, #header h1 a:hover{	
	color: #fff !important;	
}


/* Top level navigation */

#header .top .right .sf-menu {
	padding-top: 5px;
}

#mainNav{	
	position:relative; height:20px; margin-top:-10px;	
	font-family: bebas-neue, sans-serif;	
	z-index: 300px;
	font-size:1.2em
       
}
#nav{display:none;}
#jump {display: none;}

#StoreCart {
        float:left;
     margin: 24px 0px 0 0px;	
	display: block;		
	padding: 1px 0px;
        background: #000000;
        background: rgba(0, 0, 0, 1);
       width: 23.2%; 
position: relative;
border-top:1px solid #333;
        }

#Store {margin: auto;
       font-size: .85em;
       letter-spacing: .1em;
       color:#f5e60e;
       line-height: 22px; text-align:center;
	   -webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
			padding-top:3px;
			
       }
#Store a {color:#fff;
       
       }
	   #Store a:hover {color:#fff000;}
#StoreiPad a {
       display:none;}
#Since1989 {position:absolute;
            top: 95px;
            left: auto;
			font-family:"myriad-pro-i7","myriad-pro",sans-serif;
font-style: italic;
font-weight: 700;
			color:#000;
			font-size: 14px;
margin-left: 5px;
letter-spacing: 0.05em;

}
x:-o-prefocus, #Since1989 {font-size:1.4em;}

#Cart {position: absolute;
       top:0;
       right:0;
       width: 60%; padding-top:4px; padding-left:5px;
       text-align:center; z-index:1020;
      }
#Cart img {margin-top: -3px; margin-right: -1px; margin-left:auto; margin-bottom:auto; width:35px; }
#Cart a {
font-size: .75em;
       letter-spacing: .1em;
       color:#fff000;
       line-height: 25px;
       margin-right: 2px;
       float:right;
      }
#CartiPad {display: none;}
#banner a {margin-right:5%;}
#banner img {width:100%;}
.US-customers {font-family: bebas-neue, sans-serif; color:#ccc; font-size:.85em; letter-spacing:.5px; margin-top:1%;}

.sf-menu li, #mainNav li{
	margin: 24px 0px 0 0px;	
	display: block;		
	padding: 1px 0px;
        background: #000000;
        background: rgba(0, 0, 0, 1);
        border-right:2px solid #777777;
        border-right:2px solid rgba(255, 255, 255, 0.5);
		border-top:1px solid #333;
        width: 14%;
		-webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
}

.sf-menu a, #mainNav ul a{
	line-height: 22px;	
	color: #ffffff;
	font-size: .85em;
	font-weight: normal;
        letter-spacing: .1em;
        text-align:center;	
		padding-top:3px;	
}

.sf-menu a {	
	font-weight: normal;
	line-height: 15px;		
}

.sf-menu {	
	margin: 0 !important;
	padding: 5px 0 0 0;	
}

.sf-menu li {	
	margin: 0 0 0 15px;
	padding: 0;	
}

.sf-menu ul a, #mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: none;	
}

#menu-icon {display:none;}
#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
.single-post #mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
	text-decoration: none;
	color: #fff;		
}

#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover,
.menu-top-menu-container ul li.sfHover a,
.menu-top-menu-container ul li a:hover,
.menu-top-menu-container ul li:hover {
	text-decoration: none;
	color: #fff;	
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 20px 0px 0 0px !important;
	margin-top: -10px;
	background: #83b8cc;
}
	

#mainNav ul ul ul {	
	padding-top: 20px !important;
	margin-left: -1.25em;
	margin-top: -5px;	
}

#mainNav ul ul li {	
	float: none;
	background: none;	
	margin: 0 5px 10px 15px !important;		
}

#mainNav ul ul li a {
	padding: 0px 0 10px 0;
	font-weight: normal;
	border: none !important;
}

#mainNav ul li.sfHover ul a { color: #7b7b7b!important; }

#mainNav ul li.sfHover ul a:hover { color: #fff!important; }

/** arrow **/

#mainNav .sf-menu a.sf-with-ul {
	position: relative;
	min-width:		1px;
}

.sf-sub-indicator {
	position: absolute;
	bottom: 0px;	
	display: block;
	width: 100%;
	text-indent: -999em;
	overflow: hidden;
	z-index: 200;
	height: 40px;
}

.sfHover .sf-sub-indicator {
	
	bottom: -10px;	
}

#mainNav .sf-menu li ul .sf-sub-indicator {
	display: none;
}

#mainNav .sf-menu li ul .sfHover .sf-sub-indicator {	
	position: absolute;
	top: 0;
	right: -1px;
	left: none;
	display: block;	
}

.sfHover a.sf-with-ul .sf-sub-indicator {
	height: 30px;
}

.children .sf-sub-indicator {
	display: none;
}




/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 0 0 0%;
	padding: 0 0 0 0 !important;
	width: 70%;
	float: left;							
}

.videoContainer {margin-top: -20px;}

#content.full {
	margin: 10px 0 0 0;
	padding: 0 0 0 0 !important;
	width: 97%;						
}

#content2 {
	margin: 40px 3% 0 3%;
	padding: 0 0 0 0 !important;
	width: 94%;						
}

.home #content.full, .page-template-default #content.full {	
	width: 100%;						
}

.page-template-page-full-width-php #content.full {
	margin-left: 3%;
}
.page-template-product-page-full-width-php #content.full {
	margin-left: 3%;
}

#content.fullProjects{	
	width: 96%;				
}

#content.fullProjects p {
	margin: 0 0 20px 3%;
}

#content.threeFourth .page {	
	width: 94%;	margin: 2% 3% 2% 3%	;
}

#content .post {
	margin: 3% 4% 10px;
	position: relative;
	padding-bottom: 10px;
	min-height: 250px;
	width: 97%;		
}

#content .post h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-family:bebas-neue, san-serif;
	border-bottom:3px solid #666;
}

.search #content .post {
	min-height: 50px;		
}

.page #content .post {
	margin: 0 0 0px 0px;
	border: none;
}

.post .meta, .attachment .meta {
	margin: -5px 0 25px 0;		
	padding: 0 0 0px 0;	
	font-size: .75em;
	line-height: 1.5em;	
	font-style: italic;	
}

#content .post.lastPost {
	background: none;
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{	
	color: #555555;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{	
	color: #a7a7a3 ;		
}

#content .postThumb{
	margin: 0 0 20px 0 !important;
}

#pageHead {display: none;		
	margin: 0 0 30px;
	padding:  25px 0 20px 0;
	background: #f7f7f7;
	border-bottom: 1px solid #ededed;	
}

#pageHead h1 {	
	font-size: 1.4em;
	line-height: .7em;
	padding: 0;
	margin-bottom: 0;	
	display: block;
	color: #555555;
	margin: 0 3%;		
}
#breadcrumbs {font-size:.7em!important;  margin-left:3%!important; margin-top:1.5%!important;margin-bottom:6px;}
#breadcrumbs2 {font-size:.7em!important; float:left!important;}
#breadcrumbs a{color:#666;}
#breadcrumbs a:hover {color:#666;}
#breadcrumbs2 a{color:#666;}
#breadcrumbs2 a:hover {color:#666;}
#pageHead p {	
	margin: 0 0 0 3%!important;
	padding: 10px 0 0 0!important;	
	color: #b2b2b2;			
	line-height: 1em;
}
#storeLocator img {float:left;}
#storeLocator a {border-bottom: 1px dotted;}
/*Home ------------------*/

.page-template-template-home-php .slideshow {
	margin-bottom: 0px !important;	
}

.homeSection {	
	margin: 0 3% 20px;			
}

.homeSection h2 {
	font-size: .8em;	
	margin: 0 0 30px 0;
	clear: both;	
	color: #555555;
	font-weight: bold;	
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	background: transparent url(../../../../www/htdocs/webroot/wp-content/themes/gather/images/subheading_bkg.gif) 0 5px repeat-x;
}

.homeSection h2 span {
	background: #fff;
	padding: 0 10px;
}

#products.homeSection {
	margin: 0 0 20px 0;
	width: 100% !important;
}

#products.homeSection h2{
	margin: 0 0 30px 3%;
	width: 94%;
}

.products ul, ul.products  {	
		margin-left: 0 !important;	
		display: block;	
		padding-top: 20px !important;
		margin-top: -20px !important;
}

ul.products li.product {		
		float:left;
		margin: 0 15px 20px 0 !important;
		padding: 0;
		position: relative;
		width: 31% !important;
		opacity: 0;
}

#content .homeSection ul.products li.product {		
		width: 22.2% !important;
		margin: 0 0 0 20px !important;
		float: left;
}

.homeSection ul.products {	
		margin: -20px 0 0 1% !important;
}

#homeMessage {
	color: #696969;	
	padding: 25px 5% 25px;
	text-align: center;
	margin: 0 0 30px 0;	
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f7f7f7;
	border-bottom: 1px solid #ededed;
	border-top: 7px solid #e6e6e6;	
}

#homeMessage p{	
	font-size: 1.7em;
	line-height: 1.3em;
	margin-bottom: 0;	
}

#homeMessage.empty {
	background: none;
	border: none;
	height: 0;
	padding: 0;	
}

#page.homeSection {
	margin-bottom: 0;
}

.entry-content img {max-width: 100%; height: auto;}

/*Product Boxes------------------*/
#ProductBlurb {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-right:3%; padding: 20px 180px 20px 20px; margin-bottom:2%;margin-top:1%;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/race.png'); background-position:right; background-repeat:no-repeat;}

#ProductBlurbNew {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-right:3%;margin-bottom:3%; padding: 20px 180px 20px 20px; margin-top:5%;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/newProduct.png'); background-position:right; background-repeat:no-repeat;} 
   
   #ProductBlurbRide {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-right:3%;margin-bottom:3%; padding: 20px 180px 20px 20px; margin-top:5%;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/ForRide.png'); background-position:top right; background-repeat:no-repeat;} 
   
   #ProductBlurbMobileRepair {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000; margin-top:5%;
   margin-right:3%;margin-bottom:3%; padding: 20px 180px 20px 20px;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/mobile.png'); background-position:top right; background-repeat:no-repeat;} 
   
     #ProductBlurbMobileRepair2 {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-right:3%;margin-bottom:3%; padding: 10px 10px 10px 25px; margin-top:5%;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/mobile.png'); background-position:top right; background-repeat:no-repeat;}
   
   #ProductBlurbClean {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-right:3%;margin-bottom:3%; padding: 20px 180px 20px 20px; margin-top:5%;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/lust.png'); background-position:right; background-repeat:no-repeat;}
   
   #ProductBlurbClean2 {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-right:3%;margin-bottom:3%; padding: 10px 10px 10px 25px; margin-top:5%;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/lust.png'); background-position:right; background-repeat:no-repeat;}
   
   #ProductBlurbTools {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-right:3%;margin-bottom:3%; padding: 20px 180px 20px 20px; margin-top:5%;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/tools.png'); background-position:right; background-repeat:no-repeat;}
   
    #ProductBlurbTools2 {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-right:3%;margin-bottom:3%; padding: 10px 10px 10px 25px; margin-top:5%;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/tools.png'); background-position:right; background-repeat:no-repeat;}
   
   #ProductBlurbSwag {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-right:3%;margin-bottom:3%; padding: 20px 180px 20px 20px; margin-top:5%;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/socks.png'); background-position:right; background-repeat:no-repeat;}
   
   #ProductBlurbSwag2 {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-right:3%;margin-bottom:3%; padding: 10px 10px 10px 25px; margin-top:5%;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/socks.png'); background-position:right; background-repeat:no-repeat;}
   
   #ProductBlurbTech {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-right:3%;margin-bottom:3%; padding: 20px 180px 20px 20px; margin-top:1%;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/tech.jpg'); background-position:right; background-repeat:no-repeat;}

  #ProductBlurbHoliday {-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   o-box-shadow:inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
   margin-right:3%;margin-bottom:3%; padding: 20px 180px 20px 20px; margin-top:1%;
   background-color:#444; background-image:url('http://pedros.com/wp-content/uploads/snow.png'); background-position:right; background-repeat:no-repeat;}
   
h1.Blurb{color:#fff000; font-size:2.2em; line-height: 1em; font-family:'santafeletplain', serif; letter-spacing:.025em; margin-bottom:-2px;}
.BlurbContent{color:#fff; font-size:.8em; line-height:1.3em;}

h1.retro {font-size:2.4em; line-height: 1.1em; font-family:'santafeletplain', serif; }

#ProductIntro img {width: 100%;}
.ProductBoxes {}
.ProductBox {float: left; position: relative; margin: 0 auto; width:31%;  margin-right: 2.11%; margin-bottom: 2%; display:inline; line-height:1; }
.ProductBox img{width: 100%; max-width: 580px;}   
     
.ProductBoxColor {background: #000; color: #ffffff; font-size: 1.2em; letter-spacing: 1px; padding: 10px 1px !important; text-align: center;
}

x:-o-prefocus,.ProductBoxColor {font-size: 1.1em; }
.ProductBoxColorY {background: #000; color: #fff000; font-size: 1.2em; letter-spacing: 1px; padding: 10px 1px !important; text-align: center; font-weight: bold; 
}
x:-o-prefocus,.ProductBoxColorY {font-size: 1.1em; }
.ProductBoxColor2 {background: #FFF; padding: 10px 0px 1px 0px; text-align: center; height:72px; 
}
.ProductBoxColor h4 {color:#ffffff;  font-family:bebas-neue, sans-serif;margin-top:0px; margin-bottom:0px;}
.ProductBoxColorY h4 {color:#fff000;font-family:bebas-neue, sans-serif;margin-top:0px; margin-bottom:0px;}
.ProductBoxColor2 h4, .ProductBoxColor2 h5 {color:#000; }
.ProductBoxColor2 h5 {line-height:1.2em; font-style:italic;}
.UsageIcons {float: right; position:relative; width:20%; margin-top:-50px; max-width: 86px;}
.UsageIcons2 {float: right; position:relative; margin-bottom:-30px; width:15%;}
.UsageIcons2 img {width:80%;}
.usageIconsGroup {float:left; position: relative; margin-right:2%; margin-bottom:3%;}

.BuyLocal img{float:right; }
#OrderSupportBox {background-color:#666; border: 1px dotted #333; text-align:center;padding:12px 0px; line-height:1.5em;color:#fff; font-size:.9em;}
.individualProduct{clear:both;}
.individualProduct ul {list-style-type: square!important; line-height: 1.7em;
	font-size: .7em;}
	.individualProduct p {font-size: .85em;}
.individualProduct h2 {line-height:1.2em; font-size:1.4em; 
-webkit-box-shadow: 0 5px 6px -6px #000;
	   -moz-box-shadow: 0 5px 6px -6px #000;
	   -o-box-shadow: 0 5px 6px -6px #000;
	        box-shadow: 0 5px 6px -6px #000;
 background-color:#333; display:block; color:#fff; margin-left:-10px; padding: 3px 10px;
 -webkit-border-radius: 5px 5px 0px 0;
-moz-border-radius: 5px 5px 0px 0;
-o-border-radius: 5px 5px 0px 0;
border-radius: 5px 5px 0px 0;}
.individualProduct h4 {line-height:1.7em; font-size:.9em;}
.individualProductMobile {display: none; }
.productATC {float:left; position:relative; font-size:12px; font-weight:bold; margin-right:5%; margin-bottom:2%;}
.Tron {clear:both;}
.additionalResources a{color:rgb(85,85,85);}
.additionalResources a:hover{color:rgb(85,85,85);}

.Video2Col {width:48%; float:left; position:relative; margin-right:2%;}
.Guides{margin-top: 16px; float:left; width:40%; text-align:center; font-size:.9em;}
.Guides img{margin-bottom:12px; margin-left:auto; margin-right:auto;}
.Guides a{font-size:.9em; color:#666; }
.Guides a:hover{color:#666; }
#storeLocator {margin-top:3%; margin-left: 3%;margin-right:6%;}
#storeLocator h4{line-height:1.4em;}

/*Related Posts*/
.related-posts h3 {margin-top: 20px; font-style:italic;}
.related-posts ul {
    margin: 1em 0 2em 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.related-posts img {
    margin: 0 0 6px 0;
    border :none;
}
.related-posts li {
    margin-right: 5px;
    padding-bottom:5px;
    float:left;
    position: relative;
    width: 25%;

}
.related-posts a {color: #666;}
.related-posts a:hover {color:#666;}

.ProductReview {clear: both; background-color:#CCC; padding: 6px 8px; color:#000; margin: 15px 0px 20px -10px; letter-spacing: 1px; font-size:.8em;
 -webkit-border-radius: 5px 5px 0px 0;
-moz-border-radius: 5px 5px 0px 0;
-o-border-radius: 5px 5px 0px 0;
border-radius: 5px 5px 0px 0;

}
.ProductReviewBox {float: left; position: relative; margin: 0 auto; width:25%;  margin-right: 4%; }
.ProductReview a{color:#000;}
.ProductReview a:hover{color:#000;}

.ManualBox {float: left; position: relative; margin: 0 auto;  margin-right: 4%; }
.ProductReviewBox img {width:100%; margin-bottom: 25px;}

.supportSections {}
.supportSectionsMobile {display:none;}


.ScienceBehind a {color: #666; font-style:italic; font-size:.9em;}
.ScienceBehind a:hover { color: #666;}

.Vimeo {font-size:14px; color:#666; margin-top:15px;}
.Vimeo a {color:#666;}
.Vimeo a:hover {color:#666;}


.LocalWindow {font-family:bebas-neue, sans-serif; color:#fff000; font-size:1.3em; letter-spacing:.5px;text-align:center;margin-top:1%;}


 .mapDesktop{}
 .mapMobile{display:none;}

/*Column Shortcodes------------------*/
.one_fourth {width: 30%;}
.three_fourths_last{width: 66%;}
.one_half{ width:48%; }
.one_third{ width:35%; }
.two_third{ width:53.33%; }
.one_half,.one_third,.two_third{ clear:both; position:relative; margin-right:8%; float:left; }
.one_fourth, .three_fourths_last{ position:relative; margin-right:3%; float:left; }
.last{ margin:0 0 20px 0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

#ProductPg .one_third {margin-right: 6%!important;}

/*Buttons------------------*/

a.button, #footer a.button, .widget_price_filter .button, .cart .button, #searchsubmit, input[type="submit"], button  {	
	font-size: 1.3em !important;
	background: #fff000;	
	display: inline-block;	
	color: #000000 ;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 2px 8px;
	
	margin: 0 0px 0 0;	
	line-height: normal !important;
	font-family: bebas-neue, Arial, sans-serif; !important;
}

a.button, #footer a.button {background-color: #fff000;
	color: #000000;
	}

#searchsubmit {
	padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover, button:hover {
	background-color: #fff000;
	color: #000000;
}

/*Projects------------------*/

.page-template-page-portfolio-php .fullProjects {
	width: 97% !important;
}

#projects {
	margin: 0 0 0 3%;
	width: 100%;
	padding: 1px 0 0;	
	display: block;
	position: relative;	
}

#projects .thumbs {
	margin: 0 auto 10px;	
}

#content #projects li{
	padding: 0;
	background: none;		
}

#content .project.small{	
	width: 22.65%;
	height: auto;
	display: block;	
	margin: 0 2.1% 20px 0 !important;	
	padding-bottom: 0;
	cursor: pointer;
	float: left;	
	position: relative;		
}

#content .project.small img {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

#content .project.small img:hover{
	opacity: .5;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

#content .project.small img{
	width: 100%;
	height: auto;
}

#content .project.small a{
	position: relative;
	display: block;	
}

#content .project.small .title {
	font-size: .75em;	
	text-align: center;	
	font-weight: bold;
	margin: 0 !important;
	text-align: center;
	display: block;	
	color: #555; 
	padding-top: 10px;
}

.single-project #content {
	margin-left: 3%;
}

.projectNav {
	margin: -16px 0 0 0;	
	padding-top: 0;	
	float: right;		
}

.projectNav a{
	display: inline-block !important;
	font-size: .75em;
	color: #7d7d7b;	
}

.projectNav a:hover{	
	color: #484848;	
}

.projectNav div {
	float: left;
	margin-right: 20px;		
}

#content .skillList{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}

.skillList li{	
	background: none;
	margin: 0 5px 5px 0 !important;	
	display: inline-block;	
}

.skillList li span a{	
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;		
	padding: 5px 6px 5px !important;	
	line-height: 1em;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;			
}

.skillList li span a:hover{	
	background: #6a6a6a;
	color: #fff !important;		
}

/*Project Filter Navigation------------------*/

#content #filterNav{
	padding: 0!important;
	margin: 0 0 20px 0 !important;	
}

#content #filterNav li{
	padding: 0px 0 0 0;
	background: none;
	margin: 0 5px 5px 0;	
	display: block;
	float: left;	
}

#filterNav li a{		
	background: #f0f0f0;	
	display: inline-block;	
	color: #7d7d7b!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;	
	padding: 5px 6px 5px !important;	
	border: none;	
	line-height: 1em;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;				
}

#filterNav li a:hover {
	background: #6a6a6a;
	color: #fff !important;
}

#filterNav .selected {
	background: #ef4135;
	color: #fff !important;
}

#filterNav .selected:hover {
	background: #ef4135;
	color: #fff !important;	
}

/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;		
}

.gallery-item {
	margin-top: 0px!important;	
	margin-bottom: 25px!important;	
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/
#content ul{	
	margin:  0px;
	list-style-type: none;
	font-size: .9em;	
}

#content ul li, #content ol li{	
	margin: 0 0px 10px 0;		
	line-height: 1.em;	
	font-size: .95em;	
}



#content ol{
	margin: -15px 0 0px 10px;	
	font-size:.95em;
	line-height:1.7em;
}

#content ol a{color: #C60;;
}

#content ol a:hover{color: #C60;
}
#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	padding-top: 10px;		
}

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li{		
	font-size: .95em !important;	
}

.Submenu {margin-right:3%; margin-top:1%; margin-bottom:2%; font-family:bebas-neue, sans-serif; font-size:1.3em;}
.Submenu ul {list-style-type: none;}
.Submenu li {float: left; border-bottom: 1px solid #777777; padding-bottom: 4px;}
.Submenu a {color:#000; font-size:.9em; margin:0 2.56em;}
x:-o-prefocus,.Submenu a {margin: 0 2.56em;}

.Submenu a:hover {color:#444444;}

.SideMenu li{padding:16px 8px; display:block;background-color:#888; margin-bottom: 2px; -moz-box-shadow:    inset 0 0 10px #666;
   -webkit-box-shadow: inset 0 0 10px #666;
   o-box-shadow:inset 0 0 10px #666;
   box-shadow:         inset 0 0 10px #666;}
.SideMenu a{color:#fff; font-size:.7em; letter-spacing:1px; display:block;}
.SideMenu a:hover{color:#fff000;}
.SideMenu a:active:hover{color:#fff000;}

#mediaBank {margin-top:5%; padding:7%; border:1px solid #555; text-align:center;}
#mediaBankMobile {display:none;}
.MediaButton {background-color:#fff000; padding:6px 8px; text-align:center; color:#000; margin-bottom:8px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-family: bebas-neue, Arial, sans-serif;
width:90%;}
.MediaButton a{color:#000;padding:6px 8px;}
.MediaButton a:hover{color:#000;padding:6px 8px; }
.MediaLinks {background-color:#fff000; padding:10px 8px 9px; text-align:center; color:#000; 
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-family: bebas-neue, Arial, sans-serif;
float: left;
width: 25%;
display:inline-block;
margin-right: 4%;
margin-top:4%;}
.MediaLinks a{color:#000;padding:10px 8px 9px;}
.MediaLinks a:hover{color:#000;padding:10px 8px 9px; }



li.faqMenu {background-color:#555; margin-left:15px;}

.indent {margin-left:75px;}
.New2013 {margin-top:-125px; width:78px; float:left; z-index:1000; position:relative;}
.WeSupportBox {float:left; width:25%; margin:4%; postiton:relative; color:#666; text-align:center; font-size:.85em; height:120px;}
.WeSupportBox img{width: 100%; max-width:241px;}
.WeSupportBox a {color:#666;}
.WeSupportBox a:hover {color:#666;}
.WeSupportText {margin-top:8%;}



p.Distributors {float:left; width:25%; margin:4%; postiton:relative; height:80px; }
x:-o-prefocus,p.Distributors {font-size:.8em; height:90px;}
p.Distributors2 {float:left; width:25%; margin:4%; postiton:relative; height:80px; }
.continent {clear:both; background-color:#ccc; color:#000; padding:1%; margin-top:2%; display:block;}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
///////////////////////////////////////////////////////////////////*/

.slideshow {	
	margin: 0 auto;
        position: relative;
       	z-index: 300;	
        width: 100%;
		max-width: 1000px; 
       }

.home .slideshow {	
	margin: -40px auto -40px;
	 
}

#content .flexslider {	
	margin: 0 0 15px 0 !important;	
        
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;	
}

#content .flexslider ol {	
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

#content .flexslider .slides {
	margin: 0;	
}


/* FlexSlider Theme------------------*/

.flexslider { min-height: 100px; border: 0 !important; margin: 0!important; background: transparent; border: none; position: relative; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0!important; border-radius: 0!important; box-shadow: none !important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important; zoom: 1;}

.flexslider .slides li p{ margin: 0 !important; }
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides img { height: auto; margin-top: 0px; margin-bottom:-10px;}
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0px !important; margin-top:-550px;}

/* Caption style */
.quote {margin-bottom: 0;
	color: #fff000;
	font-size: .8em;
	line-height: 1.3em;	
	background: #262324;
	background: rgba(0,0,0, .7);
	padding: 5px ;
	width: auto;
	margin: 35px 300px 310px 130px;
	display: inline-block;
	-webkit-border-radius: 20px 0px 20px 0px;
-moz-border-radius: 20px 0px 20px 0px;
-o-border-radius: 20px 0px 20px 0px;
border-radius: 20px 0px 20px 0px;}
	
	.quote2 {margin-bottom: 0;
	color: #fff000;
	font-size: .8em;
	line-height: 1.3em;	
	background: #262324;
	background: rgba(0,0,0, .7);
	padding: 5px ;
	width: auto;
	margin: 0px 120px 287px 500px;
	display: inline-block;
	-webkit-border-radius: 20px 0px 20px 0px;
-moz-border-radius: 20px 0px 20px 0px;
-o-border-radius: 20px 0px 20px 0px;
border-radius: 20px 0px 20px 0px;}
	
	.quote3 {margin-bottom: 0;
	color: #fff000;
	font-size: .8em;
	line-height: 1.3em;	
	background: #262324;
	background: rgba(0,0,0, .7);
	padding: 5px ;
	width: auto;
	margin: 0px 30px 301px 450px;
	display: inline-block;
	-webkit-border-radius: 20px 0px 20px 0px;
-moz-border-radius: 20px 0px 20px 0px;
-o-border-radius: 20px 0px 20px 0px;
border-radius: 20px 0px 20px 0px;}

	.quote4 {margin-bottom: 0;
	color: #fff000;
	font-size: .8em;
	line-height: 1.3em;	
	background: #262324;
	background: rgba(0,0,0, .7);
	padding: 5px ;
	width: auto;
	margin: 330px 20px 12px 250px;
	display: inline-block;
	-webkit-border-radius: 20px 0px 20px 0px;
-moz-border-radius: 20px 0px 20px 0px;
-o-border-radius: 20px 0px 20px 0px;
border-radius: 20px 0px 20px 0px;}
	
	.quote5 {margin-bottom: 0;
	color: #fff000;
	font-size: .8em;
	line-height: 1.3em;	
	background: #262324;
	background: rgba(0,0,0, .7);
	padding: 5px ;
	width: auto;
	margin: 300px 25px 20px 400px;
	display: inline-block;
	-webkit-border-radius: 20px 0px 20px 0px;
-moz-border-radius: 20px 0px 20px 0px;
-o-border-radius: 20px 0px 20px 0px;
border-radius: 20px 0px 20px 0px;}

.quote6 {margin-bottom: 0;
	color: #fff000;
	font-size: .8em;
	line-height: 1.3em;	
	background: #262324;
	background: rgba(0,0,0, .7);
	padding: 5px ;
	width: auto;
	margin: -15px 40px 313px 380px;
	display: inline-block;
	-webkit-border-radius: 20px 0px 20px 0px;
-moz-border-radius: 20px 0px 20px 0px;
-o-border-radius: 20px 0px 20px 0px;
border-radius: 20px 0px 20px 0px;}

.quote7 {margin-bottom: 0;
	color: #fff000;
	font-size: .8em;
	line-height: 1.3em;	
	background: #262324;
	background: rgba(0,0,0, .7);
	padding: 5px ;
	width: auto;
	margin: 322px 260px 19px 140px;
	display: inline-block;
	-webkit-border-radius: 20px 0px 20px 0px;
-moz-border-radius: 20px 0px 20px 0px;
-o-border-radius: 20px 0px 20px 0px;
border-radius: 20px 0px 20px 0px;}



	
.quoteText{	font-size: 1.2em !important; line-height: 1.5em; font-family: nothing-you-could-do, serif; letter-spacing:.025em;}
.quoteText a{color:#f8e69e;} .quoteText a:hover{color:#f8e69e;}
.signature {float: right; font-size: 1.1em !important; line-height: 1.5em; font-family: nothing-you-could-do, serif; letter-spacing:.025em; color:#fff000;}
	
.signature a{color:#f8e69e;} .signature a:hover{color:#f8e69e;}
.Testimonial {margin-bottom:30px; border-bottom:2px solid #ccc;}
.photoCredit{	font-size: .8em !important; line-height: 1.1em; font-family: nothing-you-could-do, serif; letter-spacing:.025em; float:right;}
.testimonialSidebar{background:#ccc;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5pxx;
border-radius: 5px 5px 5px 5px;
padding:16px;
}

.testimonialPhotos {float: left; width:47%; margin-right:1%;}
.testimonialPhotos img{width: 100%;}
/* Direction Nav */
.flex-direction-nav li a {
	-webkit-transition: none; -moz-transition: none; transition: none;
	-webkit-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease;
}
.flex-direction-nav li a { z-index: 5000; width: 30px!important; height: 30px; margin: -15px 0 0; display: block; background: url(http://pedros.com/wp-content/themes/gather/images/flexslider/direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.flex-next {background-position: -30px 0; right: 20px !important;}
.single-product .flex-direction-nav li a.flex-next {right: -5px !important;}
.flex-direction-nav li a.flex-next:hover {background-position: -30px -30px;}
.flex-direction-nav li a.flex-prev {background-position: 0 0; left: 20px !important; }
.flex-direction-nav li a.flex-prev:hover {background-position: 0 -30px; }
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute !important; bottom: 25px !important; left: 3% !important; width: auto !important; }
.flex-control-nav li {margin: 0 0 0 5px !important; display: inline-block !important; zoom: 1; *display: inline !important;}
.flex-control-nav li:first-child {margin: 0 !important;}
.flex-control-nav li a {width: 13px !important; height: 13px !important; display: block !important; background: rgba(255,255,255,0.5) !important; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background: rgba(255,255,255,0.7) !important;}
.flex-control-nav li a.flex-active {background: rgba(255,255,255,0.7) !important; cursor: default !important;}


/*//////////////////////////////////////////////////////////////////// 
//  07 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {	width:24%!important;
	
}

#sidebar .oneFourth {	
	width: 100%;
}

.sidebarBox {	
	position: relative;
	margin: 0 0 30px 0;	
}

#sidebar p {	
	margin-bottom: 12px;
}

#sidebar li {
	font-size: .75em;
}

#sidebar .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
}

/*///////////////////////////////////////////////////////////////////// 
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/

#footer .widgetBox a, #sidebar .widgetBox a {
	line-height: 1.5em;
}

#footer .widgetBox {
	
	margin-right: 0; margin-bottom:0;
	background:#000000;	
	 display: inline;
        
     }
        


#sidebar .widgetBox {
	margin-bottom: 30px !important;	
}
#sidebar .widgetBox a {color:#fff000; }
#sidebar .widgetBox a:hover {color:#fff000; }

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	font-size: .85em;
	font-weight: normal;
	color: #fff000;
}

#sidebar .widgetBox h3{	
	color: #555555;
	margin-bottom: 20px;	
}

#sidebar h3 span {
	background: #fff;
	padding: 0 10px 0 0;
	font-family:bebas-neue, sans-serif;
	font-size: 1.4em;
	border-bottom: 3px solid #666;
	display:block;
	letter-spacing:.8px;
}


.SidebarHead {
	background: #fff;
	padding: 0 10px 0 0;
	font-family:bebas-neue, sans-serif;
	font-size: 1.5em;
	border-bottom: 3px solid #666;
	display:block;
	margin-bottom:15px;
	}

#footer .widgetBox h3{	
	color: #fff000;
	margin-bottom: 20px;
		
}

#footer h3 span {
	background: #f7f7f7;
	padding: 0 10px 0 0;
}

.widgetBox img {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width:100%;
}


#sidebar .widgetBox .meta,
#footer .widgetBox .meta {	
	font-style: italic;	
}

#sidebar ul, #footer ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;		
	line-height: 1em;
	background: none;
	position: relative;	
}

#sidebar ul li, #footer ul li {
	padding: 0px 0 0px 0;
	margin: 0 0 10px 0;	
	line-height: 1em;
	background: none;
	
}
#sidebar ul li {margin: 0 0 4px 0;
font-size: .75em;
color:#fff;
background-color:#666;
padding: 8px;
-moz-box-shadow:    inset 0 0 10px #555;
   -webkit-box-shadow: inset 0 0 10px #555;
   o-box-shadow:inset 0 0 10px #555;
   box-shadow:         inset 0 0 10px #555;
    -webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;}


#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 1em;
	font-weight: normal;	
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;		
	border: none;	
}
.textwidget {margin-top:15px;}
.SocialMediaSidebar {background-color:#666; padding:8px; height:31px;-moz-box-shadow:    inset 0 0 10px #555;
   -webkit-box-shadow: inset 0 0 10px #555;
   o-box-shadow:inset 0 0 10px #555;
   box-shadow:         inset 0 0 10px #555;
   -webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;}
.SocialSidebar {float: left; width: 18%; margin-left:6.2%;}
.SocialSidebar img {width:85%;}
ul.really_simple_twitter_widget  {margin-top: -12px!important;}

.signUp {margin-left:20%;}


/*Search------------------*/

.widget_search {	
	display: inline-block;
	padding: 0 !important;
	width: 100%;	
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;	
	padding: 7px .7em 7px .7em !important;
	line-height: normal!important;	
	width: 92%;
	color: #9a9a9a;	
}

#searchsubmit{	
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;
	
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;	
	color: #747474;
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {	
	line-height: 1.1em;
	margin-bottom: 2px;	
	
	font-weight: bold !important;	
}

.ttrust_recent_posts .post {
	margin-bottom: 20px;
}

.ttrust_recent_posts p{	
	margin-bottom: 10px;	
}

.secondaryPost {	
	padding: 10px 0 0px 0;	
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 30px;
	border: none;
	display: block;		
}

#footer .ttrust_recent_posts {
	width: 47%;
}

/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 216px;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{	
	font-size: 11px !important;
	padding: 5px 7px 5px 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f3f3f3;	
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitterBox{
	margin: 0 0 10px 0;
        padding 25px;}

ul#twitter_update_list li{
	line-height: 1.4em !important;
	margin-bottom: 15px;	
}

.twitterLink a{		
	font-style: italic;
}



/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #e1e1e1;
	
}

#flickrBox .flickrImage img {
	width: 50px;
	height: 50px;
}

#flickrBox .flickrImage a {
	float: left
}


/*///////////////////////////////////////////////////////////////////// 
//  09 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 74.468805%;		
	padding: 0 0 0 0;
}

#content.project #comments {
	padding-top: 30px;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;	
}

#comments h3{	
	margin: 0 0 30px 0;	
}

#content #comments ul li{
	font-size: 1em !important;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(../../../../www/htdocs/webroot/wp-content/themes/gather/images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;	
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {	
	margin: 0 0 0 80px;
	padding: 0;		
}

.comment .date {	
	margin: -5px 0 10px 80px;	
	display: block;
	color: #a5a5a2;	
	font-style: italic;
	font-size: .75em;		
}

.comment p {	
	margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 80px;
	font-size: .95em;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 30px 0 30px 6%;
}
#commentForm h3 {font-family:bebas-neue, sans-serif; font-size:1.5em;}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#comments textarea {
	width: 90% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}




/*//////////////////////////////////////////////////////////////////// 
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 98%;
	padding: 0 0 20px;	
	clear: both;	
	margin: 0 0 15px 0;	
}

.wp-pagenavi span, .wp-pagenavi a{
	font-size: .8em !important;	
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
		
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
	
}
.mr_social_sharing_wrapper .linksalpha_image {
display: none !important;
display: none;
} 


/*//////////////////////////////////////////////////////////////////// 
//  11 - Footer
////////////////////////////////////////////////////////////////////*/
      

#footer {	
	color: #fff000;	
background-color: #000000;	
border-top: 5px solid #fff000;
font-weight: normal;
z-index:400;
position:relative;
-webkit-box-shadow: 0 -7px  7px -9px #000;
	   -moz-box-shadow: 0 -7px 7px -9px #000;
	        box-shadow: 0 -7px 7px -9px #000;
			}

#footer a {
	color: #ffffff;	
}

#footer a:hover {
	color: #777777;	
}

#footer .inside {
	max-width: 1000px;
	margin: 0 auto 20px;
	padding: 10px 0 0;	
	
}

#footer .main {	
	margin: 10px 0 0 0;
        						
}

#footer .secondary {	
	padding-top: 10px;
	margin: 0 0;
	font-size: .85em; letter-spacing: .1em; color:#ffffff;
}

#footer .secondary .left {
clear: both;	
float: left;
	margin-left: 3%;		
}

#footer .secondary .right {
	float: right;
	margin-right: 3%;			
}

	#footer .secondary{
		text-align: center;
		margin-bottom: 8px!important;
	}
	#footer .secondary p{
		margin: 0px;
		padding: 0px;
		font-size:.65em;
	}
	
	#footer .secondary .left,
	#footer .secondary .right{
		float: none;
		margin: 0px !important;		
	padding:10px 0;}


#prefooter {
background-position: left bottom;
background-repeat: no-repeat;
height:69px;
width: auto;
margin: -101px auto -8px ;
z-index: 600;
position: relative;
}

#mc_embed_signup{ clear:left; font:Arial,sans-serif;margin-bottom:25px; }
#mc_embed_signup form {display:block; position:relative; text-align:left; padding-bottom:0px;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:100%;}
#mc_embed_signup input { -webkit-appearance:none; }
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {background-color: #fff000; color: #000000; cursor: pointer; width: 28%; font-size:1.1em!important; font-weight: normal; text-align: center; text-decoration: none; white-space: nowrap; padding:8px 30px; border: none;float:right; }
#mc_embed_signup .button:hover {background-color:#fff000; }
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {
display: block;
  line-height: 1.2em;
  font-family: "myriad-pro-i5","myriad-pro",sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: .025em;
  font-size: 1.1em;
  margin-bottom: 5px;
  color: #fff000;
}
#mc_embed_signup input.email {display: inline; padding:3px 0px; text-indent:5px; width: 100%; margin-bottom:4px; }
#mc_embed_signup input.button {background-color:#fff000; font-size:1.1em;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#77cccf; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
.Social {clear:both;}
.SocialConnect {float: left; width: 13%; margin-left:3%; margin-top:1%;}
.SocialConnect img {width:100%;}


#FB{float:left; width: 35%;}
#PeopleForBikes img{clear: both; width:100%; margin:20px 0px 0px;}
.uiIconText .pluginConnectTextDark {display: none!important;}
.FooterSignup {margin: 0 6% 0 3%; width: 26%; float:left; clear:both;}
#FooterLinks {font-size: .8em; }
#FooterLinksLeft {font-size: .7em; float: left; margin-left: 1%; width: 12%;margin-bottom:30px;} #FooterLinksRight {float: left; width: 47%; }
#FooterLinksLeft img{width:50%;}

#ChooseRegion{
text-align: center; 
background: #fff000; 
padding:2px 0px; 
margin-top: 20px;
border-bottom: 1px solid #fdfdb0;
color:#000000;
clear: both;
font-size: .85em;
}

#ChooseRegion a {color:#000000;}
#ChooseRegion a:hover {color:#000000;}

#GoogleTranslate {margin-top: 10px; text-align: center;}
#GoogleTranslate img{margin: 0 auto;}
.goog-logo-link {display: none;}
.goog-te-gadget {color:#000000!important;}
p.srp-widget-excerpt{display: none;}
#warning {z-index:10000;position:absolute; top:0px; width:100%; height:100%; color:#fff; background-color:#000; margin-top:0px; padding:34px; border-bottom:solid 4px #000066;font-size:1.7em;}
h4.red {margin-top:10%; left:10%; font-size:1.2em;color:#fff;}
#warning a{color:#fff;}
#warning a:hover{color:#fff;}
/*//////////////////////////////////////////////////////////////////// 
//  12 - Media Queries

////////////////////////////////////////////////////////////////////*/

	

@media screen and (-webkit-min-device-pixel-ratio:0) {


    /*Chrome CSS here*/

#mainNav{	
	font-size:1.2em;}
	#Since1989 {top: 95px;
            font-size:14px;}
	#Since1989_landing{font-size:1.3em;}
#sidebar h3 span{font-size:1.4em; letter-spacing:.8px;}
#sidebar ul li {font-size:.75em;}
#content .post h1 {font-size:1.8em;}
.SideMenu a {font-size:.7em;}	
	
.individualProduct	h2 {font-size:1.4em;}
	h3{font-size:1.1em;}
	
	p {
	line-height: 1.7em;
	font-size: .8em;
	margin: 0 0 20px 0;	
}
	#container {margin-top:0px;}	

	.Submenu a {color:#000; font-size:.9em; margin:0 2.56em;}
	.ProductBoxColor {font-size:1.2em;}
	.ProductBoxColorY {font-size:1.2em;}
	.ProductBoxColor2 {height: 72px;}
	
	
#mc_embed_signup .button {margin-top:2px;}

.BlurbHead {color:#fff000; font-size:2.2em; line-height: 1em; font-family: 'santafeletplain', serif; letter-spacing:.025em; }
.BlurbContent{color:#fff; font-size:.8em; line-height:1.3em; }
.Guides a{font-size:.9em; }
#FooterLinksLeft {font-size: .7em;}
#footer .secondary p{
		font-size:.65em;}
		
#mc_embed_signup .button {padding: 3px 0px 2px;}
#mc_embed_signup input.email {padding:3px 0 4px 0;}		
}


@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1000px) {

    /*Chrome CSS here*/
	
}

    @media screen and (min-width:0\0) {  
        /* IE9 and IE10 rule sets go here */  
		#Since1989 {
			font-size:14px;}
		
			
.Submenu a {margin: 0 2.57em;}

p.Distributors {font-size:.8em; height:90px;}
	
    }
	
	
@media only screen and (max-width: 950px) {	
	body #content .homeSection ul.products li.product {		
			width: 22%!important;
			margin: 0 2px 0 15px!important;			
	}
	
	body #content li.product {
		width: 30% !important;
		margin-right: 17px !important;		
	}
	.Submenu a {margin:0 2.56em; }
}




@media only screen and (max-width: 870px) {



	 

}


@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1024px) {
.Submenu a {margin:0 2.6em; }	}

/* iPad Landscape */
@media only screen and (max-width: 1024px) {
	

#logo {margin: 0px 0px 0px 0; }
#Since1989 {left: auto;}
#StoreCart {
        }
	.page-template-page-full-width-php #content.full {
	margin-left: 2.5%;
}

.Submenu a {margin:0 2.51em; }

#content {
	margin: 0 ;
	padding: 0 0 0 0 !important;
	width: 70%;
	float: left;	}						

#content li.product{
		width: 31% !important;
		margin-right: 15px !important;		
	}
	
	#content .homeSection ul.products li.product {		
		width: 22.2%!important;
		margin: 0 0px 0 20px!important;
		float: left;
	}
	
	.widget_price_filter {
		display: none;
	}
	
	.widgetBox .button { margin-bottom: 7px !important; }	
	
	
	

}



/* iPad Portrait */
@media only screen and (max-width: 768px) {	
	
	body {
		padding: 0 !important;
	}
	
	#homeMessage p {	
		font-size: 30px;
		line-height: 1em;
	}
#header {max-width: 768px; background: #000000;}
#logo {margin: 0px 0px 0px 0px!important; }
#mainNav {margin-top: 0;
		}
#Since1989 {top: 60px; left:1px!important;
           }
.sf-menu li, #mainNav li{
	margin: 0px 0px 0 0px;	
	width:9.5%;
        padding: 13px 6.9px;
        
}


#StoreCart {
        margin: 0px 0px 0 0;	
	width: auto!important;
        padding: 12px 10px;
        background: #000000;
        background: rgba(0, 0, 0, 1.0);
        text-align: center;
         border-right:2px solid rgba(255, 255, 255, 0.5);
		 -webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
			border-top:none ;
        }
#Store a {display:none;}
#StoreiPad a {display: inline;
       font-size: .85em;
       letter-spacing: .1em;
       color:#f5e60e;
       line-height: 25px; 
       text-align: center;
       }
#Cart {display: none;}
#Cart a {display: none;
 }


#CartiPad {
        float:left;
        margin: -5px 0px 0 0px;	
	display: block;		
	padding: 10px 2% 5px;
        background: #000000;
        background: rgba(0, 0, 0, 1.0);
       width: 50px; text-align: center;
	   -webkit-box-shadow: 0 16px 6px -6px #000;
	   -moz-box-shadow: 0 16px 6px -6px #000;
	        box-shadow: 0 16px 6px -6px #000;

        }
		#CartiPad img{width:90%;}
#tronCart{display: none;}
        
#header .inside .bottom {
	padding: 0px 0px ;
	}
	.home .slideshow {	
	margin-top: -40px; 
}
.Submenu a {margin:0 1.3em!important; }
x:-o-prefocus,.Submenu a {font-size: .9em;margin:0 1.3em!important; }
	
.quote {
	margin:150px 250px 217px 60px;
	}
.quote2 {
	margin:100px 80px 220px 360px;
	}	
	
.quote3 {
	margin:100px 30px 195px 420px;
	}
.quote4 {
	margin:366px 20px 0px 170px;
	}
.quote5 {
	margin:340px 25px -8px 300px;
	}

.quote6 {
	margin: 85px 10px 227px 300px;
	}

	.quote7 {
	margin: 370px 100px -4px 50px;
	}
.quoteText{	font-size: 1em !important; line-height: 1.4em; font-family: nothing-you-could-do, serif; letter-spacing:0em;}
.signature {float: right; font-size: 1em !important; line-height: 1.4em; font-family: nothing-you-could-do, serif; letter-spacing:0em; color:#fff000;}
	.archive.woocommerce #content {
		width: 97% !important;
	}	
	
	.single-product #content {
		width: 94% !important;
	}	
	
	body #content li.product {
		width: 22.5% !important;
		margin-right: 15px !important;		
	}
	
	body #content .homeSection ul.products li.product {		
			width: 22.2%!important;
			margin: 0 2px 0 14px!important;		
	}	
	
	#sidebar {
		float: none;
		width: 97%!important;
		margin-left: 3%;
		padding-bottom: 30px!important;
		padding-top: 10px;
		clear: both;		
	}
	
	
	
	.sidebarBox {	
		float: left;
		margin: 0 3% 30px 0;
		width: 30% !important;			
	}	
	#sidebar {
	width: 94%;
	float: left;
	margin: 2% 4%;
	padding: 0;
}
	
	#comments { width: 100%;}
	
	
#content {width:96%!important;}	

#content.full {
	margin: 0 0 3% 0;
	padding: 0 0 0 0 !important;
	width: 97%;						
}

		
#mc_embed_signup .button {width:25%;}

#SocialMedia {margin-top: 15px; margin-bottom: 15px; }
#PeopleForBikes img{ margin:30px 0px 0px;}
p.Distributors {width:40%; margin:5%;height:100px;}
p.Distributors2 {width:40%; margin:5%; height:60px;}
.MediaLinks {
width: 28%;
margin-right: 2%;
}
}



@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 768px) {

    /*Chrome CSS here*/
	
	.Submenu a {margin:0 1.3em!important; }
	.quoteText{	font-size: 1em !important; line-height: 1.4em; font-family: nothing-you-could-do, serif; letter-spacing:0em;}
.signature {float: right; font-size: 1em !important; line-height: 1.4em; font-family: nothing-you-could-do, serif; letter-spacing:0em; color:#fff000;}
}

@media screen and (min-width:0\0) and (max-width: 768px) {
	.Submenu a {margin:0 1.3em!important; }
	.quoteText{	font-size: 1em !important; line-height: 1.4em; font-family: nothing-you-could-do, serif; letter-spacing:0em;}
.signature {float: right; font-size: 1em !important; line-height: 1.4em; font-family: nothing-you-could-do, serif; letter-spacing:0em; color:#fff000;}
}



/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	html {
	    -webkit-text-size-adjust: none; 
	}
	
	h1 { font-size: 1.2em;}
	h2 { font-size: 1.1em;}
	h3 { font-size: 1.0em;}
	h4 { font-size: .9em;}
	h5 { font-size: .8em;}
	
	#header {max-width: 600px;}
	
	#Since1989 {top: 58px; left:0px;}
	
	.sf-menu li, #mainNav li{box-shadow: none;}
	#logo {box-shadow: none;}
	
	#logo img {			
	max-width: 100%;
	height: auto;			
	}

      #nav {display: block;
      margin: 0;
      position: absolute;
      right: 0;
      left: 0;
      z-index: 1000;
    }
    #nav a {display: none;
color: #ffffff;
      font-size: 1.2em;
letter-spacing: .1em;
      border-bottom-width: 0;
      overflow: hidden;
      height: 0;
      line-height: 0;
      padding: 0 1em;
    } 
.Submenu {display:none;}
     #nav:target {
      /* unless it&rsquo;s showing */
      z-index: 1001;
	  
      
    }
   
    #nav:target a {display: block;
background: #000000;
background: rgba(0, 0, 0, 0.86);     
 border-bottom: 1px solid #999;
 padding: 1px 30px;
      line-height: 2.25em;
      height: 2.25em;
      position: relative;
      z-index: 900;
    -moz-transition: height .25s, line-height .25s;
          -ms-transition: height .25s, line-height .25s;
           -o-transition: height .25s, line-height .25s;
      -webkit-transition: height .25s, line-height .25s;
              transition: height .25s, line-height .25s;
    }
    #nav:target a img {right:3%;}

        
    #jump {
      /* make sure the menu button is on top */
display: block;
background: #000 url(http://pedros.com/wp-content/uploads/MobileNavIcon.png) 50% 50% no-repeat;
  cursor: pointer;
    padding: 0;
  height: 50px;
  width: 60px;
  text-indent: -999em;
 position: fixed;
  right: 10px;
  top: 0;
      z-index: 1005;
    }
  
   
   
    #back {
      /* establish a positioning context for the closer */
      position: relative;
    }
    #back a {
      /* turn the link into a ghost */
      color:#fff000;
      border: 0;
      left: 0;
      right: 0;
      /* ensure it sits behind the other links */
      z-index: 900;
    }
#menuIndent a{text-indent:25px; color:#999999; }

	#pageHead h1 {
		font-size: 1.2em;
		width: 100%;
		margin: 0!important;
	}
	#pageHead {		
		padding: 20px 0 20px 3% !important;
		width: auto;
		margin-bottom: 15px;
	}
	
	#pageHead p{		
		margin-left: 0 !important;
	}
	
	.flex-direction-nav, .flex-control-nav, .flex-caption {display:none;}	

	
	
	#mainNav li{display:none;
		margin: 0 0 0 0;
	}
        #StoreCart{display:none;}
        #CartiPad {display:none;}
	
	#mainNav ul{
		margin: 0 0 0 10px;
	}
	
	#logo {
		width: 80%;
                margin-bottom: 0px;
	}
	
	
	
	#ProductBlurb {background-image:none; padding:10px;}
	#ProductBlurbNew {background-image:none; padding:10px;}
	#ProductBlurbRide {background-image:none; padding:10px;}
	#ProductBlurbMobileRepair {background-image:none; padding:10px;}
	#ProductBlurbClean {background-image:none; padding:10px;}
	#ProductBlurbTools {background-image:none; padding:10px;}
	#ProductBlurbSwag {background-image:none; padding:10px;}
.BlurbHead {color:#fff000; font-size:2.4em; line-height: 1.1em; font-family: 'santafeletplain' letter-spacing:.025em; text-shadow: 1px 1px 1px #000; }
.BlurbContent{display:none;}
.ProductBox {width:47%;  margin-right: 3%; margin-bottom: 3%; }

.individualProductMobile {display:inline;}
.individualProductMobile ul {list-style-type: square!important; line-height: 1.7em;
	font-size: .7em;}
	.individualProductMobile p {font-size: .85em;}
.individualProductMobile h3 {line-height:1.3em;}
.individualProductMobile h4 {line-height:1.3em;}

.supportSections {display:none;}
.supportSectionsMobile {display:inline;}
	
	.homeSection {
		width: 98% !important;
		margin-left: 0% !important;
	 }
	
	.homeSection h2{
		width: 97.5% !important;	
	 }	
	
	#projects .full {
		width: 100%;		
	}
	
	body #content { margin-left: 3.5% !important; width: 96.5%!important;}
	
	
	.page-template-page-full-width-php #middle #content.full { width: 94% !important; }
	
	#projects { margin: 0 !important; }
	
	#content .project.small {
		margin: 0 3.8% 12px 0 !important;
		width: 46%;		
	}
	
	.single-project .project {
		margin-right: 3%;
	}
	
	body #content li.product {
		width: 46% !important;
		margin: 0 10px 10px 0!important;		
	}
	
	ul.products li.product h3{		
		font-size: .9em;		
		margin-bottom: 0 !important;
		line-height: 1em;
	}

	ul.products li.product img{		
		margin-bottom: 2px !important;
	}	
	
	#products.homeSection {		
		width: 100% !important;
		margin: 0 0 0 0 !important;			
	}	
	
	#homeMessage {		
		padding: 15px !important;		
	}
	
	#homeMessage p {		
		font-size: .9em;
		line-height: 1.2em;
	}	
	
	#content .post {
		margin-bottom: 20px;
		padding-bottom: 5px!important;
	}	
	
	.post .moreLink {
		display: none;
	}	
	#prefooter {display: none;}
	#FooterLinksLeft {display:none;}
	.FooterSignup {width: 85%; margin: 0px 20px 0 20px;}
	#footer { padding: 0 !important; }	
	
	#footer #flickrBox .flickrImage {	
		margin: 0 5px 5px 0;	
	}
	
	#footer .secondary{
		text-align: center;
		margin-bottom: 0!important;
	}
	#footer .secondary p{
		margin: 0px;
		padding: 0px;
	}
	
	#footer .secondary .left,
	#footer .secondary .right{
		float: none;
		margin: 0px !important;		
	}	
	
	#footer .secondary .right{
		float: none;
		padding-bottom: 15px;
	}
				
	.gallery-item img{
		width: 90%;
	}	
	
	.one_half,.one_third,.two_third{ float: none; width: 100%;}
	
	body #content .homeSection ul.products li.product {		
			width: 46%!important;
			margin: 0 12px 0 0!important;
			float: left;
	}
	
	.homeSection ul.products {	
			margin-left: 0 !important;
			padding-top: 20px;
	}	
	
	#products.homeSection {
		margin: 0 0 20px 0 !important;
		width: 98% !important;		
	}
	
	#products.homeSection .sectionHead{
		margin-left: 0;
		width: 97.5% !important;
	}
	
	.shop_table .checkout-button { margin-right: 0; }
	
	.shop_table input[type="submit"] {
		margin-bottom: 10px !important;
	}
	#footer .widgetBox {
	margin-right: 3%; 
        margin-bottom:3%;
        padding: 0px;
        height: 400px;
        width: 38%!important;
     }
  .Submenu a { margin:0 15px 0 0 !important; }
  .MediaLinks {width: 50%; margin-left:20%;}  
   .mapDesktop{display:none;}
 .mapMobile{display:block;}
 .flexslider .slides img {margin-bottom:-37px;}
     .SocialConnect img {width:50%;}
	 .SocialConnect {width:15%;}

}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {

    /*Chrome CSS here*/
	.Submenu {font-size:.9em;}
	.Submenu a {margin:0 9px 0 0 !important; }


}

/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
	
	
	#mainNav ul{
		margin: 0 0 0 17px;
	}
	
        #jump {}

	.homeSection {
		margin: 0 0 20px 0;
		width: 99% !important;		
	}
	
	#products.homeSection {		
		width: 99% !important;
		margin-bottom: 20px !important;		
	}
	
	body #content .homeSection ul.products li.product {			
		width: 46.5%!important;
		margin: 0 17px 0 0!important;			
	}	
	
	#content .project.small {
		width: 22.916667%;
		margin-right: 2% !important;		
	}


	 #jump {
      /* make sure the menu button is on top */

 }
	
	
	.post-type-archive-product #middle #content { width: 96% !important; }
	.post-type-archive-product #middle #content .product { margin-right: 15px !important; }	
#mapborder{ float:none!important;}
.SocialConnect img {width:80%;}
	
}

/* iPhone Portrait */
@media screen and (max-width: 320px) and (orientation: portrait) {

#header{max-width:325px;}
#header .inside .top .left{
		display: none;
	}
	
	#jump{}
	
.sf-menu li, #mainNav li{
        display: none;
	}
.ProductBox {width:47%; margin-bottom: 3%; margin-right:2%;}

.UsageIcons {width:20%; margin-top:-35px; }


	.widgetBox, #footer .ttrust_recent_posts {
		width: 94% !important;	
		float: none;
		margin: 0 2% 20px 2%;			
	}	
	
	#homeMessage  {
		padding-top: 0;
		font-size: 16px !important;			
	}
	
	#pageHead h2 {float: none; }
	
	.projectNav {
		margin: 0 0 0 0;	
		padding-top: 10px;	
		float: none;		
	}
	
	.page-template-page-portfolio-php #content.full, .home #content.full {
		margin-left: 15px!important;
		margin-right: 0px!important;		
		width: 95% !important;	
	}
	
	#commentForm input[type="text"], #comments input[type="text"] {		
		width: 40% !important;
		margin-right: 5px !important;
	}
	
	#commentForm label, #comments label {
		font-size: .8em;
	}
	
	.col2-set .col-1 {
		width: 97% !important;
		margin-bottom: 20px;
	}	
	
	.col2-set .col-2 {
		width: 97% !important;
		margin-left: 0 !important;
		padding: 0 !important
	}
	
	.product-thumbnail, .product-price { display: none !important;}
	
	.shop_table .coupon {
		clear: both !important;
		float: none !important;
		margin-bottom: 10px;
	}
	
	.cart-collaterals, .cart_totals, .shipping_calculator { width: 100% !important;}
	#content2 {margin:0px 3% 0px;}
	.page-template-product-page-full-width-php #content.full { margin:0px 3% 0px;}
	.oneFourth, .threeFourth {float:none!important;}	
	.oneFourth {
	width: 100%;}
.threeFourth {
	width: 100%;}
	
	.SideMenu li{padding:6px 8px; display:block;background-color:#888; margin-bottom: 2px; -moz-box-shadow:    inset 0 0 6px #666;
   -webkit-box-shadow: inset 0 0 6px #666;
   o-box-shadow:inset 0 0 6px #666;
   box-shadow:         inset 0 0 6px #666}
	
	li.faqMenu {background-color:#555; margin-left:15px;}
	
	.Guides{margin-top: 16px; float:left; width:47%; margin-right:3%;text-align:center;}
.Guides img{margin-bottom:12px; margin-left:auto; margin-right:auto;width:100%;}

	
	
	.post-type-archive-product #middle #content { width: 95% !important; }	
#footer .widgetBox {
	margin-right: 3%; 
        margin-bottom:3%;
        padding: 0px;
        height: 400px;
        width: 78%!important;
     }
	 .Submenu {font-size:1.1em;}
	 .Submenu li{float:none; line-height:20px;}
	 .Submenu a {margin:25px 0 !important; }
	 .SocialSidebar img {width:60%;}
	 #sidebar {width: 95%; margin-left:1%;}
	 #content .post{ margin: 3% 3% 10px; width:95%;}
	 #content.threeFourth { width:94.52%!important; margin-left:0px!important;}
	 p.Distributors {width:100%; }
	 p.Distributors2 {width:100%; height:70px; margin:3% 4%;}
	 .New2013 {width:55px;}
	 #mediaBank {display:none;}
#mediaBankMobile {display:block; margin-top:1%; padding:2%; border:1px solid #555; text-align:center;}
.MediaButton {width:50%; margin: 0 auto;}
.MediaLinks {width: 50%; margin-left:20%;}
.SocialConnect img {width:80%!important;}

}
@media screen and (min-width:0\0) and (max-width: 320px) and (orientation: portrait) {
.ProductBoxColor {font-size: 1.1em; }

.ProductBoxColorY {font-size: 1.1em; }
}