@media (max-width: 1510px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}
h3, .h3 {
    font-size: 23px;
}
#categories-navi li {
    margin-bottom: 5px;
}
.navbar-default .navbar-brand {
    color: #ffffff;
    background-color: #337ab7;
}
body {
font-size:16px;
margin-top:40px;
}
#new-board-btn {
    white-space: normal;
}
#products-list .item ul.listing-product li .out-of-stock {display: block;text-align: center;height: 30px;line-height: 30px;color: #666;}
#categories-list li {
    display: block;
    float: left;
    width: 183px;
    height: 214px;
    padding: 0 0 0 10px;
    margin: 0 0 5px 0;
}
#categories-list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
}
#categories-list li a.img-link img {
    width: 158px;
    height: 158px;
    border: 0px none;
}
a {
    color: #09987c;
    text-decoration: none;
}
#categories-list li h2 a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: bold;
    letter-spacing: 1px;
}
.navbar-fixed-left {
  width: 140px;
  position: fixed;
  border-radius: 0;
  height: 100%;
}
.navbar-fixed-left .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
  width: 139px;
}
.navbar-fixed-left + .container {
  padding-left: 160px;
}
/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
  margin-top: -50px;
  margin-left: 140px;
}
.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
    list-style: none;
    padding: 10px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}
.quick-links ul li h3 {
    margin: 0;
    padding: 0px 0 8px 0;
    font-size: 17px;
    font-weight: bold;
    border: 0px none;
}
.quick-links ul li a {
    text-decoration: none;
    color: #888;
    font-size: 16px;
}
.quick-links ul {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
    list-style-position: outside;
    float: left;
    width: 33%;
    background: url(../../skin/xtreme_gear/css/../images/quick-links-border.png) no-repeat right 0;
    height: 110px;
}
.banners-wrap {
    display: none;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 1%;
    padding-left: 1%;
}
h1 {
color: #0C3777;
}
h2 {
color: #0C3777;
}
  
p, li {
font-style: normal;
font-weight: 400;
font-size: 16px;
color: #252525;  
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#page {
    padding: 0;
    margin-top:50px;
    width: 100%;
}
.quick-links {
    float: left;
    height: 200px;
    background-color: #f5f4f3;
    width: 100%;
}
#categories-list li a.img-link {
    display: block;
    width: 158px;
    height: 158px;
    border: 0px;
}
#navi-main-categories {
    background: #6a793a;
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
}
}
.xb_gallery div a img {
    vertical-align: top;
    border: 0;
    border-radius: 0%;
}
img {
    vertical-align: middle;
}
#products-list.search-list .item {
    margin: 0 0 93px 88px;
}
#products-list .item ul.listing-product li h2 {
    font-size: 14px;
    font-weight: 600;
}
#products-list .item {
    width: 160px;
    height: 254px;
    display: block;
    float: left;
    margin: 0 0 100px 41px;
}
#products-list .item ul.listing-product li select.listing-quantity {
    float: none;
    position: relative;
    top: 4px;
    width: 38%;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}
