/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2016 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: Author: DrByte  Fri Jan 8 15:34:24 2016 -0500 Modified in v1.5.5 $
 */

 @font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal;
src: url('font/entypo-fontello.eot?v=3');
src: url('font/entypo-fontello.eot?v=3#iefix') format('embedded-opentype'), 
url('font/entypo-fontello.woff?v=3') format('woff'), 
url('font/entypo-fontello.ttf?v=3') format('truetype'), 
url('font/entypo-fontello.svg?v=3#entypo-fontello') format('svg');
}
@font-face{
font-family:HPIcons;src:url(font/hpi-hf-icons-svg.svg);
src:url(font/hpi-hf-icons-eot.eot);
src:url(font/hpi-hf-icons-eot.eot?#iefix) format("embedded-opentype"),
url(font/hpi-hf-icons-woff.woff) format("woff");
font-weight:normal;font-style:normal
}

 @font-face{
	 font-family:bebas-neue;src:url(https://use.typekit.net/af/efcc9e/0000000000000000000149c5/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
	 url(https://use.typekit.net/af/efcc9e/0000000000000000000149c5/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
	 url(https://use.typekit.net/af/efcc9e/0000000000000000000149c5/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
	 font-weight:400;font-style:normal;
	 }
@font-face {
    font-family: 'journal-icons';
    src:url('font/journal-icons.eot');
    src:url('font/journal-icons.eot?#iefix') format('embedded-opentype'),
    url('font/journal-icons.woff') format('woff'),
    url('font/journal-icons.ttf') format('truetype'),
    url('font/journal-icons.svg#journal-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}	 
	 
body {
	
	color: #444149;  
  background-color: rgb(233, 233, 233);
	font-size: 13px;  
    font-family:  Arial, sans-serif;
 
	width: 100%;
	margin:0px;
	    height: 100%;
	}
input,select
{
	-webkit-appearance: none;
}
select
{
  background: url("../images/arrow.png") no-repeat scroll right center transparent;

  padding-right: 14px;
}
input[type='radio']
{
	-webkit-appearance: radio;
}

FIELDSET {
    padding: 0.5em;
    margin: 0.5em 0em;
    border: 1px solid #ccc;
}

LEGEND {
    font-weight: bold;
    padding: 0.3em;
}
LEGEND {
    font-weight: bold;
    padding: 0.3em;
}
a img {border: none; }


 






h1 {
	font-size: 1.5em;
	color: #000000;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.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;
	}



TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); }



LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number],SELECT,input[type="tel"] ,TEXTAREA{
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 10px 0px;
    margin: 0px;
    margin-bottom: 10px;
    max-width: 100%;
    text-indent: 17px;
    outline: none;
	    border-radius: 2px;
    font-size: 13px;
    font-family:  sans-serif;
    color: #777;
}
	
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	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 {
	font-weight: bold;
	}

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 {
	background-color: #ffffff;

	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#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: 0.5em;
	}
	
#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: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}



#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	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;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
padding: 15px 10px;
    background-color: #ffffff;
    font-size: 0.95em;
 
    margin: auto;
    box-sizing: border-box;
  
    color: rgb(51, 55, 69);
    
    border-bottom: 1px solid rgb(228, 228, 228);
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#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;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}







#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	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;
	font-weight: bold;
	}





#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 {
	    color: #000;
    font-size: 20px;
	}

.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 {
	font-weight: bold;
	}

.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 ;
	}

.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 {
	margin: 1em 0em;
	}

.centerBoxWrapper {

	height: 1%;
	 
	}

h2.centerBoxHeading {
	background-color: rgb(242 139 0);
    color: rgb(255, 255, 255);
    line-height: 38px;
    min-height: 38px;
    /* font-style: normal; */
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 0 5px;
    font-size: inherit;
    transition: all .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 20px;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-align: left;
    border-radius: 2px;
    line-height: 40px;
    min-height: 40px;
        border-bottom: 1px solid rgb(228, 228, 228);
    margin: 0;
    padding-left: 5px;
	    margin-top: 10px;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}



.leftBoxContainer, .rightBoxContainer {
	margin: 0em;


	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 10px;
	    display: inline-block;
		width: calc(100% - 30px);
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.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 */
A.category-top, A.category-top:visited {
	    color: #454545;
    text-decoration: none;
	line-height: 40px;
	    border-bottom: solid 1px rgb(244, 244, 244);
    width: 100%;
    display: inline-block;
	font-size: 14px;

	}
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 {
	    color: #454545;
    text-decoration: none;
    font-size: 12px;
    line-height: 25px;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	        color: rgb(221, 0, 23);
    text-decoration: none;
	line-height: 30px;
	}
SPAN.category-subs-selected {
	color: rgb(221, 0, 23);
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}



.hiddenField {
    display: none !important;
}
.visibleField {
	display: inline;
}
TEXTAREA {
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 10px 0px;
    margin: 0px;
    margin-bottom: 10px;
    max-width: 100%;
    text-indent: 17px;
    outline: none;
    border-radius: 2px;
    font-size: 13px;
    font-family: sans-serif;
    color: #777;
}
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
	}



.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;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

/* added padding to prevent CSS buttons from touching product image */
.navNextPrevWrapper {padding-bottom: 5px;}

.paypal-button-hidden {
  visibility: hidden;
}

/* markup for tables used to present tabular data */
.alignLeft {text-align: left}
.alignCenter {text-align: center}
.alignRight {text-align: right}
.tabTable {width:100%;border:none;padding:0;margin:0; border-spacing:0;border-collapse:collapse;}
table{border:none;padding:0;margin:0; border-spacing:0;border-collapse:collapse;}
#cartContentsDisplay {width: 100%;}
#myAccountOrdersStatus, #orderHistoryHeading, #prevOrders {width: 100%;}
.accountOrderId {width:30px;}
.accountOrderDate, .accountOrderStatus, .accountOrderTotal {width:70px;}
#seQuoteResults {width: 100%;}
#seQuoteResults td {border: 1px solid black;}
.listBoxContentTable {width:100%;}
.listBoxContentTable td {border: 1px solid black;}
#upcomingProductsTable {width: 100%;}
#quantityDiscountsDetails td {border: 1px solid black;}
.products-listing .productsAllListing, .productsNewListing, .productsFeaturedListing {width: 100%;}
.tableBorder1 td {border: 1px solid black;}/* latin-ext */



/* latin-ext */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Josefin Sans Light'), local('JosefinSans-Light'), url(https://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04zxLwFvNxpkIoVzlXSkPSYkA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Josefin Sans Light'), local('JosefinSans-Light'), url(https://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z04GofcKVZz6wtzX_QUIqsI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Sans'), local('JosefinSans'), url(https://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5j0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Sans'), local('JosefinSans'), url(https://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5ugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Josefin Sans SemiBold'), local('JosefinSans-SemiBold'), url(https://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z9sVlKlcXvEcgUssOU60Pj4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Josefin Sans SemiBold'), local('JosefinSans-SemiBold'), url(https://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z_Bf3Xtc57ojmY2ox2Xv8Go.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url(https://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z-IaMZP5eRGvEWe_CNIU_oY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url(https://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z3NuWYKPzoeKl5tYj8yhly0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=3.2.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */


 
 .bannertop { 
 line-height: 30px; 
 font-family: 'Josefin Sans', sans-serif;  
 font-size: 12px;  
 background: #3f3f3f;   
 color: #ffffff;  
 text-align: center;  
 letter-spacing: 1px;
     display: inline-block;
    width: 100%;
 }
 .avia-button-wrap
 {display:none;}


#contentMainleft
{
	padding-top: 20px;
}
.desktop-left
{
	float:left;
	padding-left: 10px;
}
.desktop-right
{
	float: right;
    width: 100%;
    background-color: #f6f6f6;
	    padding-right: 30px;
}
.desktop-right ul
{
display: inline-block;
    width: 100%;
	    padding: 0px;
}
.desktop-right ul li
{
	float:right;
	    list-style: none;
    line-height: 30px;
    margin-right: 20px;
}
.desktop-right ul li a
{
	color:#858585;
}
#navigation {
    width: 100%;
    position: relative;
}


ul#cart {
    text-align: right;
    z-index: 5;
    position: relative;
    list-style: none;
    margin-top: 0;
	width:600px;
	float:right;
	display:inline-block;
	    padding: 0px;
}
ul#cart li {
    display: inline-block;
    padding: 0 0 0 10px;
}
 .scrollheader ul#cart li a, .scrollheader ul#main-nav li ul.sub li a {
    color: #333333! important;
}
ul#main-nav li a
{
	color: #fff! important;
}
ul#cart li a {
    text-transform: uppercase;
    font-family:  sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.icon-search:before {
    content: "\f002";
	top: 10px;
    left: 10px;
}
.icon-shopping-cart:before {
    content: "\f07a";
}
li.search-field {
   
    margin: 0;
  
    display: none;
 
}
.search-form
{
	    position: relative;
}
.search-form .icon-search
{
	    position: absolute;
    top: -13px;
    right: 0px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    width: 42px;
    height: 42px;
    background-color: rgb(192, 192, 192);
}
 li.search-field input {
       height: 0.5rem;
    width: 205px;
    padding-right: 15px;
    margin-bottom: 0px;

    border: 1px solid #000000;
}
li.search-field .search_submit
{
	    position: absolute;
    top: -7px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1000;
}
nav {
    display: inline-block;
	    width: 100%;
}
ul#main-nav {
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
    width: 960px;
    margin: 0 auto;
    background: #505050;
	    line-height: 34px;
	    padding: 0px;	
}
ul#main-nav li {
    position: relative;
	display: inline-block;
    vertical-align: middle;
	    line-height: 30px;
}
.index .scrollheader ul#main-nav li a, .index .scrollheader ul#cart li a, .index .scrollheader ul#main-nav li ul.sub li a {
    color: #000000! important;
}
ul#main-nav li a {
    font-family:  sans-serif;
    font-weight: 300;
    font-size: 14px;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#main-nav .level0
{
	display:none;
}

