/*-------------------------------------------
Site: Hattori Hanzo Shears
Style: main.css
---------------------------------------------*/
body {
	padding-top:85px !important;
	text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.eot');
    src: url('fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('fontawesome-webfont.woff') format('woff'),
    url('fontawesome-webfont.ttf') format('truetype'),
    url('fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
    font-family: 'avenir';
    src: url('avenirltstd-black-webfont.eot');
    src: url('avenirltstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenirltstd-black-webfont.woff') format('woff'),
         url('avenirltstd-black-webfont.ttf') format('truetype'),
         url('avenirltstd-black-webfont.svg#avenir_lt_std95_black') format('svg');
    font-weight:bold;
    font-style: normal;

}

@font-face {
    font-family: 'avenir';
    src: url('avenirltstd-light-webfont.eot');
    src: url('avenirltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenirltstd-light-webfont.woff') format('woff'),
         url('avenirltstd-light-webfont.ttf') format('truetype'),
         url('avenirltstd-light-webfont.svg#avenir_lt_std35_light') format('svg');
    font-weight:300;
    font-style:normal;

}

@font-face {
    font-family: 'avenir';
    src: url('avenirltstd-medium-webfont.eot');
    src: url('avenirltstd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('avenirltstd-medium-webfont.woff') format('woff'),
         url('avenirltstd-medium-webfont.ttf') format('truetype'),
         url('avenirltstd-medium-webfont.svg#avenir_lt_std65_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
	color:#333;
	font-family:'Helvetica', Arial, sans-serif;
	background:#efefef;
}

a {
Color:#97cb38;
text-decoration:none;
}

a:hover {
Color:#09F;
text-decoration:none;
}

a:visited {
Color:#97cb38;
text-decoration:none;
}

/* @media (max-width: 960px) {
body, html {
	background:#333 url(../images/pattern9.png);
}
}
 @media (max-width: 767px) {
body, html {
	background:#333 url(../images/wood.png) 0 0 repeat;
}
}
 @media (min-width: 768px) {
body, html {
	background:#333 url(../images/pattern9.png);
}
}*/

b {font-weight:bold;}


p {
	font-size:100%;
	line-height:1.6em;
	margin-bottom:16px
}
p.date {
	color:#FFF;
	background:rgba(0, 0, 0, 0.4);
	float:right;
	padding:2px 8px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom:7px
}

.blog-line {
	color:#FFF;
	background:rgba(0, 0, 0, 0.1);
	padding:2px 8px;
	margin:5px -10px -5px;
	text-transform:uppercase;
	font-weight:normal;
	font-family:'BebasNeueRegular', Arial, sans-serif;
	font-size:16px !important;
}

.blog-line a {
	color:#333;
	text-decoration:none;
	
}

p.date span {
	margin-left:16px
}
p.date span.experience {
	margin:0!important;
	font-style:italic;
	color:rgba(255, 255, 255, 0.5)
}
p.rating {
	width:119px;
	height:24px;
	display:block;
	text-indent:-9999px;
	margin-bottom:8px!important
}

p.rating2 {
	width:382px;
	height:77px;
	float:left;
	text-indent:-9999px;
	margin-bottom:8px!important
}

#reviews div p {
	clear:left
}
#social p.share {
	width:100%;
	color:#FFF;
	background:rgba(0, 0, 0, 0.4);
	padding:4px 8px;
	padding-right:0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position:relative;
	top:-4px
}
p.callout {
	margin:0;
	padding:0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}
.stylistcall {
	display:block;
	position:absolute;
}
#header-top p.callout {
	float:right;
	margin-left:20px
}
#footer-top p.callout {
	margin:16px 0
}
#spotlight div.right p.photo {
	margin:0
}
#spotlight div.right p.quote {
	height:48px;
	margin:0;
	font-size:108%;
	font-style:italic;
	text-align:center;
	line-height:5em
}
#sidebar p {
	margin-bottom:0px
}

#sidebar {
	font-size:16px;
	line-height:20px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); }

h2.dark-shadows, h3.dark-shadows {
	text-shadow: 0px 3px 2px rgba(0,0,0,0.5) !important;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); background: rgba(0, 0, 0, 0.75);
	margin:3px 0 !important;
	padding:0 10px !important;
	width:auto !important;
	display: inline;
	}

#sidebar h3 {
font-size: 36px;
text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

#footer-top p {
	margin:0
}
p.copyright {
	color:rgba(255, 255, 255, 0.5);
	float:right;
	margin:0
}
p.more {
	text-align:center;
	margin-top:24px!important
}
/*#spotlight p.more {
	margin:7px 0!important;
	display:block;
	width:150px;
}*/
#spotlight p.more a span {
	background:#dedede!important
}
#spotlight p.more a:hover span {
	background:#97cb38!important
}

p.more span {
	background:#777;
	padding:1px 5px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#000;
	text-align:center;
	margin-right:10px;
	font-size:123.1%
}
p.button {
	margin:0
}
div.block p, div.trade p.last {
	margin-bottom:0
}



div.access p, div.trade p {
	margin-bottom:8px!important
}
.highlight {
	color:#97cb38
}
.highlight2 {
	color:#FFF
}
.fade {
	color:rgba(255, 255, 255, 0.5)
}

.logo {
	margin-top:15px;
	display:block;
	float:left;
	position:relative;
	margin-bottom:-15px;
}



h1, h2, h3, h4, h5 {
	font-family: 'avenir', sans-serif;
	font-weight:300;
	line-height:1.1em;
	letter-spacing:2px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	filter:dropshadow(color=#bbbbb, offx=0, offy=1)
}

h6 {
	font-family: 'avenir', sans-serif;
	font-weight:300;
	letter-spacing:2px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	filter:dropshadow(color=#bbbbb, offx=0, offy=1);
	color:#999;
	line-height:18px;
	font-size:16px;
	margin-bottom:6px!important;
}

h1 {
	font-size:42px;
	font-weight:bold;
	
}

.light {
	font-weight:300;
	text-shadow:none;
}

.hero-unit h1
{
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

h2 {
	font-size:30px;
	color:#666;
	text-transform:uppercase;
	margin-bottom:16px!important
}
h3 {
	font-size:26px;
	font-weight:400;
	color:#666;
	margin-bottom:16px!important
}

.block.home h3 {
	font-size:26px;
	color:#666;
	margin:-15px 0 0!important
}

.blocky.home h3 {
	font-size:26px;
	color:#666;
	margin:-15px 0 0!important
}

div.block.product{display:inline;width:194px;padding:10px !important;margin:10!important}
p.badge {
	margin-top:-40px;
	display:block;
	position:relative;
	top:50px;
	left:12px;
	width:100px;
}

.block.home a {
	color:#97cb38;
	text-decoration:none;
}

.block.home .thumb {
border:none;
-moz-box-shadow: 0 3px 10px #222;
-webkit-box-shadow: 0 3px 10px #222;
box-shadow: 0 3px 10px #222;
}

.blocky.home a {
	color:#97cb38;
	text-decoration:none;
}

.blocky.home .thumb {
border:none;
-moz-box-shadow: 0 3px 10px #222;
-webkit-box-shadow: 0 3px 10px #222;
box-shadow: 0 3px 10px #222;
}

#price {
	margin:0 auto 16px!important;
}
#price p {
	width:78px;
	height:73px;
	display:block;
	margin:0!important
}
#price p.badge {
	position:relative;
	top:5px;
}
#price h2, #price h3 {
	text-align:left!important;
	margin:0!important;
	position:relative;
	left:20px;
	width:100%;
}
#price h3 {
	top:-4px;
}
#spotlight div.left p {
	float:left;
	text-align:center;
	font-size:108%;
}
#spotlight div.left p.blurb {
	font-family: 'Marck Script', cursive;
	font-size:24px;
	line-height:28px;
	width:100%;
	margin:0 auto;
}
#spotlight h2, #spotlight h3 {
	text-align:left
}
div.block h3, #content h3 {
	margin-bottom:16px
}
h4 {
	font-size:20px;
	text-transform:none !important;
	color:#97cb38;
	margin-bottom:0px!important
}
#content h4 {
	margin-bottom:6px!important
}

#content h4.liner {
	text-align: left;
    line-height:5px;
	padding:0 !important;
	margin-bottom:-5px !important;
}

h4.liner span {
	color:#999;
	padding:2px;
	margin:0;
	text-shadow:none;
	}
	
	h4 {
	font-size:20px;
	text-transform:none !important;
	color:#97cb38;
	margin-bottom:0px!important
}

h5 {
	color:#999;
	line-height:18px;
	font-size:18px;
	margin-bottom:6px!important;
	border-bottom:2px solid #999;
}

li {
	list-style:disc;
	list-style-position:inside
}
p.more a {
	color:#777;
	background:#000;
	text-decoration:none;
	border:2px solid transparent;
	padding:8px 6px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}
#spotlight p.more a {
	color:#FFF;
	width:150px;
	background:#000;
	text-decoration:none;
	border:2px solid #dedede;
	padding:8px 6px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px
}
p.more a:hover, #spotlight p.more a:hover {
	border:2px solid #97cb38;
	color:#97cb38;
	background:#000
}
p.more a:hover span, #spotlight p.more a:hover span {
	background:#97cb38
}

