/*	
 * 3dcart Shopping Cart System - Version: 6
 * http://3dcart.com/
 * Date: Fri, Dec 19 2014
*/

/*body:: Controls website background and any other text outside of a table without an associated style.*/ 	
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #231f20;
	background: #FFF;
	font-weight: 400;
	padding: 0;
	margin: 0;
	overflow-x:hidden;
}
img {
	border: 0;
}
input,
textarea,
select,
button {
	font-family: 'Open Sans', sans-serif;
    color: #000;
}
#mobileMenu i,
#mobileCatMenu i,
#mobileCart i {
	color: #FFF;
	font-size: 24px;
}
.top-menu .icon-menu {
	color: #FFF;
	font-size: 24px;
}
#closeSlideMenu i {
	color: #c9dae4;
	font-size: 24px;
}
::selection {
	color: #FFF;
	background: #22303a;
}
::-moz-selection {
	color: #FFF;
	background: #22303a;
}
blockquote {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 1em;
	background: #FFF;
	border-left: 6px solid #22303a;
	margin: 0 0 15px 0;
	padding: 40px;
}
/* QuickSearch */
table.searchlight-results {
	font-family: 'Open Sans', sans-serif;
    width: 308px;
}
div.searchlight-results-wrapper {
	border: 2px solid #e2e2e2;
    margin-left: -2px;
}

/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)           */
/*******************************************************************************************************/


