
/****************
LAYOUT 
****************/
body {
	background: #fff;
	font-family: 'GothamBookRegular';
	padding-top: 0px !important;
}

.aligncenter {display:block; margin:0 auto;}
.alignleft, .FloatLeft {float:left;}
.alignright, .FloatRight  {float:right;}
.Clear {clear:both;}


#header:after,
#footer:after,
#content:after,
#nav:after,
.section:after,
.article:after,
.block:after {
	content:'.';
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}

/****************
BODY 
****************/
h1, h2, h3, h4, h5, h6, strong, p, dt {
	font-weight: normal;
	line-height: 1.3;
}
strong {
	font-family: 'GothamMediumRegular';
}
h1 {
	font-family: 'GothamUltraRegular';
	text-transform:uppercase;
}
h2 {
	font-family: 'GothamBlackRegular';
}
h3 {
	font-family: 'GothamMediumRegular';
}
dt {
	font-family: 'GothamMediumRegular';
}
a {
	color: #ff0000;
}
a:hover {
	color: #dc1500;
}
p {
	margin: 15px 0;
}

hr {
	margin: 30px 0;
	border: 0;
	border-top: 1px solid #555555;
	border-bottom: none;
}
.text-red {
	color:#c7000f;
}
.content-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
}
.content-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/****************
HEADER 
****************/
header {
	/*background: #000;*/
}
header h1 {
	background:url('../images/logo-winter15.png') 0 0 no-repeat;
	height:93px;
	width:310px;
	overflow:hidden;
}
header h1 a {
	text-indent: -999em;
	display: block;
	height: 100%;
}

.navbar {
	margin-bottom: 0px;
}
.navbar-inverse .navbar-inner {
	background-color: #000;
	background-image: -moz-linear-gradient(top, #000, #000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#000));
	background-image: -webkit-linear-gradient(top, #000, #000);
	background-image: -o-linear-gradient(top, #000, #000);
	background-image: linear-gradient(to bottom, #000, #000);
	background-repeat: repeat-x;
	border-color: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
	padding: 0px !important;
}
.header-menu {
	float:right;
	list-style:none;
	margin:0px;
	padding: 0px;
}
.header-menu,
.header-menu a {
	color: #999;
	text-transform: uppercase;
	font-size: 11px;
}
.header-menu a:hover {
	text-decoration: underline;
}
.header-menu li {
	float: left;
}
.header-menu li:before {
	content: '|';
	padding: 0 10px;
}
.header-newsletter {
	margin: 12px 0;
	width: 297px;
	height: 45px;
	background: url('../images/header-shop1.png') 0 0 no-repeat;
	float:right;
	text-indent: -999em;
	overflow:hidden;
}
.header-cc {
	clear:both;
	margin: 15px 0;
	float:right;
}
.header-cc img {
	width:146px !important;
	height:27px !important;
}
/****************
NAV 
****************/
.sub-menu {
	list-style: none;
	margin: 0 0 10px;
	box-shadow: 0 2px 12px #262626;
	/*padding-left:5px;
	padding-right:5px;*/
}
.sub-menu .sub-menu {
	box-shadow: none;
}
.sub-menu > li > a {
	display: block;
}
.navbar .sub-menu > li > a {
	float: none;
	padding: 10px 15px 10px;
	color: #777777;
	text-decoration: none;
	text-shadow: none;
}
.menu > li > .sub-menu > li > a {
	font-family: 'GothamBoldRegular';
}
.navbar-inverse .sub-menu > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .nav-collapse .sub-menu > li > a {
	color: #999999;
	
	/*white-space:nowrap;*/
}
.navbar-inverse .nav-collapse .sub-menu > li > a:hover {
	background-color: #111111;
}
.nav-collapse .sub-menu > li > a {
	padding: 9px 15px;
	color: #777777;
	/*-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}
.navbar-inverse .brand, 
.navbar-inverse .menu > li > a {
	color: #fff;
}
.sub-menu .sub {
	color: #ff0000;
}

/****************
WALL 
****************/
#wall {
	position:fixed;
	height: 100%;
	top: 130px;
	right: 0;
	overflow: hidden;
	z-index: 1000;
	display: none;
}
#wall ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	right: -38px;
}
#wall ul li {
	margin:15px 0;
	padding:40px 0;
	
}
#wall ul li a {
	color: #fff;
	background: #000;
	padding: 10px 15px 20px;
	display:block;
	white-space: nowrap;
	text-transform:uppercase;
	font-family: 'GothamBoldRegular';
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	text-align: center;
	-webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
#wall ul li a:hover {
	background-color: #ff0000;
	color: #000;
	position:relative;
	left: -5px;
	text-decoration:none;
}


/****************
CONTENT 
****************/
#main h1 {
	font-size: 30px;
	margin: 15px 0;
}
#main h2 {
	font-size: 24px;
	margin: 15px 0;
}
#main h3 {
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	/*border-bottom: 1px solid #555;
	padding: 10px 0;*/
	margin: 15px 0;
}
/****************
NEW 2016 HEADER 
****************/
#topnav2016 {
	margin: 10px 0px 110px;
}
#topnav2016 .menu > li {
	float: none;
    display: inline-block;
}