ul.main-nav li {
	display:inline;
	margin-left:25px;
	list-style-type:none;
	line-height:28px;
}
ul.main-nav li a {
	font-family: 'avenir', sans-serif;
	font-weight:300;
	font-size:14px;
	text-transform:capitalize;
	letter-spacing:2px;
	text-decoration:none;
	color: #f9f9f9;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
ul.main-nav li a:hover {
	color:#999;
	text-shadow: 0px 1px 2px rgba(155,155,155,0.9);
}
ul.main-nav li.current a {
	color:#fff;
	text-shadow: 0px 1px 2px rgba(155,155,155,0.9);
}
ul.shop-nav {
	display:block;
	float:right;
	text-align:right;
	position:absolute;
	top:0px;
	right:0px;
	height:50px;
	line-height:25px;
	padding:0 15px 0 5px;
}
ul.shop-nav li {
	font-size:12px;
	display:inline;
	margin-right:15px;
	list-style-type:none
}

.foot-sectR {
	width:auto;
	float:right;
	text-align:right;
	padding-right:25px;
}

ul.shop-nav li span.highlight {
	font-weight:bold;
}
ul.shop-nav li a {
	color:#FFF;
	text-decoration:none
}
ul.shop-nav li a:hover {
	color:#97cb38
}
ul.shears-nav {
	margin-bottom:20px
}
ul.shears-nav li {
	list-style-type:none
}
ul.shears-nav li a {
	font-size:14px;
	color:#666;
	text-decoration:none
}
ul.shears-nav li a:hover, ul.shears-nav li.current a {
	color:#333;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}
ul.thumb-nav {
	float:left;
}
ul.thumb-nav li {
	margin-right:10px;
	list-style-type:none;
	float:left;
	list-style-position:outside
}
ul.thumb-nav li img {
	margin-bottom:-6px;
}
ul.thumb-nav li.last {
	margin-right:0!important
}
ul.thumb-nav li a {
	width:100%;
	display:block;
	margin:-4px;
	float:left;
	background:#000;
	text-decoration:none;
	background:#333;
	border-radius:2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:4px #FFF solid;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	margin-bottom:18px;
}

div.thumb-product img {
	margin-bottom:-4px;
	margin:-4px;
	width:100%;
	background:#333;
	clear:both;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:4px #FFF solid;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	margin-bottom:20px;
}

div.blockswizzler.product div.thumb {
background:#ccc url(../images/shearswizbg.jpg) center no-repeat;
-moz-box-shadow: 0 3px 10px #222;
-webkit-box-shadow: 0 3px 10px #222;
box-shadow: 0 3px 10px #222;	
}

div.blockswizzler.product p.badge img {
background:#121212;	
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow: 0 0px 3px #000;
-webkit-box-shadow: 0 0px 3px #000;
box-shadow: 0 0px 3px #000;	
}

div.thumb-product iframe {
	margin-bottom:-4px;
	margin:-4px;
	width:100%;
	background:#333;
	clear:both;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:4px #FFF solid;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	margin-bottom:20px;
}



div.thumb {
	background:#333;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:4px #FFF solid;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	margin-bottom:20px
}
div.thumb img {
	margin-bottom:-4px;
}

ul.thumb-nav li a:hover {
	color:#97cb38
}
ul.social-nav {
	margin-top:20px
}
ul.social-nav li {
	float:left;
	width:32px;
	height:32px;
	list-style:none;
	margin-right:5px
}
ul.social-nav li.last {
	margin-right:0
}
ul.social-nav li a {
	text-decoration:none;
	display:block;
	width:33px;
	height:32px;
	text-indent:-9999px
}
ul.social-nav li a.facebook {
	background:url(../images/top_links.png) no-repeat 0 0;
}
ul.social-nav li a.twitter {
	background:url(../images/top_links.png) no-repeat -33px 0;
}
ul.social-nav li a.google {
	background:url(../images/top_links.png) no-repeat -198px 0;
}
ul.social-nav li a.email {
	background:url(../images/top_links.png) no-repeat -132px 0;
}
ul.social-nav li a.text {
	background:url(../images/top_links.png) no-repeat -66px 0;
}
ul.social-nav li a.youtube {
	background:url(../images/top_links.png) no-repeat -165px 0;
}
ul.social-nav li a.facebook:hover {
	background:url(../images/top_links.png) no-repeat 0 -32px;
}
ul.social-nav li a.twitter:hover {
	background:url(../images/top_links.png) no-repeat -33px -32px;
}
ul.social-nav li a.google:hover {
	background:url(../images/top_links.png) no-repeat -198px -32px;
}
ul.social-nav li a.email:hover {
	background:url(../images/top_links.png) no-repeat -132px -32px;
}
ul.social-nav li a.text:hover {
	background:url(../images/top_links.png) no-repeat -66px -32px;
}
ul.social-nav li a.youtube:hover {
	background:url(../images/top_links.png) no-repeat -165px -32px;
}
ul.footer-nav-top {
	margin-bottom:20px
}
ul.footer-nav-top li, ul.footer-nav-bottom li {
	list-style:none
}
ul.footer-nav-top li a, ul.footer-nav-bottom li a {
	font-size:93%;
	color:#FFF;
	text-decoration:none
}
ul.footer-nav-top li a:hover, ul.footer-nav-bottom li a:hover {
	color:#97cb38
}
#meta-wrapper {
	margin:0;
	padding:0;
}
#page-wrapper {
	margin:0 auto;
}
#header-top {
	margin-top:12px;
	margin-bottom:12px
}
#header-bottom {
	margin-bottom:24px
}
#header-fixed {
	display:block;
	z-index:999;
	top:0;
	width:100%;
	background-color: #333; /* change the menu color */
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	padding:10px 0;
}

#footer-fixed {
	display:block;
	z-index:999;
	position:fixed;
	bottom:0;
	width:100%;
	background: #000;
	padding:0;
	height:50px;
	line-height:50px;
	letter-spacing:1px;
	color:#f9f9f9;
	font-family: 'avenir', sans-serif;
	color:
}

#spotlight {
	width:100%;
	padding:0;
	position:relative;
	background: #fff;
	border-top:1px #fff solid;
	border-bottom:1px #ccc solid;
	-moz-box-shadow: inset 0 0 10px #999;
	-webkit-box-shadow:inset 0 0 10px #999;
	box-shadow:inset 0 0 10px #999;
	margin-bottom:0;
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(214,214,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(214,214,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(214,214,214,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(214,214,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}

#spotlight.education {
	width:100%;
	padding:0;
	position:relative;
	background: #fff;
	border-top:1px #111 solid;
	border-bottom:1px #111 solid;
	-moz-box-shadow: inset 0 0 10px #121212;
	-webkit-box-shadow:inset 0 0 10px #121212;
	box-shadow:inset 0 0 10px #121212;
	margin-bottom:0;
	background: #333 url(/images/edu-bg.jpg) top center no-repeat;
}

#darklight {
	width:100%;
	padding:0;
	color:#f9f9f9;
	position:relative;
	border-top:1px #666 solid;
	border-bottom:1px #222 solid;
	margin-bottom:0;
	background: #333 url(/images/wild_oliva.png);
}

.tri-left {
	float:left;
	width:700px;
	display:inline;
	font-size:50px;
}

.tri-right {
	font-size:14px;
	color:#efefef;
	float:left;
	margin-top:50px;
	margin-left:-175px;
	width:250px;
	display:inline;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#top-shelf {
	background:#0e0d0c;	
	padding:30px 0;
}

#shelf {
	width:100%;
	padding:0;
	min-height:600px;
	color:#f9f9f9;
	position:relative;
	margin-bottom:0;
	background: #cacaca;
}

#darklight.purp {
	width:100%;
	padding:0;
	height:200px;
	color:#f9f9f9;
	position:relative;
	border-top:1px #666 solid;
	border-bottom:1px #222 solid;
	margin-bottom:0;
	background: #333 url(/images/edu-purp.jpg) top center repeat-x;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#darklight.purp .justin {
	width:100%;
	padding:0;
	height:200px;
	position:relative;
	margin-bottom:0;
	background: transparent url(/images/edu-justin.jpg) top right no-repeat;
}

#diamondlight {
	width:100%;
	padding:0;
	position:relative;
	border-top:1px #fff solid;
	border-bottom:1px #dedede solid;
	margin-bottom:0;
	background:#f9f9f9 url(/images/whitediamond.png);
}

#spotlight hr {
border-top:1px solid #fff;	
border-bottom:1px solid #ddd;	
}

hr {
border-top:1px solid #fff;	
border-bottom:1px solid #eee;	
}

#spotlight.slim {
	width:101%;
	position:relative;
	left:-5px !important;
	margin: 0;
	padding:0;
	background:-moz-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
	background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
	background:-webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
	background:-o-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
	background:-ms-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
	background:linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

#spotlight.slim-two {
	width:100%;
	position:relative;
	left:-5px !important;
	margin: 0;
	padding:0;
	background:-moz-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
	background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
	background:-webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
	background:-o-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
	background:-ms-linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
	background:linear-gradient(left, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

#spotlight div.left {
	float:left;
	margin-right:40px;
}
#spotlight div.right {
	float:right;
}
#content-header {
	height:26px;
	padding:20px
}
#content {
	padding:40px 0 0;
}
#social p {
	margin-bottom:0!important;
	float:left;
	margin-left:10px
}
#social p.button a {
	display:block;
	width:130px;
	background:#000;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-align:center;
	padding:4px;
	float:left;
	position:relative;
	top:-4px
}
.button a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#social p.button a:hover {
	color:#000;
	background:#97cb38
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#reviews {
	margin-top:20px;
	padding-top:20px;
	border-top:2px solid rgba(255, 255, 255, 0.4)
}
#reviews h3 {
	margin:0!important
}
#reviews div {
	border-bottom:2px dotted rgba(255, 255, 255, 0.4);
	padding-top:20px;
	float:left;
}
#reviews div.sort {
	border:none!important;
	padding:0!important;
	margin:0!important;
	float:right;
	position:relative;
	top:-26px
}
#reviews div.sort p, #reviews div.sort ul {
	float:left;
	clear:none
}
#reviews div.sort p.button {
	margin-left:16px
}
#reviews div.sort ul li {
	list-style-type:none;
	display:inline;
	margin-left:8px
}
#reviews div.sort ul li a {
	color:#FFF
}
#reviews div.sort ul li a:hover, #reviews div.sort ul li.current a {
	color:#97cb38
}
#reviews div.useful {
	border:none!important;
	padding:0!important
}
#reviews div.useful p, #reviews div.useful ul {
	float:left;
	clear:none;
	margin-right:16px
}
#reviews div.useful ul li {
	list-style-type:none;
	display:inline
}
#reviews div.useful ul li a {
	display:block;
	width:40px;
	background:#000;
	color:#FFF;
	text-decoration:none;
	float:left;
	margin-right:8px;
	text-transform:uppercase;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-align:center;
	padding:4px;
	position:relative;
	top:-2px
}
#reviews div.useful ul li a:hover {
	color:#000;
	background:#97cb38
}
#reviews div.first {
	width:100%;
}
#reviews div.last {
	border:0
}
div.block, div.trade, div.access {
	padding:20px;
	margin-bottom:20px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:-moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .65)), color-stop(100%, rgba(0, 0, 0, 0)));
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0)
}

div.blocky {
	padding:20px 20px 5px;
	margin-bottom:20px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    background-color: rgba(0, 0, 0, .35);   
    color: rgba(0, 0, 0, .35);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0)
}

