/*
Theme Name: Randall2
Template: reveal
Author: Hatchet Design LLC
Theme URI:      http://www.randallknives.com
Description:    Proprietary Randall Made Knives theme for sole use by RMK
Author URI:     http://hatchetdesign.com
Version:        0.2.0

TABLE OF CONTENTS

01 - Reset
02 - Global
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - Footer
*/

/* /////////////////////////////////////////////////////////////////////
//  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;
}

html {height: 101%;}

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; max-width: 100%; height: auto;}

img.drop-caps {width: auto; height: auto; max-width: 67px;}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

.project.main img,
.post p img,
.page p img,
.postThumb,
video,
object,
embed,
div.wp-caption img {
	max-width: 100% !important;
	height: auto;
}

.wp-caption {
	width: auto !important;
}

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope-item { -webkit-transition-duration:0.8s; }

/**** Video Embeds ****/

p.caption{font-size: 10px; font-style: italic; line-height: normal;}

::selection {
  background: #DCA200 !important; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #DCA200 !important; /* Gecko Browsers */
}

/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	color: #494949;
	background: url(images/mainbg.png) fixed #f0f0f0;
	line-height: 140%;
}

p {
	margin: 0 0 14px 0;
}

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

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a{
	color: #CC3500;
}

a:hover {
color: #8e0000 ;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 10px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	color: #000;
	line-height: 125%;
}

h1{font-size: 30px;}

h2{font-size: 24px;}

h3{font-size: 20px;}

h4{font-size: 16px;}

blockquote, address {
	margin: 0 0 20px 0;
	padding: 0 30px 0 30px;
	font-style: italic;
	font-size: 1.2em;
	font-family: Georgia, Times, "Times New Roman", serif;
}

blockquote {
	background: transparent url(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="text"], input[type="email"], input[type="tel"], textarea {
	background-color: #fafafa;
	padding: 10px;
	font-family: 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #6a6a6a;
	border: 1px solid #BBB;
	background:	#fafafa url(images/field_bkg.png) repeat-x;
}

input[type="text"]:focus {outline: none; background-color: #f7f7f7;}
textarea:focus {outline: none; background-color: #f7f7f7;}

textarea { width: 80%; font-size: 13px;}

.compsans, .entry-title{font-family: 'BebasNeueRegular', sans-serif; font-weight: normal;}
.sans{font-family: 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;}
.serif{font-family: Georgia, Times, "Times New Roman", serif;}
h1.entry-title{font-size: 36px;}


/* 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;
}

.wp-caption-text {
	font-size: .75em;
	text-align: left;
	padding-top: 7px;
}

#alertbar{
	    background: url(images/body-bg5.png) #98E3B5;
	    color:#000;
	    text-align: center;
	    padding: .5rem 2rem;
	    font-size: .875em;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout
//////////////////////////////////////////////////////////////////////*/

#hcontainer {
	width: 100%;
	/*min-width: 1000px;*/
	margin: 0 auto;
	height: auto;
	background: url(images/rotator/rotator.php) no-repeat center bottom fixed;
}




.bgabs{
	position: absolute;
	top:250px;
}
.bgfixed{
	position: fixed !important;
	bottom: 0px !important;
	background-attachment: fixed;
}

#main {
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/rockywall.png) rgba(255,255,255,0.85);
	max-width: 960px;
	width: 100%;
}

.home #main {
	border: none;
}

.home.page #content {
	padding-top: 30px !important;
}

#main.full {
	background: none;
}

#content {
	padding: 0 0 0 0;
	float: left;
	margin: 0 0px 0 0;
	position: relative;
	width: 100%;
}

#sidebar {
	width: 19%;
	float: left;
	margin: 12px 12px 0 3%;
	padding: 0 0 0 0;
}



.home #sidebar {
	padding: 30px 0 0 0;
}

#footer {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{
	width: 100%;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 100;
	background: url(images/headbg.png) no-repeat center top;
}

#header .inside{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 38px 0 0 0;
	background: transparent url(images/head-bg.png) no-repeat center top;
}

#logo {
	padding: 0 0 40px 0;
	margin:0 auto;
	display: block;
	max-width: 480px;
}

#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: #575757;
	margin: 0;
}

#header h1 a, #header h1 a:hover{
	color: #fff !important;
}


/* Top level navigation */

#mainNav{
	font-family: 'Ubuntu', Helvetica, arial, sans-serif;
	background: url(images/green-fibers.png);
	border-radius: 10px 10px 0 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
}


#mainNav .menu-main-container{
	display: table;
	margin: 0 0 0 20px;
}

#mainNav ul{display: inline; margin:0; }

#mainNav ul li{display: inline;}

#mainNav ul li a{
	line-height: 16px;
	color: #AAA;
	font-size: 14px;
	padding-right: 12px;
	margin: 10px 12px 10px 0px;
	border-right: solid #666 2px;
	text-transform: uppercase;
	font-weight: 700;
}

#mainNav ul li:last-child a{border-right:none; }

#mainNav ul ul a{
	line-height: 15px;
	font-weight: normal;
	border-top: 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,
#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: #d9d67c;
}

#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover {
	text-decoration: none;
	color: #fff;
}

/* Second level+ dropdowns */