#topnav2016 .menu > li a {
	font-size: 18px;
	color: #000;
	padding: 10px 12px 10px;
}
#topnav2016 .menu > li a:hover {
	box-shadow: none;
	background-color: transparent;
	    color: grey !important;
}
#topnav2016 .menu > li a span {
    display: block;
	text-transform: capitalize;
	font-size: 16px;
}
#menu-item-2532 a {
	text-indent: -999em;
	overflow: hidden;
	width: 60px;
	height: 45px;
	background: url('../images/2016/icon-fb-logo.png') 50% 100% no-repeat;
}
#menu-item-2504 a {
	text-indent: -999em;
	overflow: hidden;
	width: 27px;
	height: 45px;
	background: url('../images/2016/icon-phone.png') 50% 100% no-repeat;
}
#menu-item-2503 a {
	text-indent: -999em;
	overflow: hidden;
	width: 44px;
	height: 45px;
	background: url('../images/2016/icon-shoppingcart.png') 50% 100% no-repeat;
}
#topnav2016 .btn-navbar {
    float: right;
    padding: 7px 10px;
    margin: 10px 0px 15px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    background-image: none;
    border-color: transparent;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#topnav2016 .btn-navbar,
#topnav2016 .btn-navbar:hover,
#topnav2016 .btn-navbar:active,
#topnav2016 .btn-navbar:focus {
    outline: none;
}
#topnav2016 .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media (min-width:980px) and (max-width:1199px) {
	#topnav2016 .menu > li {
		line-height: 17px;
	}
	#topnav2016 .menu > li a {
		font-size: 15px;
		padding: 10px 8px 10px;
	}
	#topnav2016 .menu > li a span {
		font-size: 12px;
	}
}
@media (max-width:979px) {
	#topnav2016 {
		background: url('../images/2016/icon-fb-logo.png') 0% 0% no-repeat;
		margin: 10px 0px;
	}
	#topnav2016 .menu > li {
		display: block;
	}
	#topnav2016 .menu > li a {
		background-image: none;
		text-indent: 0em;
		background-color: transparent;
		width: auto;
		height: auto;
		font-size: 16px;
		text-transform: uppercase;
	}
	#topnav2016 .menu > li a span {
		display: inline;
		text-transform: uppercase;
	}
}



/****************
PAGES 
****************/
/**************** HOME ****************/
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background: transparent !important;
}
.home [class*=span] p {
	margin:0;
}
.home [class*=span] p + p {
	margin-top:15px;
}
.home [class*=span] {
	margin-bottom: 10px;
}
.home #content-main {
	padding-top: 10px;
}
.home .footer {
	margin-top: 0px;
}

.hmBlock {
	position:relative;
}
.hmBlock img.hmBlockImg2 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	opacity: 0;
}
.hmBlock a:hover img.hmBlockImg2 {
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hmBlockVideoWrapper {
	position: absolute;
	top: 10%;
	left: 25%;
	width: 50%;
	height: auto;
}
.hmBlockVideoWrapper2 {
	position: absolute;
	top: 19%;
	left: 49%;
	width: 50%;
	height: auto;
}
.hmBlockVideoInner {
	position:relative;
	height:0;
	padding-bottom: 56.25%;
}
.hmBlockVideoInner iframe {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

/**************** TEAM ****************/
.team h2 {
	text-align: center;
	padding: 15px 0px 0px;
	text-transform: uppercase;
	font-family: 'GothamBoldRegular';
}
.team h2:after {
	content: '';
	width: 225px;
	height: 6px;
	background-color: #ff0000;
	margin: 15px auto;
	display: block;
}
#team-products {
	text-align: center;
}
#team-products > div {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.team-details {
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
}
.team-details span {
	color: #ff0000;
	padding: 0px 8px;
	display: inline-block;
}
.ig-image {
	width: 50%;
	display: inline-block;
	padding: 5px;
	box-sizing: border-box;
}