.coverheader .logo1 {
    display: inline-block;
}
.coverheader .logo2 {
    display: none;
}
.coverheader ul#main-nav li a, .coverheader ul#cart li a, .coverheader ul#main-nav li ul.sub li a:hover {
    color: #d5d5d5! important;
}
.coverheader #navigation
{
	background:#000;
}
 .coverheader ul#main-nav li a:hover,  .coverheader ul#cart li a:hover, .coverheader ul#main-nav li ul.sub li a:hover {
    color: #ffffff! important;
}
.Content.Widest {
    width: 100%;
    margin: 0 auto;
}
#contentMainWrapper
{
	 width: 100%;
	
    margin: auto;

}
.flex-caption {
    position: absolute;
    width: 100%;
    padding: 0 5%;
    line-height: normal;
    z-index: 3;
}
.flex-caption.slide1 {
    top: 45%;
    text-align: center;
}
.flex-caption.slide3 {
    top: 45%;
    text-align: center;
}
.flex-caption h2.slide-title {
    font-size: 72px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 400;
    color: #000000;
}
.cta {
    margin-top: 50px;
}
.cta a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 20px;
    background: #000000;
    letter-spacing: 1px;
    -webkit-transition: background .5s ease,color .5s ease;
    -moz-transition: background .5s ease,color .5s ease;
    -o-transition: background .5s ease,color .5s ease;
    transition: background .5s ease,color .5s ease;
}
#centerBoxContentsSpecials
{
	    color: #000000;
    margin-bottom: 3px;
    font-weight: 400;
    letter-spacing: initial;
    font-size: 13px;
    font-family:  sans-serif;
    line-height: 30px;
}

#footer-wrapper {
  

 width: 100%;
     

}

.row .desktop-4 {
    width: 31.25%;
	    float: left;
    margin-left: 2%;
	    margin-top: 20px;
}
#footer-wrapper h4 {
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #dddddd;
    letter-spacing: 1px;
    padding-bottom: 5px;
    font-weight: 700;
	    margin-left: 30px;
}
#footer-wrapper ul {
    list-style: none;
  
	    padding: 0;
    margin: 0 0 20px 0;
	  margin-top: 30px;
}
#footer-wrapper ul li a {
    color: #000000;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.credit {
    text-align: center;
    margin-top: 50px;
	border-top: 1px solid #dddddd;
}
#footer-wrapper p {
    color: #000000;
	    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}
#footer-wrapper p a
{
	 color: #000000;
}
#page {
    clear: left;
    margin-bottom: 50px;
}
#shippingInfoHeading,#aboutDefaultHeading
{
	line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    color: #454545! important;
    font-family:  sans-serif;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 18px;
}
.scrollheader .nav-container
{
	border-bottom: 1px solid #f0f0f0;
	    padding: 0 0.8em;
}
.toolbar {
       margin-bottom: 15px;
    padding: 5px 0px 0px 0px;
        color: #fff;
    font-size: 12px;
    width: 100%;
    display: inline-block;
    padding: 5px 0px 5px 0px;
   
    line-height: 30px;
    background-color: rgb(51, 55, 69);
}
#productsListingTopNumber, #productsListingBottomNumber {
    padding-left: 20px;
}
.back {
    float: left;
}
.forward, #shoppingCartDefault #PPECbutton {
    float: right;
}
#productsListingListingTopLinks a, #productsListingListingBottomLinks a {
    border-radius: 5px;
    display: inline-block;
    padding: 0px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
}
.sort-by {
    float: right;
    padding-right: 20px;
}
.sort-by a {
    padding-right: 10px;
    color: #fff;
}
#productListHeading
{
	    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    color: #454545! important;
    font-family:  sans-serif;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 18px;
}
#productListing .products-grid {
    margin: 0 auto;
    border-bottom: none;
    position: relative;
    padding: 0px;
}
.products-grid > li {
    float: left;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    list-style: none;
}


.products-grid--max-4-col > li {
    width: 23%;
        margin: 0 0.75%;
	 padding:0px;
	    padding-bottom: 10px;
		    background-color: rgb(246, 246, 246);
			margin-bottom:20px;
}
.listingProductImage
{
	width:100%;
	height:auto;
}
.products-grid--max-4-col > li:hover
{
	    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.products-grid .product-info {
    margin-top: 10px;
}


.products-grid .itemTitle {
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 10px;
    font-style: normal;
    color: rgb(99, 99, 99);

    font-weight: normal;
    line-height: 1.4;
    text-align: center;


    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    display: block;

    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.products-grid .itemTitle a {

    margin-bottom: 3px;
  
 
    font-size: 14px;
    
}
.products-grid  .productBasePrice
{
	font-size:20px;
}
.products-grid .price-box .special-price {
    margin: 0px;
	    padding: 0px;
		    margin-top: 10px;
}
.products-grid .price-box br
{
	display:none;
}
#product-photos
{
	    width: 45%;
    float: left;
    margin-right: 1%;
    overflow: hidden;
 
}
#productMainImage {
    width: 95%;
	float: left;
	 position: relative;
    overflow: hidden;
	    margin: 0px;
}
#productAdditionalImages
{
	 width: 95%;
	float: left;
	 position: relative;
    overflow: hidden;
	    margin: 0px;
}
#product-right
{
	    width: 50%;
    float: right;
	    padding: 10px;
    position: relative;
    overflow: hidden;
     
}
#productName
{
   white-space: normal;
    height: auto;
    min-height: 40px;
    line-height: 1.2;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 400;
    font-family: "Montserrat";
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    color: rgb(51, 55, 69);

    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid rgb(228, 228, 228);
}
#productAttributes
{
	    margin-top: 10px;
}
 .desktop-1 {
    width: 6.25%;
	    float: right;
}
 .desktop-1 a{
    color: #454545;
    text-decoration: none;
	    font-size: 26px;
 }
 .icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
#productPrices {
    font-size: 20px;
    margin:20px 0px;
    font-weight: 400;
    color: #444149;
    padding: 10px 0;
    width: calc(100% - 20px) !important;
    margin-bottom: 20px;
	    display: inline-block;
		border-bottom: 1px solid rgb(244, 244, 244);
}
#productPrices .productSpecialPrice
{
	    font-size: 35px;
    color: #000;
    position: relative;
    top: 5px;
}
#attribsOptionsText
{
	display:none;
}
.wrapperAttribsOptions .attribsSelect
{
	min-width: 76px;
    display: inline-block;
    float: left;
    font-weight: normal;
    color: #787878 !important;
    font-size: 16px;
	border: none !important;
}
.wrapperAttribsOptions .back select
{
	border: 1px solid #ccc7c7;
    border-radius: 3px;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
    text-overflow: clip;
    width: 100%;
}
#cartAdd .quantity,.cartQuantity input[type="text"] {
     line-height: 40px;
    height: 40px;
    text-indent: 0! important;
    text-align: center;
    padding: 0! important;
    /* width: 70px! important; */
    /* background: transparent! important; */
    display: inline-block;
    color: #222222;
    border-radius: 0px;
    /* margin-top: 10px; */
    vertical-align: middle;
    /* border: 1px solid #ccc; */
    margin: 0;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08);
    border: none;
    background: #fff !important;
    width:80px;
}
.button_in_cart {
    display: inline-block! important;
    margin-left: 20px !important;
    width: 170px !important;
    line-height: 40px! important;
    padding: 0 20px! important;
}
.col-right {
    width: 100%;
    clear: both;
	    border-top: 1px solid #f0f0f0;
    margin-top: 20px;
    padding: 20px 0;
    float: left;
    text-align: center;
}
.col-right .block {
    margin: 0 0 20px;
}
.block .block-title {
   margin-bottom: 20px;
   color: #000000;
    font-family:  sans-serif;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
}
.product-block {
    display: inline-block;
    zoom: 1;
    padding: 10px 8px;
    vertical-align: top;
    line-height: 1.6em;
    width: 18%;
}
.product-block .block-inner {
    position: relative;
}
.block-inner {
    color: #666666;
}
.product-block .image-cont {
    position: relative;
    padding-bottom: 0px;
    max-height: 365px;
}
.product-block .image-cont .image-link {
    display: block;
    position: relative;
    text-align: center;
}


.product-block a {
    color: #666666;
    font-size: 15px;
}
.product-block .block-inner .image-cont img {
    margin: 9px 0;
    max-height: 200px;
    vertical-align: top;
}
.product-block .image-cont .image-link .title {
    margin: 0 0 17.5px;
   
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 0;
    color: #000;
}
.normalprice {
       font-weight: 400;
    font-family: "Ubuntu";
    font-style: normal;
    font-size: 22px;
    text-transform: none;
    color: rgb(249, 99, 2);
    border-radius: 30px;
    /* background-color: rgb(249, 99, 2); */
    /* padding: 8px; */
    margin-top: 10px;
    display: inline-block;
    margin: 0 10px;
}
.productPriceDiscount {
    display: none;
}
#cartContentsDisplay
{
	    width: 100%;
    float: left;
}
#cartContentsDisplay th
{
	   background-color: rgb(95, 104, 116);
    color: rgb(244, 244, 244);
    font-weight: normal;
	    padding: 10px;
    border: 1px solid #f0f0f0;
    text-align: left;
	
}
#cartContentsDisplay td
{
    padding: 10px;
    border: 1px solid #f0f0f0;
    text-align: left;
	    text-align: left;
}
.cart-item {
    display: table-cell;
}
.cart-image {
    display: inline-block;
    margin-right: 10px;
}
.cart-image img {
    vertical-align: middle;
}
.cart-title {
    display: inline-block;
	    color: rgb(235, 88, 88);
}
#cartContentsDisplay p {
    font-size: 13px;
    margin-bottom: 10px;
	color: rgb(235, 88, 88);
}
.cartQuantity input[type="image"]
{
	vertical-align: middle;
}
.cartRemoveItemDisplay a
{ 
	background-color: #EA2E49;
      padding: 14px 10px 6px 10px;
}
#basket-right {
    text-align: center;
	     width: 100%;
    display: inline-block;
	margin-top:20px;
}
#basket-right h4{
  font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 10px;
    /* line-height: normal; */
    /* -webkit-font-smoothing: antialiased; */
    background-color: rgb(244, 244, 244);
    overflow: auto;
    padding: 8px;
    text-align: right;
}
#basket-right p {
	font-size: 13px;
	padding:0px;
    margin-bottom: 20px;
	
}
#basket-right p a
{
	color: #000000;
}
.login_left
{
	width:45%;
	float:left;
}
.login_right
{
	width:45%;
	float:right;
}
#loginDefault .buttin_submit
{
	    width: 100%;
    float: none;
    margin: 0px;
}
#checkoutConfirmDefault #cartContentsDisplay
{
	width:100%;
}

.cartQuantity input[type="text"]
{
	width:auto;
}
.scn_cb_table input[type=text],.scn_cb_table input[type=password],.scn_cb_table input[type='number']
{
	padding:5px;
}
.scn_cb_table .scn_cb_right
{
	width:200px !important;
}
#createAcctDefault .create_entry 
{
	      width: 100%;
    float: left;
   
}
.field {
 
    float: left;
	width:100%;
    padding: 0.45em;
    box-sizing: border-box;
	    margin-left: 0px !important;
}
.field__input-wrapper {
    position: relative;
	width: 100% !important;
    margin-left: 0px !important;
}


.field__label {
    color: #999999;
}

.field__label {
    transition: all 0.2s ease-out;
}

.field__label {
    font-size: 0.85714em;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.3em !important;
    padding: 0 0.93333em !important;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	    margin-left: 6px;
}


