/*
Theme Name: Stormr Spring 2013
Theme URI: http://durkangroup.com/
Description: Theme created for Stormr
Version: 1.0
Author: Clinton Robbins
Author URI: http://eastwoodarts.com
Tags: HTML5, CSS3
*/

/* =============================================================================
   General Styles
   ========================================================================== */
   
/* Font Face Setup, add fonts to /fonts/ folder and sync filenames */
@font-face {
    font-family: 'TitilliumText14L999wt';
    src: url('//d310mg0rwzsfze.cloudfront.net/wp-content/themes/stormr-2013/fonts/titilliumtext999wt-webfont.eot');
    src: url('//d310mg0rwzsfze.cloudfront.net/wp-content/themes/stormr-2013/fonts/titilliumtext999wt-webfont.eot?#iefix') format('embedded-opentype'),
         url('//d310mg0rwzsfze.cloudfront.net/wp-content/themes/stormr-2013/fonts/titilliumtext999wt-webfont.woff') format('woff'),
         url('//d310mg0rwzsfze.cloudfront.net/wp-content/themes/stormr-2013/fonts/titilliumtext999wt-webfont.ttf') format('truetype'),
         url('//d310mg0rwzsfze.cloudfront.net/wp-content/themes/stormr-2013/fonts/titilliumtext999wt-webfont.svg#TitilliumText14L999wt') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Global Box Sizing and Font-Smoothing */	 
*, *:after, *:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; /* Serve Helvetica Neue, with Helvetica fallbacks to Arial */
	font-size:9pt;
	font-weight:300; /* Better supported than 'lighter' attribute */
	line-height:18px;
	color:#222; /* Lighter on the eyes than #000 Black */
	background:#242424 url(img/bg.jpg) no-repeat center 102px;
}

/* =============================================================================
   Structure
   ========================================================================== */
   
/* Fluid First approach - http://www.toddmotto.com/fluid-first-creating-a-future-proof-fluid-and-responsive-website 
  Responsive, fluid, 1280px width - perfect start.
*/

.container {max-width:960px;width:100%;margin:0 auto;position:relative;}

/*.container_12,
.container_16
{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}*/

/* =============================================================================
   Non-Semantic Classes
   ========================================================================== */
   
/* Custom Selection Styles */
::selection {background:#A60200;color:#FFF;text-shadow:none;}
::-webkit-selection {background:#A60200;color:#FFF;text-shadow:none;}
::-moz-selection {background:#A60200;color:#FFF;text-shadow:none;}

/* Input focus styles */
input:focus {outline:0;border:1px solid #0091BD;} /* Gets rid of blue glow on field focus, adds border color instead */
   
/* =============================================================================
   WordPress Core CSS Styles
   ========================================================================== */
   
.alignnone {}
.aligncenter,div.aligncenter {display:block;margin:5px auto 5px auto;}
.alignright {float:right;margin:5px 0 20px 20px;}
.alignleft {float:left;margin:5px 20px 20px 0;}
.aligncenter {display:block;margin:5px auto 5px auto;}
a img.alignright {float:right;margin:5px 0 20px 20px;}
a img.alignnone {}
a img.alignleft {float:left;margin:5px 20px 20px 0;}
a img.aligncenter {display:block;margin-left:auto;margin-right:auto;}
.wp-caption {background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center;}
.wp-caption.alignnone {margin:5px 20px 20px 0;}
.wp-caption.alignleft {margin:5px 20px 20px 0;}
.wp-caption.alignright {margin:5px 0 20px 20px;}
.wp-caption img {border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto;}
.wp-caption p.wp-caption-text,.gallery-caption {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px;}
.sticky {}
.bypostauthor {}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	* {background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;}
	a,a:visited {text-decoration:underline;}
	a[href]:after {content:" (" attr(href) ")";}
	abbr[title]:after {content:" (" attr(title) ")";}
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {content:"";}
	pre,blockquote {border:1px solid #999;page-break-inside:avoid;}
	thead {display:table-header-group;}
	tr,img {page-break-inside:avoid;}
	img {max-width:100% !important;}
	@page {margin:0.5cm;}
	p,h2,h3 {orphans:3;widows:3;}
	h2,h3 {page-break-after:avoid;}
}

/* =============================================================================
   Standard Styles
   ========================================================================== */
   
h1, h2, h3, h4 { 
	margin:0 0 12px 0;
	font-family: TitilliumText14L999wt, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-style:italic;
}

h1, h1 a, h1 a:hover, h1 a:visited {	
	font-size:22pt;
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}

.box h1, .box h1 a, .box h1 a:hover, .box h1 a:visited {
	font-size:15pt;
}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size:18pt;
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}

.box h2, .box h2 a, .box h2 a:hover, .box h2 a:visited {
	font-size:15pt;
}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size:14pt;
	color: #ccc;
	text-decoration: bold;
	font-weight:normal;
}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size:10pt;
	color: #ccc;
	text-decoration: bold;
	font-weight:normal;
}

a {
	color: #cc0000;
	text-decoration:none;
}

a:visited {
	color: #cc2e2e;
}

a:active, a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.black {
	color:#000;
}

.red {
	color:#ff0000;
}

.dark-red {
	color:#990000;
}

.empty-margin {
	margin:0;
}

.aligncenter {
	text-align:center;
}

.icon {
	vertical-align:middle;
}

iframe {
	max-width:100%;
}

.fb-like iframe {
	max-width:none;
}

hr {
	color:#fff;
	border-width:0;
	border-bottom:1px solid #999;
	margin-bottom: 18px;
}

.dark hr {
	color:#000;
	border-bottom:1px solid #343435;
}

p {
	margin: 0 0 18px 0;
}

small, .small {
	font-size:0.85em;
}

.clear {
	clear: both;
}

.pointer {
	cursor:pointer;
}

.error {
	color:#C00000;
	padding:5px 8px;
	border:2px solid #C00000;
	background:#eaeaea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.success {
	color:#008000;
	padding:5px 8px;
	border:2px solid #008000;
	background:#eaeaea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#fancybox-wrap2 {
	padding:0 !important;
	z-index:3000 !important;
}


/* columns framework */
.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .columns {height: 1%;}
.columns{ display:inline-block; }
.columns{ display:block; }

.columns .column{
	float:left;
	overflow:hidden;
	display:inline;
}
.columns .last{ float:right; }

.col2 > .first{ width:295px; }
.col2 > .last{ width:655px; }

.col2-percent > .first{ width:47%; padding:0;}
.col2-percent > .last{ width:47%; padding:0;}

.col2-sidebar > .first{ width:465px; }
.col2-sidebar > .last{ width:190px; }

.col2-products {margin:0 40px;}
.col2-products > .column {overflow:visible;}
.col2-products > .first{ width:465px; }
.col2-products > .last{ width:400px; }

.col3 > .first{ width:286px; }
.col3 > .second{ width:286px; margin-left:30px; }
.col3 > .last{ width:286px; }

.col3-percent > .first{ width:31%; padding:0;}
.col3-percent > .second{ width:31%; padding:0; margin-left:3%;}
.col3-percent > .last{ width:31%; padding:0;}

.col2-homepage > .first{ width:465px; }
.col2-homepage > .last{ width:465px; }

.col3-footer > .first{ width:205px; margin-left:20px; }
.col3-footer > .second{ width:250px; margin-left:20px; }
.col3-footer > .last{ width:390px; }


.one_half {
    padding-right: 12px;
}
.one_half.last_column {
	padding-left: 12px;
}

/* =============================================================================
   Custom Styles
   ========================================================================== */

#wrapper {
	position:relative;
}