.team-video {
	position:relative;
	text-align: center;
	margin: 20px 0px;
}
.team-video img {
	position:absolute;
	top:0;
	left:0;
	opacity:1;
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s; 
	-webkit-transition: opacity 0.3s; 
	-o-transition: opacity 0.3s;
}
.team-video a:hover img {
	opacity:0;
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s; 
	-webkit-transition: opacity 0.5s; 
	-o-transition: opacity 0.5s;
}



/**************** STORE FINDER ****************/
div#sl_div div#map {
	width: 100% !important;
	height: 500px !important;
}
#sl_div a.storelocatorlink {
	color: #dc1500 !important;
}
#searchForm .search_item {
	clear:none !important;
}
#searchForm .search_item, #searchForm .search_item {
	float:left !important;
}
#addressSubmit.slp_ui_button {
	padding: 4px 12px;
}
/****************
POSTS 
****************/
.post-item-wrapper {
	margin-bottom: 60px;
}
.post-item-wrapper h2 a {
	color: #111;
}
.post-item-wrapper h2 a:hover {
	color: #dc1500;
	text-decoration: none;
}
.post-item-content {
	position:relative;
}
.post-item-date {
	padding: 4px 10px;
	background: #111;
	margin: 0;
	display:inline-block;
	position:absolute;
	top: -60px;
	left:0;
}
.post-item-date p {
	font-size: 11px;
	text-transform:uppercase;
	margin: 0px;
	color: #ff0000;
}

.center-title {
    display: inline-block;
    line-height:0.9;
    white-space:nowrap;
	margin: 40px 0;
}
.center-title h5 {
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
	text-transform:uppercase;
	color: #ddd;
}
.center-title span.spacer {
    display:table-cell;
    width:50%;
}
.center-title span.spacer {
    padding:0 10px;
}
.center-title span.spacer:first-child {
    padding:0 10px 0 0;
}
.center-title span.spacer:last-child {
    padding:0 0 0 10px;
}
.center-title span.spacer:after {
    display:inline-block;
    width:100%;
    content:".";
    font-size:0;
    color:transparent;
    height:1px;
    background:#ddd;
    vertical-align:middle;
    position:relative;
    top:2px;
}
.pagerr {
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pagerr li {
	display: inline;
}
.pagerr li a {
	text-transform:uppercase;
	font-size: 11px;
	color: #777;
}
.pagerr li a:hover {
	color: #dc1500;
	text-decoration:none;
}

.pager-next {
	float: right;
}
pager-prev {
	float: left;
}

/****************
KILLER DAYS 
****************/
#sidebar {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

#killer-feed img {
	width:100%;
}
.category-killerdays #stage {
	background: #000;
	margin-top: 20px;
	color: #f1f1f1;
	padding: 0 0px 40px;
}
.category-killerdays header h1 {
	background: url('../images/logowhite.png') 0 0 no-repeat !important;
}
.category-killerdays header ul li {
	z-index:1001;
}
#killer-videos .selected {
	z-index:995 !important;
}

.category-killerdays #main {
	padding-top: 15px;
}
.category-killerdays #sidebar h3 {
	color: #777;
}
.category-killerdays .post-item-wrapper h2 a {
	color: #fff;
}
.category-killerdays .footer {
	margin-top: 0px;
}
.rsUni .rsThumb.rsNavSelected {
	background: #191919 !important;
}
.galleryTextThumbs .rsThumbs .rsThumb {
	
}
/* ----------------------------------------------------------------------------- KILLER DAYS STYLES */

.category-killerdays {
	background: black;
	color: white;
	font-family: 'GothamBookRegular';
}
.category-killerdays #killer-feed p {
	font-size: 14px;
	margin: 0;
}
.category-killerdays #navigation {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #555;
}
.category-killerdays #header,
.category-killerdays #footer-top {
	display:none;
}
.category-killerdays #footer {
	background: black;
	border: none;
}
.category-killerdays #footer-bottom {
	border: none;
}
.category-killerdays .single-header-wrapper {
	background: #c7000f;
}
.category-killerdays .post-subtitle {
	color: white!important;
}
.category-killerdays .post-title {
	color: #000!important;
}
.category-killerdays .widget-title {
	font-size: 14px;
	line-height: 30px;
	text-transform:uppercase;
	font-family: 'GothamBoldRegular';
}
.category-killerdays #instagram_widget li {
	width: 147px;
	margin-left: 6px;
	margin-bottom:6px !important;
	float:left;
}
.category-killerdays #instagram_widget li:nth-child(2n+1) {
	margin-left:0;
}
.category-killerdays #instagram_widget li img {
	width: 100%;
	height:auto;
}
.category-killerdays #killer-feed a {
	color: #c7000f;
}
.category-killerdays .footer-wrapper {
	border-top: 5px solid #c7000f;
	padding-top: 30px;
}
.category-killerdays a#toolbox {
	position:relative;
	top:auto;
	right:auto;
	display:block;
}
#sidebar-left {
	width: 300px;
	margin-right: 6px;
	margin-left: 25px;
	float:left;
}