.field__input {
    background-color: white;
    color: #333333;
}

.field__input {
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    padding: 0.94em 0em !important;
        word-break: normal;
	
}


 .field--show-floating-label .field__label {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.field--show-floating-label .field__input {
    padding-top: 1.5em !important;
    padding-bottom: 0.38em !important;
	width:100%;
}
.field__input-wrapper LABEL.inputLabel
{
	float:none;
	width:100%;
}
#createAcctDefault input[type="text"],#createAcctDefault select
{
	width:auto;
	min-width: 250px;
}
#footer li
{

  color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 23px;
}
.btn-default_left {
       display: inline-block;
    /* padding: 0px 12px; */
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    /* border-radius: 40px; */
    color: #000;
    background-color: rgb(238, 238, 238);
    border-color: #ccc;
    height: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -5px;
    width: 60px;
}
.btn-default_right {
    display: inline-block;
   
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;

    color: #000;
    background-color: rgb(238, 238, 238);
    border-color: #ccc;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -5px;
	width:60px;
}
.cartQuantity .btn-default_left,.cartQuantity .btn-default_right
{
	width:30% !important;
}
.cartQuantity input[type="text"]
{
	width:39% !important;
}
#createAcctDefault .forward
{
	margin-right:50px;
}
.navNextPrevList span.normal_button
{
	width:auto;
}
.button_update_cart
{
	display:none;
}
.shopping_button
{
	    background-color: rgb(244, 244, 244);
		padding:10px;
		margin: 20px 0;
}
#productAttributes .back
{
	    margin-left: 5px;
		width:100%;
}

LABEL, h4.optionName
{
	padding:0px;
}
.likecolor {
    height: auto;
    position: relative;
    float: right;
    width: 100%;
	margin-top: 20px;
}
.color-list
{
	    padding: 0px;
}
.likecolor li
{
	border: 1px solid rgb(221, 221, 221);
    float: left;
    margin: 0 5px 10px 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.likecolor li.active {
    border: 1px solid rgb(51, 51, 51);
    color: rgb(85, 85, 85);
	
}
.likecolor dd
{
margin:0px;
}
.likecolor li a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.likecolor li img {
       width: auto;
    height: auto;
    z-index: 1;
    /* vertical-align: middle; */
    display: inline-block;
}
#select-currency
{
	width: 60px;
    line-height: 25px;
	    height: 25px;
    padding: 0px;
    margin: 0px;
    background: #fff;
	text-align:center;
	text-indent:0px;
	-webkit-appearance: menulist;

}

.page-title h1 {
    font-weight: 500;
    font-size: 30px;
	    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}
#accordion {
    font-family: Arial;
}
.accordion {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.accordion li.faq:last-child {
    border-bottom: 0;
}


.accordion li.faq {
    margin-bottom: 15px;
    padding-bottom: 5px;
}
[data-accordion] {
    line-height: 1;
}
[data-accordion] [data-control] {
    position: relative;
    padding-right: 40px;
}
[data-accordion] > [data-control]:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 15px;
    width: 24px;
    background: url(../images/icon-plus.png) center center no-repeat;
    background-size: 50%;
}
[data-accordion].open > [data-control]:after {
    background: url(../images/icon-close.png) center center no-repeat;
    background-size: 50%;
}
article p {
    color: black;
    line-height: 1.5em;
    padding-right: 20%;
}
#about ul
{
	    padding: 0px;
    margin: 0px;
    list-style: none;
}
.accordion li.faq
{
	padding:0px;

}
.open .data-content
{
	display:block !important;
}
.trees-section h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}
.ww-divider {
    width: 100%;
    height: 1px;
    background-color: #333;
    display: block;
    margin: 30px auto;
}
.trees-section .sub {
    color: #333;
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 70px;
    font-weight: 300;
}
.col-md-offset-3
{
    margin-left: 25%;
	    width: 50%;
		    float: left;
		text-align:center;
    margin-right: 25%;		
}


.wrap {
    overflow: hidden;
    margin: 10px auto;
    width: 980px;
}
.wrap .box {
    float: left;
    position: relative;
    width: 25%;
    padding-bottom: 25%;
}
.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  
}
.orangediv {
    float: left;
    width: 100%;
    background: #ffa549;
    background: -moz-radial-gradient(center, ellipse cover, #ffa549 0%, #ea8722 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffa549 0%,#ea8722 100%);
    background: radial-gradient(ellipse at center, #ffa549 0%,#ea8722 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa549', endColorstr='#ea8722',GradientType=1 );
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.blackdiv {
    float: left;
    width: 100%;
    background: #5f5e5e;
    background: -moz-radial-gradient(center, ellipse cover, #5f5e5e 0%, #404040 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #5f5e5e 0%,#404040 100%);
    background: radial-gradient(ellipse at center, #5f5e5e 0%,#404040 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5e5e', endColorstr='#404040',GradientType=1 );
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.yellowdiv {
    float: left;
    width: 100%;
    background: #ffe168;
    background: -moz-radial-gradient(center, ellipse cover, #ffe168 0%, #fcd123 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffe168 0%,#fcd123 100%);
    background: radial-gradient(ellipse at center, #ffe168 0%,#fcd123 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe168', endColorstr='#fcd123',GradientType=1 );
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.bluediv {
    float: left;
    width: 100%;
    background: #3599f1;
    background: -moz-radial-gradient(center, ellipse cover, #3599f1 0%, #3783dd 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #3599f1 0%, #3783dd 100%);
    background: radial-gradient(ellipse at center, #3599f1 0%, #3783dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3599f1', endColorstr='#3783dd', GradientType=1 );
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.lineuptext {
    color: #fff;
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 15px 0;
    text-align: center;
}
.lineupimagediv {
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
    min-height: 145px;
	    font-family: "Conv_AvenirLTStd-Black";
    color: #404040;
    font-size: 24px;
}
.lineupimagediv img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: inherit;
    right: 0;
    top: 44px;
	max-width:100%;
	height:auto;
}
.woocommerce img, .woocommerce-page img {
    height: auto;transition: all .2s ease-in-out;
    max-width: 100%;
}

#reviewsWrite
{
	text-align:left;
}
#reviewsWrite h1
{
	text-align:center;
	color: #000000;
    font-family: sans-serif;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
	border-top: 1px solid #f0f0f0;
	    padding: 10px;
}
#oz-review-form {padding: 5px 9px 0px 0px;}
#oz-review-form .title {line-height: 28px; font-size: 16px;}
#oz-review-form .rating {padding-bottom: 7px;}
#oz-review-form .rating a{ width: 15px; height: 15px; background: url("../images/cosmo/review-star.jpg") bottom; display: inline-block; margin-top: 2px; cursor: pointer; }
#oz-review-form .rating a.active{ background-position: top; }
#oz-review-form .rating a.fakeover {background-position: bottom;}
#oz-review-form .rating a.fakeoveractive {background-position: top;}
#oz-review-form .rating label{ float: left; font-size: 13px; font-weight: lighter; padding: 0 3px 0 0;  }
#oz-review-form .review-submit-wrapper {padding: 10px 0px 37px 0px;}
#oz-review-form .review-submit-btn {background: #ff4a00; border-radius: 3px; margin-top: 16px; line-height: 40px; text-align: center; color: #fff; width:100%; border: 0;text-transform: uppercase;}
#reviewsWrite input,#reviewsWrite #textAreaReviews{width:100%;}



.tabOuterContainer {
    margin: 25px 0 10px 0;
}
.tabOuterContainer .tabs {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
}
.tabOuterContainer .tabs li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 20%;
    height: 34px;
    background-color: #ebebeb;
    vertical-align: middle;
    text-align: center;
    line-height: 34px;
	font-size:12px;
}
.tabOuterContainer .tabs li.active {
    margin-top: -1px;
    height: 36px;
    background: #fff;
    background-position: -137px -153px;
}




.tabOuterContainer .tabs li a {
    display: block;
    border: 1px solid #d3d3d3;
    border-bottom: 0;
    border-left: none;
    color: #717171;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;

}
.tabOuterContainer .tabs li:first-child a {
    border-left: 1px solid #d3d3d3;
}
.tabOuterContainer .tabs li.active a {
    color: #000;
}

.tabOuterContainer .tabContainer {
    position: relative;
    margin: -1px 0 0 0;
    padding: 20px 15px;
    min-height: 360px;
    width: 958px;
    border: 1px solid #d3d3d3;
    background: #fff;
    font-size: 12px;
}

#topmenu {
    height: 54px;
}
#topmenu ul.header_menu {
    float: left;
    margin: 0px;
    padding: 0px;
}
#topmenu .placeholder {
    height: 54px;
    width: 15px;
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    position: static;
	left: -5px;
    top: 0px;
    z-index: 99;
}
#topmenu ul.header_menu li.bg {
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    background: url(../images/assets/vertical.gif);
    background-repeat: repeat-x;
    height: 54px;
}
#topmenu ul.header_menu li a {
    margin-top: 28px;
    display: inline-block;
    text-align: center;
    font-family: helenormal;
    color: #1d1d1d;
    padding: 0px 15px;
    text-decoration: none;
    font-size: 16px;
}
#topmenu ul.header_menu li a:hover
{
	    color: #C30D1F;
}
#topmenu .sep {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#topmenu .placeholder_right {
    height: 54px;
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#topmenu .placeholder_right img {
    width: 44px;
    height: 54px;
}
.text_top {
    height: 31px;
    background-image: url(../images/bg_top_text.gif);
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 50px;
    padding-top: 15px;
}
.desktop .cart_text {
    float: right;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;

    padding: 0px;
    margin: 0px;
    height: 18px;
    margin-top: 9px;
    margin-right: 24px;
}
.desktop .cart_text a, .cart_text:hover {
    color: #fff;
    text-decoration: none;
}
.desktop .icon_holder {
    float: right;
    width: 75px;
    position: relative;
    text-align: center;
    margin-right: -9px;
}
.desktop .cart_icon {
    position: absolute;
    right: 20px;
    width: 44px;
    top: -10px;
}
.desktop .cart_count {
    color: #F28944;
    font-size: 14px;
    margin-top: -15px;
    display: inline-block;
    z-index: 99999;
    position: absolute;
}
.centerBoxContentsSpecials
{
margin:calc(1% - 2px);
}
.centerBoxContentsSpecials:hover
{
	    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.centerBoxContentsSpecials img
{
	margin-top:10px;
}
.centerBoxContentsSpecials .productBasePrice
{
	font-size:20px;
}
.welcomenew {
    background-position: top;
    font-size: 13px;
    color: #000000;
    padding-top: 33px;
    padding-left: 40px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    background-image: url(../images/bg_welcome_new1.jpg);
    background-repeat: repeat-x;
    padding-bottom: 40px;
}
.welcomenew_right h1, .welcomenew h1 {
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    margin: 0px;
    line-height: 16px;
}
.welcomenew_right h2, .welcomenew h2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
}
.bot_links {
    background-image: url(../images/bg_bot.gif);
    background-repeat: repeat-y;
    height: 40px;
    font-size: 12px;
    color: #666666;
    padding-top: 20px;
    padding-left: 37px;
    text-transform: uppercase;
    text-align: center;
}
.bot_links a {
    color: #CCCCCC;
    text-decoration: none;
}
.bot_copy {
    background-image: url(../images/bg_bot.gif);
    background-repeat: repeat-y;
    height: 40px;
    padding-top: 20px;
    padding-left: 37px;
    font-size: 11px;
    color: #999999;
    text-align: center;
}
.top-section
{
	    display: inline-block;

    
}
div.top-section div.cols-left {
    width: 508px;
    float: left;
    margin: 10px 0 0 0;
}
div.top-section div.cols-right {
    width: 400px;
    float: left;
    margin: 10px 0 0 0;
}
div.page-splitter {
    height: 1px;
    width: 958px;
    margin: 0 auto;
    background: #e0e0e0;
}


#tabbed-box-container {
    width: 100%;
    height: auto;
    position: relative;
 
    padding-bottom: 9px;
	display: inline-block;
}
#tabbed-box-menu {
    height: 211px;
    width: 224px;
    position: relative;
    top: 7px;
    left: 6px;
    float: left;
    z-index: 2;
}
#tabbed-box-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 211px;
    width: 224px;
    border-left: 1px solid #f5f6f7;
}
#tabbed-box-menu ul li.header {
    display: block;
    height: 42px;
    width: 204px;
    border-right: 1px solid #f5f6f7;
    border-bottom: 1px solid #f5f6f7;
    background: url(../images/menu-header.jpg) no-repeat;
}
#tabbed-box-menu ul li.header p {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    line-height: 41px;
    text-align: right;
    letter-spacing: -0.3px;
    padding-right: 10px;
    padding-top: 5px;
	    line-height: 25px!important;
    margin-top: -10px!important;
}
#tabbed-box-menu ul li.header p span {
    width: 210px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
}
#tabbed-box-menu ul li a {
    display: block;
    height: 41px;
    width: 194px;
    border-right: 1px solid #f5f6f7;
    border-bottom: 1px solid #f5f6f7;
    background: #fff;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    line-height: 41px;
    text-align: right;
    letter-spacing: -0.6px;
    padding-right: 10px;
}
#tabbed-box-menu ul li a span {
    display: block;

}
#tabbed-box-menu ul li a.selected {
    background: url(../images/menu-hover.png);
    border: none !important;
    width: 192px !important;
    height: 42px !important;
    padding-right: 32px !important;
    color: #fff !important;
    font-size: 24px !important;
}
#tabbed-box-content {
   
      min-height: 100px;
    width: 635px;
    padding: 20px 40px;
    position: relative;
    top: 0px;
    float: right;
    right: 22px;
    z-index: 1;
    border: 1px solid #d3d3d3;
}
.continueshopping,.button_checkout
{
	width:200px;
}
.button_checkout
{
	margin-top:10px;
}
#spec_content .row,#desc_content .row
{
	width:auto !important;
}