#mainNav ul ul {
	padding: 0 0px 0 0px !important;
	margin-top: -1px;
	background: url(images/green-fibers.png);
}


#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 !important;
}

#mainNav ul ul li a {
	padding-left: 20px;
	font-weight: normal;
	border: none !important;
	font-weight: bold;
	font-size: 12px;
	}

#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: 12px 0 0 40px;
	padding: 0 0 30px 0 !important;
	width: 68%;
	float: left;
	font-size: 1em;
}

#content.full {
	margin: 12px 40px 20px 40px;
	padding: 0 0 0 0 !important;
	width: 90%; /*880px*/
}

#content.fullProjects{
	width: 100%;
	margin-left: 0;
}

#content.fullProjects .page{
	margin: 0 30px 0 30px;
}


#content.threeFourth .page {
	width: 99%;
}

.home #content.threeFourth {
	padding-top: 30px !important;
}

#content .post {
	margin: 0 0 30px 0px;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
	min-height: 245px;
	width: 98%;
}

.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;
	line-height: 1.5em;
}

#content .post.lastPost {
	border-bottom: none;
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{
	color: #111111 ;
}

#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: #8e0000 ;
}

.featit{
margin-bottom: 0px; padding: 4px 12px; background: #D9D688; border-radius: 6px 6px 0px 0px
}

#content .postThumb{
	margin: 0 0 20px 0 !important;
}


#pageHead {
	padding: 10px 0 24px 0;
	margin: 0 40px 0 40px;
	background: url(images/gold-sep.png) no-repeat center bottom;
	position: relative;
}

#pageHead h1 {
	font-size: 36px;
	letter-spacing: 1px;
	line-height: .9em;
	padding: 0;
	margin-bottom: 0;
	display: block;
	font-family: 'BebasNeueRegular', sans-serif;
	font-weight: normal;
}

#pageHead div {
	margin-top:-26px;
	padding: 10px 0 0 0!important;
	color: #b2b2b2;
	line-height: 1em;
	float: right;
}

#pageHead div span:after{
	content: '|';
	padding: 0px 4px;
}

#pageHead div span:last-child:after{content: ''; padding: 0;}

/*Home Message------------------*/

#homeMessage {
	margin: 0 3% 0 3%;
}

#homeMessage.withBorder {
	border-bottom: 1px solid #e4e4e4;
}

#homeMessage p{
	font-size: 3.125em;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 1.1em !important;
}



/*Portfolio Navigation------------------*/

#content #portfolioNav{
	padding: 0!important;
	margin: 0 0 20px 0!important;
}

#content #portfolioNav li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 6px 6px 0;
	display: block;
	float: left;
}

#portfolioNav li a{
	font-size: 12px;
	background: #f3f3f3;
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding: 0 6px 0 !important;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 24px;
	color: #7d7d7d;
}

#portfolioNav li a:hover {
	background: #6a6a6a;
	color: #fff;
}

#portfolioNav li.current-cat a {
	background: #12aee8;
	color: #fff;
}

/*Portfolio-----------------*/

#filterNav {
	margin-bottom: 30px!important;
	display: block;
}

.thumbs {
	-webkit-transition-duration:0.8s;
}

/*Project Filter Navigation------------------*/

#content #filterNav{
	padding: 0 0 0 68px !important;
	margin: 0 0 20px 0!important;
	background: url(images/filter.png) no-repeat;
	min-height: 30px;

}

#content #filterNav li{
	padding: 1px 0 0 0;
	background: none;
	margin: 0 8px 8px 0;
	display: block;
	float: left;
	font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

#filterNav li a{
	font-size: 11px;
	background: #bcaaaa;
	box-shadow: inset 0px 0px 8px #222;
	-moz-box-shadow: inset 0px 0px 8px #222;
	-webkit-box-shadow: inset 0px 0px 8px #222;
	color: #FFF !important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 4px 8px !important;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 20px;
}

#filterNav li a:hover {
	background: #D0CD64;
	color: #fff !important;
}

#filterNav .selected {
	background: #6a6a6a;
	color: #fff !important;
}


/*Projects------------------*/

.page-template-portfolio-php #pageHead {
	border-bottom: none;
	margin-bottom: 0;
}

.page-template-portfolio-php #pageHead.withBorder {
	border-bottom: 1px solid #e4e4e4;
}

#ajaxLoading {
	width: 16px; height: 16px;
	background: transparent url(images/ajax_loading.gif) no-repeat;
	position: absolute;
	left: 3%;
	top: 30px;
	display: block;
	display: none;
}

#projects {
	margin: 0 0 -20px 40px;
	max-width: 920px;
}

#projects {
	list-style: none;
}

#projects .thumbs {
	margin: 0 auto;
}

#content #projects li{
	padding: 0;
	background: none;
}

#content .project.small{
	max-width: 420px;
	display: block;
	margin: 0 40px 40px 0;
	opacity: 0;
	padding-bottom: 0px;
	position: relative;
	zoom: 1;
}

#content .project.small img{
min-height: 128px;
}
.pro-desc p{margin-bottom: 0px;}
.pro-desc{
	padding: 10px 16px 30px 16px;
	background: url(images/gray_sand.png) #393939;
	border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	-webkit-border-radius: 0px 0px 12px 12px;
	color: #FFF;
	min-height: 100px;
	position: relative;
	font-size: .95em;
	line-height: 125%;
	}