.killer-item-left {
	width: 600px;
	float:left;
	margin-right: 6px;
}
.killer-item-right {
	width: 195px;
	float:left;
}
.killer-item-right .entry-date {
	color: #e88400;
	text-transform:uppercase;
}
.category-killerdays .textwidget {
	height: 260px;
}
#killer-videos {
	position:relative;
	height: 336px;
	width: 195px;
	padding-left: 606px;
}
#killer-videos .killer-item-wrapper {
	width: 195px;
}
#killer-videos .killer-item-right {
	height: 108px;
	overflow: hidden;
	float:none;
	margin-bottom: 6px;
}
#killer-videos .selected {
	z-index: 1000;
} 
#killer-videos .killer-item-right img {
	width: 100% !important;
	height:auto !important;
	cursor:pointer;
}
#killer-videos .killer-item-left {
	background: black;
	position:absolute;
	top: 0;
	left: 0;
}
#killer-videos .killer-item-left p {
	margin:0 !important;
}

iframe {
	border: none;
}

/* ----------------------------------------------------------------------------- FORM */
#topnav.stuck {
	position: fixed!important;
	top: 0px;
	z-index: 999;
	width: 960px;
}
.FormContainer dl {
	margin-bottom:0px;
}
.FormContainer dd {
	margin:0px;
}
.FormContainer p.Submit {
	margin-top: 0px;
}
#LoginButton {
	margin-bottom: 10px;
}

.gform_wrapper .top_label input.large, 
.gform_wrapper .top_label select.large, 
.gform_wrapper .top_label textarea.textarea {
	width: 100% !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 100% !important;
}
.gform_wrapper select {
	padding: 5px 5px 5px 0 !important;
}

/* ----------------------------------------------------------------------------- BOARD INFO */

#ext h1 {
	padding: 0;
	background: none;
	font-size: 70px;
	margin: 30px 0 0 0;
	text-align: center;
	color: #000;
	line-height: 1;
}
#ext h2 {
	padding: 0;
	background: none;
	font-family: 'minion_prosemibold_italic';
	font-size: 40px;
	margin: 0;
	text-align: center;
	color: #b8a051;
	line-height: 1;
}
#ext h3 {
	background: #000;
	padding: 8px 10px;
	text-align:center;
	color: #fff;
	margin: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#ext h4 {
	background: url('../images/ext_fb_symbol.jpg') 15px 50% no-repeat #000;
	padding: 8px 15px;
	text-align:right;
	color: #b8a051;
	margin: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#ext-colorvar {
	text-align:center;
}


/****************
SIDEBAR 
****************/
.xoxo {
	list-style: none;
	margin:0;
}
.xoxo ul {
	list-style: none;
	margin: 0 0 20px 0;
}
.xoxo ul li,
.xoxo ul li a {
	text-transform:uppercase;
	font-size: 11px;
	color: #777;
}
.xoxo ul a:hover {
	color: #dc1500;
	text-decoration:none;
}


/****************
INSTAGRAM WIDGET
****************/

#sidebar .tcr-insta-list .photo,
#sidebar .tcr-insta-list .last {
	width:50% !important;
	margin:0 0 0 0 !important;
}
.tcr-insta-list li img {
	width:100%;
	height:auto;
	border-radius:0px !important;
	border:none !important;
}


/****************
SHOP 
****************/
/**************** PAGE BREADCRUMBS ****************/
.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Breadcrumb {
	font-size: 11px;
	background: #f9f9f9;
	padding: 5px 15px;
	position: relative;
	top: 70px;	
	display: none;
}
.Breadcrumb li {
	display: inline;
	text-transform:uppercase;
	color: #000;
}
.Breadcrumb li:after {
	content: '/';
	margin: 0px 5px;
}
.Breadcrumb li a {
	text-transform: uppercase !important;
}
.FindByCategory ul, .FindByCategory li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.FindByCategory li {
	padding-left: 11px;
	display: inline;
}

/**************** EXPRESS CHECKOUT ****************/
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
}
.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}
.ExpressCheckoutBlock {
	
}
.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 10px;
	font-weight: normal;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}