.container {
	width:1044px;
	margin:0 auto;
	padding:0 42px;
	position:relative;
	z-index:500;
	background:url(img/bg-content.png) repeat-y;
	max-width:100%;
}

#wrapper > .container {
	min-height:500px;
}

#header {
	z-index:999;
}

#header .container {
	z-index:2000;
	background:none;
	height:102px;
	margin-bottom:0;
}

#footer .container {
	z-index:2000;
	background:none;
	margin-bottom:0;
}

.container-bottom {
	background: url("img/bg-content-footer.png") no-repeat scroll 0 0 transparent;
	height: 44px;
	position: relative;
	width: 1044px;
	margin:0 auto;
}
	
/* header */

#header {
	position:relative;
}

#header_bg {
	color: #fff;
	height:116px;
	background:url(img/bg-header.png) repeat-x;
	position:absolute;
	z-index:1000;
	width:100%;
}

#header #logo {
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#header #logo a {
	background:url(img/logo.png) no-repeat;
	width:188px;
	height:133px;
	display:block;
	left:428px;
	top:0;
	z-index:3000;
	position:absolute;
}

.subheader {
	position:absolute;
	height:38px;
	width:960px;
}

.subheader .right {
	float:right;
	/*margin:10px 0 0;*/
}

.subheader p {
	margin:0;
}

/* top menu */
ul.social {
	margin:10px 20px 0 0 !important;
	padding:0;
	list-style: none;
	float:right;
}
ul.social li {
	list-style: none;
	position:relative;
	margin: 0;
	padding: 0;
	float:left;
}
ul.social li a {
	width:18px;
	height:18px;
	line-height:18px;
	display:block;
	float:left;
	text-decoration:none;
	margin:0 2px;
	text-indent:-9999px;
}
ul.social li.facebook a {
	background:url(img/facebook-sml-bw.png) no-repeat;
}
ul.social li.facebook a:hover {
	background:url(img/facebook-sml.png) no-repeat;
}
ul.social li.twitter a {
	background:url(img/twitter-sml-bw.png) no-repeat;
}
ul.social li.twitter a:hover {
	background:url(img/twitter-sml.png) no-repeat;
}
ul.social li.youtube a {
	background:url(img/youtube-sml-bw.png) no-repeat;
}
ul.social li.youtube a:hover {
	background:url(img/youtube-sml.png) no-repeat;
}
ul.social li.googleplus a {
	background:url(img/googleplus-sml-bw.png) no-repeat;
}
ul.social li.googleplus a:hover {
	background:url(img/googleplus-sml.png) no-repeat;
}
ul.social li.instagram a {
	background:url(img/instagram-sml-bw.png) no-repeat;
}
ul.social li.instagram a:hover {
	background:url(img/instagram-sml.png) no-repeat;
}


#top_menu {
	font-family: TitilliumText14L999wt, HelveticaMdCnO, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
}

#top_menu ul {
	margin:0;
	padding:0;
	list-style: none;
}

#top_menu ul li {
	list-style: none;
	position:relative;
	margin: 0;
	padding: 0;
	float:left;
}

#top_menu ul li a {
	font-size:11px;
	padding:0 12px;
	color: #ccc;
	display:block;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	font-style:italic;
	background:url(img/bg-menu-separator.png) no-repeat left center;
	margin-top:7px;
	line-height:24px;
}