/*store-name:: Store Name.*/		 
.store-name {
    font-family: 'Roboto Slab', sans-serif;
	font-size: 35px;
	font-weight: 400;
	text-decoration: none;
	line-height: 35px;
}
/*store-slogan:: Store Slogan.*/		 
.store-slogan {
    font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
}
/*frame:: Controls the left and right column background.*/		
.frame {
	background: #FFF;
}
/*mod_bg:: Controls the left and right column modules background.*/		
.mod_bg {
	background: none;
}
/*frame-ht:: Controls the height left, right and middle columns.*/		
.frame-ht {
	height: 1000px;
}
/*menu-headers:: Controls the way the menu titles look. For example: Categories, Browse By Price, Top Sellers, etc.*/ 
.menu-headers {
	background: none;
	border-bottom: 1px solid #d0d0d0;
	color: inherit;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	display: block;
}
/*footer:: This style controls the text you type under global footer. Merchants usually use to add security logos, credit card logos, privacy notes, etc.*/		
.footer {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-transform: none;
}
/*footerLinks:: Controls the way the Footer Links display in the Global Footer.*/
.footer a, .footer a:visited, .footer a:hover, .footer a:visited:hover {
	font-size: 10px;
	color: #000;
	font-weight: 400;
	text-transform: none;
	text-decoration: underline;
}
/*icon:: Controls the way the menu icons display if they are being used.*/ 
.icon {
	font-size: 10px;
	font-weight: 400;
	color: #FFF;
}
/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
	background: #FFF;
    border: 2px solid #323f49;
	color: #323f49;
    font-family: 'Roboto Slab', sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 25px;
	position: absolute;
	top: 40px;
	right: 0;
    text-align: center;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 30px;
    z-index: 5;
}
/*ranking:: Controls the way the menu icons display if they are being used.*/ 
.ranking {
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #22303a;
	width: 12px;
	height: 20px;
	text-align: left;
}
/*menu-text:: Controls the way the menu (mailing list) text look on the frame.*/ 
.menu-text {
	font-size: 12px;
	color: #000;
	font-weight: 400;
}
/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/ 
.price2 {
	font-size: 12px;
	color: #999;
	font-weight: 400;
}
/*cart-text:: Controls the way the text on the mini shopping cart displays. The mini-shopping cart is usually located in the header.*/ 
.cart-text {
	font-size: 48px;
	font-weight: 400;
	color: #15212a;
}
/*search-text:: Controls the way the search box displays of the frame.*/ 
.search-text {
	font-size: 20px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 57px;
	height: 57px;
	width: 443px;
	background: #FFF;
	border: none;
	padding: 0 0 0 25px;
	margin: 0 11px 0 0;
}
/*A.cat:: Controls the way the Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/ 	 
A.cat {
	color: #231f20;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
/*A.cat:hover:: When a user passes  their mouse over them.*/ 	
A.cat:hover {
	color: #929497;
	text-decoration: none;
}
/*A.cat:visited:: After a user has visited that section.*/ 
A.cat:visited {
	color: #231f20;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
/*A.cat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.cat:visited:hover {
	color: #c9dae4;
	text-decoration: none;
}
/*A.subcat:: Controls the way the Sub-Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/ 	 
A.subcat {
	color: #383733;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
    padding: 0 0.5em;
}
/*A.subcat:hover:: When a user passes  their mouse over them.*/ 	
A.subcat:hover {
    background: #c9dae4;
	color: #FFF;
	text-decoration: none;
}
/*A.subcat:visited:: After a user has visited that section.*/ 
A.subcat:visited {
	color: #383733;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
    padding: 0 0.5em;
}
/*A.subcat:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.subcat:visited:hover {
    background: #c9dae4;
	color: #FFF;
	text-decoration: none;
}
/*A:menu:: Controls the way the Links display in the top navigation before a user clicks or mouses over on them.*/ 	 
A.menu {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}
/*A:menu:over:: When a user passes their mouses over them.*/ 	
A.menu:hover {
	color: #c9dae4;
	text-decoration: none;
}
/*A:menu:over:: After a user has visited that section.*/ 	
A.menu:visited {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}
/*A:menu:visited:over:: A user hovers over a section they have visited.*/ 		
A.menu:visited:hover {
	color: #c9dae4;
	text-decoration: none;
}
/*A:menu-bottom:: Controls the way the Links in the footer display before a user clicks or mouses over on them.*/ 	 
A.menu-bottom {
	color: #231f20;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}
/*A:menu-bottom:over:: When a user passes their mouses over them.*/ 	
A.menu-bottom:hover {
	color: #929497;
	text-decoration: none;
}
/*A:menu-bottom:over:: After a user has visited that section.*/ 	
A.menu-bottom:visited {
	color: #231f20;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
}
/*A:menu-bottom:visited:over:: When a user hovers over a section they have visited.*/ 		
A.menu-bottom:visited:hover {
	color: #929497;
	text-decoration: none;
}
/*A:link:: Controls the way Secondary Links display before a user clicks or mouses over on them.*/ 	 
A.link {
	color: #15212a;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	text-transform: none;
	text-decoration: none;
}
/*A:link:over:: When a user passes their mouses over them.*/ 	
A.link:hover {
	color: #22303a;
	text-decoration: none;
}
/*A:link:over:: After a user has visited that section.*/ 	
A.link:visited {
	color: #15212a;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	text-transform: none;
	text-decoration: none;
}
/*A:link:visited:over:: When a user hovers over a section they have visited.*/ 		
A.link:visited:hover {
	color: #22303a;
	text-decoration: none;
}
/*A.details:: Controls the way the Top Sellers Links display before a user clicks or mouses over them.*/ 	 
A.details {
	color: #383733;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight: 400;
}
/*A.details:hover:: When a user passes their mouse over them.*/ 	 	
A.details:hover {
	color: #22303a;
	text-decoration: none;
}
/*A.details:visited:: After a user has visited that section.*/ 
A.details:visited {
	color: #383733;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight: 400;
}
/*A.details:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A.details:visited:hover {
	color: #22303a;
	text-decoration: none;
}
/*******************************************************/
/*          STYLES USED THROUGHTOUT THE WEBSITE        */
/*******************************************************/



/*Alignment fix for the use of the XHTML Transitional DOCTYPE.*/ 
tr {
	text-align: left;
}
/*td:: Controls all text inside a table without and associated style.*/ 
td {
	text-decoration: none;
	word-spacing: normal;
	font-size: 12px;
}
/*data:: Controls the font style of your content on all the pages.*/
.data {
	text-decoration: none;
	word-spacing: normal;
	font-size: 12px;
}
/*alternative:: Controls the background color of the boxes used throughout the site.*/
.alternative {
	background: #FFF;
}
/*page_headers:: Controls the title of all your pages.*/
.page_headers {
	font-size: 28px;
	font-weight: 800;
	color: #22303a;
}
/*titles:: Controls the Tiles  of sections within pages on the site such as (Specials, Feature Items, Items, Related Items).*/ 
.titles {
	font-size: 18px;
	color: #383733;
	font-weight: 400;
	text-transform: none;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 9px;
	border-bottom: 1px solid #e2e2e2;
	display: block;
}
/*price:: Controls the way the product's final price display throughout the site.*/ 
.price {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
	font-size: 22px !important;
}
/*error:: Controls the error messages*/ 
.error {
	font-size: 12px;
	font-weight: 400;
	color: #e10e04;
	text-decoration: none;
}
/*borders:: Controls the color of the line dividers used throughout the site.*/ 
.borders {
	color: #585C5F;
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*borders2:: Controls the color of the solid line dividers used throughout the site.*/ 
.borders2 {
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*A:: Controls the way the all Links without an associated style display before a user clicks or mouses over them.*/ 	 
A {
	color: #000;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	font-weight: 400;
}

.category-header A {
	text-decoration: underline;
}

/*A:hover:: When a user passes  their mouse over them.*/ 	 	
A:hover {
	color: #929497;
	text-decoration: underline;
}
/*A:visited:: After a user has visited that section.*/ 
A:visited {
	color: #000;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	font-weight: 400;
}
/*A:visited:hover:: When a user hovers over a section they have visited.*/ 	 
A:visited:hover {
	color: #929497;
	text-decoration: underline;
}
  .scrolltotop {
    display: none;
  }

/*******************************************************************************************************/
/*   STYLES ONLY USED ON VIEW CART AND CHECKOUT PAGES      */
/*******************************************************************************************************/

/*checkout-headers:: Controls the titles of the sections on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-size: 14px;
	color: #22303a;
	font-weight: 700;
}
/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
	font-size: 16px;
	font-weight: 700;
	color: #CCC;
}
/*steps_on:: Controls the way the step the customer is currently on displays on the checkout pages.*/
.steps_on {
	font-size: 16px;
	font-weight: 700;
	color: #22303a;
}
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-size: 12px;
	font-weight: 700;
	background-color: #EEE;
	color: #22303a;
	padding:4px;
}
/*******************************************************************************************************/
/*   STYLES ONLY USED ON PRODUCT PAGES      */
/*******************************************************************************************************/

/*options-titles:: Controls the way the option titles display on the product page.*/
.options-titles {
	font-size: 12px;
	font-weight: 700;
	color: #585C5F;
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*item:: Controls the item description and item details text.*/ 
.item {
	font-size: 15px;
	color: #383733;
	font-weight: 400;
}
/*itemTitle:: Controls the name of the Product.*/ 
.item-title {
	font-size: 22px;
	color: #22303a;
	font-weight:bold;
}
/*price-info:: Controls the way the sub-prices display on the product page, the final price is controlled by the style called "price".*/ 
.price-info {
	font-size: 12px;
	font-weight: 400;
	color: #585C5F;
}
/*small-txt:: Controls the way the item id displays.*/ 
.small-txt {
	color: #afafae;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	font-size: 10px;
	vertical-align:bottom;
}

#listing0 .availabilityInfo div {
  color: #364b98;
  font-weight: 700;
  font-size: 16px;
}

/*availability-txt:: Controls the way the Availability of the product displays i.e. 'In Stock', 'Back Order'.*/ 
.availability-txt {
	color: #22303a;
}
/*reward-title:: Controls the title of the Reward Points section.*/ 
.reward-title {
	color: #22303a;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 7px;
	line-height: 10px;
	font-size: 16px;
	font-style:italic;
}
/**********************************************************/
/*      FORM FIELDS & BUTTONS THROUGHOUT THE WEBSITE      */
/**********************************************************/

/*btn:: Controls the buttons, (ONLY if it is not using and image).*/ 
.btn {
	border: 1px solid #000;
	background: #c42a26;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	text-transform: none;
	cursor: pointer;
	margin: 0;
	padding: 9px 30px;
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/ 
.btn_over {
	border: 1px solid #000;
	background: #c42a26;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	text-transform: none;
	cursor: pointer;
	margin: 0;
	padding: 9px 30px;
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 0;
}
/*button:hover:: Controls the button tag when a user mouses over them, (ONLY if it is not using and image).*/ 
button:hover {
	border: 1px solid #000;
	background: #c42a26;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	text-transform: none;
	cursor: pointer;
	margin: 0;
	padding: 9px 30px;
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 0;
}
/*txtBoxStyle:: Controls the text and style of the Text Boxes.*/  	
.txtBoxStyle {
	border: 1px solid #b7b4ac;
	background: #fefefe;
	font-weight: 400;
	font-size: 12px;
	color: #000;
    margin: 0;
	padding: 8px 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtAreaStyle:: Controls the text and style of the Text Areas.*/ 	
.txtAreaStyle {
	border: 1px solid #b7b4ac;
	background: #fefefe;
	font-weight: 400;
	font-size: 12px;
	color: #000;
    margin: 0;
	padding: 8px 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtSearch:: Controls the style of the Search Box, if different from txtBoxStyle.*/
.txtBoxSearch {
	height: 20px;
	color: #000;
	font-size: 12px;
	border: none;
	padding: 3px 0 0 0;
	margin: 0;
}

/********************************************/
/*   STYLES USED ONLY ON THE INVOICE        */
/********************************************/

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
	background-color: #f9f8f8;
}
/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-size: 10px;
	font-weight: 700;
	background-color: #cbcaca;
	color: #4f4e4e;
}
/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/

/*font1:: Primary Screen Font */ 
.font1 {
	font-size: 12px;
	font-weight: 400;
	color: #383733;
}
/*font2:: Secondary Screen Font */ 
.font2 {
	font-size: 12px;
	font-weight: 400;
	color: #22303a;
}
.font3 {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.font4 {
	font-size: 12px;
	font-weight: 400;
	color: #c32519;
}
/*top:: Controls the  Color of the top Bar*/		
.top {
	background: none;
}
/*line:: Controls the  Color of the line bellow the top bar*/		
.line {
	background: #FFF;
}


/*********************************/
/*          CUSTOM STYLES        */
/*********************************/

/* Accent/Secondary Colors */

.accent-color {
    color: #c9dae4;
}
.accent-bg-color {
    color: #fff;
}

#mainContainer {
	display: block;
}
.wrapper {
	width: 98%;
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
}
#mobileMenu {
    cursor: pointer;
	display: none;
}
#mobileCatMenu {
    cursor: pointer;
	display: none;
	float: left;
	width: 30px;
	height: 25px;
	margin: 5px 0 0 0;
}
#mobileCart {
    cursor: pointer;
	display: none;
	float: right;
	width: 30px;
	height: 25px;
	margin: 5px 10px 0 0;
}
#closeSlideMenu {
    cursor: pointer;
    display: none;
    text-align: right;
}
.top-menu {
    background: #364b98;
    /* height: 40px; */
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: none;
    -o-transition: all 0.3s;
}
.top-menu ul {
    float: right;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-menu li {
    display: inline-block;
    margin-left: 20px;
    text-align: right;
}
li.m-search {
    display: none;
    border-bottom: 1px solid #000;
	padding: 1em 2%;
}
.m-search form {
	margin: 0 auto;
	text-align: center;
}
.m-search input {
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.m-search input[type="text"] {
	line-height: 30px;
	height: 30px;
	width: 85%;
	background: #FFF;
	border: 1px solid #FFF;
	padding: 0 0 0 15px;
	margin: 0 0;
}
.m-search button {
	cursor: pointer;
	height: 30px;
	background: #c62a26;
	border: none;
	margin: 0;
	padding: 0;
	width: 15%;
}
#searchBox {height: 67px;}
#searchBox form {
    position: relative;
}
#searchBox input {
    float: left;
}
#searchBox input[type="text"] {
	width: 100%;
	height: 39px;
	color: #000;
	font-style: italic;
	line-height: 26px;
	padding: 0 0 0 10px;
	border: 1px solid #fff;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	border-radius: 2px;
	-webkit-border-radius: 4px;
}
#searchBox input[type="submit"] {
	background: #941114 url(../images/lens.png) no-repeat center center;
	border: 1px solid #941114;
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 51px;
	height: 41px;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-radius: 0;
	position: relative;
	top: -40px;
	float: right;
}
header {
	position: relative;
	height: 127px;
	background: #364b98;
}
header .wrapper {
	/* height: 108px; */
}
#logo {
	float: left;
}
#logo img {
	width: 100%;
	height: 100%;
}
#cart {
	background: #FFF;
	border: 2px double #323f49;
	color: #323f49;
    display: block;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
    text-decoration: none;
	text-align: center;
	position: absolute;
	right: -8px;
	top: 0;
	width: 55px;
	height: 55px;
    line-height: 16px;
    outline: 5px solid #FFF;
	padding-top: 10px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	z-index: 1000;
}
#cart span#noItemsText {
    color: #231f20;
    display: block;
	font-family: 'Open Sans', sans-serif;
    font-size: 10px;
}
li.search {
	display: none;
}
nav#catNavMenu {
    min-height: 30px;
    line-height: 30px;
}
aside {
	float: left;
	width: 13%;
	display: inline-block;
}
aside#leftBar {
	margin-right: 13px;
	width: 300px;
}
aside#rightBar {
	margin-left: 25px;
}
aside .module {
	margin-bottom: 25px;
	position: relative;
}
aside .module ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
aside .module li a {
	line-height: 23px;
}
aside .module .info {
	width: 100%;
}
aside .module .name {
	float: left;
	width: 70%;
}
aside .module .price2 {
	float: left;
	width: 50%;
    text-align: left;
}
aside .module .stars {
	float: right;
	width: 50%;
}
aside .module .div {
	display: block;
	height: 1px;
	background: #d0d0d0;
	margin: 10px 0;
}
.manf-select {
	background: #FFF url(../images/dark-arrow.png) no-repeat right center;
    border: 2px solid #e2e2e2;
	width: 200px;
	overflow: hidden;
	height: 29px;
}
.manf-select select {
	background: transparent;
	border: none;
	line-height: 29px;
	height: 29px;
    margin: 0;
    padding: 0;
	-webkit-appearance: none;
	width: 310px;
}
.topsellers_topitem .img {
	display: table-cell;
	width: 200px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.topsellers_topitem .img img {
    max-height: 150px;
    max-width: 150px;
}
.topsellers_topitem .info {
	background: #FFF;
	padding: 0.5em 0;
}
.topsellers_topitem .name {
	float: left;
	width: 70%;
	margin-bottom: 10px;
}
.topsellers_topitem .price2 {
	float: right;
	width: 30%;
	text-align: right;
	margin-bottom: 10px;
}
#mainContent {
	float: left;
	width: 100%;
}
#listing0 #mainContent {
    float: left;
    width: 80% !important;
}
footer {
    border-top: 2px solid #d0d0d0;
    margin-top: 0;
}
footer .wrapper {
	min-height: 275px;
}
footer h3 {
	color: #2f467d;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 22px;
	display: block;
	margin: 35px 0 10px 0;
	padding: 0;
}
footer .ftr-col {
    float: left;
    margin: 0 10px 0 0;
}
footer .col1 {
    width: 24%;
}
footer .col2 {
    width: 4%;
}
footer .col3 {
	width: 24%;
	margin: 0;
}
#modManufacturer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#modManufacturer ul {
	list-style: none;
	display: block;
	width: 350px;
	margin: 0 0 10px;
    height: 100px;
	padding: 0;
    overflow: hidden;
}
#modManufacturer li {
	float: left;
	width: 300px;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px;
}
#modLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#modLinks ul {
	list-style: none;
	display: block;
	/* width: 350px; */
	margin: 0;
	min-height: 150px;
	padding: 0;
}
#modLinks li {
	/* float: left; */
	/* width: 209%; */
}
#mailistBox label {
	color: #941114;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 22px;
	display: block;
	margin: 35px 0 10px 0;
}
#mailistBox input, #mailistBox span {
	float: left;
	display: block;
}
#mailistBox span {
	margin-right: 30px;
}
.mailist-box {
	border: 2px solid #e2e2e2;
	margin-bottom: 13px;
}
#mailistBox input[type="text"] {
	background: #FFF;
	border: none;
	height: 40px;
	margin: 0;
	padding: 0 0 0 5px;
	/* width: 90%; */
	-webkit-appearance: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}