a.ChangeLink {
	position: absolute;
	right: 15px;
}
.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}
.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}
.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 250px;
}
.LoadingIndicator {
	margin-left: 10px;
}
.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}
#main .ExpressCheckoutBlock h3.ExpressCheckoutTitle {
	background: black;
	border: 1px solid black;
	color: white;
	font-size: 12px!important;
	text-indent: 10px;
}
#main .ExpressCheckoutBlockCollapsed h3.ExpressCheckoutTitle {
	background: #f0f0f0;
	border: 1px solid #ddd;
	color: #555;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #888;
}
.ShippingProviderList {
	margin: 0 0 20px;
	list-style: none;
}
#FormField_25,
#FormField_13 {
	width:100% !important;
}
.SubTotal td {
	text-align:right;
}
#join_mailing_list,
#join_order_list {
	float: left;
	margin-right: 10px;
}
#mc_signup .mc_header {
	line-height:1 !important;
}
#mc_signup .mc_merge_var {
	margin-bottom:0.4em !important;
}
#mc_signup #mc_signup_submit {
margin-top: 0.2em;
width: auto;
}
#couponcode {
	margin-bottom:0px;
}

.CartProductFieldsLink dt,
.CartProductFieldsLink dd {
	float:left;
	margin-bottom: 5px;
}
.CartProductFieldsLink dt {
	clear:left;
}
.CartProductFieldsLink dd {
	
}
.CartProductFieldsLink dt img {
	margin-right: 5px;
}
/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	width: 410px;
	padding: 7px;
	float: right;
}

.EstimateShipping dt {
	width: 140px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}

.EstimateShipping dd {
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
	margin-left: 150px;
}
.EstimateShipping .Field200 {
	width: 100% !important;
}
.EstimateShipping .Field100 {
	width: 100%;
	box-sizing: border-box;
}

.EstimateShipping p.Submit {
	margin-top: 10px;
	margin-bottom: 3px;
}

.EstimateShipping label {
	display: block;
	margin-bottom: 5px;
}
/**************** CATEGORY PAGE ****************/

.SubCategoryListGrid li {
	list-style: none;
}
.SubCategoryListGrid [class*="span"] {
	text-align:center;
	font-size: 12px;
	/*border: 1px solid #f6f6f6;*/
	padding: 10px 0 0;
	margin-bottom: 15px;
}
.SubCategoryListGrid [class*="span"] a.subcat-textlink {
	/*background: #f6f6f6;*/
	color: #222;
	font-family: "GothamBoldRegular";
	line-height: 1.3;
	padding: 5px;
	display:block;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
}
.SubCategoryListGrid [class*="span"] a:hover {
	text-decoration: none;
	color: #dc1500;
}
.cat-item a img {
	width: 170px;
	height:auto;
}
.RowDivider + .span3 {
	margin-left: 0px;
}
/**************** PRODUCT PAGE ****************/
h4.ProductPrice  {
	color: #ff0000;
}
#main h2.product-title {
	/*padding: 10px 15px;
	background-color: #f1f1f1;*/
}
.CurrencyContainer p {
	margin: 0px;
}
.ProductThumbImage {
	/*border-bottom: 1px solid #ddd;*/
	overflow:hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width:auto !important;
	height:auto !important;
}
.ProductTinyImageList li {
	border: none !important;
	/*border-left: 1px solid #ddd !important;*/
}
.ImageCarouselBox {
	position:relative;
	padding: 0 30px !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	height: 135px;
}
.ProductTinyImageList {
	/*border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd !important;*/
	width: 100% !important;
}
#ImageScrollNext {
	position:absolute;
	right: 0px;
	top: 0;
	z-index: 10;
	width: 15px;
	/*background: #f6f6f6;
	border: 1px solid #ddd;*/
	border-top: none;
	font-size: 24px;
	padding: 52px 7px 62px;
}
#ImageScrollPrev {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 10;
	width: 15px;
	/*background: #f6f6f6;
	border: 1px solid #ddd;*/
	border-top: none;
	font-size: 24px;
	padding: 52px 7px 62px;
}
.prd-img-wrapper .tab-content {
	overflow:visible;
}
.ProductThumb {
	width:auto !important;
	height:auto !important;
}
.prd-img-tabs {
	display: none;
}
.prd-img-tabs .nav-tabs {
  border-bottom: none;
}
.prd-img-tabs .nav-tabs > li {
	width: 50%;
}
.prd-img-tabs .nav-tabs > .active > a, .prd-img-tabs .nav-tabs > .active > a:hover {
	color: #000;
	cursor: default;
	background-color: #ff0000;
	border: none;
	border-bottom-color: transparent;
}
.prd-img-tabs .nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align:center;
	background: #000;
	margin:0px;
}
#VideoList ul {
	margin:0px;
	list-style: none;
}
#VideoList ul > li {
	float:left;
	margin: 10px 10px 10px 0px;
}
#FeaturedVideo  {
	position:relative;
	height:0;
	padding-bottom: 56.25%;
}
#FeaturedVideo iframe {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
#main h2.product-title {
	margin-top: 0px;
}
#main h3.currency {
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #555;
	padding: 10px 0;
	margin: 15px 0;
}
.tab-content {
	overflow: visible;
}