.pro-desc a.rbutsm{
	position: absolute;
	bottom: -10px;
	right: 20px;
	color: #FFF !important;
}

.pro-desc h3{font-weight: bold; color: #afafaf; font-size: 14px; border-bottom: #a63710 2px solid; padding-bottom: 4px; text-shadow: 2px 1px 2px #000;}
.pro-desc a:hover h3{text-shadow: 0px 0px 8px #000; color: #FFF;}

.kcust h4, .kdesc h4{
	font-weight: bold;
	color: #777;
	font-size: 18px;
	border-bottom: 4px double #777;
	padding-bottom: 6px;
}

#content .kcust ul{
list-style-type: none;
margin: 0;
}

.kdesc p{
	font-size: 14px;
	font-style: italic;
}

#content .project.small img{
	margin: 0 0 0 0 !important;
}

#content .project.small .title {
	display: none;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
	line-height: 1.1em;
	background: transparent url(images/black_alpha_50.png);
	text-align: center;
	text-transform: uppercase;
	line-height: 118px;
	letter-spacing: 1px;
	text-shadow: 0px 1px 4px #000;
	cursor: pointer;
}

#content .project.small.selected .title{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	display: block;
	visibility: visible;
}

#content .project.small .title span{
	height:118px;
	width:100%;
	display: block;
}

#projectBox {
	padding: 0 0 0 0;
	overflow: hidden;
	background: url(images/concrete_wall_3.png) #e2e2e1;
	height: auto;
	margin-bottom: 30px;
	box-shadow: inset 0px 0px 10px #888;
}

#projectHolder {
	margin: 0 3% 0 3%;
	height: auto;
	display: none;
}

.projectHeader {
	margin-bottom: 10px;
	padding: 0 0 0 0;
	position: relative;
}

.projectHeader h1{
	margin: 0;
	display: block;
	font-size: 20px;
	padding-bottom: 4px;
	border-bottom: #FFF solid 2px;
}

#pageHead .projectNav {
	top: 5px;
}

#content .non-catalog a img{ box-shadow: inset 0px 0px 10px #777;}
.projectNav {
	padding-top: 0;
	position: absolute;
	right: -10px;
	top: -5px;
}

.projectNav a{
	display: block !important;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}

.projectNav div {
	float: left;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}
.projectNav .previous, .projectNav .next {display: none;}
.projectNav .previous {
	margin-right: 10px;
}

.projectNav .closeBtn{
	background: transparent url(images/close_btn.png) no-repeat;
	background-position: 0 -20px;
}

.projectNav .closeBtn:hover{
	background-position: 0 0;
}

.projectNav .previous a{
	background: transparent url(images/project_nav_btn.png) no-repeat;
	background-position: -20px -20px;
}

.projectNav .previous a:hover{
	background: transparent url(images/project_nav_btn.png) no-repeat;
	background-position: -20px 0px;
}

.projectNav .previous.inactive {
	background: transparent url(images/project_nav_btn.png) no-repeat;
	background-position: -20px -40px;
}

.projectNav .next a{
	background: transparent url(images/project_nav_btn.png) no-repeat;
	background-position: 0 -20px;
}

.projectNav .next a:hover{
	background: transparent url(images/project_nav_btn.png) no-repeat;
	background-position: 0 0px;
}

.projectNav .next.inactive {
	background: transparent url(images/project_nav_btn.png) no-repeat;
	background-position: 0 -40px;
}

.project.ajax {
	padding-top: 30px;
}

.project .visuals {
	float: left;
	padding: 0;
	margin-bottom: 30px;
	padding-top: 5px;
}

.project .visuals .flexslider {
	margin-bottom: 0;
}

.project .details {
	float: right;
	width: 22%;
	padding: 0px 0 0 0;
}

.project .left h1{
	font-size: 20px;
	margin-bottom: 15px;
}

.single-projects #content {
	width: 70%;
}

#projectHolder .knives{
border-bottom: none;
margin-bottom: 0px;
}

/*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;
}

.woocommerce #hcontainer div.product div.summary, .woocommerce-page #hcontainer div.product div.summary, .woocommerce #hcontainer #content div.product div.summary, .woocommerce-page #hcontainer #content div.product div.summary{
	width:100%;
	float: none;
}

/*Gallery------------------*/

.gallery {
	padding-top: 0px;
	margin-bottom: 25px!important;
	margin-top: 0px !important;
}

.gallery-item {
	margin-top: 0px!important;
	margin-bottom: 25px!important;
}

.gallery img {
	border: none!important;
}

#projectBox .gallery {
	margin-top: -15px !important;
}

/*Lists------------------*/

#content ul{
	margin:  0 0 25px;
	list-style-type: disc;
}

#content ul.products li.product{margin-right: 60px;}

#content .gform_body ul{margin:0;}

#content ul li{
	margin: 0 0 10px 0;
	line-height: 1.4em;
	list-style-type: none;
}

#content ol li{
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

#content ol{
	margin: 0 0 20px 20px;
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {
	padding-top: 10px;
}