#top_menu ul li:first-child a {
	background:none;
}

#top_menu ul li a:hover {
	color:#990000;
	text-decoration:none;
}

#top_menu ul .current-menu-item a {
	color:#990000;
	text-decoration:none;
}


#top_menu_right {
	font-family: TitilliumText14L999wt, HelveticaMdCnO, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
	margin-right: 25px;
}

#top_menu_right ul {
	margin:0;
	padding:0;
	list-style: none;
}

#top_menu_right ul li {
	list-style: none;
	position:relative;
	margin: 0;
	padding: 0;
	float:left;
}

#top_menu_right ul li a {
	font-size:11px;
	padding:0 12px;
	color: #ccc;
	display:block;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	font-style:italic;
	background:url(img/bg-menu-separator.png) no-repeat left center;
	margin-top:7px;
	line-height:24px;
}

#top_menu_right ul li:first-child a {
	background:none;
}

#top_menu_right ul li a:hover {
	color:#990000;
	text-decoration:none;
}

#top_menu_right ul .current-menu-item a {
	color:#990000;
	text-decoration:none;
}

/* main menu */

#menu {
	position:absolute;
	font-family: TitilliumText14L999wt, HelveticaMdCnO, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	z-index:2000;
	top:64px;
	left:21px;
	text-shadow: 0px 1px 1px #ffffff;
     filter: dropshadow(color=#ffffff, offx=0, offy=1);
}


#menu ul {
	list-style: none;
}

#menu ul li {
	list-style: none;
	position:relative;
	margin: 0;
	padding: 0;
	float:left;
}

#menu ul li li a {
	padding: 5px 10px;
}

#menu ul li a {
	padding:0 33px;
	color: #000;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-style:italic;
	background:url(img/menu-separator.png) no-repeat left center;
}

#menu ul li:first-child a, #menu li.remove-separator a {
	background:none;
}

#menu ul li a:hover {
	color:#990000;
	text-decoration:none;
}

#menu ul .current-menu-item a {
	color:#990000;
	text-decoration:none;
}

#menu ul li.homepage a {
	width:198px;
	text-indent:-9999px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			2.2em;
	top:			1.5em; /* match top ul list item height */
}

.sf-menu li li {
	background:		#e2e2e2;
	border-top:1px solid #fff;
}
.sf-menu li li:first-child {
	border-top:0px solid #fff;
}
.sf-menu li li li {
	background:		#e2e2e2;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

.sf-menu li li:hover, .sf-menu li li.sfHover {
	background:		#b9b9b9;
}

.breadcrumbs {
	color:#a60300;
	font-size:13px;
	font-weight:bold;
	margin-top:2px;
}

.breadcrumbs span {
	color:#666;
}

.breadcrumbs a {
	color:#666;
	text-decoration:none;
}

h1.title {
	display:none;
}

#content img {
	max-width:100%;
}

#fancybox-wrap {
	padding:0;
}


/* content */

.content, section {
	line-height:1.6em;
	min-height: 500px;
	padding: 30px 0px 20px;
	background-color:#000;
	color:#fff;
	}
	
.page-template-page-sizing-php section, .page-template-page-dealer-search-php section, .page-template-page-product-php section, .archive section, .single-product section {
	padding: 30px 20px 20px;
}

.category section, .tag section {
	padding: 30px 0px 20px;
}
	
.home section {
	padding:0;
	min-height:auto;
}
	
.box {
	background:transparent url(img/bg-box-transparent.png) no-repeat top left;
	padding:20px;
}

.box-light {
	background:transparent url(img/bg-box-transparent-light.png) no-repeat top left;
}

.box-flush {
	padding:0;
}

.box hr {
	border-bottom:1px solid #c10009;
}

.box h1, .box h2, .none h1, .none h2 {
	margin-bottom:9px;
	padding-bottom:9px;
	border-bottom:1px solid #c10009;
}

.page article h1, .page article h2 {
	margin-bottom:9px;
	padding-bottom:9px;
	border-bottom:1px solid #c10009;
}

.page .showhide h2 {
	border:0;
}

/* alignment */

.content img {
	margin: 0;
	height: auto;
	max-width: 960px;
}

.content .attachment img {
	max-width: 960px;
}

.content .alignleft,
.content img.alignleft {
	display: inline;
	float: left;
	margin: 0 7px 2px 0;
}

.content .alignright,
.content img.alignright {
	display: inline;
	float: right;
	margin: 0 0 2px 7px;
}

.content .aligncenter,
.content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.terms {
	line-height: 1.1em;
}
	
/* Images */
	
.content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}

.content .wp-caption img {
	margin: 5px 5px 0;
}

.content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.content .wp-smiley {
	margin: 0;
}

.content .gallery {


	margin: 0 auto 18px;
}

.content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.content .gallery img {
	border: 2px solid #cfcfcf;
}

.content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.content .gallery dl {
	margin: 0;
}

.content .gallery img {
	border: 10px solid #f1f1f1;
}

.content .gallery br+br {
	display: none;
}

.content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* footer */

#footer {
	clear: both;
	position:relative;
	background:#202020 url(img/bg-footer.jpg) no-repeat center top;
	color:#eaeaea;
	font-size:11px;
	line-height:1.6em;
	}
	
#footer_bg {
	background: url(img/bg-footer.png) repeat-x scroll 0 0 #202020;
	clear: both;
	min-height: 370px;
	position: absolute;
	top: 1050px;
	width: 100%;
	}
	