.ProductReviewFormContainer dt {
	font-weight: normal;
	font-family: "GothamMediumRegular";
	margin: 0 0 5px 0;
}
.ProductReviewFormContainer dd {
	margin: 0 0 5px 0;
}
dd select,
dd input,
dd textarea {
	width: 100%;
}

.ProductDetailsGrid {
	margin-bottom: 10px;
	clear:both;
}
#prd-details .Label,
#prd-details .Value {
	float:left;
}
#prd-details .Label {
	clear:both;
	margin-right: 8px;
	font-family: "GothamMediumRegular";
}
.ProductActionAdd {
	display: none;
}
.SideRelatedProducts ul {
	list-style: none;
	margin:0px;
}
.SideRelatedProducts ul > li {
	width: 16.666%;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	text-align:center;
}
.SideRelatedProducts ul > li:nth-child(3n+4) {
	clear:both;
}
.SideRelatedProducts ul > li a {
	display:block;
	text-transform: uppercase;
	font-size: 12px;
}

.SortBox {
	padding: 10px;
}
.ProductList > [class*="span"]:nth-child(4n+1) {
	margin-left: 0px;
	clear:both;
}
.ProductList > [class*="span"] {
	text-align:center;
	font-size: 12px;
	/*border: 1px solid #f6f6f6;*/
	padding: 10px 0;
	margin-bottom: 15px;
}
.ProductList > [class*="span"] a {
	display: block;
	text-transform:uppercase;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
}
.prd-title-link {
	/*background: #f6f6f6;*/
	color: #222;
	font-family: "GothamBoldRegular";
	line-height: 1.3;
	margin-bottom: 5px;
	padding: 5px;
}
.prd-title-link:hover {
	text-decoration: none;
}
.ProductPriceRating {
	color: #000;
}
.ProductPriceRating em {
	font-style: normal !important;
}
.ShippingAddressList {
	margin: 15px 0;
	list-style:none;
}

.AccountOrderStatusList {
	margin: 15px 0;
	list-style: none;
}
#AccountOrder .BillingDetails, 
#AccountOrder .ShippingDetails {
	width: 50%;
	float:left;
}
#prd-details .Label {
	display: none;
}
#prd-details .Value {
	float: left;
	margin-left: 5px;
}
.ProductOptionList ul {
	margin: 0 0 15px 0;
}
.ProductOptionList ul li {
	list-style: none;
}

/*.fancybox-inner [class*="span"],
.fancybox-inner .container,
.fancybox-inner .row,
.fancybox-inner .row-fluid {
	width: 100% !important;
	
}
.fancybox-inner #main {
	padding: 0 15px 15px !important;
	-webkit-box-sizing: border-box !important;
	   -moz-box-sizing: border-box !important;
	        box-sizing: border-box !important;
}
*/

#ModalContainer {
	left: 50%;
	top: 20px !important;
	background: #fff;
	padding: 20px;
	height: 90% !important;
	overflow:scroll !important;
}
#ModalOverlay {
	background: #000;
}
.modalClose {
	width: 20px;
	height: 20px;
	float: left;
	position: absolute;
	top: 5px;
	right: 5px;
	background:url(../images/btn-close) 0 0 no-repeat;
}



/***************
board details
***************/
#ext-colorvar [class*="span"] {
	float:none !important;
	display:inline-block !important;
	margin:0 !important;
}

/****************
FOOTER 
****************/
footer,
.footer {
	/*background-color:#ddd !important;
	padding:40px 0 0;
	border-top: 1px solid #BBB;*/
	background-color: #fff !important;
	padding: 0;
	border-top: 0px;
	overflow:hidden;
}
#footer-top {
	padding:0px 15px;
}
#footer-top .xoxo {
	padding-right: 120px;
	padding-bottom: 20px;
}
#footer-top #footer-one .xoxo {
	background:url('../images/icon-newsletter.png') 100% -5px no-repeat;
}
#footer-top #footer-two .xoxo {
	background:url('../images/icon-map.png') 100% 0 no-repeat;
}
#footer-top #footer-three .xoxo {
	background:url('../images/icon-shop.png') 100% 0 no-repeat;
}
#footer-top h3 {
	font-family: 'GothamUltraRegular';
	font-size:20px;
	margin:0;
	text-transform:uppercase;
	line-height: 20px;
}