/*////////////////////////////////////////////////////////////////////
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

/* FlexSlider Necessary Styles ------------------*/

#projectBox .flexslider { margin-bottom: 30px; }
.flexslider {width: 100%; margin: 0 0 50px 0; padding: 0; text-align: center; border: 1px solid transparent;}
.flexslider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
#content .flexslider .slides {padding-top: 0 !important; margin-top: 0 !important;}

/* FlexSlider Default Theme------------------*/

.flexslider {position: relative; text-align: center;}
#content .flexslider .slides  li {position: relative; padding-top: 0 !important;}

#content .flexslider .slides  li img{margin: 0 auto;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}

/* Direction Nav */
.flex-direction-nav li a {z-index: 100; width: 30px; height: 30px; margin: -15px 0 0; display: block; background: transparent url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background-position: -30px 0; right: 10px;}
.flex-direction-nav li a.next:hover {background-position: -30px -30px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: 10px;}
.flex-direction-nav li a.prev:hover {background-position: 0 -30px;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav ------------------*/
#content .flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;margin: 0;}
#content .flex-control-nav li {margin: 0 3px 0 3px; display: inline-block; zoom: 1; *display: inline;}
#content .flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(images/slideshow_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
#content .flex-control-nav li a:hover {background-position: 0 -13px;}
#content .flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

.flexslider img {
	height: auto !important;
}

#content .flexslider .slides {
	margin: 0;
}

#content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;
}

#knifeslider {
	width: 103.7%;;
	height: 175px;
	background: url(images/rmk_06.jpg) no-repeat center;
	position: relative;
	right: -6px;
	display: block;
	top: -15px;
	margin-bottom: 0;
	z-index: 10;
}



/*////////////////////////////////////////////////////////////////////
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/

a.button, #footer a.button, #searchsubmit, input[type="submit"]  {
	font-size: 12px;
	background: #757575 url(images/btn_bkg.png) repeat-x;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);
	position: relative;
	cursor: pointer;
	font-weight: bold;
	padding: 5px 15px 5px;
	border: 1px solid rgba(0,0,0,.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px 0 0;
	line-height: normal !important;
}

a.button, #footer a.button {
	padding: 6px 15px 5px;
}

#searchsubmit {
	padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	background-color: #595959;
}


/*////////////////////////////////////////////////////////////////////
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

.sidebarBox {
	position: relative;
	margin: 0 0 30px 0;
}

#sidebar p {
	margin-bottom: 12px;
}

#sidebar li {
	font-size: 1em;
}

#sidebar .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
}

/*/////////////////////////////////////////////////////////////////////
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

.homeWidgets {
	margin: 0;
	padding: 30px 0 0 0;
	border-bottom: 1px solid #e4e4e4;
}

.homeWidgets .inside{
	margin: 0 0 0 -30px;
}

.homeWidgets .widgetBox {
	float: left;
	margin: 0 0 10px 30px;
}

#sidebar .widgetBox h3,
#footer .widgetBox h3{

}

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {
	font-style: italic;
}

#sidebar ul, #footer ul, .homeWidgets ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	line-height: 1em;
	background: none;
	position: relative;
}

#sidebar ul li, #footer ul li, .homeWidgets ul li{
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;
	line-height: 1em;
	background: none;
}

#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;
}

.widgetBox{font-size: 80%;}


/*Search------------------*/

.widget_search {
	display: inline-block;
	padding: 0 !important;
}

.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 10px 7px 10px !important;
	line-height: normal!important;
	width: 195px;
	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;
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {
	font-size: 13px !important;
	margin-bottom: 2px;
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {
	line-height: 1.1em;
}

.ttrust_recent_posts .firstPost p{
	margin-bottom: 10px;
}

.secondaryPost {
	padding: 10px 0 0px 0;
}

.ttrust_recent_posts .thumb{
	float: left;
	margin: 0 12px 0 0;
	padding: 3px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.ttrust_recent_posts li {
	margin-bottom: 30px;
	border: none;
	display: block;
}


/*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{
	background: #7a7a7a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#sidebar .widget_tag_cloud a{
	background: #f3f3f3;
}

#footer .widget_tag_cloud a{
	background: #e5e5e5;
}

.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;
}

ul#twitter_update_list li{
	line-height: 1.4em !important;
}

.twitterLink a{
	font-style: italic;
}



/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
	float: left;
	margin: 0 12px 12px 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #e1e1e1;
}

#flickrBox .flickrImage img {
	width: 50px;
	height: 50px;
}




/*/////////////////////////////////////////////////////////////////////
//  10 - 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;
}

#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(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: .75em;
}

.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 0px;
}

#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;
}




/*////////////////////////////////////////////////////////////////////
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/

.pagination {
	width: 98%;
	padding: 0 0 20px;
	clear: both;
	margin: 0 0 15px 0;
}

.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;
}


/*////////////////////////////////////////////////////////////////////
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

#footerfade{background: url(images/rnkfooter_07.png) repeat-x bottom;
	min-height:100px;
	width: 100%;
	position: relative;
	z-index: 5;
}

#footer {
	color: #a2a2a2;
	background: #000;
}

#footer a {
	color: #797979;
}

#footer a:hover {
	color: #5b5b5b;
}

#footer .inside {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px 20px 10px;
}