.topbar {
    z-index: 1000;
    background-color: #222;
    overflow: hidden;
	height:39px;
}
.nav-container {
    width: 980px;
	  margin: 0 auto;
 height: 100%;
}
ul#nav, ol#nav {
    list-style: none;
	    padding: 0px;
}
#nav
{
	    position: relative;
}
#nav li
{
	float:left;
	    height: 39px;
}
#nav li a
{
	    padding: 8px 10px 3px;
     line-height: 39px;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #FFF;
    zoom: 1;
    font-size: 20px;
}

.menu-icon
{   
 font-family: "bebas-neue",sans-serif;
}
.bottombar {
    width: 980px;
       text-align: center;
    margin: 0 auto;
     height: 39px;
    position: relative;
    border: none;
}
.bottombar .midmenu {
    float: left;
    font-size: 12px;

    height: 41px;
	width: 850px;
   
}
.bottombar .midmenu li
{
	float: left;
	width: 170px;
	position:relative;
	
}
.midmenu ul li ul.level0
{
	display:none;
	    background: #fff;
    border: 1px solid #ccc;
	width:220px;
	
	    position: absolute;
    top: 39px;
    left: 0;
	z-index:200;
}
.midmenu ul li:hover ul.level0
{
	display: inline-block;
}
.bottombar .midmenu li ul.level0 li
{
	width:100%;
	    text-align: left;
}
.bottombar .midmenu li a {
    text-transform: uppercase;
    -webkit-text-size-adjust: 100%;
    padding: 11px 6px !important;
    display: inline-block;
	color:#000 !important;
}
.bottombar .rightmenu  {
    float: right;
    text-align: right;
    font-weight: bold;
    padding: 10px 12px;
}
.mainheader
{
	    border-bottom: 1px solid #ccc;
}


.midmenu ul
{
	    list-style: none;
    padding: 0px;
}
 .entry-content-wrapper {
    padding-right: 0;
}
div .av_one_fifth {
    margin-left: 2%;
    width: 23% !important;
	    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
}

.avia-image-container {
    display: block;
    position: relative;
    max-width: 100%;
	overflow: hidden;
}
.avia-image-container.avia-align-center {
    display: block;
    margin: 0 auto 10px auto;
    text-align: center;
    clear: both;
}
body .container_wrap .avia-builder-el-first {
    margin-top: 0;
}
.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 3px;
    display: block;
    position: relative;
    max-width: 100%;
}
.avia_textblock {
    clear: both;
    line-height: 1.65em;
}
.avia-image-container.avia-align-center .avia-image-container-inner {
    margin: 0 auto;
    display: inline-block;
    vertical-align: bottom;
}
.av_textblock_section h3
{
	color: #222222;
}
.av_textblock_section p
{
	color: #666666;
}
.footer-container {
    width: 100%;
    max-width: 100%;
   


}
.aditional-footer {
   width: 980px !important;
       margin: 0 auto;
    min-height: auto;
	padding: 20px 0;
    overflow: auto;
	border-bottom: 1px solid #898888;
}
.aditional-footer .f-left {
    padding: 0;
    width: 100%;
 
}
.footer-container .footercolumn {
    width: 32%;
    border-left: none;
	float: left;
	list-style: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-container .footercolumn a {
    color: #aaaaaa;
	    border-bottom: none;
        font-size: 13px;
    line-height: 25px;
    padding: 0;
}
.main-images
{
	padding-bottom: 50px;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    border-color: #e1e1e1;
	text-align:center;
}
.thumbnails
{
	margin-top:10px;
}
.thumbnails a
{
	    float: left;
    width: 90px;
	height:90px;
    margin: 0 4px 4px 0;
    clear: none;
    position: relative;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
	 border-color: #e1e1e1;
}
 .woocommerce-tabs {
    clear: both;
    padding: 50px 0 0 0;
    margin: 0 0 30px 0;
}
.woocommerce-tabs ul.tabs {
    border-bottom: none;
    overflow: visible;
    width: 100%;
    float: left;
    zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none outside;
	    position: relative;
    top: 1px;
    z-index: 10;
}
.woocommerce-tabs ul.tabs li {
    float: left;
    margin: 0;
    font-size: 0.92em;
    margin-right: -1px;
}

 .woocommerce-tabs .tabs li a {
    cursor: pointer;
    margin: 0 -1px 0 0;
    display: block;
    float: left;
    z-index: 2;
    position: relative;
    padding: 12px 16px;
    top: 0px;
    font-size: 0.9em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-style: solid;
    border-width: 1px;
}
.woocommerce-tabs .tabs li.active {
    z-index: 4;
    position: relative;
    font-weight: bold;
	    background-color: #f8f8f8;
}
 .woocommerce-tabs ul.tabs a {
    float: left;
    padding: 10px 20px 10px 20px;
    background: transparent;
    text-decoration: none;
	border-top-left-radius: 2px
}
 .woocommerce-tabs ul.tabs li a {
        padding: 9px 20px 10px 20px;
    position: relative;
    
    font-size: 14px;
    color: #fff;
    background: #000;
bolder:	
}
 
 .woocommerce-tabs ul.tabs li.active a {
   
    padding: 9px 20px 10px 20px;
    position: relative;
	    color: rgb(255, 255, 255);
    background-color: rgb(58, 207, 135);
}
.woocommerce-tabs .panel {
    padding: 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
	border-style: solid;
    border-width: 1px;
	border-color: #e1e1e1;
	  
}
iframe
{
	max-width:100%;
	width:980px;
	height:550px;
}
div .flex_column {
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
}
div .flex_column p
{
	padding:0px;
}
div .av_one_half
{
	width: 47%;

	    float: left;
    margin-right: 3%;
}
.iconbox_top {
    margin-top: 20px;
    text-align: center;
}
.iconbox {
    background: transparent;
	    position: relative;
    clear: both;
}
.iconbox_top .iconbox_content {
    padding: 45px 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
	    color: #666666;
    font-size: 16px;
	    min-height: 230px;
}
.main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type='submit'], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .iconbox_top a.iconbox_icon:hover, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside:before, .main_color .comment-count, .main_color .av_dropcap2, #top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text, .main_color .av-colored-style .av-countdown-cell-inner, .responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover {
    background-color: #ee5a29;
    color: #ffffff;
    border-color: #cc3807;
}
.iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.25em;
}


.iconbox_top .iconbox_icon {
    float: none;
    position: absolute;
    left: 50%;
    top: -16px;
    margin: 0 0 0 -26px;
    padding: 12px 15px;
    border-radius: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 20px;
    line-height: 24px;
}
.iconbox_top .iconbox_icon:before {
    font-family: 'entypo-fontello';
}
[data-av_icon]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    content: attr(data-av_icon);
    speak: none;
}

#about .av_one_half
{
	width:100%;
	    margin-left: 0px;
}

 .no_margin.av_one_half {
     width: 50% !important;
    margin-right: 0px;
    padding: 0px !important;
}
div .av_two_fifth {
   
    width: 36.4%;
}
.static-text-section {
    padding: 2.4em 0;
    text-align: center;
}
.region {
    position: relative;
}
.img-wrap img {
    background: #f3f3f3;
	    max-width: 100%;
}