#mailistBox input[type="submit"] {
	background: #2f467d;
	border: none;
	border-left: 2px solid #e2e2e2;
	border-right: 1px solid #FFF;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	float: right;
	width: 26%;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
#mailistBox input[type="submit"]:hover {
	background: #941114;
}
#mailistBox input[type="radio"] {
    margin: 2px 5px 0 0;
    padding: 0;
}
.social-icons {
	float: left;
	margin: 0;
}
.social-icons a {
	background: none;
	color: #fff;
	font-size: 26px;
	text-decoration: none;
	margin: 0 5px;
	line-height: 26px;
}
.social-icons a:hover {
    color: #d0d0d0;
}
#globalFooter {
    margin: 0 0 15px;
}
#copyright {
    margin: 15px 0 15px;
    text-align: center;
}
.stats {
	height: 0;
	overflow: hidden;
}
#homeCarousel {
    margin-bottom: 20px;
    padding: 30px 0;
}
.header-specials {
	color: #231f20;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	border-bottom: 2px dotted #d0d0d0;
	margin: 0 0 20px;
	display: none;
}
.product-item .status {
    color: #666;
    display: none;
}

/*	listing_0.html Template
	--------------------------	*/
#listing0 h1 {
    font-size: 18px;
}

ul#desktopMenu {
	margin: 0;
    padding: 0;
	list-style: none;
	text-align: left;
}
ul#desktopMenu li {
	/* display: inline-block; */
	/* position: relative; */
}
ul#desktopMenu li:hover {
	background: #FFF;
}
ul#desktopMenu li a {
	display: block;
	/* padding: 0 10px; */
	text-transform: none;
}
ul#desktopMenu li a:hover {
	color: #929497;
	text-decoration: none;
}
ul#desktopMenu li ul {
	display: none;
	position: absolute;
	top: 25px;
	z-index: 10;
	border: 1px solid #EEE;
	left: 55%;
	background: #ffffff;
	text-align: left;
	padding: 10px;
	margin-left: -110px;
	width: 250px;
}
ul#desktopMenu li:hover ul {
	display: block;
}
ul#desktopMenu li ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 100%;
}
ul#desktopMenu li ul li a:hover {
	color: #000;
}
ul#desktopMenu li ul li a {
	color: #333;
	text-transform: none;
	font-weight: normal;
	padding: 0 10px;
	display: block;
}
ul#desktopMenu li ul li:hover {
	background: #fcfcfc;
}
.down {
	float: right;
	margin-top: -25px;
	margin-right: 7px;
	font-weight: bolder;
	color: #AAA;
}