#footer .secondary {
	margin:0;
}

#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}
#footnav{float:left;padding-left:15px; margin-left:2px; border-left:2px solid #444; margin-top: 13px;}

#footnav ul{clear: both;}
#footnav ul li{
	float: left;
	font-size:11px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 4px 0 4px 4px;
	padding-right: 4px;
	border-right: 1px solid #444;
}

#footnav ul li:last-child{border: none; margin-right: none;}


@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#homecon-left, #homecon-right{ position: absolute; top:100px; font-size: 12px; text-transform: uppercase; line-height: 20px; color: #999; font-weight: 500;}
#homecon-left h2, #homecon-right h2{font-size: 14px; font-weight: bold; margin-bottom: 0px; color: #777;}
#homecon-left{left:0px;}
#homecon-right{right:0px; text-align: right;}

.sevenfivepatch {
	position: absolute;
	z-index: 99;
	left: -60px;
	top: 0px;
	width: 158px;
	height: 157px;
	display: block;
}
.sevenfivepatch img, .footfivepatch img {width:100%;}

.footfivepatch{	height: 217px;
	width: 158px;
	display: block;
	margin:0 auto;
	padding: 30px 0;
}

a#orderlink{
	height: 36px;
	line-height: 36px;
	padding: 0px 16px;
	background: url(images/body-bg5.png) #CC3500;
	display: block;
	position: absolute;
	right:0px;
	top:0px;
	color: #CCC;
	border-top-right-radius: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

a:hover#orderlink{color: #EEE; background: url(images/body-bg5.png) #e94306;}