#footer .container {
	clear: both;
	position:relative;
	padding-top:20px;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer hr {
	color:#202020;
	border-width:0;
	border-bottom:1px solid #5f5f5f;
	margin-bottom:20px;
}

#footer .row-first {
	font-family: TitilliumText14L999wt, HelveticaMdCnO, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#fff;
	font-style:italic;
}

#footer .row-first h3 {
	color:#c10009;
	text-transform:none;
	margin-bottom:2px;
}

#footer .row-second {
	font-size:11px;
	color:#fff;
}

#footer .row-second h3 {
	color:#999999;
}

#footer .copyright a, #footer .copyright {
	color:#767676;
}

#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:20px;
}

#footer ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#footer .social li {
	margin-bottom:5px;
}

#footer .social img {
	vertical-align: top;
}

#footer .social a {
	font-weight:normal;
	font-size:9pt;
}

#footer .social iframe {
	display: inline-block;
	max-width: 160px;
	vertical-align: top;
}

#footer .social .fb_iframe_widget {
	vertical-align: top;
}

#footer .social .google-plusone div {
	vertical-align: top !important;
}

#footer .social .twitter-follow-button {
	width:65px !important;
	margin-right:15px;
}

#social_bar {
	-moz-box-shadow: 0 0 6px #000;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 855px;
    padding: 8px 5px 0;
    position: fixed;
    top: 75px;
    width: 60px;
    overflow:hidden;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}

#social_bar p {
	margin-bottom:5px;
}


/* buttons */
.button {
	display:inline-block;
	color:#fff !important;
	font-family: TitilliumText14L999wt, HelveticaMdCnO, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:normal !important;
	text-align:center;
	min-width:75px;
	border-width:0;
	background: url(img/button-left.png) no-repeat scroll top left; 
	cursor:pointer;
	/*float:left; */
	height: 22px;
	padding:0 0px 0 10px;
}

.button:hover {
	background-position:bottom left;
	border-width:0; 
}

.button:hover > span {
	background-position:bottom right;
}

.button:after {
	clear:both;	
}

.button > span {
	/*float:left; */
	background: url(img/button.png) no-repeat top right; 
	display:inline-block;
	line-height: 22px; 
	height: 22px;
	padding: 0px 30px 0px 3px;
	min-width:75px;
}

.button-small {
	font-size:13px;
}

/* Slider */
.slideshow {
	max-height:590px;
	overflow:hidden;
}

.slideshow .slide {
	max-width:100%;
}

.slideshow .cycle-pager {
	position:absolute;
	bottom:40px;
	left:10px;
	z-index:1000;
}

.slideshow .cycle-pager span {
	text-indent:-9999px;
	background: url(img/slider-pager.png) no-repeat top left;
	height:10px;
	width:10px;
	line-height:10px;
	display:inline-block;
	margin:0;
	cursor:pointer;
	margin-right:5px;
}

.slideshow .cycle-pager span.cycle-pager-active {
	background-image: url(img/slider-pager-current.png);
}

.slideshow .cycle-next, .slideshow .cycle-prev {
	background: url(img/slider-arrow-right-sml.png) no-repeat center center;
	height:75px;
	width:75px;
	display:block;
	position:absolute;
	top:45%;
	right: 0px;
	z-index:3000;
	cursor:pointer;
}

.slideshow .cycle-prev {
	background: url(img/slider-arrow-left-sml.png) no-repeat center center;
	left: 0px;
}


/* products */


#sidebar ul.product-menu {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar ul.product-menu > li > ul {
	list-style:none;
	margin:0 0 18px;
	padding:0;
}

#sidebar ul.product-menu ul ul {
	display:none;
}

#sidebar ul.product-menu ul li.current-menu-item ul, #sidebar ul.product-menu ul li.current-menu-ancestor ul {
	display:block !important;
	margin:2px 0 5px 30px;
	padding:0;
}

#sidebar ul.product-menu ul li.current-menu-item ul a, #sidebar ul.product-menu ul li.current-menu-ancestor ul a {
	color:#fff;
}

#sidebar ul.product-menu ul li.current-menu-ancestor ul li.current-menu-item > a {
	color: #a60300;
}

#sidebar ul.product-menu li {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar ul.product-menu li a {
	text-decoration:none;
	display:block;
	color:#eaeaea;
	line-height:1.2em;
	margin-bottom:3px;
	outline:none !important;
}

#sidebar ul.product-menu li.heading > a {
	font-size:14px;
	font-weight:bold;
}

#sidebar ul.product-menu li.margin-top > a {
	margin-top:18px;
}

#sidebar ul.product-menu li a:active, #sidebar ul.product-menu li a:hover {
	color: #a60300;
	text-decoration:underline;
}

#sidebar ul.product-menu li.current-menu-item > a {
	color: #a60300;
	text-decoration:none;
	font-weight:bold;
}

.single-product .product h1 {
	font-family:TitilliumText14L999wt, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom:20px;
	font-size:20pt;
	color:#a60300;
}

.single-product .product h1 a {
	color:#a60300;
	font-size:20pt;
}

.single-product .product .product_image {
	outline:none !important;
	display:block;
	float:left;
	cursor:pointer;
}

.single-product .product .product_image img {
	margin:2px 5px 0 0;
	border:1px solid #222;
	width:90px;
	height:90px;
	max-width:none !important;
}