div.blocktwo {
	padding:20px;
	margin-bottom:0px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:-moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .65)), color-stop(100%, rgba(0, 0, 0, 0)));
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0)
}

div.orlando {
	background: url(../images/orlando.png) no-repeat;
}

div.trade, div.access {
	padding:20px 20px 0;
	margin-bottom:20px;
}

div.access {
	border:4px #FFF solid;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	box-shadow:0 0 2px 1px rgba(0, 0, 0, .5)
}
div.trade {
	border:4px #FFF solid;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	box-shadow:0 0 2px 1px rgba(0, 0, 0, .5)
}
div.video {
	width:232px;
	height:120px;
	background:#333;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:4px #FFF solid;
	-webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	box-shadow:0 0 2px 1px rgba(0, 0, 0, .3);
	margin-bottom:20px
}
div.last {
	margin-bottom:0;
	padding-bottom:0;
	border:0
}

/*#footer-top div {
	border-right:2px dotted rgba(255, 255, 255, 0.4);
	min-height:148px;
	padding-right:20px
}
#footer-top div.mid {
	border-right:2px dotted rgba(255, 255, 255, 0.4);
	min-height:148px;
	padding-right:20px
}
#footer-top div.last {
	border-right:none!important;
	padding-right:0
}
#footer-bottom {
	margin-top:20px;
	margin-bottom:40px
}*/
select, input, textarea, button {
	font-family:'Helvetica', Arial, sans-serif;
	color:#000;
	letter-spacing:0;
	font-size:93%
}
select {
	font-family:'Helvetica', Arial, sans-serif;
	color:#000;
	letter-spacing:0;
	line-height:20px;
	font-size:100%
}
select {
	width:100%;
	height:30px;
	padding:5px;
	margin:0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ccc;
	line-height:35px;
}
input, textarea, button {
	width:93%;
	height:24px;
	padding:2px 6px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:2px solid #FFF;
}

input, textarea {
	border:1px solid #efefef;
}

select.active, textarea.active, input.active {
	border:1px solid #97cb38
}
input.button {
	width:120px!important;
	height:32px;
	border:0;
	background:#000;
	color:#777;
	text-transform:capitalize;
	font-size:100%;
	color:fff;
	text-shadow:0 1px 1px #000;
}
input.button:hover {
	color:#000;
	background:#97cb38
}
.addthis_toolbox {
	width: auto;
	color:#FFF;
	background:rgba(0, 0, 0, 0.4);
	padding:10px 5px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position:relative;
	margin:25px 0;
}
.addthis_toolbox_two {
	width: 100%;
	color:#FFF;
	background:rgba(0, 0, 0, 0.4);
	padding:10px 5px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position:relative;
	margin:25px auto;
}
.addit {
	width:auto;
}
.additp {
	margin:-2px 0 0;
}
.shinner {
	width:auto;
	margin:0 auto -13px;
}
#sbholder1 {
	display: none;
}

.mobLogo {
		display: block;
		position: fixed;
		top: 7px;
		left: 7px;
		width: 150px;
		height: 35px;
		z-index:999;
}
 @media (max-width: 960px) {
 #header-bottom ul {
display: none;
}
 #sbholder1 {
display: inline;
}
}
 @media (max-width: 739px) {
#footer-fixed.large {
display: none;
}