/* common */

	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}

	.clear{clear:both;}
	.block{display:block;clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* percentage based grid */

		/*
			class name .cols used for column containers
			class name .col used for individual columns
		*/

		.cols{margin-bottom:1em;} /* main column container class */
		.col, .col2, .col3, .col4, .col5{
			float:left;
			display:inline;
			margin-left:3.5%;
			}
		.col{width:48%;} /* 2 equal width columns - default */
		.cols3 .col{width:29%;} /* 3 equal width columns */
		.cols4 .col{width:22%;} /* 4 equal width columns */
		.cols5 .col{width:18.4%;} /* 5 equal width columns */
		.cols6 .col{width:15%;} /* 6 equal width columns */

		/* double width columns */
		.cols3 .col2{width:66%;}
		.cols4 .col2{width:49%;}
		.cols5 .col2{width:38.8%;}
		.cols6 .col2{width:32%;}

		/* triple width columns */
		.cols4 .col3{width:74.5%;}
		.cols5 .col3{width:59.2%;}
		.cols6 .col3{width:49%;}

		/* quadruple width columns */
		.cols5 .col4{width:79.6%;}
		.cols6 .col4{width:66%;}

		/* quintuple width columns */
		.cols6 .col5{width:83%;}

/* percentage based grid */

.homess p{font-size: 15px; line-height:130%; text-align: justify;}

.fullsep{
background: url(images/rmk_14.png) no-repeat center;
display: block;
height: 13px;
width: 100%;
clear: both;
margin-bottom:1.85em;
}

.kname{position: absolute;text-align: right;right:30px;bottom:8px;font-weight: bold; font-size: 9px;color: #818181;}

#mainbgfade{background: url(images/mainbgfade.png) no-repeat; max-width:960px; width:100%; height:128px; display: block; margin:0 auto -100px; position: relative; z-index: 4;}

a.rbutsm{background: url(images/body-bg5.png) #e19f0f; padding: 6px 16px; box-shadow: inset 0px 0px 5px #333; color: #FFF !important; text-transform: uppercase; font-weight: bold; font-size: 10px; line-height: 10px; display: inline-block;}

a:hover.rbutsm{box-shadow: inset 0px 0px 5px #000; color: #000;}

#pageHead p{position: absolute; right: 0px; bottom: 24px; color: #878787; font-weight: bold; font-style: italic; font-size: 12px; text-transform: uppercase;}

.kprice{position: absolute; right:0px; bottom: 0px; font-size: 14px; text-align: right;}
.kprice h4{padding:6px 12px; background: #FFF; border-radius: 14px 14px 0px 0px; border-bottom: 1px solid #999; box-shadow: 3px 3px 6px #BBB; font-size: 14px;}

#timeline {background: url(images/time_03.png) 0px -3px repeat-y; padding: 20px 0; border-bottom: 3px solid #B1B1AB; border-top: 3px solid #B1B1AB;}
#timeline ul{list-style-type: none; margin:0 0 0 -7px;}
#timeline ul li{background: url(images/time_06.png) no-repeat 0px 12px; padding-left: 60px; position: relative; }
#timeline ul li .tentry{padding:10px 16px; background: url(images/clean_textile.png) #FFF; border:1px solid #CCC; width: auto; box-shadow: 2px 2px 3px #AAA; margin-bottom: 20px; font-size: 12px;}
#timeline ul li .tentry:after{content: ''; position: absolute; width:30px; height:30px; display: block; background: url(images/timearrow.png) no-repeat; top:6px; left:31px; }
.wentry{padding:4px 8px; background: #B1B1AB; text-transform: uppercase; color: #FFF; font-size: 10px; font-weight: bold; letter-spacing: 1px;}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

.tentry .year{font-family: Georgia, serif; font-weight: bold; font-size: 16px; margin-bottom: 6px;}

.knives .inside h1{border-bottom: 1px #666 dotted;}

.knives{border-bottom: solid 3px #666; margin-bottom: 30px;}

.fraqs{}
.fraqs h2{margin-top: 16px; padding-top: 30px; border-top: 1px dotted #999; font-size: 18px; color: #C1BE68;}

.fraqs h4{cursor: pointer; background: #DDD; text-transform: none; padding: 4px 8px; font-size: 14px; border-radius: 4px; margin-bottom: 12px;}
.fraqs p{margin-bottom: 24px;}
.fraqs h4:hover{background: #D9D688;}
.fraqs a, #main a{color: #EAA522; font-weight: bold;} .fraqs a:hover, #main a:hover{text-decoration: underline;}
.archknife{position: relative;}
.archknife a.rbutsm{position: absolute; top:5px; right:0px;}

}

.homess .col{
width:47% !important;
}
table.features td.timage{ vertical-align: top; text-align: center; background: url(images/sidearrow.png) no-repeat right 20px #fff; }
table.features td{
vertical-align: middle;
border: 1px #D9D688 solid;
padding: 20px;
background: #EEE;
}

.timage img{max-width: none;}

table.fgrid td.timage{background: url(images/gridarrow.png) no-repeat 20px bottom #fff;}
table.fgrid td.gridcol{background: #EEE}

table.features td.gridcol{vertical-align: top;}

/*Duplicate for Divs*/
table.features div.timage{ vertical-align: top; text-align: center; background: url(images/sidearrow.png) no-repeat right 20px #fff; }
table.features div{
vertical-align: middle;
border: 0px #D9D688 solid;
padding: 20px;
background: #EEE;
}

table#handle-features td{
vertical-align: top;
border: 1px #D9D688 solid;
padding: 0px;
background: #EEE;
}

table.fgrid div.timage{background: url(images/gridarrow.png) no-repeat 20px bottom #fff;}
table.fgrid div.gridcol{background: #EEE}

table.features div.gridcol{vertical-align: top;}

table#handle-features div.timage{
	border-bottom: 1px #D9D688 solid;
}



table.features img{display: inline;}

table.features{
margin-bottom: 30px;
}
#gforms_confirmation_message{margin: 0 !important; color: green; font-style: italic;}

/*////////////////////////////////////////////////////////////////////
// WOOCOMMERCE
////////////////////////////////////////////////////////////////////*/
body.theme-randall #content div.product div.summary{
	float: none;
	width: 100%;
}
form.woocommerce_ordering{display: none;}
a.button, button.button, input.button, #respond input#submit, #content input.button{font-size: 14px !important;}

div.quantity.buttons_added{display: none;}

 .woocommerce #content a.button.alt, .woocommerce-page #content a.button.alt, .woocommerce #content button.button.alt, .woocommerce-page #content button.button.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce #content #respond input#submit.alt, .woocommerce-page #content #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt{
	background: #ffb535; /* Old browsers */
background: -moz-linear-gradient(top,  #ffb535 0%, #da9c00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb535), color-stop(100%,#da9c00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffb535 0%,#da9c00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffb535 0%,#da9c00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffb535 0%,#da9c00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffb535 0%,#da9c00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb535', endColorstr='#da9c00',GradientType=0 ); /* IE6-9 */

    border-color: #764444;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

span.sku_wrapper{display:none;}
.type-page .gform_wrapper{margin:0;}
ul.cart_list li img, ul.product_list_widget li img{display: none;}
ul.cart_list li a, ul.product_list_widget li a{
	margin-bottom: 10px;
}

#customer_details{margin-bottom: 30px;}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before{padding-top: 0 !important;}
tr.shipping{display:none;}
tr.cart-subtotal{display: none;}
.cart-collaterals .cart_totals{width:auto !important;}
.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th{border-top: none !important;}
tr.total{font-size: 20px;}

#input_1_45{background:none; border:none; font-size: 1.25em;}
li#field_1_45 .ginput_container:before{content: 'Base Price: $'; display: inline;}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	top:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(images/ui.totop.png) no-repeat left top;
	z-index: 100;
}
.videoContainer{max-width: 100%;}
#toTopHover {
	background:url(images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

span.featprice{color: green; font-style: italic;}
#content ul.simmod{margin:0; list-style-type: none;}
#content ul.simmod li{float:left; margin: 0 8px 4px 0; display: inline;}

ul.bulleted{list-style-position: inside; list-style-type: none;}
#content .xcust ul li{list-style-type: none;}
#content .xcust ul{margin: 0 0 26px 0;}
.no-height{height:0px; margin:0px; padding: 0px;}

#content .variation dd ul.bulleted, #content .variation dd ul.bulleted li {list-style-type: none; margin: 0;}
dl.customer_details{margin-bottom: 20px;}

#content .order_details li{float:none; padding: none; font-size: inherit; border:none;}
#content .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {font-size: 14px !important;}
.gform_wrapper .top_label .gfield_label {text-transform: uppercase;}
#input_1_15, #input_1_13{text-transform: uppercase;}
body.woocommerce-cart .woocommerce #content table.cart a.remove, .woocommerce table.cart a.remove, .woocommerce-page #content table.cart a.remove, .woocommerce-page table.cart a.remove{border:2px solid #CCC; background-color: #CCC; font-size: 2em !important;
height: 1.25em !important;
width: 1.25em !important;}
.remove_text{text-transform: uppercase; font-size: .75em; line-height: 1; display: block; margin-top: 8px;}
table.cart a.remove:hover, #content table.cart a.remove:hover{border:2px solid red; }
#content .gform_wrapper input[type="text"], #content .gform_wrapper input[type="url"], #content .gform_wrapper input[type="email"], #content .gform_wrapper input[type="tel"], #content .gform_wrapper input[type="number"], #content .gform_wrapper input[type="password"]{font-size: 14px; padding: 10px 12px;}
#content .gform_wrapper select {font-size: inherit;}
.ginput_product_price{ font-size: 16px; font-weight: bold;}
#content li.gfield{margin-bottom: 30px;}
#content .gcontact li.gfield{margin-bottom:0px;}
td.product-name{font-size: 16px; margin:10px 0; } #content td.product-name dl.variation{font-size: 14px; margin:10px 0 10px 10px;}
.kcust{min-height: 300px; padding-bottom: 60px;}
.payment_method_firstdata{display: block !important;}
.gform_wrapper{display: inline !important;}
#content .gform_wrapper .top_label input.large, #content .gform_wrapper .top_label select.large, #content .gform_wrapper .top_label textarea.textarea{width:94%;}
#content .woocommerce_message a.button {display:none;}



/*MEDIA QUERIES*/

@media only screen and (max-width: 990px) {
	.sevenfivepatch{
		left: -45px;
	}

}

@media only screen and (max-width: 955px) and (min-width: 768px) {
	#knifeslider img {
		width: 700px !important;
		margin-top: 20px !important;
	}
	.kname {
		bottom: -5px;
	}
	.wp-image-1402{float:none !important;}

}

@media only screen and (min-width: 900px) {
	.small-nav {
		display: none;
	}
	#small-header {
		display: none;
	}
}

@media only screen and (max-width: 899px) {

	.large-nav {
		display: none;
	}
	#main {
		padding-top: 0;
		overflow: hidden;
	}
	#mobile-order img{
		width: auto;
		margin-left: auto;
		margin-right: 20px;
		max-width: 116px;
	}
	#mobile-logo{margin-bottom: 30px;  text-align: center;}
	#mobile-logo img{
		max-width: 294px;
		margin-left: auto;
		margin-right: auto;
	}
	#homecon-left, #homecon-right {
		position: relative;
		top: 0px;
		clear: both;
		text-align: center;
	}
	#homecon-right {
		margin-top: 30px;
		background: rgba(255, 255, 255, .6);
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.menu-title, .menu-item a {
		font-family: 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
	}
	#dd {
		background: url('/images/mobile-gun_metal.png') repeat;
	}
	.menu-title {
		font-size: 30px;
		color: #fff9d4;
		text-shadow: 2px 2px 2px #595958;
		text-decoration: none;
		margin-left: 20px;
		line-height: 50px;
	}
	#mobile-menu-expand {
		background: url('/images/menu-expand.png') 0 45px;
		height: 45px;
		position: relative;
		float: right;
		top: 0;
		width: 45px;
		right: 5px;
	}
	.active #mobile-menu-expand {
		background: url('/images/menu-expand.png') 0 0px;
	}
	#menu-mobile .menu-item a {
		font-size: 20px;
		color: #888888 ;
		/*text-shadow: 1px 1px #222;*/
		text-transform: uppercase !important;
	}
	.menu-item a:hover {
		color: #afad69 !important;
	}
	.menu-item {
		background: url('/images/mobile-li-bg-blackfade.png') repeat-x;
	}
	.sub-menu .menu-item a {
		color: #353434 !important;
		text-transform: uppercase !important;
	}
	.sub-menu .menu-item a:hover {
		color: #afad69 !important;
	}
	.sub-menu li {
		background: url('/images/mobile-li-bg.png') repeat-x bottom #D9D9D9;
		margin-left: -20px;
		margin-right: -20px;
	}
	#menu-mobile .sub-menu li a {
		margin-left: 20px;
	}
	ul#menu-mobile>li:last-child {
		background: url('/images/mobile-li-bg-redfade.png') repeat-x;
	}
	ul#menu-mobile>li:last-child a{
		color: #fff !important;
	}


	#header {
		display: none;
	}

	#projects {
		margin: 0 20px -20px 20px;
	}
	#content .project.small {
		margin: 0 0px 40px 0;
	}

	#content {
		margin: 12px 0 0 0;
		padding: 0 20px 0 20px !important;
		max-width: 960px;
		float: left;
		font-size: 1em;
		clear: both;
		width: 100%;
	}
	#sidebar {
		max-width: 960px;
		float: left;
		margin: 20px 0;
		padding: 0 20px 0 20px;
		clear: both;
		width: 100%;
	}
	#pageHead {
		margin: 0 20px;
		padding-top: 40px;
	}
}