.single-product .product .product_image.current img, .single-product .product .product_image:hover img {
	border:1px solid #555;
}

.single-product .product .product_image.omega img {
	margin:2px 0px 0 0;
}

.single-product .product .primary img {
	margin:0;
}

.single-product .size-chart img {
	float:right;
}

.single-product .attribute strong {
	color:#ff0000;
}

.fb-like {
	vertical-align:top;
	min-width:100px;
}

.single-product hr {
	border:0;
	color:#fff;
	height:1px;
	width:100%;
	background:transparent url(img/hr-product.png) no-repeat top left;
}

a.dealer-locator {
	cursor:pointer;
}

.single-product .dealer_search_form {
	display:none;
}

table.product-features td {
	vertical-align:middle;
}

table.product-features td .icon {
	max-width:50px !important;
}

.related-products h3 {
	font-family:TitilliumText14L999wt, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#999;
	text-transform:uppercase;
	font-size:18px;
}


.archive #content, .single-product #content {
	min-height:800px;
}

.archive .product, .related-products .product {
	width:166px;
	float:left;
	margin:12px 12px 0 0;
}

.archive .product.omega, .related-products .product.omega {
	margin:12px 0 0 0;
}

.archive .product .product_image, .related-products .product_image {
	display:block;
	text-align:center;
}

.archive .product h2, .archive .product h2 a, .related-products h2, .related-products h2 a {
	color:#eaeaea;
	font-size:12px;
	font-family:TitilliumText25L999wt, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.archive .product h2, .archive .product p, .related-products h2, .related-products p {
	margin:0 0 2px 0;
}

.grid_13 img {
	max-width:100%;
}



.page .profile {
	width:205px;
	float:left;
	margin:12px 12px 0 0;
}

.page .profile.omega {
	margin:12px 0 0 0;
}

.page .profile .image {
	display:block;
	text-align:center;
}

.page .profile h3, .page .profile h3 a {
	color:#ccc;
	font-size:14px;
	font-family:TitilliumText25L999wt, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 0 2px 0;
}

.page .profile h2, .page .profile p {
	margin:0 0 2px 0;
}

.single-profile .product-images .image {
	outline:none !important;
	display:block;
	float:left;
}

.single-profile .product-images .image img {
	margin:2px 5px 0 0;
	border:1px solid #ccc;
}

.single-profile .product-images .image.current img, .single-profile .product-images .image:hover img {
	border:1px solid #999;
}

.single-profile .product-images .image.omega img {
	margin:2px 0px 0 0;
}

.single-profile .product-images .primary img {
	margin:0;
}


.rider-sidebar h3 {
	color: #ccc;
	font-size:16px;
	font-weight:bold;
}

.rider-sidebar .saltwater {
	margin-top:20px;
}

.rider-sidebar ul, .rider-sidebar li {
	list-style:none;
	margin:0;
	padding:0;
}

.rider-sidebar ul li a {
	text-decoration:none;
	display:block;
	color:#ccc;
	line-height:1.2em;

	margin:0 0 3px;
}

.rider-sidebar .current-menu-item {
	color: #a60300;
	text-decoration:none;
	font-weight:bold;
}


.showhide .showhide-title {
	cursor:pointer;
}

.showhide .showhide-content {
	display:none;
}

.error404 #content {
	max-width:700px;
	padding:0;
}

.error404 #content * {
	line-height:0;
}

/* dealer search */
.dealer-search-results .result {
	width:30%;
	min-width:200px;
	padding:0;
	float:left;
	margin:0 3% 20px 0;
}

.dealer-search-results .result h4, .dealer-search-results .result p {
	margin:0;
}


/* tables */
table {
	margin-bottom: 18px;
	text-align: left;
	border-collapse: collapse;
	background:#000;
	color:#eaeaea;
}

table th {
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	border: 1px solid #000;
	background: #333;
}

table td {
	padding: 2px; 
	border: 1px solid #999;
	border-width:1px 0;
	font-size:13px;
	vertical-align:top;
}

table tbody tr:hover td {
	background: #555;
}

table.noformat td, table.noformat tr:hover td {
	border-width:0 !important;
	background:transparent !important;
}

table.size-chart {
	margin-bottom:0;
}

table.size-chart tr:first-child th {
	font-style:italic;	
	padding-left:5px;
	font-size:10pt;
}

table.size-chart tr th {
	text-align:center;
}

table.size-chart tr td {
	text-align:center;
}

/*************** Forms ***************/

form label {
                display: inline-block;
                padding: 0 0 2px;
                font-weight: bold;
				font-size: 0.90em;
				line-height:1.0em;
                }
				