.large {
display: none;
}
.small {
display: inline;
}
}
 @media (min-width: 740px) {
.large {
display:inline;
}
.small {
display:none;
}
}
img {
	max-width: 100%;
}
.fb-comments, .fb_iframe_widget iframe[style], .fb_iframe_widget span[style] {
	width: 100% !important;
}
span.customStyleSelectBox {
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	margin:5px 0;
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	width:290px;
	background-color: #999;
	color:#fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	padding:5px 7px 3px;
	border:1px solid #777;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
span.customStyleSelectBox.changed {
	background-color: #999;
	color:#fff;
	border:1px solid #777;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.customStyleSelectBoxInner {
	background:url(../images/new_arrow.png) no-repeat center right;
}
.StyleDrop {
	width:300px;
	margin-bottom:5px;
}
.addtocart.select {
	width:400px;
	height:47px;
	margin-left:-3px;
	background: url(../images/add_to_cart.png) left -50px no-repeat;
}
input.quoter, .addtocart {
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	text-align:center;
	line-height:35px;
	font-size:30px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	width:296px;
	height:35px;
	margin: 10px 0;
	background: #97cb38;
	background-image: linear-gradient(bottom, rgb(152,204,57) 20%, rgb(184,236,88) 60%);
	background-image: -o-linear-gradient(bottom, rgb(152,204,57) 20%, rgb(184,236,88) 60%);
	background-image: -moz-linear-gradient(bottom, rgb(152,204,57) 20%, rgb(184,236,88) 60%);
	background-image: -webkit-linear-gradient(bottom, rgb(152,204,57) 20%, rgb(184,236,88) 60%);
	background-image: -ms-linear-gradient(bottom, rgb(152,204,57) 20%, rgb(184,236,88) 60%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.2, rgb(152,204,57)),
	color-stop(0.6, rgb(184,236,88))
	);
	border:3px solid #fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
input.quoter:hover, .addtocart:hover {
	width:296px;
	color:#333;
	border:3px solid #333;
	height:35px;
	margin: 10px 0;
	text-shadow: rgba(0,0,0,0.1) -1px 0, rgba(0,0,0,0.1) 0 -1px, rgba(255,255,255,0.2) 0 1px, rgba(0,0,0,0.1) -1px -1px;
	background: rgb(143,196,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(143,196,0,1) 0%, rgba(109,142,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,196,0,1)), color-stop(100%,rgba(109,142,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(109,142,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(109,142,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(109,142,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(143,196,0,1) 0%,rgba(109,142,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#6d8e00',GradientType=0 ); /* IE6-9 */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

input.quoter {
width:100%;
margin-right: -4px;
color:#fff;
font-size:24px;
border:none;
font-weight:normal;
background: #cb60b3; /* Old browsers */
background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(100%,#ad1283)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cb60b3 0%,#ad1283 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cb60b3 0%,#ad1283 100%); /* IE10+ */
background: linear-gradient(top,  #cb60b3 0%,#ad1283 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#ad1283',GradientType=0 ); /* IE6-9 */
}

input.quoter:hover {
width:100%;
color:#fff;
font-size:24px;
border:none;
font-weight:normal;
background: #a454ad; /* Old browsers */
background: -moz-linear-gradient(top,  #a454ad 0%, #89007e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a454ad), color-stop(100%,#89007e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a454ad 0%,#89007e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a454ad 0%,#89007e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a454ad 0%,#89007e 100%); /* IE10+ */
background: linear-gradient(top,  #a454ad 0%,#89007e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a454ad', endColorstr='#89007e',GradientType=0 ); /* IE6-9 */
}

.addtocart.selabove {
	width:313px;
	height:47px;
	margin-left:-3px;
	background: url(../images/add_to_cart.png) top center no-repeat;
}
.sbOptions {
	z-index:99999;
}
div.product p.name {
	margin-top:-20px !important;
	font-family:'BebasNeueRegular', Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	background:#121212;
	color:#FFF;
	text-align:right;
	text-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}
div.product p.name span.price {
	color:#97cb38;
	margin-left:10px;
	margin-right:10px;
}

div.category p.name {
	font-family:'BebasNeueRegular', Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	color:#FFF
}
div.category p.name.right {
	text-align:right
}
div.category p.name.left {
	text-align:left
}
div.category p.icon {
	width:48px;
	height:48px;
	position:absolute
}
div.category p.icon.bottomright {
	right:18px;
	bottom:24px
}
div.category p.icon.bottomleft {
	left:20px;
	bottom:24px
}
div.category p.icon.topright {
	right:18px;
	top:20px
}
div.category p.icon.topleft {
	left:20px;
	top:20px
}
h3.front-side {
	font-size:24px;
}
/* Twitter widget styling */
.tweet, .query {
	font-family:'Helvetica', Arial, sans-serif;
	color: #dedede;
}
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
}
.tweet_list li a {
	color: #dedede;
}

.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
/* End Twitter widget styling */

.clearfix {
	clear:both !important;
}

/* Wrap Around Banner */
#wraparound {
			position:relative;
			padding:0px 34px;
			margin:0 -34px 10px -34px;	/* 30 = 20 padding + 10 neg margin */
			border:1px solid #aaa;
			background: rgb(239,239,239); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(222,222,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(222,222,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(222,222,222,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(222,222,222,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(222,222,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dedede',GradientType=0 ); /* IE6-8 */
			color:#6a6340;
			box-shadow:0 4px 4px rgba(0,0,0,0.3);
			}
			#wraparound:before,
			#wraparound:after {
				content:" ";
				border-top:10px solid #555;	/* Colour of the triangle. To flip the effect, use border-bottom. */
				position:absolute;
				bottom:-11px; /* +1 to compensate for the border */
				} 
				#wraparound:before {
					border-left:10px solid transparent;
					left:-1px;	/* Only required if the element has a border */
					}
				#wraparound:after {
					border-right:10px solid transparent;
					right:-1px;
					}
					
					#wraparound h3 {
						color:#333;
					margin:0 !important;	
					text-align:center;
					}
					
#wraparound-trade {
			position:relative;
			padding:15px 10px 0px;
			margin:-15px -34px 10px -34px;	/* 30 = 20 padding + 10 neg margin */
			border:1px solid #333;
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: rgb(52,52,52); /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0MzQzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjEyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  rgba(52,52,52,1) 0%, rgba(18,18,18,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,52,52,1)), color-stop(100%,rgba(18,18,18,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(52,52,52,1) 0%,rgba(18,18,18,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(52,52,52,1) 0%,rgba(18,18,18,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(52,52,52,1) 0%,rgba(18,18,18,1) 100%); /* IE10+ */
			background: linear-gradient(top,  rgba(52,52,52,1) 0%,rgba(18,18,18,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#121212',GradientType=0 ); /* IE6-8 */
			color:#dedede;
			box-shadow:0 4px 4px rgba(0,0,0,0.3);
			}
			#wraparound-trade:before,
			#wraparound-trade:after {
				content:" ";
				border-bottom:10px solid #000;	/* Colour of the triangle. To flip the effect, use border-bottom. */
				position:absolute;
				top:-11px; /* +1 to compensate for the border */
				} 
				#wraparound-trade:before {
					border-left:10px solid transparent;
					left:-1px;	/* Only required if the element has a border */
					}
				#wraparound-trade:after {
					border-right:10px solid transparent;
					right:-1px;
					}
					
					#wraparound-trade h3 {
						color:#333;
					margin:0 !important;	
					text-align:center;
					}
/* End Wrap Around Banner */

.edumacation {
	background: url(../images/chalkboard.jpg) top center;
	width:100%;
	min-height:200px;
	font-size:12px;
}

/* RSS Feed Style */
#feedWidget{
	background:url(img/bg.png) repeat-x #47525c;
	border:2px solid #48535e;
	margin:0 auto;
	width:200px;
	padding:5px;
	position:relative;
	
	/* Remains hidden if JS is not enabled: */
	display:none;
	z-index:20;
}


#activeTab.hover,.dropDownList{
	background:url(img/drop_arrow.png) no-repeat 95% 50% #47525c;
	border:1px solid #38434d;

	margin:-1px;
	
	cursor:pointer;
	
	/* CSS3 round corners: */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
}

#activeTab,.dropDownList div{
	color:white;
	cursor:pointer;
	font-size:20px;
	margin:0 2px 0 0;
	padding:5px;
	
	text-shadow:0 1px 1px black;
}

.line{
	height:1px;
	overflow:hidden;
	background-color:#2b353d;
	border-bottom:1px solid #687581;
	margin:10px 0;
}

.dropDownList{
	background-image:none;
	position:absolute;

	border-top:none;
	padding:5px;
	
	/* We reset the roundness of the top corners, inherited by a previous rule: */
	
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropDownList div:hover{
	background-color:#505e6b;
}

.tweet_list li {
	/* The feed entry divs */
	
	background-color:#EEEEEE;
	color:#555555;
	font-size:10px;
	margin-bottom:10px;
	padding:5px;
	position:relative;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow:0 1px 1px black;
	-webkit-box-shadow:0 1px 1px black;
	box-shadow:0 1px 1px black;
}

.tweet_list li {
	/* The feed entry divs */
	background-color:#333;
	color:#dedede;
	font-size:10px;
	margin-bottom:10px;
	padding:5px;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px black;
	-webkit-box-shadow:0 1px 1px black;
	box-shadow:0 1px 1px black;
}

.tweet_list li a {
	color:#97cb38;
}

/* RSS Feed style END */

.paytheman {
	background:#f9f9f9 url(../images/paybg.png) top center repeat-y;
}

#cart-menu.step1 {
background:url(../images/cart-steps.png) 0 0 no-repeat;
height:50px;
width:100%;
margin-bottom:15px;
}

#cart-menu.step2 {
background:url(../images/cart-steps.png)  0 -51px no-repeat;
height:50px;
width:100%;
margin-bottom:15px;
}

#cart-menu.step3 {
background:url(../images/cart-steps.png) 0 -101px no-repeat;
height:50px;
width:100%;
margin-bottom:15px;
}

/*-------------
FACEBOOK LOGIN
-------------*/

#cartmanone, #cartmantwo, #cartmanthree {
}

.acctinfo {
float:left;
width:125px;
margin-right:5px;
text-align:right;	
font-weight:bold;
}

.superscript{font-size:14px; color:#999; vertical-align:bottom; display:inline-block; float:right;} 

.fbbook {
padding-top:5px;
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.fbbook h3 {
margin:0 !important;
}

#applications li {
	list-style-type:none;	
	margin:0 0 18px 0;
	padding:0;
}

div.blockswizzle {
	padding:10px;
	margin-bottom:0px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:-moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .65)), color-stop(100%, rgba(0, 0, 0, 0)));
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0)
}

div.blockswizzler {
	padding:5px;
	margin:0px;
	clear:both;
	position:relative;
	width:220px;
	height:190px;
	overflow:hidden;
	/*border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:-moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .65)), color-stop(100%, rgba(0, 0, 0, 0)));
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	background:linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0)*/
}

.labelish {
color:#eee;
font-weight:bold;
display:inline;	
width:auto;
float:left;
margin-right:20px;
line-height:23px;
}

ul.nostyle li {
	list-style-type:none;
	display:inline;
	margin-left:8px
}

ul.archstyle li {
	list-style-type:none;
	margin-left:8px;
	margin-bottom:20px;
	clear:both;
}

ul.archstyle li a {
	color:#97cb38;
	text-decoration:none;
}

ul.archstyle li h3 a {
	color:#fff;
	text-decoration:none;
}

ul.archstyle li h3 a:hover {
	color:#97cb38;
	text-decoration:none;
}

.one.column.thumb.shows {
margin:5px 10px 0 0;
}

.one.column.thumb.shows img {
float:left;margin:0;
}

h3.showstitle {
	font-size:36px;
	margin:0 0 10px !important;	
	text-shadow: 0 1px 1px #000;
}

h3.showstitle a {
color:#fff;text-decoration:none;
}

/* BOXES */
.box {
	position: relative;
	width: 100%;
	height:215px;
	float: left;
	margin: 0 21px 0 0;
	background: #97cb38;
	border-radius: 4px;
	overflow: hidden;
	color: #999;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box.last{
	margin: 0;
}


.box-inner {
	padding: 0 25px 25px;
	text-align: center;
}

.box-inner ul li {
	list-style-type:none;
}

.box-icon {
	margin:0;
	display:block;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.box-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 24px;
	text-align:left;
	width:auto;
	font-family:'BebasNeueRegular', Arial, sans-serif;
	color: #444;
	margin: 0 0 5px 0;
	text-shadow:none;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.box-excerpt {
	line-height: 20px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.box-excerpt p { margin: 0 0 10px 0; }

.box a {
	font-weight: bold;
	font-size:12px;
	display: inline-block;
	text-decoration:none;
}

.box .box-link { font-size: 13px; }

.box a:hover { color: #fff; }

.box:hover { background-color: #999; }

.box:hover .box-icon {
	position: relative;
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;
}

.box:hover .box-title {
	position: relative;
    color: #fff;
    -webkit-animation: moveFromTop 300ms ease;
    -moz-animation: moveFromTop 300ms ease;
    -ms-animation: moveFromTop 300ms ease;
}

.box:hover .box-excerpt {
	position: relative;
    color: #dedede;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

.box:hover .box-link {
    color: #fff;
}

.stButton .stArrow {
	display:none !important;
}

#cartents {
}

span input {
background: #eeeeee !important; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%) !important; /* IE10+ */
background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ) !important; /* IE6-9 */
}

span input:hover {
	color:#6C9B00 !important;
background: #b5e840; /* Old browsers */
background: -moz-linear-gradient(top,  #b5e840 0%, #97cb38 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5e840), color-stop(100%,#97cb38))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b5e840 0%,#97cb38 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b5e840 0%,#97cb38 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b5e840 0%,#97cb38 100%)!important; /* IE10+ */
background: linear-gradient(top,  #b5e840 0%,#97cb38 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5e840', endColorstr='#97cb38',GradientType=0 )!important; /* IE6-9 */
}

.cartainer {
background: #efefef !important;	
border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:25px;
	color:#333;
}

.cartainer h3 {
	padding:0;
	margin:0;
	color:#333;
	text-shadow:none;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

.heighty {
line-height:30px;	
}

.mask-layer {
height:0;
overflow:visible;
position:absolute;
top:32px;
left:0px;
z-index:999;
}

.slidedown {
height:200px;
width:300px;
background:#454545;
color:white;
clear:both
}

.sharpeningbg {
	margin-right:-20px;
	background:#121212 url(/images/sharpbg.png) no-repeat !important;
}

.shearsbg {
	margin-right:-20px;
	background: url(/images/shearsbg.jpg) top left no-repeat !important;
}


.pin-it-button {
width:auto;
float:left;
margin:4px 0 0 5px;	
}

#siteseal {
	margin-top:20px;
	float:right;	
}

#spotlight.grey {
	background: url(/images/Featured-Shear-BG.jpg) top left no-repeat;
	-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.30);
	-moz-box-shadow:0 3px 10px rgba(0,0,0,0.30);
	box-shadow:0 3px 10px rgba(0,0,0,0.30);
}

ul.art-bar li {
list-style-type:none;	
letter-spacing:1px;
font-size:12px;
width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.art-bar li a {
text-decoration:none;
}

ul.art-bar li a:hover {
color:#999;
}

#spotlight.justin {
	width:970px;
	height:650px;
	background: url(/images/JustinBG.jpg) no-repeat;
}

.showlist {
	background: #333333; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjEyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #333333 0%, #222222 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#222222)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #333333 0%,#222 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #333333 0%,#222222 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #333333 0%,#222222 100%); /* IE10+ */
background: linear-gradient(to bottom,  #333333 0%,#222222 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222',GradientType=0 ); /* IE6-8 */
	padding:15px 10px 0 10px;
	margin-bottom:0px;
	/*border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
	border-top:1px solid #444;
	border-bottom:1px solid #111;
	height:125px;
}

.date-line {
	width:100px;
	height:120px;
	float:left;
	display:block;
	color:#FFF;
	border-top:1px solid #323232;
	border-bottom:1px solid #101010;
	background:rgba(0, 0, 0, 0.4);
	padding:10px 8px;
	margin:0 15px 0px 0;
	text-transform:uppercase;
	font-weight:normal;
	font-family:'BebasNeueRegular', Arial, sans-serif;
	font-size:20px !important;
	text-align:center;
}

.date-line h3 {
	color:#97cb38;
	font-size:44px;	
	margin:0;
	line-height:44px;
	padding:0;
	margin-bottom: 3px !important;
}

.shows-img {
	display:inline;
}

.shows-img img {
float:left;margin:0;
border:none !important;
width:140px;
height:140px;
margin:0 15px 0 0;
padding:0;
}

.shows-text {
width:400px;
float:left;
	margin:10px 0;
}

.shows-maps-img {
	float:right;
}

.shows-maps-img img {
float:left;margin:0;
border:none !important;
width:225px;
height:140px;
margin:0 0 0 15px;
padding:0;
}

/*======= DENNIS v2.0 ======*/
.DWrRev {
	border: 0;
	width: 500px;
	position: absolute;
	left: 300px;
	top: 740px;
	display: none;
	padding: 10px;
	background-color: transparent;
	z-index: 12
}
.fld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #001030;
	background-color: #E4E7F1
}
.fld2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: right;
	color: #001030;
	background-color: #ffffff
}
.XB {
	border: 0;
	margin: 4px 12px 4px 12px;
	left: 460px;
	top: 20px;
	position: absolute;
	z-index: 30;
}
.XB :hover {
	cursor: pointer;
}
.RS {
	margin: 0;
	background-color: #efefef;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:8px !important;
	margin:5px 0 !important;
	text-align: left;
}
.RS:hover {
	background-color: #999;
	cursor: pointer;
}
.DOrder {
	border-radius: 5px;
	width: 700px;
	position: absolute;
	left: 120px;
	top: 300px;
	display: none;
	padding: 10px;
	background-color: #efefef;
	z-index: 10
}
.DPmt {
	position: absolute;
	padding: 10px;
	left: 230px;
	top: 170px;
	width: 450px;
	z-index: 12;
	display: none;
	background-color: #efefef;
	border-radius: 10px;
}
.BoldMedLabelBlue {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
a.NavLink:link {
	text-decoration: none;
	color: #003090;
	font-weight: bold
}
a.NavLink:visited {
	text-decoration: none;
	color: #007020;
	font-weight: bold
}
a.NavLink:active {
	text-decoration: none;
	color: #003090;
	font-weight: normal
}
a.NavLink:hover {
	color: #FFFFFF;
	background-color: #0066CC;
	font-weight: bold
}
.Btn {
	border: 0;
	margin: 4px 12px 4px 12px;
}
.Btn:hover {
	cursor: pointer;
}
.Btn2 {
	border: 0;
	margin: 2px;
}
.Btn2:hover {
	cursor: pointer;
}
.style2 {
	color: #000000;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.vspace {
line-height:24px;	
}

.inshad {
position:relative;
width:100%;
height:92px;
background-color:#fff;
overflow:auto; padding:0;
-moz-box-shadow: inset 0 0 5px #000;
-webkit-box-shadow: inset 0 0 5px #000;
box-shadow: inner 0 0 5px #000;	
}

#OTShip {
background:#000;	
}

/*#footer-top {
	text-align:center;
	display:block;
	padding-top:10px;
	width:100%;
	background:#000;
	height:148px;
	color:#f9f9f9;
}*/

#footer-top div
{
  border-right:none;
  min-height: 1px;
  padding-right:0;
}

#footer-top ul {
	width:100%;
	margin:0 auto;
}

#footer-top ul li {
	padding:5px;
}

.foot-inner {
width:960px;
margin:0 auto;	
}

.reviewblock {
	background: rgba(0,0,0,.1) url(/images/review-inset.png) top left no-repeat;
	padding:5px 20px;
	border-radius:10px;
	moz-border-radius:10px;
	-webkit-border-radius:10px;
}

	.subset {
	background:rgba(0,0,0,.5);
	padding:5px 8px;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow: 0 1px 0px #333;
	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	-webkit-transition: all 0.5s ease;
	}
	
	.subset:hover {
	background:rgba(21,21,21,.5);
	padding:5px 8px;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow: 0 1px 0px #333;
	}
	
	.subset-light {
	background:rgba(255,255,255,1);
	padding:5px 8px;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	-moz-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	-webkit-transition: all 0.5s ease;
	}
	
	.subset-light:hover {
	background:rgba(150,150,150,.5);
	color:#fff;
	padding:5px 8px;
	moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow: 0 1px 0px #333;
	}
	
	#snowdrift {
	background:transparent url('/images/snowdrift.png') no-repeat;
	top:74px;
	left:-10px;
	width:991px;
	height:50px;
   	position:absolute;
	overflow:visible;
	z-index:2 !important;
	}
	
	#gift {
	background: url('/images/gift.png') no-repeat;
	width:750px;
	height:55px;
	padding:75px 40px 20px 150px;
	margin:0 0 20px 0;
	}
	
	#gift h3 {
	font-size:23px;
	}
	
	#gift a.btn {
	color:#fff !important;	
	font-size:23px;
	font-weight:normal;
	}
	
	a.btn {
	color:#fff !important;	
	font-size:23px;
	font-weight:normal;
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
	}
	
	a.btn:hover {
	color:#fff !important;
	}