#products-list .item ul.listing-product li .listing-buy span {
    position: relative;
    top: -1px;
    font-size: 19px;
}
#products-list .item ul.listing-product li .listing-buy {
    padding: 3px 27px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 6px;
    width: 87%;
    height: 40px;
    line-height: 40px;
    background: #e74c3c;
    color: #fff;
    float: none;
    text-decoration: none;
    text-align: center;
    position: relative;
    top: 11px;
    border: 0px none;
    margin-left: auto;
    margin-right: auto;
}
#products-list .item ul.listing-product li h2 {
    font-size: 13px;
    font-weight: 600;
    height: 45px;
}
.xb_gallery {
    overflow: hidden;
    float: left;
    color: #fff;
    position: relative;
    margin-bottom: 50px;
}
.featured-categories {
    margin: 0;
    padding: 25px 0 0 1px;
    list-style: none;
    list-style-position: outside;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.frontpagesidebar {
float: left;
width: 15%;
}
.banner-01 {
    float: left;
    border: 0px none;
    margin-top: 50px;
    margin-right: 29px;
    margin-bottom: 15px;
}
.banner-02 {
    float: right;
    border: 0px none;
    margin-top: 50px;
}
.featured-categories p {
    font-size: 16px;
    padding: 0px 9px 0px 0px;
    margin-top: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 17px;
}
.featured-categories li {
    display: inline-table;
    width: 30%;
    padding: 0%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 35px;
}
.featured-categories .image-link {
    display: block;
    float: none;
    margin-top: 10px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.featured-categories .image-link img {
    border: 0px none;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}
.featured-categories h3 {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    border: 0px none;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.featured-categories h2 {
    margin: 0px;
    padding: 0;
    font-size: 26px;
    font-weight: normal;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 16px;
    max-width: 80%;
}
.featured-categories h3 a {
    color: #419641;
}
#products-list .item ul.listing-product li h2 {
    font-size: 13px;
    font-weight: 600;
}
#categories-navi li h3 {
    font-size: 15px;
    font-weight: 700;
}
#categories-navi {
    list-style: outside none none;
    font-size: 13px;
    width: 100% !important;
}
#categories-list li h2 {
    font-size: 19px;
    font-weight: 400;
}
#cart-info-panel form .search-box {
    width: 307px;
    height: 24px;
    padding: 0 5px;
    border: 1px solid #b3b3b3;
    background: none;
    font-size: 12px;
    position: relative;
    margin-left: 15px;
}
#cart-info-panel form .search-box {
    padding: 4px 5px;
    height: 27px;
}
#cart-info-panel form fieldset {
    margin: 0;
    padding: 9px 0 0 0;
    border: 0px none;
    background: none;
    height: 46px;
}
#navi-main-speed {
    background: rgba(12, 55, 119, 0.69);
    font-size: 12px;
    margin-bottom: 20px;
    padding-left: 2%;
    display: table;
    width: 100%;
}
#navi-main-speed li.first a {
    background: #6a793a !important;
}
#navi-main-speed li {
    height: 45px;
    border-left: none;
}
#navi-main-speed li.last {
    float: right;
    background: none;
    width: 6px;
    height: 25px;
    border: 0px none;
}
#navi-main-speed li a {
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: block;
}
#navi-main-categories li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 10px;
    position: relative;
    z-index: 5000;
    white-space: nowrap;
}
#navi-main-categories li {
    padding: 0;
    position: relative;
    text-align: center;
    border-left: 1px solid white;
    height: 38px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    display: none;
}
.xm-menu-5 li.xm-top {
    text-wrap: none;
    background: #419641;
}
.xm-menu-5 {
    width: 100%;
    background: #419641;
}
.quick-links .quick-xbanner-text, .separator, .separator1, .product-description-left .product-submit, .cart-content .subtotal dl, .flc-checkout-products .subtotal dl, .info-panel .cart-cnt .cart-checkout-links a.info-checkout, .send-form-submit .button, .address-container li .delete-button, .button.clear, .button.checkout, .cart-holder .data-table button, .reg-holder .main-button, .pop-login .main-button, .halign-center .button.main-button, .save-button button, .invoice-totals .invoice-total-name-fin, .invoice-totals .invoice-total-value-fin, .reg-holder .submit-button.delete {
    background-color: #419641;
}
#navi-main-speed li.first a {
    background: #419641;
}
.featured-wrap {
    border-top: 12px solid #990000;
    display: none;
}
.quick-links ul li h3 {
    margin: 0;
    padding: 0px 0 1px 0;
    font-size: 17px;
    font-weight: 200;
    border: 0px none;
}
.quick-links ul li {
    margin: 0;
    padding: 0px 0 0 10px;
}
.xm-menu li a {
    color: #FFF;
    text-decoration: none;
    line-height: 32px;
    display: block;
    padding: 0 13px;
    position: relative;
    z-index: 999;
}
#logo-main {
    margin: 0;
    max-width: 555px;
    height: 160px;
    float: left;
    display: block;
    border: 0px none;
    padding-bottom: 20px !important;
}
.xb_gallery {
    overflow: hidden;
    float: left;
    color: #fff;
    position: relative;
}
.social-signup {
    width: 980px;
    height: 42px;
    background: url(../../skin/xtreme_gear/css/../images/social-signup.png) no-repeat 0 0;
    display: none;
}
.featured-catogories-wrap {
    background: none;
    margin-bottom: 50px;
}
#header-wrap {
    width: 980px;
    position: relative;
    top: 0;
}
#page-holder {
    padding: 0 !important;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