form label.inline {
                display: inline;
                padding: 0;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form p, .bricks form p {
	margin:0 0 8px;
                }
                
form p small {
                font-size: 0.75em;
                color: #6f4900;
				display: block;
				padding-left:3px;
                }
				
				
form input,
form input.text-input,
form select,
form textarea,
form .wysiwyg {
                padding: 6px;
                font-size: 12px;
                background: #fff;
                border: 1px solid #999;
			color: #333;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                }
            
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
form textarea {
                /*width: 97.5% !important;*/
                font-family: Arial, Helvetica, sans-serif;
                }
                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }
                
form label.error { 
	display:inline;
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
	background-image:none;
	background-color:transparent;
	font-size:8pt;
}

form span.required {
	color:#C00000;
	font-weight:bold;
}

.submitbutton, input[type=submit], .submitbutton:hover, input[type=submit]:hover {
	height:25px;
	line-height:24px;
	padding:0 12px;
	display:inline-block;
	background:#a60300;
	color:#eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:13px;
	text-decoration:none;
	border-width:0;
	cursor:pointer;
	font-weight:bold;
}

.submitbutton:hover, input[type=submit]:hover {
	-webkit-box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
	color:#fff;
}

/* homepage */
.page-template-page-home-php .content {
	min-height: 100px;
	padding: 0;
	background:transparent;
}

/* promo */
.page-template-page-promo-php .dealer_search_form {
	clear:both;
	padding-top:15px;
}

.page-template-page-promo-php .dealer_search_form p {
	margin-bottom:9px;
}

.page-template-page-promo-php .dealer_search_form p.zipcode, .page-template-page-promo-php .dealer_search_form p.distance {
	float:left;
	margin-right:15px;
}

.page-template-page-promo-php .dealer_search_form p.submit {
	clear:both;
}

.page-template-page-promo-php table tr td {
	line-height:1.2em;
}

/* product series */
.product_series .content h3 {
	margin-top:25px;
}

.product_series .content h3:first-child {
	margin-top:0;
}

.product_series a.image {
	margin-bottom:3px;
}

.product_series .series-logo {
	padding:10px 0 15px 0
}

.jcarousel-skin-product li a .view {
	position:absolute;
	margin:auto;
	width:48px;
	height:48px;
	padding:5px;
	background:#665F56 url(img/btn-image-view.png) no-repeat center center;
	right:46px;
	top:40%;
	z-index:1000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.jcarousel-skin-product li a {
	position:relative;
	text-decoration:none;
	color:#333;
	font-size:8pt;
}

.series-list {
	margin:0;
	padding:0;
	list-style:none;
}

.series-list li {
	list-style:none;
	background:none;
	margin:20px 20px 0px 0;
	height: 142px;
	padding:62px 0px 0 0 ;
	position:relative;
	width:305px;
	float:left;
}

.series-list li .text {
	width:48%;
	float:right;
	color:#ccc;
	font-style:italic;
	line-height:1.1em;
	font-size:12px;
	text-align:right;
	padding-right:20px;
}

.series-list li .button {
	position:absolute;
	bottom:25px;
	right:20px;
}


/* constant contact form */
.constant_contact_form label {
	font-size:8pt;
}

.constant_contact_form p {
	margin-bottom:8px;
}

.constant_contact_form small {
	line-height:1.1em;
}


/* facebook iframe templates */
.page-template-page-facebook-php, .page-template-page-facebook-promo-php, .page-template-page-facebook-promo-2col-php, .page-template-page-facebook-dealer-search-php {
	background-color:#fff;
	background-image:none;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}

.page-template-page-facebook-php #wrapper, .page-template-page-facebook-promo-php #wrapper, .page-template-page-facebook-promo-2col-php #wrapper, .page-template-page-facebook-dealer-search-php #wrapper {
	background-image:none;
}

.page-template-page-facebook-php .container, .page-template-page-facebook-promo-php .container, .page-template-page-facebook-promo-2col-php .container, .page-template-page-facebook-dealer-search-php .container {
	min-height:100px;
	background:#fff;
	position:relative;
	z-index:2100;
	background-image:none;
	width: 810px;
	margin:0;
	padding:0;
}

.page-template-page-facebook-php .col2-products, .page-template-page-facebook-promo-php .col2-products, .page-template-page-facebook-promo-2col-php .col2-products, .page-template-page-facebook-dealer-search-php .col2-products {
	margin:0 10px;
}

.page-template-page-facebook-php #header, .page-template-page-facebook-promo-php #header, .page-template-page-facebook-promo-2col-php #header, .page-template-page-facebook-dealer-search-php #header {
	display:none;
}

.page-template-page-facebook-php .series-carousel, .page-template-page-facebook-promo-php .series-carousel, .page-template-page-facebook-promo-2col-php .series-carousel, .page-template-page-facebook-dealer-search-php .series-carousel {
	display:none;
}

.page-template-page-facebook-php .content, .page-template-page-facebook-promo-php .content, .page-template-page-facebook-promo-2col-php .content, .page-template-page-facebook-dealer-search-php .content {
	padding: 0px 10px;
	margin:0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.page-template-page-facebook-php .content-top, .page-template-page-facebook-promo-php .content-top, .page-template-page-facebook-promo-2col-php .content-top, .page-template-page-facebook-dealer-search-php .content-top {
	background:none;
}

.page-template-page-facebook-php .content-bottom, .page-template-page-facebook-promo-php .content-bottom, .page-template-page-facebook-promo-2col-php .content-bottom, .page-template-page-facebook-dealer-search-php .content-bottom {
	background:none;
	padding:0px;
	min-height:390px;
}

.page-template-page-facebook-php #footer, .page-template-page-facebook-promo-php #footer, .page-template-page-facebook-promo-2col-php #footer, .page-template-page-facebook-dealer-search-php #footer {
	display:none;
}

.page-template-page-facebook-php #footer_bg, .page-template-page-facebook-promo-php #footer_bg, .page-template-page-facebook-promo-2col-php #footer_bg, .page-template-page-facebook-dealer-search-php #footer_bg {
	display:none;
}

.page-template-page-facebook-php .site-by , .page-template-page-facebook-promo-php .site-by , .page-template-page-facebook-promo-2col-php .site-by , .page-template-page-facebook-dealer-search-php .site-by {
	display:none;
}