.static-img-section .img-wrap {
    text-align: center;
}
.page-content {
    font-size: 25px;
}
#about .row
{
	     background-color: transparent;
}
.static-text-section .title {
    font-size: 2.2em;
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 .2em;
}
.static-text-section .heading {
    font-size: 1.2em;
    font-weight: 500;
    margin: 0 0 .3em;
}
.split-callouts.together .title {
    color: #64a70b;
    font-size: 2.2em;
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 20px;
}
.split-callouts.together .img-wrap {
    width: 45%;
	    float: left;
}
.split-callouts .split>:nth-child(2) {
    width: 50%;
	    float: right;
}
.login-container
{
	width:980px;
	margin:auto;
}
div#utilityNav {
    max-width: 100%;
    z-index: 101;
    background: #FFF;
    position: relative;
    border-bottom: 1px solid #F2F2F2;
}
.topmenu {
    position: relative;
}
nav .topmenu ul {
    margin-bottom: 0px;
    line-height: 29px;
    padding-top: 1px;
    margin-right: 14px;
	list-style:none;
}
nav .topmenu ul li {
    display: inline;
    list-style: none;
    float: left;
    padding-right: 14px;
    margin-right: 10px;
}
nav .topmenu ul li a {
    color: #0096d6;
    cursor: pointer;
	font-size: 13px;
}
nav .topmenu ul li + li a:before {
    content: "|";
    width: 2px;
    display: block;
    float: left;
    padding-right: 13px;
    /* padding-left: 8px; */
    color: #cdcdcd;
}
.right {
    float: right !important;
}


.header .hf_wrapper {
    background-color: #fff;
    font-size: 14px;
    height: 100%;
    width: 100%;
}
.header .header_container {
    background-color: #fff;
    font-size: 14px;
    height: 100%;
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
}
.header .hp_logo {
    float: left;
    height: 100%;
}
.header .hp_logo a.hf_logo {
    height: 50px;
	    display: inline-block;
    margin-top: 10px;
}
.header .hp_logo a.hf_logo img
{
    width: auto;
    height: 100%;
}
.header .hf_top_menu {
    background: #fff;
    display: inline-block;
    height: 100%;
	    float: left;
    margin-left: 80px;
}
.header .level1 {
    display: inline-block;
    overflow: hidden;
    width: auto;
}
.header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.selectable, .empty {
    min-height: 32px;
}
.header .hf_top_menu li {
    display: inline-block;
    line-height: 70px;
    position: relative;
    z-index: 9999;
	    padding: 0 10px;
}
.header .hf_top_menu .level1 > li.first_li {
    margin-left: 0;
}
.header a {
    text-decoration: none !important;
    outline: none;
}
.header .hf_top_menu li a {
    color: #5a5a5a;
    position: relative;
	    font-size: 15px;
}
.header .hf_top_menu li a:hover
{
	 color: #007DBA;
}
.hdr_widgets {
    float: right;
    width: 300px;
    z-index: 10;
    margin-right: 30px;
}
.hdr_widgets li {
    margin-left: 20px;
	    float: left;
	position: relative;	
}
.hdr_widgets .search-field
{
	margin-top:18px;
	
}
.header .shopping_icon {
    width: 32px;
    height: 32px;
    display: block;
    color: #5a5a5a;
    text-align: center;
    font-size: 32px;
    line-height: 25px;
	    margin-top: 24px;
}
 .header .shopping_icon:before {
    font-family: HPIcons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .shopping_icon:before {
    content: "\E903";
}
.header .shopping_widget .item_count {
    background-color: #0096D6;
    border-radius: 50%;
    border: 2px solid white;
    box-sizing: content-box;
    color: white;
  
    font-size: 0.75rem;
    height: 20px;
    line-height: 21px;
    min-width: 19px;
    padding-left: 1px;
    position: absolute;
    text-align: center;
    top: 15px;
}


#footer {
       position: relative;
   

          background-color: rgb(96, 96, 96);
 

       width: 1080px;
    margin: auto;
}
#footer  .row_columns
{
	overflow: hidden; 

    color: #E4E4E4;
}
#footer .column {
    padding: 0 15px 15px 0;
    position: relative;
	    box-sizing: border-box;
}
.column-text-wrap.has-icon.block-icon-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#footer .block-icon-top
{
	text-align:center;
}
#footer hr
{
       border: 0;
    background-color: #E4E4E4;
    height: 1px;
    margin: 0;
    margin-top: 15px;
    width: 600px;
    display: inline-block;
}
#footer .column-text-wrap p {
    color: inherit;
    margin: 0;
    overflow: hidden;
    line-height: 1.3;
	padding: 0;
}
#footer .column-text-wrap p span, #footer .column-text-wrap p strong {
    line-height: 100% !important;
}
.wrapper {
    width: calc(100% - 40px);
    overflow: hidden;
	    margin: 20px 20px 0px 20px;
}
#footer
{
	box-sizing: border-box;
}
#footer .footer-menu {
    float: left;
    width: 100%;
	    margin-bottom: 30px;
		    padding-top: 50px;
    padding-bottom: 20px;
}
.footer-txt {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.footer-txt li {
    font-size: 16px;
    color: #111;
    float: left;
    width: 24%;
	margin-right:1%;
    list-style:none;
    padding: 5px 0!important;
    text-transform: uppercase;
    font-weight: bold;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.63);
}
.fa-lock:before {
    content: "\f023";
}
.oc2 .fa:before {
    font-family: 'FontAwesome';
}
#navSupp {
    width: 100%;
    float: left;
	
}

#navSupp p
{
	    color: #E4E4E4;
		padding-right: 10px;
		    text-align: left;
}
.ezpagesFooterCol {
    float: left;
    padding: 0;
}
.ezpagesFooterCol ul {
    float: left;

    margin: 3px 5px 0 0px!important;
    padding: 0!important;
	    list-style-type: none;
    text-align: center;
}
#navSupp .col1 ul {
    border: none;
}
#navSupp li {
    font-size: 11px;
    height: 26px;
    font-weight: bold;
    color: #fff;
    text-align: left;
        padding: 2px 0 2px 0px;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
#navSupp .ezpagesFooterCol a {
  font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #e1ddd7;
    transition: color .3s ease-in-out;
}
.copyright {
         color: rgb(168, 168, 168);
    font-size: 12px;
    float: left;
    line-height: 60px;
    margin-left: 20px;
}
.payments
{
	    float: right;
		margin-right: 20px;
}
 .payments img {
    max-width: 100%;
    max-height: 35px;
    height: auto;
    width: auto;
    margin-left: 10px;
    position: relative;
    margin-top: 13px;
    vertical-align: middle;
}
.generic_container .left_section {
    float: left;
    width: 50%;
}
.generic_container .right_section {
    float: left;
    width: 50%;
}
#tab-description img
{
	max-width:100%;
}
#tab-description .row
{
	    width: auto;
}
.txtsize30 {
    font-size: 1.875em;
  
    line-height: 1.2em;
}
.seeAllOffers {
    margin-bottom: 0;
        padding: 10px 0;
    color: #767676;
}
.seeAllOffers span {
    color: #822980;
    display: inline-block;
  
	    cursor: pointer;
}

#productAttributes .wrapperAttribsOptions input[type="radio"]
{
	    height: 0px;
		    overflow: hidden;
		margin: 0px;	
}
/*
#productAttributes .wrapperAttribsOptions label
{
	  float: left;
   
    display: inline-block;
    padding: 2px 5px;
    margin: 0 0 5px 0;
    margin-left: 10px;
 
       color: rgb(255, 255, 255);
    background-color: rgb(35, 47, 61);
       padding: 5px;
}
*/
#productAttributes .wrapperAttribsOptions label img
{
	    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.JetBlack
{
 background-color: #000000 !important;
}
.EmpressRed
{
	    background-color: #d31533 !important;
}
.NaturalSilver
{
	    background-color: #c0c0c0 !important;
}
.SilkGold
{
	   background-color: #efede3 !important;
}
.SmokeGray
{
	    background-color: #515151 !important;
}
.MarineBlue
{
	    background-color: #476ab4 !important;
}

.ChampagneRose
{
	    background-color: #FFE4E1 !important;
}
.RoseGold
{
	    background-color: #FFD700 !important;
}

.Mineralsilver
{
	    background-color: #c0c0c0 !important;
}
.OpulentBlue
{
	    background-color: #546fa9 !important;
}
td.td-name {
    border-right: 1px solid #C8CACC;
    border-top: 1px solid #C8CACC;
    font-size: 10px;
    padding: 5px 12px;
    width: 30%;
}
td.td-value {
    border-top: 1px solid #C8CACC;
    font-size: 10px;
    padding: 5px 12px;
    width: 70%;
}
td.td-gray {
    background-color: #F1F1F3;
    border-top: 1px solid #C8CACC;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    width: 590px;
}
.page-header__panel {
 
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    color: #FFF;
	height: 100px;
	    border-bottom: 1px solid #e1ddd7;
}
.header-content .container,.slider-pro-wrapper .container
{
	width: 980px;
	margin:auto;
}
.sm-header_customer-menu-container {
      float: left;
    margin-right: 2.35765%;
    width: 23.23176%;
    display: block;
    height: 76px;
    line-height: 76px;
    margin-top: 32px;
}
.page-header__panel .links {
 
	    list-style: none;
		    padding: 0;
  
}
.logo img
{
	    width: 196px;
    height: auto;
}
.block-search
{
	    float: right;
    width: 150px;
}
.header.links li {
    margin-right: 20px;
    line-height: 33px;
	    display: inline-block;
}
.header.links li a {
    color: #FFF;
}
.header.links li a:hover
{
	    color: #f4291a;
}
.welcome {
    line-height: 33px;
 float: right;
    vertical-align: top;
}
.minicart-wrapper {
       position: relative;
    float: right;
    margin: 0 20px;
    z-index: 15;
    margin-top: 25px;
}
.minicart-wrapper .action.showcart {
 

    position: relative;
    color: #000;
}
.minicart-wrapper .action.showcart .text {
    font-family: "FontAwesome";
    position: relative;
   
    height:23px;
   display: inline-block;
    font-weight: normal;
}
.minicart-wrapper .action.showcart .text {
    width: 23px;
        margin-top: 8px;
}
.minicart-wrapper .action.showcart .text:before, .minicart-wrapper .action.showcart .text:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 22px;
    line-height: 31px;
    transition: .3s transform ease;
    text-align: left;
    transform-origin: 16px center;
}
.minicart-wrapper .action.showcart .text:after {
    content: '\f00d';
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
}
.minicart-wrapper .action.showcart .showcart-label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s ease;
	    display: inline-block;
}
.minicart-wrapper .action.showcart .showcart-label:hover
{
	    color: #f4291a;
}
.minicart-wrapper .action.showcart .showcart-label:after {
    content: ':';
    padding-right: 3px;
}
.minicart-wrapper .action.showcart .text:before {
    content: '\f291';
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}
.minicart-wrapper .action.showcart .qty {
  
	   position: absolute;
    top: -6px;
    left: 10px;
    font-size: 10px;
    font-weight: bold;
}
.currencies
{
	    float: right;
    margin-top: 7px;
}
.counter-number
{
	    color: #9dbeaa;
}
.minicart-wrapper .action.showcart span, .minicart-wrapper .action.showcart strong {
    display: inline-block;
}
.page-header__content {
        padding: 20px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
}
.page-header__content .logo {
  width: 262px;
    float: left;
    margin: 0px;
    padding: 0px;
}
.page-header__content .block-search {
  float: right;
    width: 60%;
}
.home_banner
{
	width: 980px;
    margin: auto;
}
.info-banners {
    color: #333;
    padding-bottom: 42px;
    border-bottom: 1px solid #ededed;
	    display: inline-block;
}
.block-static-block
{
	    width: 980px;
    margin: 20px auto;
}
.block-static-block .col-sm-6
{
	width:25%;
	float:left
}
.info-banners_left
{
	    width: 20%;
    float: left;
}
.info-banners_right
{
	    width: 80%;
    float: left;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	   
}
.info-banners i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    background: #191919;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    margin-right: 19px;
}
.fa-phone:before {
    content: "\f095";
}
.info-banners h2 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}
.info-banners p {
    margin: 0;
	padding:0;
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-gift:before {
    content: "\f06b";
}
.header-content
{
	margin-bottom:20px;
}
.footer-panel
{
	  width: 1080px;
    margin: auto;
    background-color: rgb(80, 80, 80);
    display: table;
       color: rgb(0, 0, 0);
}
.Specifications-table {
    width: 100%;
    margin-bottom: 24px;
}
.Specifications-table-cell, .Specifications-table-row:first-child {
    border-top: 1px solid #dedede;
}
.Specifications-table-row {
    border-bottom: 1px solid #dedede;
}
.Specifications-table-cell {
    width: 50%;
    padding: 5px 5px 5px 10px;
    vertical-align: top;
}
.Specifications-table-cell:nth-child(2n-1) {
    background: rgba(58,117,133,.08);
}
.col__4-12--md,.col__3-12--sm {
    width: calc(33.33333% - 20px);
	padding: 10px;
	float:left;
}
p[itemprop="description"]
{
	    clear: both;
}
#tab-description img
{
	max-width:100%;
}
#specsContainer
{
	display: inline-block;
    width: 100%;
}
.specs__title {
    margin-bottom: 6px;
}
.specs__title h4 {
    font-size: 1.8rem;
	    font-family: opensans-bold;
}
.specs__table {
  margin-bottom: 30px;
 
    border-top: 1px solid #ccc;
    width: 100%;
    height: auto !important;
    display: inline-block;
}
.specs__group {
       width: 50%;
    float: left;
    display: inline-block;
}
#specsContainer  .col-lg-6
{
	max-width: 50%;
	
}
.specs__cell {
    border-bottom: 1px solid #ccc;
    padding: 10px;
	    width: calc(50% - 20px);
		display: inline-block;
    float: left;
}
.specs__cell--label {
    background: #eee;
}
#FAQ table
{
	border-color: #e7e7e7;
}
#FAQ table tr {
    border: 1px solid #e7e7e7 !important;
}

