/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
margin: 0;
font-family:Lato,Helvetica,Arial,sans-serif;
font-size:14px;
background: #fff;
	}

a {
text-decoration: none;
color: #333;
transition: all 0.4s ease 0s;
}
*, :after, :before {
box-sizing: border-box;
}
a img {border: none; }

a:link, #navEZPagesTOC ul li a {

	text-decoration: none;
	}
 
a:visited {

	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #444;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{

	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;

	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height:1.5em;
font-weight: 700;
text-transform: uppercase;
font-family: lato;
font-size:12px;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {

	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 1140px;
	vertical-align: top;
	}

 #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper{position: fixed;
top: 0;
width: 100%;
height: auto;
z-index: 1000;
background: #fff;
-webkit-transition: top .4s ease-in-out;
transition: top .4s ease-in-out;
-webkit-transition: -webkit-transform .2s ease-in-out;
transition: transform .2s ease-in-out;
}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-right:20px;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width:80%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesLinks { margin-right:7px;}
.navSplitPagesLinks a:hover{ background:#565656; }
.navSplitPagesLinks a{ border: 1px solid #000;
padding:0px 6px;}


.navNextPrevCounter {
white-space: nowrap;
margin: 1px;
padding: 0em;
list-style-type: none;
	}
.navNextPrevList {
display: inline;
white-space: nowrap;
margin: 1px;
padding: 0em;
list-style-type: none;
	}
#navMainWrapper, #navCatTabsWrapper {
	margin: 0 auto;
	width:1140px;
	line-height:30px;
	height:30px;
	}
#navSuppWrapper{
margin-top:20px;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navSuppWrapper .row i{ font-size:1.5em;}
#navSuppWrapper .row a{ color:#000;}
#navSuppWrapper .row a:hover{ color:#f68b1f;}
#navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	margin:0px 5px;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	}


#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {

	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

.searchinput{
background: #fff;
width: 170px;
height: 30px;
border: none;
color: #CBCBCB;
font-size: 12px;
text-transform: uppercase;
padding: 0px 5px !important;
margin-left: 5px;
 }
 .tonavcathome i{color: #ffffff;
font-size: 24px; line-height:40px;}
.headimgbtn{opacity:0.50;}
.headimgbtn:hover{opacity:1;}
#indexProductList{ padding:0px 0px 0 15px; text-align:center; text-transform:uppercase; color:#000;}
#navBreadCrumb {
margin:5px 0;
	}
#navBreadCrumb{color: #5d5d5d;}
#navBreadCrumb a{color: #831710;
font-size: .9em;
text-decoration: underline;}
.current{ background:#565656; padding:0px 6px; border:1px solid #000; color:#fff;}
#navEZPagesTop {
	line-height:40px;
	height:40px;
	width: 1003px;
margin: 0 auto;
border-bottom:3px solid #000;
	}
#navEZPagesTop ul{ margin:0px; padding:0px; }

#navEZPagesTop li{ float:left; list-style:none; }

#navEZPagesTop li a{
font-size: 14px;
transition: all 0.3s;
padding:10px 20px;
}



#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

#productDescription{
color: #414141;
font-size: .9em;
line-height: 1.5em;

}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;

	}
.centerColumn{ padding:0px 0 10px 0;}


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
font-weight:bold;
color:#555;
margin-top:10px;
}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;

	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;

	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}
.cartAttribsList li{
list-style:none;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {


	}
.productPriceDiscount{ display:none;}

#whatsnewHeading a{ color:#000;}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {

	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
#productMainImage{
margin-left:10px;
width:100%;
}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

	}

.centerBoxContentsNew{ width: 32.5%;
padding: 0.3%;}

.centerBoxContentsFeatured {
 width: 225px;
 padding:0 2px;
 position:relative;
}
#featuredProducts .centerBoxContentsFeatured, #specialsDefault .centerBoxContentsFeatured{ width:360px; height:380px;}
#featuredProducts .productname, #specialsDefault .productname{font-family: Lato,Helvetica,Arial,sans-serif;
font-weight: 400;
line-height: 1.1;
font-size: 18px;
text-transform: uppercase;
margin: 0;
padding-top: 27px;
letter-spacing: .1em;
background:none;
-webkit-border-radius: 0;
border-radius: 0;
}
#featuredProducts .productprice, #specialsDefault .productprice{ padding-top:20px;}
#featuredProducts .productname a, #specialsDefault .productname a{color: #5f1013;}
.productsCol {
transition: all 0.4s ease-in-out 0s;
overflow:hidden;
margin-bottom:9px;
border:1px solid #fff;
position: relative;
}
.productimg{ min-height:222px;
transition: all 0.4s;
overflow:hidden;
border:1px solid #fff;
}
.productimg:hover{opacity: 0.8;}
.productname{font-size: 12px;
font-style: normal;
font-weight: 700;
color: #000;
text-decoration: none;
display: block;
margin:0 15px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;}
.productname a{color:#000;}
.productprice {
	color:#999;
	font-size:15px;
	font-weight:normal;
	}


h2.centerBoxHeading {
font-size: 20px;
margin: 15px 0;
padding: 0;
color: #000;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
}
.threebox{ width:100%;}
.threeboxrow{text-transform: uppercase;
border-bottom: 1px solid #000;
font-size:14px!important;
width:380px;
margin:0 auto 15px auto!important;
}


/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #333;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #fff;

	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border:1px solid #c6c6c6;
	padding:10px;
	border-bottom:none;
	}