.page-template-page-facebook-promo-php .dealer_search_form p, .page-template-page-facebook-promo-2col-php .dealer_search_form p {
	margin-bottom:9px;
}

.page-template-page-facebook-promo-php table tr td, .page-template-page-facebook-promo-2col-php table tr td {
	line-height:1.2em;
}

.page-template-page-facebook-promo-php h2, .page-template-page-facebook-promo-2col-php h2 {
	line-height:0.9em;
}

.page-template-page-facebook-dealer-search-php #content .page-info, .page-template-page-facebook-dealer-search-php #content #sidebar {
	display:none;
}

/* ads */
.footer.ads p {
	margin-bottom:0;
	float:left;
	margin-left:30px;
	margin-top:20px;
}

.footer.ads p:first-child {
	margin-left:0;
}


/* facebook iframe templates */
.facebook-iframe {
	background-color:#fff;
	background-image:none;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}

.facebook-iframe header {
	display:none;
}

.facebook-iframe #content {
    background: #fff;
    box-shadow: 0 0 0 0;
    margin: 0;
    padding: 0;
}

.facebook-iframe footer {
	display:none;
}


.modal #cboxContent {
    margin-bottom: 0 !important;
}

.modal #cboxTitle {
	display:none !important;
}

#colorbox, #cboxContent {
    background: #000000 !important;
}

#colorbox {
	overflow:visible !important;
}

#colorbox:focus {
  outline: none;
}

/* Blog */
#sidebar > ul {
	padding:0;
	margin:0;
	list-style:none;
}

#sidebar > ul > li {
	padding:0;
	margin:0;
	list-style:none;
	margin-bottom:20px;
}

h1 .post-categories {
	padding:0;
	margin:0;
	list-style:none;
}

h1 .post-categories li{
	padding:0;
	margin:0;
	list-style:none;
	display:inline-block;
}

article.type-post {
	margin-bottom: 60px;
}

.archive.tag h1, .archive.category h1 {
	margin-bottom: 40px;
}

article.type-post h1, article.type-post h2 {
	margin-bottom:9px;
	padding-bottom:9px;
	border-bottom:1px solid #c10009;
}


/* =============================================================================
   WooCommerce
   ========================================================================== */

#header .menu-item.cart a:before {
  content: '\f174';
  font-family: 'dashicons';
  padding-right: 4px;
  font-style: normal;
}

.woocommerce  .summary.entry-summary {
  margin: 1.5em 0;
}
   
.woocommerce span.onsale {
  left: inherit;
  position: static;
  top: inherit;
  display: inline-block;
  min-width: 3.5em;
  min-height: 3.5em;
  margin-bottom: 1em;
}

.woocommerce p.price {
  font-size: 1.5em;
}
.woocommerce .price {
  font-size: 1.25em;
  color: #fff;
}
.woocommerce .price del {
  color: #666;
}
.woocommerce .price ins {
  color: #77A464;
  text-decoration: none;
}

.woocommerce table.variations td,
.woocommerce table.shop_table td {
  vertical-align: middle;
  font-size: 14px;
  border: 0 none;
  border-width: 0;
}

.woocommerce table.variations tbody tr:hover td,
.woocommerce table.shop_table tbody tr:hover td,
.woocommerce .cart-collaterals table tbody tr:hover td {
  background: transparent;
}

.woocommerce .single_variation {
  margin-bottom: 4px;
}


.woocommerce  .variations_button {
  margin-bottom: 1.5em;
}

.woocommerce .summary.entry-summary .quantity {
  display: inline;
  margin-right: 6px;
}


.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #900;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: .638em;
  line-height: 1em;
  height: auto;
  position: static;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #C00;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #600;
  color: #fff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: .638em;
  color: #fff;
  background-color: #900;
  height: auto;
  font-size: 14px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #c00;
}


.return-to-shop .button > span,
.woocommerce-message .button > span,
.cart-collaterals .button > span {
  background-image: none;
  display: inline;
  line-height: 1;
  height: auto;
  padding: 0;
  min-width: 0;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 100px;
    font-size: inherit;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #333;
}

#order_review input[type=submit]:hover,
.woocommerce .shop_table input[type=submit]:hover,
.woocommerce .checkout_coupon input[type=submit]:hover {
  background: #c00;
  font-size: 14px;
  border-radius: 3px;
  box-shadow: none;
  line-height: 1;
}

.woocommerce table.shop_table th {
  border: 0 none;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #222;
  border-bottom: 0 none;
  padding: 6px 16px 4px 8px;
}

section.shipping-calculator-form {
  min-height: 0;
  padding: 0;
  background-color: transparent;
  line-height: 1;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 14px;
}

.woocommerce input#coupon_code {
  font-size: 14px;
}

.woocommerce-checkout #payment {
  background: #181818;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #000;
}
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 6px 0;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  margin-left: 12px;
}

input#ship-to-different-address-checkbox {
  margin-left: 8px;
  top: 2px;
  position: relative;
}


/* =============================================================================
   Media Queries
   ========================================================================== */

/* 320px and greater */
@media only screen and (min-width: 320px) {

}/*/mediaquery*/

/* 480px and greater */
@media only screen and (min-width: 480px) {

}/*/mediaquery*/

/* 768px and greater */
@media only screen and (min-width: 768px) {

}/*/mediaquery*/


/* 1280px and greater */
@media only screen and (min-width: 1280px) {
	
	
	
}/*/mediaquery*/