/*****************/
/* COLUMN REFLOW */

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

	.hide-on-large {
		display: none !important;
	}
	.small-interchange-image {
		display: none !important;
	}
	.large-one-third {
		width: 33%;
	}
	.timage{min-height: 222px;}
	.timage img{}

}

@media only screen and (max-width: 767px) {
    /* phones */
	.large-interchange-image {
		display: none !important;
	}
	.small-interchange-image img{width:100%;}
	.hide-on-small {
		display: none !important;
	}
	.small-one-col {
		width: 100%;
	}
	#pageHead h1 {
		text-align: center;
		margin-top: 10px;
	}
	#content.full {
		margin-left: 20px !important;
		margin-right: 0px !important;
	}
	.sevenfivepatch {
		left: -25px;
	}
	.small-centered {
		text-align: center;
	}

	.col {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 15px;
	}
	.home .small-interchange-image img {
		margin-left: auto;
		margin-right: auto;
	}
	#footer .secondary .left {
		float: none !important;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		clear: both;
	}


	#footer .secondary img{
		float: none !important;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		clear: both;
	}
	#footnav {
		float: none !important;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		text-align: center !important;
	}
	#footer .secondary .right {
		float: none !important;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		clear: both;
		text-align: center !important;
	}
	a.rbutsm {
		background: url(images/body-bg5.png) #e19f0f;
		padding: 6px 16px;
		box-shadow: inset 0px 0px 5px #333;
		color: #FFF;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		line-height: 16px;
		display: block;
		margin: 10px auto 20px auto;
		width: 150px;
		text-align: center;
		clear: both;
		float: none;
	}

	.kdesc a.rbutsm, .kcust a.rbutsm {
		margin:20px 0 20px 0;
	}

	.pro-desc a.rbutsm {bottom:-33px;}

	table.features td.timage {
		width: 100%;
		display: block;
		clear: both;
		float: left;
		position: relative;
		background: #fff;
	}
	table.features td {
		width: 100%;
		clear: both;
		float: left;
	}
	#footer a {
		font-size: 11px;
	}
	#footnav {
		border: 0;
	}
	#footnav ul li {
		float: none;
		display: inline-block;
		margin: 6px 0 0px 4px;
	}
	#footnav ul {
		line-height: .7em;
	}
	#footer .secondary .small-centered-footer {
		width: 290px;
		margin-left: auto;
		margin-right: auto;
	}
	#footer .secondary .small-centered-footer .left {
		display: block;
		clear: none;
		float: left !important;
		margin-top: 10px;
	}
	#footer .secondary .small-centered-footer .left img {
		width: 80px;
	}
	#footer .secondary .small-centered-footer .right {
		text-align: left;
		display: block;
		clear: none;
		float: left !important;
		margin-top: 14px;
		text-align: left !important;
		margin-left: 20px;
		line-height: 50px;

	}
	#footer .secondary .small-centered-footer .right p{
		margin-bottom: 0;
		line-height: 18px;
	}
	#footer {
		margin-top: -13px;
	}
	.page-template-features-page-php .col {
		float: none;
	}
	.kdesc img{width: 100%;}


}