/*----------------------------------------------------------------------*/
/* Buttons
/*----------------------------------------------------------------------*/


.btn {
	cursor:pointer;
	background-color:#97cb38;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#fff !important;
	font-size:18px !important;
	font-weight:normal !important;
	padding:7px 15px 3px;
	text-decoration:none;
	font-family: 'avenir', sans-serif;
	font-weight:300;
	letter-spacing:2px;
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

.btn:hover {
	color:#fff !important;
	background-color:#7ca332;
}

.btn:active {
	position:relative;
}

.btn.edu {
	background-color:#8c81b3;
}

.btn.edu:hover {
	background-color:#ba9ce6;
}

a.subbtn {
	cursor:pointer;
	-moz-box-shadow: 0 2px 2px rbga(0,0,0,.5);
	-webkit-box-shadow: 0 2px 2px rbga(0,0,0,.5);
	box-shadow: 0 2px0 2px rbga(0,0,0,.5);
	background-color:#97cb38;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#fff !important;
	font-size:14px !important;
	font-weight:normal !important;
	padding:0;
	height:30px;
	display:inline-block;
	width:49%;
	line-height:32px;
	text-decoration:none;
	font-family: 'avenir', sans-serif;
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	
}

a.subbtn:hover {
	background-color:#7ca332;
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

.live {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background:#C00;
	color:#fff;
	text-transform:uppercase;
	font-size:20px !important;
	padding:5px 10px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.btn.lm {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background:rgba(0,0,0,.5);
	color:#fff;
	text-transform:uppercase;
	font-size:10px !important;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.btn.lm:hover {
	background:rgba(0,0,0,1);
}


.btn.lm.grn {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background:rgba(151,203,56,.75);
	color:#fff;
	text-shadow:none;
	text-transform:uppercase;
	font-size:10px !important;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.btn.lm.grn:hover {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background:rgba(151,203,56,1);
	color:#fff;
	text-transform:uppercase;
	font-size:10px !important;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}


img.topProPic {
clear:both;
border:1px solid #fff;
margin:4px 10px 0 4px;
float:left;
height:40px;
width:40px;	
}

.topProName {
width:auto;
float:left;
text-align:left;
text-transform:capitalize;
font-family:'Helvetica', Arial, sans-serif;
font-size:10px;
padding-top:4px;
line-height:12px;
 }
 
 .faceName {
	width:auto;
	display:inline; 
 }
 
 img.postThmb {
	float:left;margin:0 10px 10px 0; 
 }

.arch_item {
margin-bottom:15px !important;
width:75%;
float:left;
font-size:18px;
line-height:22px;	
}

.arch_item a {
color: #666 !important;
font-weight:300;
}

.artDate {
	color:#ccc;
	margin-top:1px;
	width:15%;
	font-weight:100;
	float:left;
	text-transform:uppercase;
	font-size:16px;
	height:40px;
	text-align:right;
	padding-right:15px;
	line-height:20px;
	margin-bottom:15px !important;
}

h3.blog_heading {
text-transform:uppercase;
line-height:24px;
padding-bottom:0;
width: 600px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

p.blog_content {
margin-top:-10px !important;
border-bottom: 1px solid #fff !important;
padding-bottom:15px;
}

p.blog_content .btn.lm {
font-size:8px;
padding:3px 8px 0;	
}
p.blog_content a.btn.lm {
font-size:8px;
margin-top:5px;
padding:3px 8px 0;	
}

h3.blog_heading a {
text-transform:uppercase;
color: #5a5a5a;	
font-size:16px;
text-shadow:none;
line-height:24px;
}
 
table.alternate_colors tr:nth-child(odd) td {padding:3px 0}
table.alternate_colors tr:nth-child(even) td { background:url('/images/AltBgTbl.png') top left no-repeat;padding:3px 0}

input.theBlank {
width:100%;
background:transparent !important;
border:none;
border-bottom:2px solid #333 !important;
font-size:30px !important;
height:40px !important;
padding:8px 0 3px !important;	
color:#333 !important;
-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}

	input.theBlank[type="text"]:focus,
	input.theBlank[type="password"]:focus,
	input.theBlank[type="email"]:focus {
		border:none;
		border-bottom:2px solid #97cb38 !important;
 		color: #444 !important;
 		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	.code {
	text-align:center !important;
	padding:10px 15px 5px;
	border:1px solid #999;
	font-size:30px;
	background:#f9f9f9;
	font-family:'Lucida Console', Monaco, monospace !important;
	margin:10px 0;
	width:250px;
	margin:15px auto;	
	-webkit-box-shadow: inset 0px 0px 3px 0px #999;
    box-shadow: inset 0px 0px 3px 0px #999;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	}
	
	.edu-label {
	color:#333;
	font-weight:normal;
	font-size:11px;	
	margin:0 0 3px 3px;
	}
	
	p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

.Shear-wrapper {
      position: fixed;
      top: 84px;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 0;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }

#ShearBar{
    font-family: 'avenir',sans-serif;
	list-style: none;
	top:100px;
	width:364px;
	z-index: 999;
	padding:0;
	margin:0 auto;
	background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(221,221,221,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(221,221,221,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(221,221,221,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(221,221,221,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(221,221,221,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(221,221,221,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#a6dddddd',GradientType=0 ); /* IE6-9 */
	  -webkit-border-radius: 0 0 4px 4px;
		 -moz-border-radius: 0 0 4px 4px;
			  border-radius: 0 0 4px 4px;
	  *zoom: 1;
	  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
			  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

ul.ShearNav {
    margin:0;
}

.ShearNav li{
	list-style-type:none;
	width:120px;
	text-align:center;
	display:block;
	float:left;
	line-height:20px;
	font-size:14px;
	height:24px !important;
	margin:0 !important;
	border-left:1px solid #CCC;
	border-right:1px solid #EEE;
}

.ShearNav li a {
    font-family: 'avenir', sans-serif;
	font-weight:300;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	filter:dropshadow(color=#bbbbb, offx=0, offy=1);
	color:#333;
	line-height:18px;
}

.ShearNav li:hover, .ShearNav li.active {
    color: #6CF !important;
	border-left:1px solid #CCC;
	border-right:1px solid #EEE;
    background: -moz-linear-gradient(top,  rgba(102,102,102,0.65) 0%, rgba(153,153,153,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,0.65)), color-stop(100%,rgba(153,153,153,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,0.65) 0%,rgba(153,153,153,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(102,102,102,0.65) 0%,rgba(153,153,153,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(102,102,102,0.65) 0%,rgba(153,153,153,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(102,102,102,0.65) 0%,rgba(153,153,153,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6666666', endColorstr='#a6999999',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, .5);
        	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, .5);
}

.ShearNav li:first-child {
	border-left:none;
	-webkit-border-radius: 0 0 0 4px;
		 -moz-border-radius: 0 0 0 4px;
			  border-radius: 0 0 0 4px;
}

.ShearNav li:last-child {
	border-right:none;
	-webkit-border-radius: 0 0 4px 0;
		 -moz-border-radius: 0 0 4px 0;
			  border-radius: 0 0 4px 0;
}

.ShearNav li:hover a, .ShearNav li.active a {
    color: #6CF;
}



#nav {
	font-family: 'avenir',sans-serif;
	list-style: none;
	position: fixed;
	top:100px;
	width:100px;
	right: 10px;
	z-index: 999;
	padding:10px;
	background-color: #fafafa;
	  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	  background-repeat: repeat-x;
	  border: 1px solid #d4d4d4;
	  -webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
			  border-radius: 4px;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	  *zoom: 1;
	  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
			  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

#nav li{
	width:100px;
	margin: 0 10px 15px 0;	
	list-style-type:none;
}

#nav li a {
	font-family: 'avenir', sans-serif;
	font-weight:300;
	letter-spacing:-1px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	filter:dropshadow(color=#bbbbb, offx=0, offy=1);
	color:#333;
	line-height:18px;
	font-size:16px;
	margin-bottom:6px!important;
}

p.name {
position:absolute;
top:12px;
letter-spacing:1px;
left:12px;
font-size:18px;	
line-height:24px;
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

h6 {
	color:#fff;
}

#header, #theShear, #shearFeatures, #intro, #YMAL {
	width: 100%;
}

#FirstSlide {
	color: #fff;
	height: 500px;
	margin: 0 auto;
	padding: 70px 0 0 0;
}

#shearFeaturesSlide {
	color: #fff;
	height: 500px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

a.eastPayBtn {
font-size:18px;
text-shadow: 0px 1px 0 rgba(0,0,0,0.3) !important;	
}

#theShear{
	background:#cecece url(/images/Shear-BG-1.jpg) top center no-repeat;
	color: white;
	height: auto;
	margin:-85px auto 0;
	padding: 50px 0 0;
}

#intro {
	background:url(/images/Shear-BG-1.jpg) 50% no-repeat;
	color: white;
	margin:-120px auto 0 !important;
	padding: 50px 0 0;
}

#justin-shears {
	color: white;
	height: 375px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}

#shearFeatures {
	background:#121212 url(/images/damaskBG.jpg) top center no-repeat;
	color: #333;
	min-height: 70px;
	margin: 0 auto -96px;
	overflow: hidden;
	padding:25px 0 140px;
	border-top:1px solid #999;
	-webkit-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, .5);
			box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, .5); 
}

#YMAL {
	background:#CECECE url(/images/Shear-BG-1.jpg) top center no-repeat;
	color: #333;
	min-height: 300px;
	margin: 0 auto -96px;
	overflow: hidden;
	padding:75px 0;
	border-top:1px solid #333;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .5);
			box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .5); 
}

/* YOTPO STYLINGS */

.yotpo .yoReview .yoTitle {
  font-family: 'avenir',sans-serif;
  font-weight: 300;
  line-height: 1.1em;
  letter-spacing: 2px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) !important;
  color: #94c140;
  font-size: 14px !important;
  text-transform:uppercase;
}

.yotpo .yoReview, .yotpo-testimonails .yoReview
{
  border-bottom: 1px solid #333 !important;
  border-top: 1px solid #444 !important;
}

.yotpo a, .yotpo-testimonails a
{
  color: #94c140 !important;
}

.yotpo .yoName, .yotpo-testimonails .yoName
{
  color: #ccc !important;
}

/* END YOTPO STYLINGS */


div.thumb {
	background:#333;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:4px #FFF solid;
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3) !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3) !important;
			box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3) !important; 
	margin-bottom:20px
}

#result a div.thumb {
	width:150px;
	height:150px;
	background:#333;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	 border:none;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
			box-shadow: none !important; 
	margin:5px;
	float:left;
}

#result a div.thumb {
	margin-bottom:-7px;
}

#result div.thumb {
	background:none;
	border-radius:0;
	width:150px;
	float:left;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:none;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	margin-bottom:0;
	padding:3px 3px 2px 2px !important;
}

.shears {
}

/*#shearFeatures .bg{
	background: url(/images/wild_oliva.png) 50% 0 no-repeat fixed;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
}*/

#shearReviews {
	background: url(/images/reviewBG.jpg) 50% 0 fixed;
	color: white;
	min-height: 50px;
	padding:150px 0;	
}

#fifth{
	background: url(/images/beige_grunge.png) 50% 0 fixed;
	height: 400px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#sixth{
	background: url(/images/also-like.jpg) 50% 0  fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/also-like.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/also-like.jpg', sizingMethod='scale')";
	color: white;
	min-height: 350px;
	margin: 0 auto;
	overflow: hidden;
	padding:100px 0;
}