/* 1600px and greater */
@media only screen and (min-width: 1600px) {

	
	
}/*/mediaquery*/


/* 1600px and less */
@media only screen and (max-width: 1600px) {

	

}


/* 1280px and less */
@media only screen and (max-width: 1380px) {

	

}/*/mediaquery*/

/* 1024px and less */
@media only screen and (max-width: 1024px) {

	.container { padding:0; background:#000; }
	
	.subheader {
		max-width:100%;
		padding:0 10px 0 200px;
	}
	
	.container-bottom { max-width:100%; background-position:top center; }
	
	#header #logo a {
		left:10px;
	}
	
	#menu {
		left:200px;
	}
	
	#menu ul {
		padding:0;
	}
	
	#menu ul li a {
		padding:0 20px;
	}
	
	#menu li.remove-separator a {
		background:url(img/menu-separator.png) no-repeat left center;
	}
	
	#menu li.homepage {
		display:none;
	}
	
	ul.menu { margin:0; }
	
	.home .grid_8 {
		width: 50%;
		padding: 0 2%;
		margin: 0;
	}
	
	.fb-like-box, .fb-like-box span, .fb-like-box iframe { max-width:100%; }
	
	#footer .copyright a, #footer .copyright {
		padding:0 10px;
	}

}/*/mediaquery*/

/* 960px and less */
@media only screen and (max-width: 960px) {
	.wrapper {max-width:100%;}
	
	.col2-products > .first{ width:50% !important; }
	.col2-products > .last{ width:40% !important; }
	
}/*/mediaquery*/


/* 850px and less */
@media only screen and (max-width: 850px) {

	#header #logo {
		background:url(img/bg-header-stripe.png) repeat-x left 38px;
		text-align:center;
		text-indent:0;
		position:absolute;
		width:100%;
		top:30px;
	}
	
	#header #logo a {
		position:relative;
		display:inline-block;
		text-indent:-9999px;
		text-align:left;
	}
	
	#menu {
		background:#b3b3b3;
		height:50px;
		top:132px;
		position:relative;
		left:0;
	}
	
	#menu ul li {
		width:16%;
		text-align:center;
	}
	
	#menu ul li a {
		line-height:65px;
		padding:0;
		margin:0;
	}
	
	.subheader {
		position: absolute;
		height: 38px;
		width: 100%;
		background: #1e1e1e;
		top: 0;
		padding: 0 10px;
	}
	
	#header {
		min-height: 185px;
	}
	
	#header_bg {
		background:#1e1e1e;
	}

}/*/mediaquery*/

/* 720px and less */
@media only screen and (max-width: 720px) {
	#menu ul li a {
		font-size:13px;
		margin:0;
	}
	
	#footer {
		padding:10px 20px;
	}
	
	.container-bottom {
		display:none;
	}
	
}/*/mediaquery*/

/* 600px and less */
@media only screen and (max-width: 600px) {

	#header {
		min-height: 250px;
	}
	
	#menu {
		top: 155px;
		background:none;
	}
	
	#menu ul li {
		width:32%;
		margin:0.5%;
	}
	
	#menu ul li a {
		font-size:15px;
		background:#e0e0e0 !important;
		line-height:40px;
	}
	
	.col2-products > .first{ width:95% !important; margin:0 auto; float:none; }
	.col2-products > .last{ width:95% !important; margin:0 auto; float:none; }
	.technology section {
		height: auto;
		background:#A10510;
	}
	
	.product-menu {
		display:none;
	}
	
	select.product-menu {
		display: block;
		background: url('img/select-arrows.png') no-repeat scroll right center #BE0009;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		padding: 5px 10px;
		margin: 10px auto;
		border: 1px solid #444;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 100%;
		color:#fff;
	}
	
	select.product-menu option {
		color:#000;
	}
	
	.freshwater ul, .saltwater ul {
		display:none;
	}

}/*/mediaquery*/

/* 480px and less */
@media only screen and (max-width: 480px) {
	
	#header #logo {
		position:relative;
		height:100px;
		background:none;
		top:35px;
	}
	
	#header #logo a {
		text-indent:-9999px;
		width:100%;
		height:100px;
		display:block;
		background:transparent url(img/logo-mobile.png) no-repeat center center;
		left:0;
	}
	
	#header {
		min-height: 232px;
	}
	
	#menu {
		top: 40px;
	}
	
	.subheader .right {
		display:none;
	}
	
	.archive .product, .related-products .product {
		width:100%;
		float:none;
		margin:12px 0;
		text-align:center;
	}
	
	footer {
		padding:10px;
	}
	
	#logo-footer {
		float:none;
		width:100%;
		height:50px;
		text-align:right;
	}

	#logo-footer a {
		text-indent:-9999px;
		height:100%;
		background:url(img/bg-footer.png) no-repeat center center;
		background-size:100%;
		color:#999;
	}
	
	footer #menu > ul > li {
		float:left;
		margin:0 10px 0 0px;
		width:21%;
	}
	
	footer #menu > ul > li a {
		text-align:left;
	}

	footer > #menu > ul > li li {
		display:block;
		float:none;
	}
	
	footer .social {
		float:right;
		width:100%;
		padding:0 10px;
	}
	
}/*/mediaquery*/

/* 460px and less */
@media only screen and (max-width: 460px) {

	#header #logo {
		top:65px;
	}
	
	#header {
		min-height: 262px;
	}
	
	#menu {
		top: 70px;
	}

}

	
}

/* Retina screens */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}/*/mediaquery*/