#FAQ table td,  #FAQ table th {
    padding: 9px 10px;
    text-align: left;
}
#about p
{
	color: #777777 !important;
    font-size: 15px;
}
#about h2
{
    color: #777777 !important;
    font-size: 24px;
    font-weight: normal;
}


td.td-name {
    border-right: 1px solid #C8CACC;
    border-top: 1px solid #C8CACC;
    font-size: 10px;
    padding: 5px 12px;
    width: 30%;
}
td.td-value {
    border-top: 1px solid #C8CACC;
    font-size: 10px;
    padding: 5px 12px;
    width: 70%;
}
td.td-gray {
    background-color: #F1F1F3;
    border-top: 1px solid #C8CACC;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    width: 590px;
}
.a-unordered-list
{
	    padding: 0 20px;
    margin: 20px 0;
}
.a-column .prodDetTable {
    table-layout: fixed;
    border-spacing: 0;
    padding: 0;
}
.a-column .prodDetSectionEntry {
    width: 50%!important;
    white-space: normal;
    word-wrap: break-word;
}
.a-column table {
    margin-bottom: 18px;
    border-collapse: collapse;
    width: 100%;
}
.a-column table th {
    border-top: 1px solid #e7e7e7;
	background-color: #f3f3f3;
	font-weight: 400;
	       padding: 7px 14px 6px;
}
.a-column td {
    color: #333;
	padding: 7px 14px 6px;
	border-top: 1px solid #e7e7e7;
}
.list_images
{
	min-height:220px;
	    display: inline-block;
}
.row-header {
    margin-bottom: 30px;
}
.row-header {
    border-bottom: 1px solid #999;
    margin: 25px 0 10px;
    padding: 0;
    position: relative;
}
.row-header__title {
    float: left;
    margin: 0;
    padding-bottom: 3px;
    margin-bottom: -3px;
	    width: 100%;
}

.row-header__text {
    font-size: 1.8rem;
    font-family: opensans-light,Helvetica Neue,Helvetica-,Arial,sans-serif!important;
    color: #333;
    border-bottom: 4px solid #f96302;
    padding: 0;
	line-height: 30px;
}
.card__summary
{
	display: none;
}
.specs__title {
    margin-bottom: 6px;
}
.specs__title h4 {
        font-size: 1.2rem;
    font-weight: normal;
}
.col-6
{
	width:50%;
	float:left;
}
.specs__table {
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.specs__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.specs__cell {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.specs__cell--label {
    background: #eee;
}
.card__contents .row-header
{
	display: none;
}

.product__subtitle {
    text-transform: uppercase;
    color: #9dbeaa;
    font-weight: 300;
    font-family: neris,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.5em;
    margin-bottom: 6px;
}

.content-section
{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
.content-section iframe
{
	width:100%;
	height:auto;
}
.columns.columns-4 {
    float: left;
    display: block;
    margin-right: 1.35765%;
    width: 31.76157%;
}
.weight-medium {
    font-weight: 500;
}
.text-medium {
    font-size: 1.25em;
}
p:last-child {
    padding: 0;
}
.blurb-media__media-wrapper {
    width: 50%;
    float: left;
    position: relative;
    z-index: 20;
}
.blurb-media__blurb-wrapper {
      margin-left: auto;
    margin-right: auto;
    position: relative;

    z-index: 10;
    width: 50%;
    display: inline-block;
}
.color-secondary
{
	     color: #a82223;
    text-align: center;
    font-size: 2em;
    line-height: 1.25em;
    width: 100%;
    display: inline-block;
}
.best-video-doorbell-praise__image-wrapper {
    display: inline-block;
    white-space: nowrap;
	    text-align: center;
    font-size: 2em;
    line-height: 1.25em;
	    width: 100%;
}
 .best-video-doorbell-praise__image-wrapper img {
    display: inline;
    vertical-align: middle;
    height: 22px;
}
.best-video-doorbell-praise__image-wrapper img:first-child {
    height: 44px;
    margin: 0 12px;
}
.content-section--no-padding .content-section__title {
    padding-top: 72px;
}
.content-section__title {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 48px;
}
.blurb-media--half-width {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
}
.blurb-media--half-width:last-child {
    margin-right: 0;
}
.blurb-media--right .blurb-media__media-wrapper {
    float: right;
}
.blurb-media__media-wrapper {
    width: 50%;
    float: left;
    position: relative;
    z-index: 20;
}
.blurb-media__image {
    display: block;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
}
.blurb-media--half-width .blurb-media__title {
    color: #000;
    font-size: 1.25em;
    font-family: neris,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
}
.blurb-media__body p {
    font-size: 1.25em;
}
.content-section.content-section--xlgray {
    background: #f1f3f2;
}
.features-grid--3 .feature {
    width: 31%;
}
.features-grid--multiple-rows .feature {
    margin-bottom: 4%;
}
.features-grid .feature {
    float: left;
    margin: 0 2% 0 0;
    text-align: center;
}
.feature .feature__icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}
.feature .feature__name {
    font-family: neris,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.25em;
    font-weight: 300;
}
.features-grid--3 .feature:nth-child(3n+1) {
    clear: left;
}
.journal-header-center
{
	    background-color: transparent;
}


.journal-header-center .top-bar > .j-min, .journal-header-center .top-menu > li > .m-item, .journal-header-center .journal-top-header {
    height: 40px;
}
.journal-header-center .journal-top-header, .journal-header-center .journal-secondary {
    border-bottom-style: solid;
    border-top-style: solid;
}
.journal-header-center .journal-top-header {
    border-bottom: 1px solid transparent;
}
.header .journal-top-header {
    width: 100%;
    position: absolute;
}
.journal-top-header {
       background-color: rgb(255, 255, 255);
}

.journal-header-center .journal-menu, .journal-header-center .journal-menu-bg, .journal-header-center .mobile-trigger, ul.menu-centered {
    height: 40px;
}

.journal-header-center .journal-menu-bg {
    width: 100%;
    position: absolute;
    top: 145px;
}
.journal-header-center .j-100 {
    height: 110px;
}
.journal-header-center .journal-center-bg {
    position: absolute;
    width: 100%;
    top: 40px;
}
.z-0 {
    z-index: 0;
}



.z-2 {
    z-index: 2;
}
.header-assets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.journal-header-center .links {
    display: table;
    width: auto;
}
#header .top-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-menu, .top-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header .top-menu > li {
    display: inline-block;
    position: relative;
}
.journal-header-center .links a, .journal-header-center .links .no-link {
    text-align: center;
    border: none;
}
i {
    position: relative;
    font-style: normal;
    vertical-align: middle;
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.center-header .journal-currency {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	    z-index: 999;
    position: absolute;
    left: 53%;
    top: 0;
  
    min-width: 40px;
}
.journal-header-center .journal-secondary {
    text-align: right;
}
.journal-header-center .journal-top-header, .journal-header-center .journal-secondary {
    background-color: rgb(245, 245, 245);
    border: none;
}
.journal-header-center .journal-secondary .links {
    float: right;
}
header .journal-secondary a, header .journal-secondary .links > a, .mm-header-link a {
    color: rgb(255, 255, 255);
}
.journal-header-center .links a, .journal-header-center .links .no-link {
    text-align: center;
    border: none;
}
.header-assets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.journal-header-center .journal-search {
    position: relative;
    z-index: 99;
}
.journal-header-center .search-field
{
	margin-left:10%;
}
.journal-header-center #search {
    position: relative;
    width: 90%;
}
.oc2 .input-group {
    display: table;
    
}
.j-min {
    height: 40px;
}
.xl-50 {
	    float: left;
    width: 50%;
}
.xl-25 {
	    float: left;
    width: 25%;
}
.xl-100 {
    width: 100%;
	float: left;
}


.journal-header-center .journal-cart {
    background-color: transparent;
    color: #222222;
	    padding-right: 15px;
	box-sizing: border-box;	
}
.journal-cart {
    margin: 0;
    z-index: 2;
}
#cart .heading, .ie9 #cart button.heading {
    font-weight: 500;
    font-family: "Ubuntu";
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: rgb(255, 255, 255);
}
#cart .heading {
    cursor: pointer;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