.story .float-left, .story .float-right{
	padding: 0;
	position: relative;
	width: 350px;	
}

.slide {
	width: 100%;
}

#header-shears {
	width:150px;
	height:184px;
	position:fixed !important;
	display:inline;
	top:10px;
	left:10px;
	padding:5px 10px 15px;
	text-align:left;
	background-color:rgba(0,0,0,0.75);
  	box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.45);
}

ul.feats {
	text-align:left;
	margin-top:-10px;
	margin-bottom:20px;
}

ul.feats li {
	font-family: 'avenir', sans-serif;
	font-weight:300;
	font-size:10px;	
	text-transform:capitalize;
	color:#fff;
	text-shadow:0px 1px 2px rgba(0,0,0,.5);
	list-style-position:outside;
	margin:0 0 5px 25px;
	padding:0 0 5px;
	letter-spacing:1px;
	
}


#nav li a {
	display: block;
	height: 10px;
}

#nav li a img {
	margin-top:5px;
}

ul.product_thumbs li {
	list-style-type:none;	
	margin:15px;
	padding:0;
	float:left;
}

img.prodPhoto {
	width:50px !important;
	height:28px !important;
	-webkit-box-shadow:  0px 0px 10px rgba(0, 0, 0, .25);
			box-shadow:  0px 0px 10px rgba(0, 0, 0, .25);
}

ul.product_thumbs li a.fancybox {
	list-style-type:none;	
	margin:0 -8px -4px 0!important;
	padding:0;
	float:left;
}

ul.product_thumbs li img {
	list-style-type:none;	
	width:250px;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .25);
	        box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, .25);
}

.mobile body {
  overflow: hidden;
}

.mobile #wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mobile #scroller {
  height: 3000px;
}

#headerFloat {
	width:100%;
	height:35px;
	position:fixed !important;
	padding:5px 10px 15px;
	text-align:left;
	background-color:rgba(0,0,0,0.75);
  	box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.45);
	z-index:999;
	top:15px;
}

#headerFloat a.logo img {
	position:relative;
	width:auto;
	float:left;
}

#headerFloat a img {
	position:relative;
	width:auto;
	float:left;
}

#headerFloat ul.main-nav {
	width:auto;
}

ul.main-nav li{
  float:left;	
  text-align:left;
  width:150px;
  padding:2px 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color:rgba(255,255,255,0.15);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color:rgba(0,0,0,0.75);
  line-height: 25px;
}

#leftside {
	position:absolute;
	right:100px;
	width:auto;
	margin:0 0 0 225px;
}

#leftside ul li:last-child {
	margin:0;
}

#rightside {
	position:absolute;
	right:0px;
	width:110px;
	margin:0;
	padding-top:8px;
	height:54px;
	border-left:1px solid #333;
}

#rightside ul li {
	clear:right !important;
	line-height:14px;
	height:14px;
	list-style-type:none;
}


#rightside {
	font-size:10px;
	font-family: 'avenir', sans-serif;
	font-weight:300;
	line-height:16px;
	text-transform:capitalize;
	letter-spacing:2px;
	text-decoration:none;
	color: #f9f9f9;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); }


/*#rightside .fb_iframe_widget {
width:16px !important;
height:16px !important;	
}*/


#rightside a {
	clear:right !important;
	line-height:14px;
	height:14px;
	list-style-type:none;
	font-size:10px;
	font-family: 'avenir', sans-serif;
	font-weight:300;
	text-transform:capitalize;
	letter-spacing:2px;
	text-decoration:none;
	color: #f9f9f9;
	margin-left:10px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); -webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

#rightside ul li a:hover {
	color:#999;
	text-shadow: 0px 1px 2px rgba(155,155,155,0.9);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); }
#rightside ul li.current a {
	color:#fff;
	text-shadow: 0px 1px 2px rgba(155,155,155,0.9);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); }

#rightside .dropdown-menu {
  padding:5px 0 15px;
}

#rightside .dropdown-menu li a {
  display: block;
  font-weight:bold;
  margin-left:0;
  padding: 3px 20px 7px;
  margin:8px 0;
  clear: both;
  font-size:12px;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  text-shadow:none;
}

#rightside .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

#rightside .dropdown-menu li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}


#leftside .dropdown-menu {
	margin-top:50px;
  padding:5px 0 15px;
}

#leftside ul li {
	clear:right !important;
	line-height:20px;
	height:20px;
	list-style-type:none;
	display: block;
  clear: both;
  font-size:12px;
}

#leftside .dropdown-menu li a {
  display: block;
  font-weight:bold;
  margin-left:0;
  padding: 3px 20px 3px;
  margin:8px 0;
  clear: both;
  font-size:16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  white-space: nowrap;
  text-shadow:none;
}

#leftside .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

#leftside .dropdown-menu li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

#leftside ul li p {
	line-height:16px;
	list-style-type:none;
  	font-size:12px;
	padding:0 10px 10px;
}

#headerFloat ul.main-nav li{	
  width:auto;
  padding:2px 10px !important;
  margin:0;
  border:none;
  line-height: 42px;
}

.nav-con {
width:auto;
float:right;	
}

#headerFloat ul.main-nav li a {	
  padding:0;
}

/* SLIDER */

#full-width-slider {
  width: 940px;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

img.frame {
-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, .5);
box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, .5); 	
}

/* --- Container configuration ---------------------------------------------------------- */
.viewport {
    float: left;
    height: 190px;
    margin: 0 9px 9px 0;
    overflow: hidden;
    position: relative;
    width: 300px;
}