/*	Responsive Navigation Menu
	--------------------------	*/

/*
    Mobile Menu Core Style
*/
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: left;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em
}
.slicknav_nav {
	clear: both
}
.slicknav_nav ul, .slicknav_nav li {
	display: block
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	display: inline
}
.slicknav_menu:before,
.slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both
}
/* IE6/7 support */
.slicknav_menu {
*zoom: 1
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
.slicknav_menu {
	font-size: 16px;
	display: none;
}
/* Button */
.slicknav_btn {
	margin: 8px 0 0;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5;
}
.slicknav_menu {
    float: left;
}
.slicknav_nav {
    background: #364b98;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 999;
}
.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px;
}
.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #fff;
}
.subMenu {
    background: #000;
}
.slicknav_nav .subMenu a.subcat,
.slicknav_nav .subMenu a.subcat:visited {
	color: #fff;
}
.slicknav_nav .slicknav_row:hover {
	background: #c62a26;
	color: #000;
}
.slicknav_nav a:hover {
	background: #c9dae4;
	color: #000;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav a.cat:hover,
.slicknav_nav a.cat:visited:hover {
    color: #000;
}
.slicknav_nav a.cat,
.slicknav_nav a.cat:visited {
    color: #FFF;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: block;
	padding: 0.5em 0;
	margin: 0;
}

/*********************************/
/*       LTE8 IE FALLBACK        */
/*********************************/
.no-boxshadow .boxShadow {
    border: 1px solid #eae9e6;
}


/*	Theme Responsive Styles
	-----------------------	*/
@media only screen and (max-width: 768px) {

html {
	padding: 0 !important;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
.wrapper {
	width: 100% !important;
	padding: 0 20px;
	margin: auto;
}
.top-menu {
    height: 50px;
}

.top-menu li {
    display: block;
    margin: 0;
}
header {
	padding: 0.5em 0;
}
nav#catNavMenu {
    border: none;
    margin: 0;
    height: 24px;
}
ul#desktopMenu {
    display: block;
    text-align: center;
}
/* nav */
.slicknav_menu {
    display: block;
}
  .scrolltotop {
    display: block;
    padding: 0 0 20px 0;
  }
aside {
	display: none !important;
}
#mainContent {
	display: block;
	width: 100% !important;
}
#logo {
	float: none;
	margin-left: 0;
	text-align: center;
}
#logo img {
	max-width: 100%;
	margin-top: 5px;
}