#dynamicfilter{	border:1px solid #c6c6c6;}
.leftBoxContainer h3
{
font-family: 'Dosis', sans-serif;
text-transform: uppercase;
color: #000000;
font-size: 14px;
padding: 0 0 10px;
font-weight: bold;
border-bottom: 0px solid rgba(30,30,30,.25);
margin:0;
text-align:left;
}

.starsSmall {
background: url(../images/stars-small.gif) no-repeat 0 -180px;
display: inline-block;
float: left;
height: 15px;
margin-top:7px;
padding-left: 10px;
max-width: 83px;
width: 40%;
}

.myLikesText{background: rgba(0, 0, 0, 0) url("../images/main-icons2.png") no-repeat scroll -178px 2px;
display: inline-block;
height: 23px;
width: 35px;
float:right;
}

.starandcart{ width:250px; height:30px; margin:0 auto; margin-top:10px;}

.sideBoxContent {
	background-color: #ffffff;
	}

#categories .sideBoxContent{ padding:0px;}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {

	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #000;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
#categoriesContent ul{ margin:0px; padding:0px; }
#categoriesContent{ border-bottom:1px solid #ddd;}
#categoriesContent li{ list-style:none; position: relative;
padding:4px 0px;
border-top:1px solid #ddd;
background: url("../images/arrow.png") no-repeat 4px 15px;
}

#categoriesContent li:hover{
z-index: 1000;
color: #000;
}

.category-top a{
margin:0px;
padding:0px;
}

#categoriesContent .category-products li{ border:none; background:none; padding-left:15px;}



.subshas{ list-style:none; position: relative;
}

A.category-top, A.category-top:visited {
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {

	text-decoration: none;
	}
SPAN.category-subs-parent {
	color: #000;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;

	}
#seShipTo {
	padding: 0.2em;
	}