/*******************************************************************************
| xCMS
| Copyright WebsiteCM Software Inc.
| All rights reserved.
| License: http://www.websitecm.com/downloads/license-agreement.pdf
********************************************************************************
| CSS Styles
********************************************************************************/
/*******************************************************************************
| Side Navigation Menus
********************************************************************************/
/* 'Subcategories' and 'Recent Entries' headings */
.xcms-menu-header
{
	font-weight: bold;
	padding: 3px;
	background-color: #c5d0e1;
}
/* Display of subcategory links */
.xcms-menu-subcats ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /* bottom spacing between each UL and rest of content */
}
.xcms-menu-subcats ul li
{
	padding-bottom: 4px; /* bottom spacing between menu items */
}
.xcms-menu-subcats ul li a
{
	background: url(images/arrow-menu-cat.png) no-repeat top left;
	display: block;
	padding: 4px 0;
	padding-left: 19px; /* link text is indented for image */
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
}
.xcms-menu-subcats ul li a:hover
{
	text-decoration: none;
}
/* Display of entry links */
.xcms-menu-entries
{
	padding-top: 4px;	
}
.xcms-menu-entries ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /* bottom spacing between each UL and rest of content */
}
.xcms-menu-entries ul li
{
	padding-bottom: 2px; /* bottom spacing between menu items */
}
.xcms-menu-entries ul li a
{
	background: url(images/arrow-menu-entry.png) no-repeat top left;
	display: block;
	padding: 2px 0;
	padding-left: 19px; /* link text is indented for image */
	text-decoration: none;
}
.xcms-menu-entries ul li a:hover
{
	text-decoration: none;
}
/*******************************************************************************
| Category Pages
********************************************************************************/
.xcms-category-border
{
	padding: 10px;
	border: 1px solid #c7c5c5;
	background-color: #f7f6f4;
}
.xcms-category-image
{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFF;
}
.xcms-category-synopsis
{
	width: auto;
	padding: 0px;
	margin-bottom: 20px;
}
/*******************************************************************************
| Entry Pages
********************************************************************************/
.xcms-entry-border
{
	padding: 10px;
	border: 1px solid #c7c5c5;
	background-color: #f7f6f4;
}
.xcms-entry-image
{
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFF;
}
.xcms-entry-synopsis
{
	width: auto;
	padding: 0px;
	margin-bottom: 20px;
}
.xcms-entry-title-link
{
	font-size: 120%;
}
.xcms-entry-body
{
	border: 1px solid #CCC;
	padding: 15px;
}
.xcms-entry-related-products
{
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 15px;
}
/*******************************************************************************
| Rss Listing Page
********************************************************************************/
.xcms-rss-table
{
	background-color: #C5D0E1;
}
.xcms-rss-tableheader
{
	padding: 4px;
}
.xcms-rss-category
{
	background-color: #eaeaea;
	padding: 4px;
	white-space: nowrap;
}
.xcms-rss-subcategory
{
	background-color: #FFFFFF;
	padding: 4px;
	white-space: nowrap;
}