.mobile .search {
	display: block;
	border: 1px solid #000;
	margin: 5px 0 15px 0;
}
.mobile .search form {
	margin: 0 auto;
	text-align: center;
}
.mobile .search input {
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
.mobile .search input[type="text"] {
	font-size: 16px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 30px;
	height: 30px;
	width: 80%;
	background: #FFF;
	border: none;
	padding: 0 0 0 15px;
	margin: 0;
}
.mobile .search input[type="submit"] {
	width: 20%;
	height: 30px;
	background: #FFF url(../images/lens.png) no-repeat center center;
	border: none;
	cursor: pointer;
}
#homeHeader {
	border: none;
	margin-bottom: 0;
	padding-bottom: 20px;
}
#homeHeader img {
	width: 100%;
	height: auto;
}
.header-specials {
	width: 100%;
	margin-bottom: 25px;
}
footer h3 {
    text-align: center;
}
footer .col1,
footer .col2,
footer .col3 {
    margin: 0;
    width: 100%;
}
#modManufacturer ul {
    text-align: center;
    width: 100%;
}
#modManufacturer li {
    float: none;
    width: auto;
}
#modManufacturer a.view-all-manf {
    display: none;
}
#modManufacturer select {
    border: 2px solid #e2e2e2;
    padding: 3px;
    width: 100%;
}
#modLinks ul {
    text-align: center;
    width: 100%;
}
#modLinks li {
    float: none;
    width: auto;
}
#mailistBox {
	position: relative;
	width: 100%;
	height: 150px;
	margin-bottom: 40px;
}
#mailistBox label {
	text-align: center;
}
#mailistBox input[type="text"] {
	/* width: 90%; */
}
#mailistBox input[type="submit"] {
	width: 40%;
}
#copyright {
	float: none;
	text-align: center;
	width: 100%;
}
.social-icons {
	width: 100%;
	display: block;
	margin: 0 0 25px;
	position: relative;
	text-align: center;
}
.social-icons a {
	float: none;
	display: inline-block;
}
#globalFooter {
	float: none;
	text-align: center;
	margin-bottom: 25px;
	width: 100%;
}



}

@media only screen and (max-width: 980px) {

html {
	padding: 0 !important;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
.wrapper {
    width: 100%;
	padding: 0 20px;
}
#leftBar {
    display: none !important;
}
#rightBar {
    display: none;
}

}

.header-left {
    display: inline-block;
    float: left;
}

.header-middle {
    display: inline-block;
    float: none;
    width: 55%;
    height: 80px;
    padding: 20px;
}

.header-right {
    display: inline-block;
    width: 29%;
    height: 80px;
    float: right;
}
.linkmenu ul {
    list-style-type: none;
    display: inline;
    padding: 0;
    margin: 0;
}

.linkmenu ul li {
    float: left;
}
.info {
    margin-top: 16px;
    margin-left: 20px;
}
.info ul {
    list-style-type: none;
    display: inline;
    padding: 0;
    margin: 0;
}

.info ul li {
    float: left;
}
.info li img {
    margin-right: 6px;
    width: 20%;
}
.info li.phone img {
    position: relative;
    top: 4px;
    width: 10%;
}

.info li.email span {
    position: relative;
    bottom: 7px;
}
.info2 img {
    margin-right: 6px;
}

.info2 {
    margin-top: 11px;
    float: left;
    margin-left: 20px;
}
.info span {
	color: #fff;
}
.info2 span {
    position: relative;
    bottom: 4px;
    color: #fff;
}
.info2 ul {
    list-style-type: none;
    display: inline;
}