#headcurrency{
   float:left;
   margin-right: 15px;
}
#navMain{ float:left;}
#navMain ul{ margin:0px; padding:0px; }
.jsTrigger{ float:right; margin:43px 0px 0px 15px; position:relative;}
.jsTrigger i{color: #5f1013; font-size:25px;}
#headnav1 span{ padding:0 2px;}
#headnav1 a{ text-shadow: 0 1px 0 #FFF;}
#headnav1 a:hover{ color:#666;}
#headnav1{ width:100%; z-index:9999; font-size:12px;
}
.livechat{background: transparent url("../images/livechat_on.png") no-repeat scroll 8px 2px;
cursor: pointer; padding-left:30px;}
#headnav2{position: static;
width: 100%;
height: 120px;
background: #fff;}
.mainnav2{ margin:0 auto; width:1140px; padding:0px; position:relative; }
.topcarta{
cursor: pointer;
text-decoration: none;}
.topcarta:hover{}
#logo{ float:left;
}
#cart_items {
display: block;
float: right;
height: 29px;
text-align: center;
padding-left:22px;
}
.mobiletext{height: auto;
width: 215px;
float: left;
text-align: left;
background: none;
color: #d71025;
font-family: Verdana;
font-size: 12px;
border: none;
margin-top: 23px;
margin-left: 20px;
background: url("../images/more.jpg") no-repeat 160px 30px;
}
.mobiletext span{font-size: 12px;
line-height:20px;
width:190px;
color: #666;
display:block;
margin-top: 5px;
}
.mobiletext p{ padding:0px; margin:0px; color: #d71025;}
.footer {
margin: 0px auto;
text-align: left;
width: 1140px;
}
.footernav{padding: 30px 0 60px 0;background-color: #F2F2F2;
color: #fff;
border-top: 1px solid #e0e0e0;s}
.foottitle { 
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
color: #000;
margin: 0;
padding: 10px 0;
display: block;
}

.footer a{ color:#000; font-size:11px;}
.footer ul li span{ font-size:11px;}
.footer ul { float:left; width:25%; margin:0; padding:0;}
.footer ul li { text-align:left; line-height:25px; list-style: none;font-family: Lato,Helvetica,Arial,sans-serif; color:#000; }
.footer ul li a:before {
font-family: FontAwesome;
font-size: 6px;
content: '\f054';
color: #656565;
margin: 0 4px 0 0;
position: relative;
top: -1px;
}
.opentime { display:block; line-height:25px;}
.footimg { float:right; margin:18px 20px 0px 0px; }

.sideBoxContentItem{ margin:10px 0px; border-bottom: 1px dashed #8b8b8b; padding-bottom:5px; }

.centerBoxContentsProducts{ padding:0.3%;width:24.3%; margin-bottom:20px;}

.itemTitle a{ font-size:12px;}

.nav3content{ position:relative; width:1140px; margin:0 auto;}

#productListHeading{font: 900 11px "Lato",sans-serif;
color: #3a3a3a;
text-transform: uppercase;
position: relative;
display: block;
border-bottom: #666 1px solid;
background: none;
padding: 0;
margin:0;
text-align: left;}

#navEZPagesTop li a:hover{color: #fff; background:#ff0000;}

.subcat{ padding:0px; }
.subcat ul{ margin:0px; padding:0px;}
.subcat ul li{ list-style:none; float:left; margin-left:40px; padding:10px; min-width:120px; text-align:center }
.navNextPrevWrapper{font-size: 0.9em; }
.PrevNextButton{box-shadow: inset 0px 1px 0px 0px #ffffff;
width: 120px;
background-color: #ededed;
border: 1px solid #dcdcdc;
display: inline-block;
color: #777777;
font-family: Arial;
font-size: 15px;
font-weight: bold;
font-style: normal;
height: 26px;
line-height: 26px;
text-decoration: none;
text-align: center;
text-shadow: 1px 1px 0px #fff;}
.PrevNextButton:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background-color:#dfdfdf;
}
#productGeneral{ }
.proattr ul{ text-align:left; padding:0px;} 
.proattr li{ list-style:none;}
.proinforight{ width:410px; float:right; text-align:left;}
.proinforight hr{

border: 0;
border-top: 1px solid #000;}
.proinforight h1{
display: block;
font-size: 1.3em;
font-style: normal;
text-transform: uppercase;
margin: 0;
border-bottom: 1px solid #d6d6d6;
padding-bottom: 10px;
color:#333;
}

#detail_save {
clear: both;
height: 77px;
text-align: center;
}
#detail_save li {
list-style-type: none;
float: left;
margin-right: 0px;
margin-left: 5px;
display: table-cell;
height: 60px;
vertical-align: middle;
line-height: 60px;
width: 16%;
}
.proinfo-head{ height:32px; line-height:32px;font-weight:bold; font-size:12px; margin-top:20px;background:#e7e5e6; width:150px; text-align:center;}
.proinforight h2{ 
font-family: Lato;
font-size: 2em;
margin: 20px 0 10px 0;
color: #831710;}
.breadcrumb {
margin: 0 0 20px 0;
padding:0;
color: #831710;
}
.breadcrumb > li {
padding: 0 5px 0 0;
position: relative;
white-space: nowrap;
}

.proinfoleft{ float:left; width:600px;}
#productAttributes h3{font-family: Lato;
font-size: 1em;
color: #831710;
margin: 0;
padding: 10px 0;
text-align: left;
text-transform:uppercase;
 }
#button-cart{
background: #831710;
color: #FFF!important;
height: 32px;
vertical-align:middle;
text-transform: uppercase;
font-weight: 700;
font-size: 10px;
padding: 0 17px;
border: 1px solid #323757;
cursor:pointer;
width:270px;
margin-left:10px;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
.proinfotext{ margin-top:10px; color:#333;}
.proinfotext ul{ padding:0; margin:0;}
.proinfotext li{ list-style:none; font-size:12px; line-height:25px;}
#button-cart:hover{background: #600c08;}
.optionName{ margin:0px; margin-right:5px;font-size:12px; color: #555; }
.buybtn{ background-color: #00abc8;
border: 1px solid #00abc8;
color: #FFF;
font-size: 14px;
padding: 9px 15px;
text-transform: uppercase;
min-width:200px;
 }
.starpng{ background:url("../images/l_star2.png") no-repeat 0px -136px; height:15px; padding-left:75px;}
#attrib-1{  font-size:12px; margin:0; width:95px;}
.buybtn:hover{background-color: #007A8F;}
.SubscribeEmail {height: 24px;margin: 10px auto;border: 1px solid #CCC;}
.subscribe {padding: 5px 20px;}
.form-subscribe {text-align: left;}
.sizeselect select{border:1px solid #000;}
.incarqty{ float:right; margin:0px; padding:0px; margin-right:80px; padding-top:5px; }
#similar_product ul{ margin:0; padding:0;}
#tags {width: 100%; HEIGHT: 41px; line-height:39px; margin:0px; padding:0px; }
#tags h3{ margin:0; padding:0;}
#tags li {FLOAT: left;list-style:none; width: 33.3333333333333%; text-align:center;background: #EFEFEF;
font-style: italic;
border-right: 1px solid #D9D9D9;}
#tags li:hover{}
#reviewsWrite{ margin-top:20px;font-family: Verdana;}   
#tags li a {
font-size: 1em;padding: 1em;
font-weight: 400;
color: #969696;
text-transform: uppercase;
white-space: nowrap;
position: relative;
text-decoration: none; }   
#tags li:first-child a{ border-right:none;}
#tags li a:hover{ color:#333;}   
#tags li.emptyTag {background: none transparent scroll repeat 0% 0%; width: 4px}
#tags li.selectTag{color: #555;
background-color: #fff;
border-right:none;
border-bottom-color: transparent;}
#tagsarea{box-shadow: 4px 2px 10px 0 rgba(66,66,66,.1);
color: #414141; padding:1em;border: 1px solid #D9D9D9;
font-style: italic;}
#tags li.selectTag a {color: #666;
cursor: default;
margin: 0 auto;
position: relative;
text-align: center;
font-size: 1em;
padding: .5em 1em;
z-index: 10;}   
.tagContent {display: none; PADDING: 10px 0px;; text-align:left; min-height: 10px;font-style:normal; }   
#tagContent div.selectTag {DISPLAY: block} 
.additionalImages{ margin-bottom:10px;}
.clear{height:0;overflow:hidden;}
#race{display:block;}
.raceShow{background-color:#f1f1f1;border:solid 1px #ccc;position:absolute;display:none;width:700px;height:400px;padding:5px;font-size:12px; }
.headbannergroup{width:100%; margin:0 auto; margin-bottom:50px;}
.bannersmall ul{ margin:0; padding:0;}
.bannersmall li{ list-style:none; float:left; margin-right:32px; }
.social_share {
float: left;
background:url("../images/footerbg.jpg") no-repeat fixed 0px 300px;
height: 200px;
margin-top: 15px;
padding-bottom: 20px;
width: 100%;
color:#000;
}
#productPrices .productSpecialPrice{ font-size: 28px;font-weight: bold;font-family: "Dosis",sans-serif;
color: #000; }
.social_share h4 {
background: rgba(0, 0, 0, 0) url("../images/icn-background.gif") repeat-x scroll center center;
font-size: 18px;
font-weight: normal;
letter-spacing: 1px;
margin: 0;
margin-bottom: 10px;
text-align: center;
text-transform: uppercase;
}
.social_share h4 span {
background: #ffffff none repeat scroll 0 0;
padding: 0 10px;
}
.social_share fieldset {
border: 1px solid #b1b1b1;
float: left;
height: 45px;
padding: 0 15px;
text-align: center;
width: auto;
}
.social_share fieldset legend {
font-family: Tahoma,Arial;
font-size: 16px;
font-weight: bold;
margin-left: 130px;
padding: 0 8px;
text-transform: uppercase;
}
.social_share ul {
background-color: #fff;
padding-left: 11px;
width: auto;
float: left;
height: 36px;
margin-top: 6px;
}
.social_share ul li {
float: left;
height: 36px;
margin-right: 11px;
width: 36px;
list-style:none;
}

.social_share ul li a {
background-attachment: scroll;
background-image: url("../images/share.png");
background-position: 0 0;
background-repeat: no-repeat;
display: block;
float: left;
height: 36px;
width: 36px;
}
.social_share ul li a.foot_at {
background-position: 0 -40px;
}
.social_share ul li a.foot_ap {
background-position: 0 -80px;
}
.social_share ul li a.foot_av {
background-position: 0 -120px;
}
.social_share ul li a.foot_ay {
background-position: 0 -160px;
}
.social_share ul li a.foot_ai {
background-position: 0 -200px;
}
.social_share ul li a.foot_ab {
background-position: 0 -240px;
}
.social_share ul li a.foot_atu {
background-position: 0 -280px;
}
.social_share ul li a.foot_ag {
background-position: 0 -320px;
}
.box-Newsletter {
float: right;
margin-top: 14px;
width: 485px;
}
.newsCont {
float: left;
position: relative;
width: 100%;
}
.newsCont .p_text {
float: left;
margin-right: 5px;
width: 190px;
text-transform:none;
}
.newsCont p {
color: #777;
font-size: 13px;
height: 20px;
line-height: 20px;
margin: 0;
text-align: right;
}
#news-button {
color: #fff;
background-color: #5f1013;
border-color: #490c0f;
margin-bottom: 0;
font-weight:400;
letter-spacing:1px;
text-transform: uppercase;
text-align: center;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
padding: 9px 27px;
margin:0;
font-size: 14px;
line-height: 1.42857;
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all .7s cubic-bezier(.86,0,.07,1);
-webkit-transition: all .7s cubic-bezier(.86,0,.07,1);
font-family: Lato,Helvetica,Arial,sans-serif;
}
#news-button:hover{background-color: #33090a;
border-color: #150404;}
.subscontent p{ margin:0; padding:0; line-height:30px; font-weight:900;}
.subscontent span{ line-height:30px;}
#newsletter_email {
background: #fff;
border-right:none;
color: #666;
float: left;
border:1px solid #ccc;
font-size: 12px;
height: 40px;
line-height: 40px;
text-indent: 10px;
width: 360px;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.instock{ line-height:24px; }
.dropdown-menu li{display: block; cursor:pointer; line-height:normal;
padding: 3px 20px;
clear: both;
font-weight: normal;
color: #333;
white-space: nowrap;}
.dropdown-menu li:hover{ background:#f5f5f5;}
.login-box .dropdown-menu {
padding: 20px;
min-width: 200px;
border-radius: 0px;
}
.dropdown-menu{border: 1px solid #eee!important;
box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.login-box label {
color: #777;
font-size: 12px;
color: #888;
font-size: 12px;
line-height: 18px;
font-weight: 400;
vertical-align: middle;
}
.login-box #login-email-address, .login-box #login-password{display: block;
width: 100%;
padding: 5px 0px;
text-indent:5px;
font-size: 12px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login-box #login-email-address:focus, .login-box #login-password:focus{border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.login-box .buttonRow{ margin:0.5em 0;}
#navMain .login-box .dropdown-menu a:hover{color: #336699;}
#headcurrency i, #navMain i{color: #5f1013;}
#navMain .login-box .fec-important a, #navMain .login-box .btn-default{ padding:0;}
.login-box .dropdown-menu h3 {
border-top: 1px solid #eeeeee;
color: #555;
font-size: 14px;
font-weight: normal;
margin: 10px 0 5px;
padding-top: 5px;
text-transform: capitalize;
}
#navMain .login-box .dropdown-menu .btn-default {
background: #eee;
border: 1px solid #eee;
font-size: 11px;
text-shadow: none;
text-transform: uppercase;
box-shadow: none;
border-radius: 0px;
transition: all 0.4s ease 0s;
margin-right: 5px;
padding: 8px 40px;
}
#headcurrency .dropdown-menu{border-radius: 0px;}
.icon-search{font-size: 15px;
cursor:pointer;
line-height: 18px;
padding: 5px 6px;
text-shadow: 0 1px 0 #FFF;
float: left;
border:none;
margin:0;
}
#headcurrency span, .headbarlogin{color: #5f1013;transition: all .7s cubic-bezier(.86,0,.07,1);
-webkit-transition: all .7s cubic-bezier(.86,0,.07,1);}
#headcurrency span:hover, .headbarlogin:hover{ color:#000;}
#text-logo {
line-height: 25px;
font-family: Lato, 'Open Sans', sans-serif;
font-weight: 400;
text-transform: uppercase;
color: #000;
padding: 0px;
letter-spacing: 5px;
padding: 0 0 10px 8px;
font-size:18px;
margin: 0px;
border-bottom: 2px solid #333333;
}
.headnav3{background-color: #F8F8F8;
border-bottom: 1px solid #95989A;
border-right: none;
border-top: 1px solid #95989A;
float: left;
height: 36px;
left: auto;
overflow: visible;
position: relative;
top: auto;
width: 100%;}
#navMainSearch{
border: 1px solid #ccc;
max-width: 220px;
height:33px;
margin:0;
color: #333;
float:right;
z-index:20;
margin-top:40px;
}

#navMainSearch i{font-size: 20px;
color: #5f1013;}

.whitebackground{ background:#fff;}

.c2_l{float: left;position:relative;width:1140px; margin-bottom:50px;}

#c2_offers{ height:auto; padding-top:20px;}

.owl-item{  float:left;-webkit-transition: all 0.2s ease-out;

-moz-transition: all 0.2s ease-out;

-o-transition: all 0.2s ease-out;

-ms-transition: all 0.2s ease-out;

transition: all 0.2s ease-out;

opacity: 1;

}

.owl-item:hover{-webkit-transition: all 0.2s ease-out;

-moz-transition: all 0.2s ease-out;

-o-transition: all 0.2s ease-out;

-ms-transition: all 0.2s ease-out;

transition: all 0.2s ease-out;

opacity: 0.7;}

.c2_slide{width:1140px;height: 200px;position: relative;overflow: hidden;}

.c2_slide_c{position: absolute;width: 5000px;height: 200px;top: 0;left: 0;}

.c2_lc{float: left;}

.c2_lc{ margin:0; padding:0; width:1140px;}

.c2_lc li{float: left; list-style:none;}

.c2_slide_btn{position: absolute;top: 34px;right: 5px;width: 80px;height: 24px;}

.c2_slide_prev,.c2_slide_next{width: 30px;
height: 30px;
margin: 0px 0 0;
display: block;
font-family: FontAwesome;
position: absolute;
top: -35px;
cursor: pointer;
font-size: 20px;
line-height: 26px;
color: #000;
text-align: center;
-webkit-transition: all .3s ease;
outline: none;
text-decoration: none;}
.c2_slide_prev:hover,.c2_slide_next:hover{background-color: #eee;
text-decoration: none;}
.c2_slide_prev{right: 20px; top:-18px;}
.c2_slide_prev:before{content: "\f104";}
.c2_slide_next{right: 0px; top:-18px;}
.c2_slide_next:before{content: "\f105";}
#productMainImage{ margin-bottom:30px;}
.c2_slide_prev:hover{background-position: 0 -143px;}
.addtocart{ float:right; line-height:40px;color: #888;
font-size: 14px; width:69.5%; text-align:center;  background-color: #eee; border-left:1px solid #ddd;}
.addtocart:hover{color: #444;
background-color: #ddd;
cursor: pointer;}
.addtocart span{ margin-left:5px;}
.c2_slide_next:hover{background-position: -40px -143px;}
#cartAdd #min, #cartAdd #add{
	vertical-align:middle;
margin:0;
width: 34px;
height: 34px;
text-align:center;
cursor:pointer;
border:1px solid #bfbfbf;
background:#efefef;
outline: none;}
#cartAdd #text_box{border:1px solid #efefef;
width:60px;
height:34px;
box-shadow: none;
display: inline-block;
float: none;
text-align: center;
margin:0;
vertical-align:middle;
font-size: 12px;}
#featuredProducts{ position:relative;  float:left; width:33.333%; }
#featuredProducts h2, #specialsDefault h2{ display:none;}
#specialsDefault{ float:right; width:33.333%;}
.midslide{width:33.333%; float:left; overflow:hidden;}
.midslide img{all .5s cubic-bezier(.86,0,.07,1);
-webkit-transition: all .5s cubic-bezier(.86,0,.07,1);}
.midslide:hover img{transform: scale(1.1);
-webkit-transform: scale(1.1);transition: all .5s cubic-bezier(.86,0,.07,1);
-webkit-transition: all .5s cubic-bezier(.86,0,.07,1);}
.cartqty{background: #000 !important;
color: #fff !important;
-moz-border-radius: 50%;
border-radius: 50%;
padding: 0;
font-size: 10px;
border: 1px solid #000;
position: absolute;
right: -10px;
top: -10px;
width: 16px;
height: 16px;
text-align: center;}
.catheaderlist{
height:30px; line-height:30px;
}

.productwrapper{ text-align:center;font-size: 18px;
font-weight: 600; color:#000; }
.footersubs{width: 100%;
border-left: none;
border-right: none;
}
.hotcatbanner{ margin-top:50px;}
.hotcatbanner a{ display:block; position:relative; float: left; text-align:center;}
.hotcatbanner span{ position:absolute; top:45%; left:20%; font-size:20px; font-weight:bold; color:#000;
}
.hotcatbanner img:hover{-moz-animation: myfirst 0.3s;
-webkit-animation: myfirst 0.3s;
-o-animation: myfirst 0.3s;}
.copyright{ width:1140px; margin:0 auto; text-align:center; padding:20px 0; color:#666;}
.customerinfo{ width:100%; }
.subscontent{ width:1140px; margin:0 auto; color:#000; text-align:center;border-top: #ccc 1px solid;}
.subsform{ width:532px; margin:0 auto; padding:15px 0;} 
#similar_product{ margin-top:50px; text-align: center;}
#similar_product ul{ margin:0; padding:0; }
 #similar_product h3, #productsdesc h3{ font-size: 14px;
font-weight: 400;
padding-bottom:10px;
letter-spacing: .15em;
text-transform: uppercase;
font-weight: bold;}
.similarproductimg{ min-height:130px; text-align:center;}
.vheadclass {
width: 100%;
float: right;
margin-right: 10px;
margin-top: 30px;
}
.vtitle {
height: 35px;
line-height: 35px;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
margin-top: -1px;
padding-left: 20px;
cursor: pointer;
font-weight: bold;
}
.vtitle .v02 {
background-position: 0 -16px;
}
.vtitle em {
margin: 10px 10px 0 0;
}
.vheadtitle {
float: right;
width: 14px;
height: 14px;
overflow: hidden;
background: url("/includes/templates/classic/images/vicon.png") no-repeat;
display: inline-block;
margin-top: -5px;
margin-bottom: -5px;
}
.vtitle h3 {
margin: 0;
padding: 0;
line-height: 35px;
font-size: 16px;
}
.catbanner{ margin-top:20px;}
.catbanner ul{ margin:0; padding:0;}
.catbanner li{ list-style:none; float:left;}
.nav2content{ width:1140px; margin:0 auto; position:relative;}
.info-banner{ height:60px; line-height:60px; background:url("../images/infobanner.jpg"); width:1140px; margin:0 auto; margin-top:5px;}
#timenote{ float:right; margin-right:30px; font-size:24px;}
.he_border1{background:#000;width:306px;height:306px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border1 .he_border1_img{display:block;width:100%;padding:0;margin:0;position:relative;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:1;overflow:hidden}
.he_border1:hover .he_border1_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.6}
.he_border1 .he_border1_caption{color:#fff;padding:0;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border1 .he_border1_caption::before,.he_border1 .he_border1_caption::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.he_border1 .he_border1_caption::before{top:8%;right:10%;bottom:8%;left:10%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}
.he_border1 .he_border1_caption::after{top:8%;right:10%;bottom:8%;left:10%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.he_border1:hover .he_border1_caption::before,.he_border1:hover .he_border1_caption::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.he_border1 .he_border1_caption,.he_border1 .he_border1_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden; z-index:1000}
.he_border1 .he_border1_caption_h{font-size:18px;font-weight:700;text-align:center;width:80%;position:absolute;top:30%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:1}
.he_border1 .he_border1_caption_p{font-size:16px;text-align:center;width:80%; padding:0;position:absolute;top:60%;left:10%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;opacity:0}
.he_border1:hover .he_border1_caption_p{top:45%;opacity:1}


.asphaltgold_ag_home_serviceteaser {
background: #000;
margin: 0 0 10px 0;
padding:0;
}

.asphaltgold_ag_home_serviceteaser ul{ margin:0; padding:0;}

.asphaltgold_ag_home_serviceteaser ul li:nth-of-type(1) span.icon {
display: inline-block;
position: relative;
width: 20px;
height: 20px;
margin: 0 5px 0 0;
background: url("../images/homeicon1.png") no-repeat 0 0;
background-size: 20px 20px;
}

.asphaltgold_ag_home_serviceteaser ul li:nth-of-type(2) span.icon {
display: inline-block;
position: relative;
top: -4px;
width: 20px;
height: 20px;
margin: 0 5px 0 0;
background: url("../images/homeicon2.png") no-repeat 0 0;
background-size: 20px 20px;
}

.asphaltgold_ag_home_serviceteaser ul li:nth-of-type(3) span.icon {
display: inline-block;
position: relative;
width: 20px;
height: 20px;
margin: 0 5px 0 0;
background: url("../images/homeicon3.png") no-repeat 0 0;
background-size: 20px 20px;
}

.asphaltgold_ag_home_serviceteaser ul li:nth-of-type(4) span.icon {
display: inline-block;
position: relative;
width: 20px;
height: 20px;
margin: 0 5px 0 0;
background: url("../images/homeicon4.png") no-repeat 0 0;
background-size: 20px 20px;
}

.asphaltgold_ag_home_serviceteaser ul li:nth-of-type(5) span.icon {
display: inline-block;
position: relative;
width: 16px;
height: 16px;
margin: 0 5px 0 0;
background: url("../images/homeicon5.png") no-repeat 0 0;
background-size: 16px 16px;
}

.asphaltgold_ag_home_serviceteaser ul li {
color: #fff;
font-weight: 700;
font-family: 'Dosis', sans-serif;
font-size: 14px;
text-transform: uppercase;
list-style: none;
float: left;
margin: 0 ;
padding: 11px 0 0 0px;
width: 20%;
height: 28px;
position: relative;
text-align: center;
}

.asphaltgold_ag_home_subteaser {
margin: 0 0 9px 0;
}
.asphaltgold_ag_home_subteaser ul {
padding: 0;
margin: 0 0 1em;
list-style: disc outside;
}
.asphaltgold_ag_home_subteaser ul li {
list-style: none;
float: left;
margin: 0 1% 0 0;
width: 32.66%;
position: relative;
}
.asphaltgold_ag_home_subteaser ul li a img {
display: block;
width: 100%;
}
.asphaltgold_ag_home_subteaser ul li .textbox {
position: absolute;
}
.asphaltgold_ag_home_subteaser ul li .textbox.bc {
bottom: 10px;
left: 0;
display: block;
width: 94%;
margin: 0 3%;
}
.asphaltgold_ag_home_subteaser ul li .textbox.bc .caption {
background: none;
display: block;
text-align: center;
}
.asphaltgold_ag_home_subteaser ul li .textbox .caption {
font: 900 13px "Lato",sans-serif;
color: #333;
text-transform: uppercase;
background: rgba(255,255,255,.75);
padding: 5px 8px;
display: block;
}

.asphaltgold_ag_home_subteaser ul li .textbox.bc .caption>span {
font: 900 13px "Lato",sans-serif;
color: #333;
text-transform: uppercase;
background: rgba(255,255,255,.75);
padding: 5px 8px;
}

.asphaltgold_ag_home_subteaser ul li.subteaser3 {
margin: 0;
}

#socialmedia {
width: auto;
max-width: 1140px;
margin: 0 auto;
border-top: #272323 1px solid;
border-bottom: #272323 1px solid;
padding: 10px 0;
}

#socialmedia .col {
max-width: 1140px;
margin: 0 auto;
text-align: center;
}

.row {
	margin:0!important;
}

.row nav {
padding:0px 0 15px 0;width: 400px;
margin: 0 auto;
}
.followh3{ float:left; margin:0!important;}
.row nav ul {
max-width: 1140px;
text-align: center;
margin: 0;
}

.row nav ul li {
display: inline;
margin: 0 20px 0 0;
}

.deliverynotice p{ margin:0; padding:0;}
.deliverynotice {
font: 400 10px "Lato",sans-serif;
color: #333;
line-height:20px;
padding:10px 0;
text-transform: uppercase;}

#manufacturersContent select{ height:200px;}
#privacyDefaultMainContent p{ padding:0;}
.produspan{color: #2E1708;
left: 3%;
position:absolute;
line-height: 1em;
display:block;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.6);
padding: 0.2em;
text-align: center;
transition: all .5s ease;
-webkit-transition: all 0.5s ease;
background-size: contain;
border-radius: 0.3em 0.3em 0.3em 0.3em;
padding: 3px 5px;
top: 1%;
background:#fff;
opacity: 1;
font-size: 0.6em;
font-weight: bold;}

#advSearchDefault .floatingBox{ width:47%;}
.promo-banner {
 text-align:center;
background-color: #F2F2F2;
display: block;
margin-left: 0;
margin-right: 0;
padding: 5px 15px;
}
.promo-banner .hidden-xs{ line-height:23px;}
.promo-banner span{ font-size:14px; color:#0d0d0d; line-height:23px;}
.nav2left{float:left; width:33.333333%; padding-top:45px;}
.nav2mid{ float:left; width:33.333333%; padding:0px 0 0 82px;}
.nav2right{ float:right; width:33.333333%;}
.footersubs h3{color: #000;
margin:10px 0;
text-transform: uppercase;
font-size: 14px;
font-weight: 700!important;
text-align: center!important;}
.footersubs p{line-height: 1.6em; color:#333; font-weight:normal;}
.csc-trustpilot-widget {
padding: 30px 0;
width:1140px;
border-bottom:1px solid #ccc;
}
.nonenav{ height:189px;}
.modeproattr{font-family: Lato;
display: inline-block;
line-height: 1.3em;
vertical-align: top;
width: 100%;
padding-bottom:10px;
border-bottom:1px solid #ccc;}
.modeproattr ul{ margin:0; padding:0; list-style:none; width:100%!important;}
.modeproattr li{ text-transform:uppercase; color:#333;}