background-color: rgb(58, 207, 135);
  z-index: 1;
    color: #fff;
    padding: 7px 10px;
}
#cart .heading a {
    color: inherit;
    border: none;
    font-size: inherit;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: table;
    border-radius: inherit;
}
#cart .heading a > span {
    text-align: right;
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
	padding-right: 10px;
}
#cart .heading i:before {
        content: '\f07a';
    font-size: 25px;
     color: #fff;
    top: -1px;
    left: -4px;
}
#cart .heading i::before {
        content: '\f07a';
    font-size: 28px;
   
}
.journal-header-center .journal-menu {
    clear: both;
    z-index: 1;
	height: 50px;
}

.journal-links,.journal-secondary
{
	width:50%;
}
 .journal-currency {
    z-index: 999;
    position: absolute;
    left: 53%;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    min-width: 40px;
}

.search-field input[type=text]
{
    color: rgb(0, 0, 0);
       background-color: rgb(245, 245, 245);
}
.super-menu {
       background-color: rgb(96, 96, 96);
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: rgb(164, 23, 51);
}
.super-menu {
    width: 100%;
    position: relative;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    border: 0;
}
.mobile-menu-on-tablet .journal-menu .mobile-menu > li {
    border-bottom-style: hidden;
}
.super-menu > li.icon-only {
    width: 50px;
}
.super-menu > li:first-of-type {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
	text-align: center;
}
.super-menu > li, .super-menu > li:last-of-type, .journal-desktop .menu-floated .float-left, .journal-desktop .menu-floated .float-right {
       border-color: rgb(95, 104, 116);
}
.super-menu > li, .super-menu > li:last-of-type, .journal-desktop .menu-floated .float-right {
    border-style: solid;
}
.super-menu > li {
    
   
   	border-width: 0;
    min-width: 40px;
    color: white;
	float: left;
	    padding: 0 10px;
}
.super-menu > li:hover
{
	    background-color: rgb(58, 207, 135);
}
.super-menu > li:hover a
{
	color:#fff;
}
.drop-down {
    position: relative;
}
.journal-header-center .mobile-trigger, .journal-header-center .super-menu > li > a {
    line-height: 50px;
	    display: block;
}
.super-menu > li > a {
    text-align: center;
    height: 100%;
    font-size: 13px;
    text-transform: uppercase;
        color: #fff;
    font-weight: bold;
    text-decoration: none;
   
    position: relative;
    line-height: 39px;
    
}
.mega-menu-categories
{
	border-width: 0;
    border-left-width: 1px !important;
    border-style: solid;
	 border-color: transparent;
}
.super-menu > li.icon-only > a i {
    margin-right: 0 !important;
}
.super-menu > li > a i {
    display: inline-block;
    vertical-align: top;
}
.super-menu > li > a i:before {
    float: left;
}
.super-menu > li > a span {
    display: inline-block;
}
.mega-menu {
    padding: 15px;
}
.mega-menu:not(.fly-mega-menu), .html-menu {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
}
.mega-menu, .html-menu {
    background-color: rgb(255, 255, 255);
}
.mega-menu {
    left: 0;
    position: absolute;
    display: none;
    padding: 20px;
    overflow: hidden;
    width: 100%;
    z-index: 9999;
}
.mega-menu-categories:hover .mega-menu
{
	display: block;
}
.mega-menu > div {
    margin-bottom: -15px !important;
    margin-right: -15px;
}
.mega-menu > div, .mega-menu-column.mega-menu-categories > div, .mega-menu-column.mega-menu-products > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mega-menu-categories .mega-menu-item, .mega-menu-brands .mega-menu-item, .mega-menu-html .mega-menu-item, #header .mega-menu .product-grid-item {
    margin-bottom: 15px;
}
.mega-menu .mega-menu-item, .mega-menu-column.mega-menu-categories .mega-menu-item, .mega-menu-column.mega-menu-products .mega-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.lg-16
{
float: left;
width: 16.66666666666666%;
}