.info2 ul li {
    float: left;
    margin-right: 20px;
}
.linkmenu a {
    font-size: 14px;
}
div#FRAME_SEARCH {
    display: block !important;
}
.linkmenu a.menu {
    padding-right: 30px;
}
li.phone {
    margin-right: 30px;
}
footer .col4 {
    margin: 0;
    width: 24%;
}

footer .col5 {
    margin: 0;
    width: 24%;
}

.footer-social-icons {
	float: left;
	margin: 0;
}
.footer-social-icons a {
	background: none;
	color: #727272;
	font-size: 22px;
	text-decoration: none;
	margin: 0;
	line-height: 26px;
}
.footer-social-icons a:hover {
    color: #941114;
}
li.phone span {
    font-size: 12px;
}

li.email span {
    font-size: 12px;
}
.cards {
    margin-top: 20px;
}
.homeFooter span {
    color: #941114;
}

.homeFooter p {
    font-size: 16px;
    margin-top: 20px;
}
.featured-headers {
    display: none;
    font-size: 14px;
}
.feat-item-list {
    padding: 5px 0;
}
.flexslider2, .flexslider3 {
    margin: 0 0px;
    padding: 0 35px;
    position: relative;
}
.flexslider2 li, .flexslider3 li {
    margin: 0 10px 0 0;
    /* width: 233px !important; */
}
#featured-scroll.flexslider2 .flex-direction-nav a {
    top: 60px;
    width: 50px;
    height: 55px;
    z-index: 9;
}

.flexslider{background:transparent !important;}
.flex-control-nav{bottom:10px !important; z-index:9; text-align:center !important; padding:0 10px !important;}
.flex-control-nav li {margin:0 4px !important;}
.flex-direction-nav a{line-height:40px; z-index:9 !important;}
.flex-control-paging li a {background: #fff !important; background: rgba(255, 255, 255, 1) !important; font-size:0px !important; border-radius:50% !important; -moz-border-radius:50% !important; -webkit-border-radius:50% !important; width:12px !important; height:12px !important;}
.flex-control-paging li a:hover { background: #dd2620 !important; background: rgba(221, 38, 32, 0.7) !important;}
.flex-control-paging li a.flex-active { background: #dd2620 !important; background: rgba(221, 38, 32, 1) !important;}


.flexslider2 {margin: 0 0px;padding:0 35px;}
.flexslider2 li {/* margin: 0px 4px 0 0; *//* width: 216px !important; */}
#featured-scroll.flexslider2 .flex-prev { opacity: 1 !important; left: 0px; }
#featured-scroll.flexslider2 .flex-next { opacity: 1 !important; right: 0px; }
#featured-scroll.flexslider2 .flex-direction-nav a{top: 50%;width:50px;height: auto;z-index:9;}
#featured-scroll.flexslider2 .flex-direction-nav a:before{font-size:42px; line-height:55px;}
#featured-scroll.flexslider2 .flex-direction-nav a:hover:before{color:#dd2620; cursor:pointer;}

.flexslider3 {margin: 0 0px;padding:0 35px;\: \;}
.flexslider3 li {/* margin: 0 4px 0 0; *//* width: 216px !important; */}
#featured-scroll2.flexslider3 .flex-prev {opacity: 1 !important;left: 15px;}
#featured-scroll2.flexslider3 .flex-next {opacity: 1 !important;right: 15px;}
#featured-scroll2.flexslider3 .flex-direction-nav a{top: 44%;width:50px;height: auto;z-index:9;}
#featured-scroll2.flexslider3 .flex-direction-nav a:before{font-size:42px;}
#featured-scroll2.flexslider3 .flex-direction-nav a:hover:before{color:#dd2620; cursor:pointer;}

hr {
    border: 1px solid #d1d1d1;
}

.action {
    text-align: center;
}

.product-item .stars {
  float: left;
  width: 100%;
  line-height: 20px;
  height: 20px;
  margin: 5px 0px;
  position: relative;
  text-align: center;
}

.product-item .stars img {
  display: inline-block;
  vertical-align: initial;
  float: none;
  margin: 0;
}

.product-item .stars span {
  float: none;
  vertical-align: top;
  line-height: 20px;
  display: inline-block;
}
@media (max-width: 980px) {
  .product-item .stars span {
    display: inline-block;
  }
}

.product-item .name {
    text-align: center;
}
.divider {
    margin: 40px;
}

#category #itemsBlock .products-header {
    text-align: left;
    line-height: 2.9em;
    border-top: 0px solid #e2e2e2;
    padding: 5px 5px 5px 0px;
    border-bottom: 1px solid #e2e2e2;
}

#category .titles {
    display: none;
}

#category h1.page_headers {border-bottom: 0px solid #e2e2e2;}
.paging {
    float: none;
    text-align: right;
    margin: 0;
    width: 100%;
}
#category span.prodheader {
    position: relative;
    top: 12px;
}
@media only screen and (max-width: 1024px) {
.header-right {
	width: 65%;
}
.info ul li {
	float: left;
	margin-right: 0;
	line-height: 30px;
	vertical-align: middle;
}
li.email span,
li.phone span {
    line-height: 31px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.info li img,
.info li.phone img {
	vertical-align: middle;
}
.info {
	margin-top: 6px;
}
.info2 {
	margin-top: 15px;
    float: left;
}
}
@media only screen and (max-width: 1024px) {
li.m-search {
    display: block;
    border-bottom: none;
    padding: 1em 2%;
}
#logo {
    float: left;
    padding-top: 0px;
    width: 100%;
}



.icon-ellipsis-vert:before {
    content: '\e810';
}
#mobileMenu i, #mobileCatMenu i, #mobileCart i {
    color: #FFF;
    font-size: 24px;
}
#mobileCart {
    cursor: pointer;
    display: block;
    float: right;
    width: 30px;
    height: 25px;
    margin: 5px 10px 0 0;
}
.slicknav_menu {
    font-size: 16px;
    display: block;
}
.top-menu {
    background: #364b98;
    height: 54px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: block;
}
#mobileMenu {
    cursor: pointer;
}
ul#desktopMenu li a {
    display: block;
    /* padding: 0 10px; */
    text-transform: none;
    text-align: center;
}
.leftbtn {
    display: inline-block;
    min-width: 100%;
    float: left;
}
.rightbtn {
    display: inline-block;
    min-width: 100%;
    float: left;
}
.secondleft {
    display: inline-block;
    min-width: 100%;
    float: left;
}
.secondright {
    display: inline-block;
    min-width: 100%;
}
#featured-scroll2.flexslider3 .flex-direction-nav a:before {
	font-size: 42px;
	/* line-height: 250px; */
}
.header-left {
    max-width: 115px;
}
.header-middle {
    display: none;
}
.info li.phone img {
    width: 10%;
}
.info li.email img {
    width: 20%;
    margin-top: 10px;
}
footer .ftr-col {
    text-align: center;
    float: none;
    min-width: 100%;
}
.footer-social-icons {
    text-align: center;
    float: none;
}
.header-right {
	padding: 20px 0 0 0;
}
#modLinks ul {
	min-height: 0;
}
#catNavMenu {
	display:none;
}
}