/***
*** MAIL CHIMP FOOTER
***/
#footer-top h2,
#mc_subheader{
	font-family: 'GothamBookRegular';
	font-size:12px;
	text-transform:uppercase;
	margin:0 0 10px;
	line-height: 20px;
}
#footer-top p{
	color: #626262;
	margin:0 0 10px;
}
#mc_signup_form {
	padding:0 !important;
	background:none !important;
}
#mc_embed_signup label {
	color: #777;
	font-size: 11px;
	font-family: 'GothamBookRegular';
	text-transform: uppercase;
}
#mc_embed_signup input {
	width:100%;
}
.mc_merge_var input {
	border:0;
	color: #626262;
	width:99%;
	padding:3px;
	margin-bottom:3px;
}
#mc_embed_signup .btn-primary {
	width:auto;
}
.mc_required,
.Required,
.asterisk {
	color:#ff0000;
}
#mc-indicates-required {
	color: #626262;
	font-size: 10px;
}
.mc_signup_submit {
	text-align: left !important;
}
/***
*** END MAIL CHIMP FOOTER
***/

.show-ie {
	display: none;
}

#footer-bottom {
	background:#fff;
	padding:35px 15px;
	clear:both;
	position:relative;
	border-top: 1px solid #fff;
}
#footer-bottom p {
	color: #777;
	text-transform:uppercase;
	font-size:11px;
	float:left;
	margin-top: 20px;
}
a#toolbox {
	width:117px;
	height:45px;
	text-indent:-999em;
	overflow:hidden;
	background:url('../images/ToolboxLogoFooterRollover.png') 0 0 no-repeat;
	display: block;
}
a:hover#toolbox {
	background-position:bottom;
}
#footer-bottom .span3 h1 {
	font-size:14px;
	color: #000;
	font-family: 'GothamBoldRegular';
	border-bottom:1px solid #000;
	margin:0 0 5px;
	padding:0 0 5px;
	text-transform:uppercase;
}
#footer-bottom .span3 a {
	color:#000;
	font-size:11px;
	font-family: 'GothamBookRegular';
	text-transform:uppercase;
	-webkit-transition: color 0.1s linear;
     -moz-transition: color 0.1s linear;
       -o-transition: color 0.1s linear;
          transition: color 0.1s linear;
}
#footer-bottom .span3 a:hover {
	color: #ff0000;
}
footer .menu > li > a:hover, 
footer .nav > li > a:hover {
	background-color: transparent;
}


/****************
FORMS 
****************/
.gform_wrapper {
	margin: 0 0 20px;
}
.gform_wrapper ul { 
	list-style: none; 
	margin-left: 0; 
}
.gform_wrapper form { 
	margin-bottom: 0; 
}
.gfield_radio input,
.gfield_checkbox input {
  vertical-align: 0;
}
.gfield_radio label,
.gfield_checkbox label {
  display: inline-block;
  margin-left: 8px;
}
.gform_wrapper .top_label .gfield_label {
	font-weight: normal !important;
}
.gform_description {
	margin-bottom: 15px;
	display:block;
}