/*****************/
/*EVERYTHING ELSE*/
@media only screen and (max-width: 767px)  {
	#knifeslider img {
		width: 100%;
		margin-top: 3% !important;
	}
	.kname {
		bottom: -10px;
	}
	.sevenfivepatch{display: none;}
	#knifeslider{width:113%; left:-4%;}
	#knifeslider .slides li{height:156px;}
		#content .gform_wrapper input[type="text"], #content .gform_wrapper input[type="url"], #content .gform_wrapper input[type="email"], #content .gform_wrapper input[type="tel"], #content .gform_wrapper input[type="number"], #content .gform_wrapper input[type="password"]{width:90%;}
		#content .woocommerce .col2-set .col-1, #content .woocommerce-page .col2-set .col-1, #content .woocommerce .col2-set .col-2, #content .woocommerce-page .col2-set .col-2{width:90%; float:none;}
}

@media only screen and (max-width: 529px) {
	#knifeslider img {margin-top: 0 !important; position: relativce; right: 5%;}
	.wrapper-demo {
		margin-top: 30px !important;
	}
	#knifeslider{height:90px; top:0; margin-top: 20px; margin-bottom: 40px;}
	#knifeslider .slides li{height:100px;}
	#mobile-logo img{
		max-width: 250px; margin: 16px auto;
	}
	.timage img{width:100%;}
	#content .project.small img{
	min-height: 0;
	}
}

.hatmagn img{max-width: none;}
p.stock{display: none;}
.form-row.notes, #product-488 .price, .woocommerce #content ul.products .post-488 .price, #product-815 .price, .woocommerce #content ul.products .post-815 .price{display: none;}

ul.payment_methods img{display: inline-block;}

.post-488 .wc-tabs{display: none;}
.post-488 .woocommerce-tabs{padding:1.4rem; border: double 6px #FFE969;}

.variation-CatalogDestination, .variation-FullName, .variation-Address, .variation-City, .variation-StateProvinceRegion, .variation-ZIPPostalcode, .variation-Country{display: none !important;}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{padding-left: 2em;}

.woocommerce ul.cart_list li a.remove, .woocommerce ul.product_list_widget li a.remove{padding-left: 0;}