@media only screen and (max-width: 320px) {
	.leftbtn {
    display: inline-block;
    min-width: 100%;
    float: left;
}
.rightbtn {
    display: inline-block;
    min-width: 100%;
    float: left;
}
.secondleft {
    display: inline-block;
    min-width: 100%;
    float: left;
}
.secondright {
    display: inline-block;
    min-width: 100%;
}
header {
    height: 122px;
}
footer h3 {
	margin: 20px 0 10px 0;
}
}

@media only screen and (max-width: 768px) {
	.leftbtn {
    display: inline-block;
    min-width: 100%;
    float: left;
}
.rightbtn {
    display: inline-block;
    min-width: 100%;
    float: left;
}
.secondleft {
    display: inline-block;
    min-width: 100%;
    float: left;
}
.secondright {
    display: inline-block;
    min-width: 100%;
}
#featured-scroll2.flexslider3 .flex-direction-nav a {
    top: 28%;
}
.header-middle {
    display: none;
}
.footer-social-icons {
    text-align: center;
    float: none;
}
footer .col4 {
    width: 100%;
}

footer .col5 {
    width: 100%;
}
.header-left {
    max-width: 122px;
}
.info li.phone img {
    width: 10%;
}
li.phone span {
    font-size: 8px;
}
.info li.email img {
    width: 20%;
    margin-top: 0px;
}
li.email span {
    font-size: 12px;
}
}
.col-group.homepage-banners {
    padding: 10px 0px;
    text-align: center;
}
#listing0 .primary {
    
}

#listing0 .secondary {
    
}
#listing0 .product-id {
    display: block;
    font-weight: 700;
}
#listing0 h3 {
    text-transform: uppercase;
    font-size: 20px;
}
#listing0 .header h3 {
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #000;
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 15px 50px;
    font-weight: 300;
    text-transform: uppercase;
}
.secondleft {
    display: inline-block;
    width: 42%;
    float: left;
    padding-right: 80px !important;
}

.secondright {
    display: inline-block;
    width: 57%;
}
.leftbtn {
    display: inline-block;
    width: 25%;
    float: left;
}

.rightbtn {
    display: inline-block;
    width: 50%;
}

.createFirstReview button {
    padding: 9px 28px 9px 16px;
}

.createReviewLink button {
    padding: 9px 28px 9px 16px;
}

.addGiftRegistry button {
    padding: 9px 16px 9px 16px;
}

.addWishlist button {
    padding: 9px 28px 9px 16px;
}
#divOptionsBlock .opt-regular .label {
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
}

.addToCartBlock label {
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
}

#listing0 .quantityBlock a {
    font-size: 15px;
}
#divOptionsBlock .radio-format .radio-option span {
    padding: 5px 15px;
}
#divOptionsBlock {
    border-bottom: none;
    margin-bottom: 15px;
}
.addWishlist {
    margin-bottom: 14px;
}
#listing0 .header {
    /* margin-right: 92px; */
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: #2f467d;
    margin-bottom: 0;
    padding: 15px 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}
.col-group.homepage-banners img {
    max-width: 100%;
}

@media (max-width: 1024px) {
  .last-banner {
    display: none;}
  }

@media (max-width: 768px) {
  .last-banner {
    display: inline;}
  }

#listing0 .main-image {
    display: inline-block;
    float: left;
    width: 100%;
}
#listing0 .addl-images {
    height: auto;
    
    overflow: hidden;
    padding: 0 17% 0 20px;
    margin: 0;
    position: relative;
    float: left;
}
#listing0 .yourprice.price {
    text-align: left;
}
#listing0 .addl-images ul {
    list-style: none;
    display: block;
}
#listing0 .carousel li {
    /* float: none; */
    width: 50%;
    margin: 7px;
    padding: 0px;
}
#listing0 button > i {
    background: #2f467d;
    border-radius: 4px;
}
.ftr-col.col6 {
    float: right;
    width: 30%;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #2f467d;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 3px;
}