.gform_wrapper .gfield_required {
  color: #FF0000 !important;
  padding-left: 1px;
}
.gform_wrapper .validation_message { 
	display: none; 
}
.validation_error,
#gforms_confirmation_message {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
    	    border-radius: 4px;
}
.validation_error,
.gform_wrapper .gfield_error input[type=text],
.gform_wrapper .gfield_error input[type=tel],
.gform_wrapper .gfield_error input[type=email],
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
	color: #b94a48 !important;
	background-color: #f2dede !important;
	border-color: #b94a48 !important;
	font-size: 12px !important;
	font-weight: normal !important;
}
.gform_wrapper .gfield_error label {
	color: #b94a48;
}
.gform_wrapper .gform_footer {
	padding: 0px !important;
	margin: 0px !important;
}
.ginput_left {
	width: 48%;
	margin-right:2%;
	float:left;
} 
.ginput_right {
	width: 50%;
	float:left;
}
.ginput_left label, 
.ginput_right label {
	font-size: 0.8em;
}
select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	/*width: 100%;*/
	min-height:30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/****************
CUSTOMIZED RESPONSIVE STYLES 
****************/
/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .menu > li .sub-menu > li {
	width: 233px;
  }
  .category-news #sidebar .tcr-insta-list li,
  .single #sidebar .tcr-insta-list li {
  	width:40% !important;
  }
  #topnav.stuck {
		width: 1190px;
  }
}
@media (max-width: 1199px) {
  .menu > li .sub-menu > li {
	width: 187px;
  }
}
/* Desktop
------------------------- */
@media (min-width: 979px) {
  .menu {
	  position:relative;
	  width: 100%;
  }
  .menu > li > a {
	  text-transform: uppercase;
	  font-family: 'GothamBoldRegular';
	  -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
           transition: color 0.2s ease-in-out;
	  white-space: nowrap;
  }
  .menu > li > a:hover,
  .menu > li.active > a {
	  color: #ff0000 !important;
  }
  .menu > li .sub-menu {
	position:absolute;
	top: 40px;
	z-index: 1000;
	visibility: hidden;
	opacity:0;
	background: #fff;
	border-top: 1px solid #262626;
	-webkit-transition: opacity 0.4s ease-in-out 0.1s;
     -moz-transition: opacity 0.4s ease-in-out 0.1s;
       -o-transition: opacity 0.4s ease-in-out 0.1s;
          transition: opacity 0.4s ease-in-out 0.1s;
  }
  .menu > li:nth-child(1) .sub-menu,
  .menu > li:nth-child(2) .sub-menu,
  .menu > li:nth-child(3) .sub-menu,
  .menu > li:nth-child(4) .sub-menu {
	  left: 0;
  }
  .menu > li:nth-child(5) .sub-menu,
  .menu > li:nth-child(6) .sub-menu,
  .menu > li:nth-child(7) .sub-menu,
  .menu > li:nth-child(8) .sub-menu,
  .menu > li:nth-child(9) .sub-menu {
	  right: 0;
  }
  .menu > li.active .sub-menu {
	  opacity: 1;
	  visibility: visible;
  }
  .menu > li .sub-menu > li {
	  float:left;
	  position:relative;
  }
  .menu > li .sub-menu > li > a {
	  text-transform:uppercase;
	  color: #262626 !important;
	  border-bottom: 1px solid #f6f6f6;
	  text-shadow: none;
  }
  .menu > li .sub-menu .sub-menu > li {
	  float:none;
	  width: 100%;
  }
  .menu > li .sub-menu .sub-menu {
	  position:static;
	  border-top: none;
  }
  .menu > li .sub-menu .sub-menu > li > a {
	  border: none;
	  color: #262626 !important;
	  text-transform:none;
	  background: none;
	  
  }
  .sub-menu:after {
	  content:'.';
	visibility:hidden;
	display:block;
	height:0;
	clear:both;	  
  }  
  .navbar-inverse .nav-collapse .sub-menu > li > a:hover {
	color: #000;
	background-color: #f9f9f9;
  }
  .nav_thumb {
	  margin-top: 5px;
  }
}

/* Desktop
------------------------- */
@media (max-width: 979px) {
  .sub-menu {
	margin: 0 0 10px 0px;
	position:relative;
	box-shadow: none;
  }
  .nav-collapse .menu > li > a {
	  font-weight: normal;
	  font-family: 'GothamMediumRegular';
	  background-color: #191919;
  }
  .menu > li .sub-menu > li {
	width: 100%;
  }
  	header .sub-menu .menu-item-object-features {
	  	display:none !important;
	}
	header #menu-item-1560 .sub-menu .menu-item-object-features {
		display:block !important;
	}
	#topnav.stuck {
		width: 758px;
	}
	#topnav .collapse .sub-menu .sub-menu {
		display: none;
	}
	#topnav .collapse .menu > li {
		width: 50%;
	}
	.nav_thumb {
	  display:none !important;
	} 
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  #wall {
	  display: none;
  }
  #footer-top .xoxo {
	padding-right: 50px;
	background-size: 50px !important;
  }
  .SideRelatedProducts ul > li {
		width: 32%;
	}
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
	header,
	.footer,
	#footer-bottom,
	.category-killerdays #stage,
	.Breadcrumb {
	  padding-left: 20px;
	  padding-right: 20px;
	  margin-left: -20px;
	  width: 100%;
	}
	.header-newsletter, .header-cc {
	  display: none !important;
	}
	header h1 {
	background: url('../images/logo.png') 50% 0 no-repeat;
	width: 100%;
	}
	#wall {
	  display: none;
	}
	#topnav.stuck {
		position: static !important;
		width: 100%;
	}	
	.SideRelatedProducts ul > li {
		width: 47%;
	}
}