/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
   class to the last thumbnail in each row to get rid of the margin-right. */
.no-margin {
    margin-right: 0;
}

/* --- Link configuration that contains the image and label ----------------------------- */
.viewport .hov {
    display: block;
    position: relative;
}

.viewport .hov img {
    height: 190px;
    position: relative;
    width: 300px;
}

/* --- Label configuration -------------------------------------------------------------- */
.viewport .hov span {
	
    display: none;
    font-size: 2.0em;
    font-weight: bold;
    height: 100%;
    padding-top: 60px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
}
    .viewport .hov span em {
        display: block;
        font-size: 0.45em;
        font-weight: normal;
    }
	
	.viewport .hov span em {
		color:#fff !important;
		text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); display: block;
        font-size: 0.45em;
        font-weight: normal;
    }

/* --- Dark hover background ------------------------------------------------------------ */
.dark-background {
    background-color: rgba(15, 15, 15, 0.6);
    color: #fff;
    text-shadow: #000 0px 0px 20px;
}
    .dark-background em {
        color: #ccc;
    }
	
 
 /* SOCIAL SPRITES */
 #social-tiles {
	
 }
 
 .fb-tile {
	background:transparent url('/images/SocialSplash.jpg') 0 0 no-repeat; 
	width:90px;
	height:90px;
	float:left;
	margin:0 15px 10px 0;
	-webkit-transition: background 500ms ease-in-out;
		-moz-transition: background 500ms ease-in-out;
        -ms-transition: background 500ms ease-in-out;
        -o-transition: background 500ms ease-in-out;
		transition: background 500ms ease-in-out;
 }
 
 .tweet-tile {
	background:transparent url('/images/SocialSplash.jpg') -90px 0 no-repeat; 
	width:90px;
	height:90px;
	float:left;
	margin-right:15px;
	margin:0 15px 10px 0;
	-webkit-transition: background 500ms ease-in-out;
		-moz-transition: background 500ms ease-in-out;
        -ms-transition: background 500ms ease-in-out;
        -o-transition: background 500ms ease-in-out;
		transition: background 500ms ease-in-out;
 }
 
 .pin-tile {
	background:transparent url('/images/SocialSplash.jpg') -180px 0 no-repeat; 
	width:90px;
	height:90px;
	float:left;
	margin-right:15px;
	margin:0 0 10px 0;
	-webkit-transition: background 500ms ease-in-out;
		-moz-transition: background 500ms ease-in-out;
        -ms-transition: background 500ms ease-in-out;
        -o-transition: background 500ms ease-in-out;
		transition: background 500ms ease-in-out;
 }
 
 .yt-tile {
	background:transparent url('/images/SocialSplash.jpg') -270px 0 no-repeat; 
	width:90px;
	height:90px;
	float:left;
	margin:0 15px 10px 0;
	-webkit-transition: background 500ms ease-in-out;
		-moz-transition: background 500ms ease-in-out;
        -ms-transition: background 500ms ease-in-out;
        -o-transition: background 500ms ease-in-out;
		transition: background 500ms ease-in-out;
 }
 
 .insta-tile {
	background:transparent url('/images/SocialSplash.jpg') -360px 0 no-repeat; 
	width:90px;
	height:90px;
	float:left;
	margin-right:15px;
	margin:0 15px 10px 0;
	-webkit-transition: background 500ms ease-in-out;
		-moz-transition: background 500ms ease-in-out;
        -ms-transition: background 500ms ease-in-out;
        -o-transition: background 500ms ease-in-out;
		transition: background 500ms ease-in-out;
 }
 
 .plus-tile {
	background:transparent url('/images/SocialSplash.jpg') -450px 0 no-repeat; 
	width:90px;
	height:90px;
	float:left;
	margin-right:15px;
	margin:0 0 10px 0;
	-webkit-transition: background 500ms ease-in-out;
		-moz-transition: background 500ms ease-in-out;
        -ms-transition: background 500ms ease-in-out;
        -o-transition: background 500ms ease-in-out;
		transition: background 500ms ease-in-out;
 }
 
 .fb-tile:hover {
	background:transparent url('/images/SocialSplash.jpg') 0px -90px no-repeat; 
 }
 
 .tweet-tile:hover {
	background:transparent url('/images/SocialSplash.jpg') -90px -90px no-repeat; 
 }
 
 .pin-tile:hover {
	background:transparent url('/images/SocialSplash.jpg') -180px -90px no-repeat; 
 }
 
 .yt-tile:hover {
	background:transparent url('/images/SocialSplash.jpg') -270px -90px no-repeat; 
 }
 
 .insta-tile:hover {
	background:transparent url('/images/SocialSplash.jpg') -360px -90px no-repeat; 
 }
 
 .plus-tile:hover {
	background:transparent url('/images/SocialSplash.jpg') -450px -90px no-repeat; 
 }
 
/* END TILES */

a.hovlink {
	color:#fff;
	font-size:24px;
	float:right;
	clear:both;
	padding:2px 20px;
	letter-spacing:2px;
	cursor:pointer;
	margin:0 0 5px;
	line-height:25px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); background: rgba(255,255,255,.5);
}

a.hovlink:hover {
	color:#000;
	background: rgba(255,255,255,1);
}

body {
	min-width:980px !important;
}

.facebook-login {
background: url('/images/FacebookButton.jpg') top center no-repeat;
height:75px;
width:100%;	
cursor:pointer;
}

.facebook-login:hover {
background: url('/images/FacebookButton.jpg') bottom center no-repeat;
}

.facebook-con {
background: url('/images/FacebookConButton.jpg') top center no-repeat;
height:75px;
width:100%;	
cursor:pointer;
}

.facebook-con:hover {
background: url('/images/FacebookConButton.jpg') bottom center no-repeat;
}

.opLabels {
	width:auto;
	float:left;
	margin:0 5px 0 15px;
	color:#fff;
	font-size:14px;
	line-height:30px;	
}

/* PRICE TAGS */
.price-tags {
	position:absolute;
	bottom:12px;
	right:0;
	background:transparent url('/images/price-tags.png') top left no-repeat;
	background-size:53px 20px;
    color: #fff;
    font-size: 10px;
	letter-spacing:1px;
    text-decoration: none;
    padding: 3px 3px 3px 10px;
	line-height:16px;
	height:14px;
	width:53px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); }
	
	/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
	  margin-top:-85px;
      margin-bottom: 10px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 500px;
    }
	
    .wham-o {
	background:50% 0 repeat-x;
	color: white;
	height:500px;
	margin: 0 auto;
	padding: 0;
    }
	
	.carousel img.wrap-around {
      position: absolute;
      top: 175px;
      right: 0;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 960px;
      padding: 0 20px;
      margin-top: 200px;
    }
    .carousel-caption h1,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
	  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); }
    .carousel-caption .btn {
      margin-top: 10px;
    }
	
	.styCard {
	background:#fff;
	padding:15px 15px 1px;
	box-shadow:0 1px 2px rgba(0,0,0,.25);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin:5px 10px  50px;	
	}
	
	.accessCard {
	display:inline;
	float:left;	
	margin-right:15px;
	width:310px !important;
	}
	
	.accessCard img {
	padding:0;
	width:310px;
	margin:0;		
	}
	
	 /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */
	

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: fixed;
	  max-width:960px;
	  padding:0 15px;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin: 20px auto -90px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    .navbar-wrapper .navbar {

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      margin: 12px 12px 5px 0; /* Increase vertical padding to match navbar links */
	  background: url('/images/hanzo-dark.png') no-repeat;
	  width:204px;
	  height:42px;
      font-size: 16px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#33000000'); }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      	padding: 23px 18px;
	  	font-family: 'avenir', sans-serif;
		text-rendering: optimizelegibility;
		font-weight:300;
		font-size:14px;
		text-transform:capitalize;
		letter-spacing:2px;
		text-decoration:none;
		color: #f9f9f9;
		text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); -webkit-transition: color 200ms ease-in-out;
		-moz-transition: color 200ms ease-in-out;
		-ms-transition: color 200ms ease-in-out;
		-o-transition: color 200ms ease-in-out;
		transition: color 200ms ease-in-out;
    }
	
	.navbar .nav > li > a:hover {
      	color: #97cb38;
		text-shadow:#030;
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); }
		
		.navbar .navlow > li > a:hover {
      	color: #97cb38;
		text-shadow:#030;
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); }

    /* Offset the responsive button for proper vertical alignment */
    
	
	ul.nav li {
	list-style-type:none;	
	}
	
	#leftside ul.navlow {
	position:absolute;
	top:0;
	right:0;
	}
	
	#leftside ul.navlow li {
	list-style-type:none;	
	display:inline;
	}
	
	ul.nav-slidebar {
		margin:10px 0;
	}
	
	ul.nav-slidebar li {
		list-style-type:none;
		border-top:1px solid rgba(255,255,255,.15) !important;
		border-bottom:1px solid rgba(0,0,0,.5) !important;
		padding:5px 20px !important;
		margin:0 -20px;
	  	font-family: 'avenir', sans-serif;
		text-rendering: optimizelegibility;
		font-weight:300;
		font-size:24px;
		color: #f9f9f9;
		text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); -webkit-transition: color 200ms ease-in-out;
	}
	
	ul.nav-slidebar li a {
		color: #f9f9f9;
		-moz-transition: color 200ms ease-in-out;
		-ms-transition: color 200ms ease-in-out;
		-o-transition: color 200ms ease-in-out;
		transition: color 200ms ease-in-out;
	}
	 /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
	  font-family: 'avenir', sans-serif;
      font-size: 40px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
	  color: #5a5a5a;
    }
		#shearbar {
		z-index:2;
		width:960px;
		position:fixed;
		left:15px;
		bottom:0;
		moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		}
		#shearbar>nav{
		background-color:rgba(0,0,0,.75);
		box-shadow:0 0 7px 0 rgba(50,50,50,.45)
		}
		#shearbar > nav ul > li > a {
		  display: block;
		  color:#666;
		  height: 25px;
		  width:auto;
		  display:inline;
		  float:left;
		  padding-top: 0px;
		  padding-right: 10px;
		  padding-bottom: 0px;
		  padding-left: 10px;
		  border-top-width: 1px;
		  border-top-style: solid;
		  border-top-color:rgba(255,255,255,.1);
		  border-bottom-width: 1px;
		  border-bottom-style: solid;
		  border-bottom-color:rgba(0,0,0,.2);
		  line-height: 25px;
		   font-family: 'avenir',sans-serif;
		   text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
		   filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); }
		
		#shearbar > nav ul > li > a:hover {
		  color:#fff;
		}
		
		#shearbar h3 {
		  display: inline-block;
		  width:100px;
		  float:left;
		  display:inline;
		  color:#97cb38 !important;
		  font-size:14px;
		  padding-top: 12px;
		  padding-right: 8px;
		  padding-bottom: 12px;
		  padding-left: 8px;
		  margin:0 !important;
		  text-overflow: ellipsis;
		  max-width: 112px;
		  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
		  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); }