@media(max-width: 768px) {
	.header-left {
		float: none;
		width: 100%;
	}
	#logo {
		float: none;
		padding-top: 0;
		max-width: 80px;
		margin: auto;
	}
	header {
		height: auto;
	}
	.header-right {
		float: right;
		width: 50%;
		height: 80px;
		display: inline-block;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.info {
		margin: 0;
		text-align: left;
	}
	.info ul li {
		margin-left: 20px;
		padding: 0 0 5px 0;
		float: left;
		display: block;
	}
	.info2 {
		margin: 0;
		text-align: left;
		float: left;
		width: 100%;
		height: auto;
	}
	.info2 ul li {
		float: left;
		margin-right: 0px;
		margin-left: 20px;
		padding: 10px 0 0 0;
		display: block;
	}
	.info2 ul li:last-child {
		display: block;
	}
	.info2 ul {
		list-style-type: none;
		display: block;
		padding: 0;
		margin-bottom: 0;
	}
	.social-icons {
		margin-bottom: 0;
		float: none;
	}
.info li.phone img {
		display: none;
}
	li.phone span {
		display: none;
	}
	.info ul li.email {
		display: inline-block;
	}
}
@media(max-width: 1600px) {
	.addthis-smartlayers {
		display: none !important;
	}
}
@media(max-width: 1024px) {
.top-menu {
    background: #364b98;
    height: 54px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: block;
}
	.slicknav_menu {
    font-size: 16px;
    display: block;
	margin-top: -5px;
}
.slicknav_nav {
    background: #364b98;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    position: absolute;
    left: 0;
    top: 39px;
    width: 100%;
    z-index: 999;
}
nav#catNavMenu {
    display: none;
}
#logo img {
    width: 100%;
    height: 100%;
    width: 100%;
    margin-top: 5px;
}

}
#desktopCats > li {
    display: inline-block;
    margin-right: 16px;
}
#desktopCats > li > a {
	padding: 0 10px;
}
ul#desktopCats {
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul#catNavMenu {
    list-style-type: none;
    display: inline-block;
    margin: -11px 0;
    padding: 0;
}

#catNavMenu li {
    float: left;
    padding: 0 10px;
}
.parent-item .sub-menu-item img { left: 170px !important; }


/**********start menu**************/
.cat-menu {
  
  height: auto;
  padding: 0 0px;
  position: relative;
  z-index: 10;
  float: none;
  width: 100%;
}
.cat-menu .cat-list {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  height: auto;
  padding: 0px 0px;
  border: none;
}
.cat-menu .cat-list:before {
  content: "";
  display: table;
}
.cat-menu .cat-list:after {
  clear: both;
}
.cat-menu .cat-list > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cat-menu .cat-list > li {
  vertical-align: top;
  float: left;
  margin: 0px;
/*  position: relative; */
  border-left: 1px solid #fff;
}
.cat-menu .cat-list > li > a {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  padding: 0 11px;
  line-height: 42px;
  text-transform: none;
  text-decoration: none;
}
.cat-menu .cat-list > li > a:hover {
  color: #fff;
  background: #364b98;
}
.cat-menu .cat-list > li:hover {
  color: #fff;
  background: #364b98;
}
.cat-menu .cat-list > li:first-child {
  border-left: none;
}
.dropdown {
  padding: 14px 10px 10px 10px;
  width: 810px;
  float: left;
  position: absolute;
  left: auto;
  top: 42px;
  background: #fff;
  z-index: 10;
  display: none;
  border: 5px solid #364b98;
  border-top: 5px solid #364b98;
}
.dropdown.from_right {
	right: 10px;
}
.dropdown.from_right1 {
	right: 10px;
}
.dropdown.from_right2 {
	right: 100px;
}
.dropdown.from_right3 {
	right: 170px;
}
.dropdown.from_left {
	left: 10px;
}
.dropdown ul {
  background: transparent;
  height: auto;
  width: auto;
  position: static;
  padding: 0 20px 0 0;
  margin: 0 0px 10px 0;
  list-style: none;
  float: left;
  width: 33.33%;
}
.dropdown ul:nth-child(4n+1) {
  clear: both;
}
.dropdown ul li {
  display: block;
  height: auto;
  line-height: 20px;
  float: none;
  border: none;
  padding: 2px 4px;
  margin: 0 0 0px 0;
  text-align: left;
  color: #000;
  position: relative;
}
.dropdown ul li.no-sub-top {
  margin: 0 0 15px 0;
}
.dropdown ul li.no-sub-mid {
  margin: 15px 0 0 0;
}

.dropdown ul li:hover {
  border: none;
  background-color: #364b98;
}
.dropdown ul li a, .dropdown ul li a:visited {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-transform: none;
  font-weight: 400;
  padding: 0;
  -webkit-transition: all .35s linear;
  -moz-transition: all .35s linear;
  transition: all .35s linear;
  text-decoration: none;
}
.dropdown ul li a:hover, .dropdown ul li a:visited:hover {
  text-decoration: none;
  color: .dropdown ul li a:hover, .dropdown ul li a:visited:hover secondary-color;
  background: none;
}
.dropdown ul li a.bold, .dropdown ul li a:visited.bold {
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid;
  font-size: 13px;
  line-height: 20px;
}

.dropdown.col-4 {
  width: 960px;
}
.dropdown.col-4 ul {
  width: 25%;
}
.dropdown.col-hot {
    width: 249px;
}
.dropdown.col-hot ul {
  width: 100%;
}

.dropdown ul li .level3 div.wrap, .dropdown ul li .level4 div.wrap, .dropdown ul li .level5 div.wrap {
  position: relative;
}

.dropdown ul li .level3 div a, .dropdown ul li .level4 div a, .dropdown ul li .level5 div a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  padding: 3px 7px;
  display: block;
  background: #364b98;
  display: block;
  border-bottom: none;
}

.dropdown ul li .level3 div:last-child a, .dropdown ul li .level4 div:last-child a, .dropdown ul li .level5 div:last-child a {
  border-bottom: none;
}

.dropdown ul li .level3 a:hover, .dropdown ul li .level4 a:hover, .dropdown ul li .level5 a:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
}
#FrameBanners{
	clear:both;
}
.mega-menu li a:hover{
	color:#fff;
}
@media (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}

/**********end menu**************/