header .mega-menu-item > div {
    margin-right: 20px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mega-menu .mega-menu-item > div, .mega-menu-column.mega-menu-categories .mega-menu-item > div, .mega-menu-column.mega-menu-products .mega-menu-item > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mega-menu-categories .mega-menu div > h3 {
    text-align: left;
}
.mega-menu div > h3 {
    font-weight: 700;
    font-family: "Ubuntu";
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(42, 43, 46);
	    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgb(228, 228, 228);
    padding-bottom: 5px;
}
header .mega-menu-item h3 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.mega-menu-categories .mega-menu-item.menu-image-top img {
    float: none;
    width: 100%;
	height: auto;
    margin-top: 10px;
}
.category-top:before,.category-products:before
{
font-family: 'journal-icons';
    position: relative;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: inherit;
    font-size: inherit;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.category-top:before{
    content: '\e62c';
    font-size: 15px;
    color: rgb(169, 184, 192);
    top: -2px;
	    position: relative;
    float: left;
    margin-right: 5px;
}
.category-products:before
{
	  content: '\e62c';
    font-size: 15px;
    color: rgb(169, 184, 192);
	left: 8px;
    top: -2px;
	    position: relative;
    float: left;
    margin-right: 5px;
}
.journal-custom-tab {
    background-color: rgba(244, 244, 244, 0);
      padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
	   
}
.block-icon-left {
    float: left;
    margin-right: 10px;
	text-align: center;
}
.block-icon i {
    margin: 0 !important;
    border-radius: inherit;
}
#productPrices .normalprice 
{
	font-weight: 400;
    font-family: "Ubuntu";
    font-style: normal;
    font-size: 22px;
    text-transform: none;
    color: rgb(249, 99, 2);
    border-radius: 30px;

    margin-top: 10px;
    display: inline-block;
    margin: 0 10px;
}
.list-unstyled
{
	display: block;
	    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
	line-height: 1.5;
	border-bottom: 1px solid rgb(244, 244, 244);
	list-style: none;
	    margin: 5px 0;
}
.list-unstyled span {
    padding-right: 3px;
}
.list-unstyled li
{
	line-height: 1.5;
    font-size: 13px;
}
.list-unstyled .instock {
    color: rgb(51, 153, 101);
}
.product-sold-count-text
{
padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
	background-color: rgb(244, 244, 244);
	line-height: 1.5;
    font-size: 13px;
}
#product-video
{
	display:none;
}


.visitor_counter {
    display: block;
    margin-top: 3px;
line-height: 35px;
    text-align: left;
}
.visitor_counter span {
    display: inline-block;
    text-align: center;
}
span.visitor_counter_a {
    font-size: 15px;
    font-weight: 700;
}
.visitor_counter span.visitor_counter_v b {
  	padding: 5px;
    font-size: 15px;
    background: rgb(68, 67, 73);
    color: #fff;
    display: inline-block;
}
span.visitor_counter_b {
    font-size: 11px;
    font-weight: 700;
}

#tab-spec .table {
    width: 100%;
	margin-bottom: 20px;
}
#tab-spec .table>tbody>tr>td,#tab-spec .table>tbody>tr>th
{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;

}
#tab-spec .table  strong
{
font-weight: 700;
}
.aplus-v2 .aplus-3p-fixed-width
{
	    width: 100% !important;
    display: inline-block;
}
.a-ws div.a-column, div.a-column {
    margin-right: 2%;
    float: left;
    min-height: 1px;
    overflow: visible;
	box-sizing: border-box;
	
}
.a-row .a-span4, .a-ws .a-row .a-ws-span4 {
    width: 31%;
}
.a-row .a-span8, .a-ws .a-row .a-ws-span8 {
    width: 65%;
}

.wrapperAttribsOptions input[type="checkbox"]
{
	    -webkit-appearance: checkbox;
}

.boxed-header .journal-header-center .journal-secondary {
    padding-right: 10px;
}
.journal-header-center .links {
    display: table;
    width: auto;
}
#header .top-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#header .top-menu > li {
    display: inline-block;
    position: relative;
}
.top-menu-link {
    white-space: nowrap;
    position: relative;
}
.products_info
{
	    width: 100%;
    display: inline-block;
    background-color: rgb(246, 246, 246);
	padding: 10px 0;
}
.button-group .cart {
    display: inline-block !important;
	margin-top: 20px;
	    margin-bottom: 20px;
		vertical-align: top;
		padding: 0;
}
.button-group .cart .button
{
    color: rgb(255, 255, 255);
	border-width: 0px;
    border-style: solid;
    background-color: rgb(58, 207, 135);
	    font-weight: 400;
    font-family: "Montserrat";
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
	padding: 0 10px;
    line-height: 32px;
	    display: inline-block;
    -webkit-appearance: none;
    text-align: center;
    position: relative;
}
.button-group  .product-wrapper .cart .button {
    color: rgb(255, 255, 255);
}
.button-cart-text {
    position: relative;
}
.button-group :before, .button-group :after {
    font-family: 'journal-icons';
    position: relative;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: inherit;
    font-size: inherit;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.button-group  .cart:not(.enquiry-button) i::before {
    content: '\f07a';
    font-size: 22px;
    color: rgb(255, 255, 255);
}
.button-left-icon:before {
    float: left;
}
.scroll-top {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 0;
    padding: 8px;
    cursor: pointer;
}
.scroll-top:before {
    font-family: 'journal-icons';
    position: relative;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: inherit;
    font-size: inherit;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.scroll-top:before {
    content: '\f0aa';
    font-size: 45px;
    color: rgba(0, 0, 0, 0.25);
	    transition: color .2s;
}
.is-sticky header .header {
    max-width: 1080px;
    left: 50%;
    transform: translateX(-50%);
	
}
.is-sticky .header {
    position: fixed;
	top:0px !important;
}
.is-sticky .journal-header-center .journal-top-header,.is-sticky .journal-menu-bg,.is-sticky .journal-header-center .journal-center-bg, .is-sticky .journal-header-center #header > .header-assets {
    display: none;
}
#notification
{
width: 300px; right: 20px; top: 20px; opacity: 1; display: block; cursor: auto;
    position: fixed;
	z-index: 99999;
	
	
}
.ui-pnotify-container {
    margin: 10px 10px 0 10px;
}
.ui-pnotify-closer {
    opacity: 1;
	    color: rgb(255, 255, 255);
		width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 15px;
    visibility: visible !important;
    transition: all 0.2s;
}
.ui-pnotify-closer:before
{
font-family: 'journal-icons';
    position: relative;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: inherit;
    font-size: inherit;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.ui-pnotify-closer:before {
    content: "\e602";
    color: inherit;
    font-size: 20px;
    position: relative;
}
.ui-pnotify-title {
    background-color: #5F6874;
  padding: 5px 8px;
    margin-bottom: 10px;
    line-height: 1.3;
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}
.ui-pnotify-text {
    min-height: 60px;
    display: table;
}
.notification-buttons {
    float: none;
    width: 100%;
    margin-bottom: 10px;
	display: block;
}
.notification-buttons a {
    margin: 7px 10px 0 0;
	    font-family: "Montserrat";
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
	    background-color: rgb(58, 207, 135);
    padding: 0 10px;
    line-height: 32px;
	    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
		    -webkit-appearance: none;
    text-align: center;
    position: relative;
	    border: 0;
		    width: 46%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.notification-buttons .notification-cart {
    background-color: rgb(192, 192, 192);
}
.notification-buttons .notification-checkout {
    font-weight: bold;
	
}
.ui-pnotify-closer:hover { color: rgb(235, 88, 88) }
          .ui-pnotify  { background-color: rgb(255, 255, 255);border-width: 1px;border-style: solid;border-color: rgb(119, 119, 119);display: block !important }
          .ui-pnotify-title  { background-color: rgb(96, 96, 96);color: rgb(255, 255, 255) }
              .ui-pnotify-text img  { display: block }
          .ui-pnotify-closer { color: rgb(255, 255, 255) }
            .notification-buttons { display:block;    clear: both; }
			
.contentMainin
{
	background:#fff;
	width:100%;
	display:inline-block;
	    padding: 0 10px;
    box-sizing: border-box;
}			
#clock-ticker {    margin-bottom: 15px;
    display: inline-block;
    width: 100%;

    padding: 20px 0 50px 0;
    border-bottom: 1px solid rgb(244, 244, 244);}
#clock-ticker .block {    position: relative;    color: #000;    font-weight: bold;    float: left;    text-align: center;    width: 25%;}#clock-ticker .block .flip-top {    width: 88px;    height: 39px;    line-height: 40px;    font-size: 40px;    text-align: center;	color: #000;    font-weight: bold;	    text-transform: uppercase;		font-family: "Open Sans",Arial,sans-serif;}#clock-ticker .block .label, span.flip-top {    color: #000;    font-weight: bold;    text-align: center;    font-size: 14px;    text-transform: uppercase;    width: 88px;    line-height: 25px;    font-family: "Open Sans",Arial,sans-serif;}

.journal-custom-tab
{
	padding-bottom: 10px;
    padding-top: 5px;
	border-bottom:1px solid rgb(244, 244, 244);
}
.block-icon-left {
    float: left;
    margin-right: 10px;
}
.block-icon i {
    margin: 0 !important;
    border-radius: inherit;
}
[data-icon]:before {
    font-family: 'journal-icons';
    content: attr(data-icon);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.productGeneral_left
{
	    float: left;
    width: 840px;
}
.productGeneral_right
{
	    width: 220px;
    float: right;
	    padding: 10px;
    box-sizing: border-box;
}

.a-center {
    text-align: center !important;
}
.ft-product {
    margin-top: 10px;
}
.featured .ft-product .product {
    margin-bottom: 30px;
	position:relative;
}
.ft-product h3 {
	    float: left;
   
    line-height: 1.4;
    margin: 0 0 10px;
         text-rendering: optimizespeed;
    font-weight: 400;
    font-family: "Montserrat";
    font-style: normal;
    font-size: 17px;
    text-transform: none;
}
.ft-product a.view {
  
    float: right;
    font-size: 16px;
    line-height: 31px;
    margin-left: 32px;
}
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}
.ft-product .list {
    border-top: 1px solid rgb(238, 238, 238);
    position: relative;
}
.ft-product .lookleft, .ft-product .lookright {
	position: absolute;
    color: #ccc;
    width: 30px;
    height: 40px;
    background-image: none;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.1s ease-out;
	    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.ft-product .lookright {
   margin-top: 15px;
       top: -60px;
    right: -5px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: transparent;
}
.ft-product .lookleft {
       right: 15px;
    left: auto;
    margin-top: 15px;
    top: -60px;
    /* right: -5px; */
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: transparent;
    z-index: 89;
}
.ft-product .lookleft::before,.ft-product .lookright::before {
    font-family: 'journal-icons';
    content: "\e60f";
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ft-product .lookright::before {
	
    content: '\e620';
    font-size: 18px;
    color: rgb(95, 104, 116);
}
.ft-product .lookleft::before {
    content: '\e61f';
    font-size: 18px;
    color: rgb(95, 104, 116);
}

.ft-product .lookleft:hover::before, .ft-product .lookright:hover::before {
    color: rgb(58, 207, 135);
}
.ft-product .group .oz-category-products {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ft-product .group .oz-category-products .products-grid {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    padding-top: 6px;
    width: 4125px;
}
.ft-product .products-grid li.item {
    clear: none;
    float: left;
    margin-bottom: 0;
    margin-right: 0;
    padding: 12px 11px 0;
    width: 251px;
    position: relative;
    text-align: center;
}
.featured .item .cos-brand-ran {
    text-align: center;
	    padding: 10px;
}
.cos-brand-ran a {
       font-weight: 400;
    font-family: "Montserrat";
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    color: rgb(51, 55, 69);
    white-space: normal;
}
.cos-products
{
	    background-color: rgb(246, 246, 246);
}
.box-heading
{    font-weight: 400;
    font-family: "Montserrat";
    font-style: normal;
    font-size: 16px;
    text-transform: none;
	color: rgb(51, 55, 69);
	    text-align: left;
   border-bottom: 1px solid rgb(228, 228, 228);
    line-height: 40px;
    min-height: 40px;
}
.notificationMessage {
    clear: both;
	    line-height: 20px;
}
.socialButton {
    padding: 5px 10px 5px 0;
    vertical-align: top;
    display: block;
}
a.fbkMetroStyleBtn {
    display: inline-block;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 20px 0 58px;
    background-color: #3b5998;
    position: relative;
    transition: background-color 700ms ease-in-out;
    -moz-transition: background-color 700ms ease-in-out;
    -webkit-transition: background-color 700ms ease-in-out;
    -o-transition: background-color 700ms ease-in-out;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
a.fbkMetroStyleBtn span {
    width: 38px;
    height: 36px;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    position: absolute;
    background: url(../images/fbkIconMetroBtn.png) no-repeat left top;
}
.oc-module {
    overflow: hidden;
    display: block;
}
.oc-module .product-grid-item {
    padding-top: 7px;
    padding-left: 0px;
    padding-bottom: 7px;
    padding-right: 7px;
	width: 100%;
    display: inline-block;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 0;
    text-align: left;
	position: relative;
    z-index: 1;
    background-color: transparent;
}
 .oc-module .product-wrapper {
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    transition: all 0.2s;
    display: block;
	    box-shadow: none !important;
}
 .oc-module .product-grid-item .image {
    display: block;
    float: left;
    position: relative;
    width: auto;
    margin-right: 5px;
	z-index: 1;
    overflow: hidden;
}
.oc-module .product-grid-item .image a {
    background: transparent !important;
    margin-right: 5px;
    line-height: 100%;
    border-radius: 0;
    border: none;
	    width: 100%;
    display: block;
    text-align: center;
}
.oc-module .product-grid-item .image img {
    border: 0;
    display: block;
    padding: 0;
    max-width: 100%;
    height: auto;
    width: auto;
    opacity: 1 !important;
	    position: relative;
}
.oc-module .product-details {
 
	background-color: transparent;
    padding-bottom: 0;
	width: 70%;
    float: left;
}
.oc-module .product-grid-item .name {
    position: relative;
    display: block;
    margin-top: 2px;
}
.oc-module .product-grid-item .name a {
	font-weight: 400;
    font-family: "Montserrat";
    font-size: 15px;
    text-transform: none;
    color: rgb(51, 55, 69);
    white-space: normal;
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 0 0 2px 0;
    line-height: 1.1;
    text-decoration: none;

    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.oc-module .product-grid-item .price {
    display: inline-block;
    font-size: 12px;
    padding: 0;
    text-align: left;
    border: none;
    margin-bottom: 4px;
    background-color: transparent;
    border-radius: 0;
	font-weight: 700;
    font-family: "Montserrat";
    font-style: normal;
	
}
.oc-module .product-grid-item .price .normalprice
{
	font-size: 12px;
}
.oc-module .product-grid-item .price .productSpecialPrice
{
	font-size: 12px;
}
.productsimage
{
	min-height: 200px;
	width:100%;
    display: inline-block;
	background: #fff;
}

#tab-spec .prodDetTable {
    table-layout: fixed;
    border-spacing: 0;
    padding: 0;
}
.prodDetSectionEntry {
    width: 50%!important;
    white-space: normal;
    word-wrap: break-word;
}
table.a-keyvalue td, table.a-keyvalue th {
    padding: 7px 14px 6px;
}
table.a-keyvalue td, table.a-keyvalue th {
    border-top: 1px solid #e7e7e7;
}
table.a-keyvalue th {
    background-color: #f3f3f3;
    color: #111;
    font-weight: 400;
}
.a-size-base {
    font-size: 13px!important;
    line-height: 19px!important;
}
.a-color-secondary {
    color: #555!important;
}
.a-size-base {
    font-size: 13px!important;
    line-height: 19px!important;
}
#tab-description p {
    margin: 0em 0 1em 1em;
}
#tab-description  b
{
	display:none;
}
#tab-spec table
{
	width:100%;
}
#productAttributes .wrapperAttribsOptions input[type="radio"]
{
	    height: 0px;
		    overflow: hidden;
		margin: 0px;	
}
#productAttributes .wrapperAttribsOptions label
{
	float:left;
	    float: left;
    border: solid 1px #999;
    display: inline-block;
    padding: 2px 5px;
    margin: 0 0 5px 0;
	    margin-left: 10px;
}
#productAttributes .wrapperAttribsOptions input[type="radio"]:checked+.attribsRadioButton
{
	    border-color: #075899;
    border-width: 2px;
    padding: 1px 4px;
}

.aplus-v2
{
	display:block !important;
}
.aplus-v2 .aplus-module-wrapper
{
	display: inline-block !important;
    width: 100% !important;
}
.aplus-v2 .amp-centerthirdcol-listbox
{
	width:220px !important; 
}
.aplus-v2 .apm-fixed-width,
.aplus-v2 .apm-tablemodule, 
.aplus-v2 .apm-fourthcol,
.aplus-v2 .apm-sidemodule
{
	width: 100% !important;
}
.aplus-v2 .aplus-module.module-4 th,.aplus-v2 .aplus-module.module-9 th.apm-center
{
	width: 25% !important;
}
.aplus-v2 .aplus-module
{
	min-width:200px !important;
	width:100% !important;
	
}
.aplus-v2 table.apm-tablemodule-table,.aplus-v2 .apm-eventhirdcol 
{
	width:100% !important;
}
.centerColumn
{
	width:1440px;
	max-width:100%;
	margin:50px auto;
}