.showEven {	
height:140px;
background: url('/images/evenRowBG.png') top center no-repeat;
overflow:hidden;
padding:1px 0;
}

.showOdd {
height:140px;
background: url('/images/oddRowBG.png') top center no-repeat;
overflow:hidden;
overflow:hidden;
padding:1px 0;
}

#rightside ul li.dropDiv {
	display:block;
	width:200px;
	height:auto;
	clear:both;
	font-size:12px;
	line-height:15px;
	color:#333;	
	height:50px;
	padding:5px;
}

#rightside ul li.dropDiv p {
	text-shadow:none;
	font-size:16px;
	font-weight:300;
}

.FBProPic {
float:left;
width:50px;
height:50px;
-webkit-border-radius: 25px;
border-radius: 25px; 
margin:0 5px 5px;	
}

ul.footlinks {
padding:3px 5px;
margin:0;	
}

.footlinks {
font-family: 'avenir';
font-size:12px;
padding:3px 5px;	
}

.footlinks li {
font-family: 'avenir';
list-style-type:none;
font-size:12px;
padding:0 !important;
margin:0 !important;
line-height:18px !important;
}

.footlinks.shears li {
font-family: 'avenir';
list-style-type:none;
font-size:12px;
width:30% !important;
display:inline-block;
padding:0 !important;
margin:0 !important;
line-height:18px !important;
}

.footlinks.social li a img {
width:36px;
padding:0;
color: rgba(255,255,255,.5);
-webkit-transition: color 500ms ease-in-out;
-moz-transition: color 500ms ease-in-out;
-ms-transition: color 500ms ease-in-out;
-o-transition: color 500ms ease-in-out;
transition: color 500ms ease-in-out;
}

.footlinks.social li a img:hover {
color: rgba(255,255,255,1);
}

#footer-top {
	font-family: 'avenir';
	color:#fff;
	font-size:12px !important;
	padding:25px 0;	
  	background-color:#4B4B4B;
  	background-repeat: repeat-x;
  	border-color: #252525;
	  *zoom: 1;
	  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
			  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);  
	
}

#footer-top h3 {
	font-size:16px !important;
	color:#dedede;
}

/*STICKY FOOTERS*/

#stickyFeet { color: white; text-align: center; width: 100%; }

input.cartPad {
margin:0;
text-align:center;	
}

input.cartPad {
margin:0;
text-align:center;	
}

input.cartPad2 {
margin:0 0 5px;
text-align:center;	
}

input.cartPad3 {
margin:0 0 5px;	
}

select.top, input.top {
margin:0;
border-bottom:none;
-webkit-border-radius: 2px 2px 0px 0px;
		border-radius: 2px 2px 0px 0px; 
}

select.top, input.mid {
margin:0;
border-bottom:none;
-webkit-border-radius:0px;
		border-radius:0px; 
}

select.bot, input.bot {
margin:0;
-webkit-border-radius: 0px 0px 2px 2px;
		border-radius: 0px 0px 2px 2px; 
}

.cartRem {
font-size:14px;
cursor:pointer;
color:#007BB8;
text-transform:uppercase;	
}

.midTable tr td {
	vertical-align:middle !important;	
	font-size:12px;
}

.table.noStyle th,
.table.noStyle td {
  padding:0;
  line-height: 20px;
  vertical-align:top !important;
  border-top:none;
}

ul.breadcrumb {
text-align:left;
background-color:#e6e6e6;
padding:0 15px;
height:36px;
line-height:40px;	
border:1px solid #c9c9c9;
text-shadow: 0px 1px 1px #fff;
filter: dropshadow(color=#ffffff, offx=0, offy=1);
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

ul.breadcrumb li a {
color:#ccc;
}

ul.breadcrumb li a:hover {
color:#666;
}

ul.breadcrumb li {
font-weight:normal;
}

ul.breadcrumb li.disabled {
color:#aaa;	
}

ul.breadcrumb li.active {
color:#3a87ad;	
}

a.forPass:hover {
color:#666;	
}

.CheckHeader {
margin:-20px -20px 15px;
height:20px;
line-height:20px;	
-webkit-border-radius: 4px 4px 0px 0px;
		border-radius: 4px 4px 0px 0px; 
		border:1px solid #e3e3e3;
		border-bottom:none;
color:#777;
text-shadow: 0px 1px 1px #fff;
filter: dropshadow(color=#ffffff, offx=0, offy=1);
}

.CartHeader3 {
margin:-20px -20px 15px;
background-color:#e6e6e6;
padding:0 15px;
height:36px;
line-height:40px;	
-webkit-border-radius: 4px 4px 0px 0px;
		border-radius: 4px 4px 0px 0px; 
		border:1px solid #c9c9c9;
color:#777;
text-shadow: 0px 1px 1px #fff;
filter: dropshadow(color=#ffffff, offx=0, offy=1);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	
}

.CartHeader {
margin:0 0 -1px;
background-color:#e6e6e6;
padding:0 15px;
height:36px;
line-height:40px;	
-webkit-border-radius: 4px 4px 0px 0px;
		border-radius: 4px 4px 0px 0px; 
		border:1px solid #c9c9c9;
color:#777;
text-shadow: 0px 1px 1px #fff;
filter: dropshadow(color=#ffffff, offx=0, offy=1);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	
}

.CartHeader2 {
margin:0 -20px;
background:#e6e6e6;
padding:0 15px;
height:36px;
line-height:40px;	
-webkit-border-radius:0px;
		border-radius:0px; 
		border:1px solid #c9c9c9;
color:#777;
text-shadow: 0px 1px 1px #fff;
filter: dropshadow(color=#ffffff, offx=0, offy=1);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	
}

a.cartStepBack {
display:inline-block;
width:auto;
margin-top:5px;
color:#999;
text-shadow: 0px 1px 1px #fff;
filter: dropshadow(color=#ffffff, offx=0, offy=1);
}

a.cartStepBack:hover {
color:#777;
}

.icono {
width:25px;
display:inline-block;
text-align:right;
padding-right:5px;
font-size:18px;	
}



#fbCheckoutLogin {
background: url('/images/fb-button-cart.png') top center no-repeat;
height:40px;
overflow:hidden;
width:200px;	
margin:0 auto;
cursor:pointer;
}

#fbCheckoutLogin:hover {
background: url('/images/fb-button-cart.png') bottom center no-repeat;
}

strong {font-weight: bold;}

.smList li {
	margin:5px !important;
	padding:5px 5px 3px;
	line-height:16px;
	background-color: #f5f5f5;
	text-transform:capitalize;
}

.smList li a {
	color:#666;
}

.smList li a:hover {
	color:#333;
}

#result li {
	position:relative;
	list-style-type:none;
	display:inline-block;
	padding:5px;
}

#result li .instaLikes {
	display:block;
	position:absolute;
	top:5px;
	left:5px;
	padding:5px;
	line-height:15px;
	text-shadow: 0 1px 1px rgba;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=2, Color='#00000000'); background:rgba(255,255,255,.5);
	width:auto;
}

/*ul#result li:first-child {
}

ul#result li:first-child img{
width: 306px;
}*/

/* FOR INSTAGRAM CONTEST PAGE */

#result a {
  margin:0;
  display:inline-block;
  border-radius:0;
  position:relative;
}

.thumbWrap .likes {
  font-family:sans-serif;
  font-size:1em;
  color:#222;
  width:140px !important;
  position:relative;
  display:block;
  top:-11px;
  left:0;
  padding:5px;
  background:#ccc;
  line-height:18px;
  height:35px;
  overflow:hidden;
  text-shadow:0 1px rgba(0,0,0,0.5);
  -webkit-font-smoothing:antialiased;
}

ol li {
    list-style-position: outside;
    list-style-type:decimal !important;
	margin-bottom:10px;
	font-weight:300;
}

.thumbWrap.light {
color:#bababa;
}

#result.contestThmbs > div:first-of-type { 
background:#fff url("/images/leaderBG.jpg") bottom center no-repeat; 
color:#333;
}

.thumbWrap {
width:150px !important;
float:left;
height:190px;
margin-bottom:15px;
margin:15px;
}

.contestThmbs .thumbWrap {
width:150px !important;
background:#222;
float:left;
height:190px;
margin:10px;
padding:11px;	
}

.contestBG {
background-color:#121212;
min-height:250px;	
}

.thumbWrap .likability {
	width:auto;
	float:right;
}

.thumbWrap img.inthumb {
	width:150px;
	display:inline;
	float:left;
	background:transparent;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:none;
}

.navbar-mobile {
display:none;	
}


/* END -FOR INSTAGRAM CONTEST PAGE */

@media only screen and (max-width: 959px) {
  .navbar-wrapper {
	display:none;  
  }
  
  .navbar-mobile {
	  position:fixed;
	  background:#333;
	  height:75px;
	  top:0;
	  left:0;
	  display:inline;
	  z-index:500;
	  width:100% !important;	
}

	ul.nav {
	  position:absolute;
	  top:0 !important;
	  left:0 !important;
	  display:inline;
	  z-index:499;
	  width:100% !important;	
	}

  .navbar .brand {
	padding:13px 25px;
	}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
width:100%;	
}

.thumb.extra {
display:none;	
}

}

@media only screen and (min-width: 721px) {

	ul.nav {
	  position:absolute;
	  top:0 !important;
	  left:0 !important;
	  display:inline;
	  z-index:499;
	  width:100% !important;	
	}

  .navbar .brand {
	padding:13px 25px;
	}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
width:100%;	
}

}

.yotpo-testimonials-btn {
  text-shadow:none !important;
  font-family: Verdana,Geneva,sans-serif !important;
  text-rendering: optimizelegibility !important;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1) !important;
  border:none !important;
}
  
}

#yotpoTestimonialsBackdrop.modal-backdrop {z-index:0 !important;}