/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#05c; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.no-letter-spacing { letter-spacing:0 !important; }
.no-font-size { font-size:0 !important; }
.relative     {position: relative !important; }
.absolute     {position: absolute !important; }
.no-border { border: none !important; }
.border-top { border-top: 1px solid #e8e8e8}
.border-bottom { border-bottom: 1px solid #e8e8e8}
.border-left { border-left: 1px solid #e8e8e8}
.border-top { border-top: 1px solid #e8e8e8}
.m20-top { margin-top: 20px}
.m20-bottom { margin-bottom: 20px}
.m20-left { margin-left: 20px}
.m20-right { margin-right: 20px}
.p20-top { padding-top: 20px}
.p20-bottom { padding-bottom: 20px}
.p20-left { padding-left: 20px}
.p20-right { padding-right: 20px}
.m10-top { margin-top: 10px}
.m10-bottom { margin-bottom: 10px}
.m10-left { margin-left: 10px}
.m10-right { margin-right: 10px}
.p10-top { padding-top: 10px}
.p10-bottom { padding-bottom: 10px}
.p10-left { padding-left: 10px}
.p10-right { padding-right: 10px}

/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }

/* Base Columns */

/* 1 Column Layout */

/* 2 Columns Layout */

/* 3 Columns Layout */}
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helveticf, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px;}
select { padding: 3px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px;}
input.checkbox { margin-right:3px;}
input.qty { width:2.5em !important;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { /* -webkit-border-fit:lines; */ } /* <- Safari & Google Chrome Fix */

button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left; font-weight:bold; position:relative; z-index:0; }
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:100%; }
.form-list li.wide input.input-text { width:100%; }
.form-list li.wide textarea { width:100%; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix {}
.form-list .name-prefix select {}
.form-list .name-prefix input.input-text {}

.form-list .name-suffix {}
.form-list .name-suffix select {}
.form-list .name-suffix input.input-text {}

.form-list .name-middlename {}
.form-list .name-middlename input.input-text {}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {}

.form-list .customer-name-prefix-suffix .name-firstname {}
.form-list .customer-name-prefix-suffix .name-lastname {}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {}

.form-list .customer-name-prefix-suffix .name-firstname {}
.form-list .customer-name-prefix-suffix .name-lastname {}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left;}

.form-list .customer-dob input.input-text { display:block;}
.form-list .customer-dob label { font-size:10px; font-weight:normal;}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {}
.form-list .customer-dob .dob-year {}
.form-list .customer-dob .dob-year input.input-text {}

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }


.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }

/* Toolbar */

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:0; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:1px !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

/* ======================================================================================= */


/* Header ================================================================================ */
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }

.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }

.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */

/* Block: Currency Switcher */
.block-currency select { width:100%;}

/* Block: Layered Navigation */}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */

/* Block: Related */
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */

/* Block: Recently Compared */

/* Block: Poll */
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */

/* Block: Reorder */
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-description { margin:0 0 10px; }

/* View Type: Grid */
.products-grid.last { border-bottom:0; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span { color:#5bb900;}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }

/* Email to a Friend */

/* Alerts */

/********** < Product Prices */
.price { white-space:nowrap !important; }
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }
.old-price .price.not-crossed { text-decoration:none; }

/* Special price */
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; clear: both; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { padding: 10px 0 0; text-align: left; margin: 0; }
.product-view .add-to-cart .paypal-logo a:hover { background-color: transparent }

/* Add to Links + Add to Cart */
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }
.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:100%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:100%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }

.product-options p.required { padding:0px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */

/* Block: Description */

/* Block: Additional */

/* Block: Upsell */
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */

/* Send a Friend */

/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; margin: 20px 0; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */

/* CMS Home Page */

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }

/* RSS */
.rss-title h1 { background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages-form { /*border:1px solid #ddd; background-color:#f5f5f5;*/ }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }

.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }

.gift-message-link { display:block; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress dt { font-weight:bold; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }

.opc .active .step-title { background-color:#ccc; cursor:default; }

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }

/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-image { float:left; position:relative;}
.captcha-img { border:1px solid #ccc;}
.captcha-reload { position:absolute; top:2px; right:2px;}


/* Remember Me Popup ===================================================================== */
.window-overlay {background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */

/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; box-shadow:0 0 3px #999; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.product-tags:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seo-content {
  color: #333;
  width: 600px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-top: -50px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
    display:none;
 }

/*seo-info*/

/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}

/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family:Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family:Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family:Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform:none;
}
.seo-info .seo-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
}

/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width:100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label, .seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  box-shadow: none;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label, .seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width:100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}

/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}

/*link*/
.seo-info .seo-additional-info-link-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}

/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}

/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}

.seo-info .m-seo-info-scroll-hide {
  display: none;
}

/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display:table;
  width:100%;
  padding-top: 3px;
}

.seo-info .m-seo-info-template-table-row {
  display:table-row;
}

.seo-info .m-seo-info-template-table-cell {
  display:table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}

.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-table-cell:nth-child(3) {
   border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}

.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell{
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-id-width {
  width: 30px;
}

.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}

.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}

.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}

.seo-info .m-seo-info-status-width {
  width: auto;
}

/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}

@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 100%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display:none;
 }
.seositemap-index-index div.seositemap-map table {
  width:100%;
}
.seositemap-index-index div.seositemap-map table tbody tr td {
  vertical-align: top;
}
.oxajax-cart-options .product-view .product-img-box {width:352px;}
.oxajax-cart-options .product-view .product-shop {float: none; overflow: hidden; width: auto;}
.oxajax-cart-options .product-image a,
.oxajax-cart-options .product-image a:hover {background:transparent}

#fancybox-close { top: 0; right: 0; background: #000 url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/btn_remove_sprite.png') 5px 4px no-repeat; }
#fancybox-close:hover { background-color: #ffe51e; background-position: 5px -17px }

.ajax-message { width: 280px; max-width: 100%; }
.ajax-message button.button { margin: 5px }
.ajax-message p{ padding: 10px}
.ajax-message a { display: inline-block; padding: 1px 4px 1px; color: #000; text-decoration: none;}
.ajax-message a:hover { background: #000; color: #fff; text-decoration: none;}

.products-grid .product-image {position: relative}
.products-list .product-image {position: relative}

button.button.quick-view { position: absolute; z-index: 3; width: 129px;  }
button.button.quick-view span {height: 40px; line-height: 40px;}
button.button.quick-view span span{width:107px}
.products-grid button.quick-view { opacity: 0; }
.products-list button.quick-view { display: none }
.no-touch .products-list button.quick-view { display: block; visibility: hidden; height: 0; opacity: 0; }
.no-touch .products-list li.item:hover button.quick-view { visibility: visible; height: auto; opacity: 1; }

button.button.quick-view {
	transition:         opacity 200ms ease-in-out;
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition:	opacity 200ms ease-in-out;
	-o-transition: 		opacity 200ms ease-in-out;
}

@media only screen and (max-width: 1023px) {
	button.quick-view { display: none !important }
}

#fancybox-close { background-size: 21px 42px;}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.5), only screen and ( min--moz-device-pixel-ratio: 1.5), only screen and ( -o-min-device-pixel-ratio: 3/2), only screen and ( min-device-pixel-ratio: 1.5) {
	#fancybox-close { background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/btn_remove_sprite@2x.png');}
}
.athlete-slideshow { overflow: hidden; position: relative; z-index: 1 }

.athlete-slideshow .slide {display: none; width:100%;}
.athlete-slideshow .slide .slide-img { position: absolute; z-index: 1; width: 100%; }
.athlete-slideshow .slide .slide-content-container { position: relative; z-index: 2; width: 98%; margin:0 auto; padding: 20px 0;}
.athlete-slideshow .slide .controls-title { position: relative; float: left; margin: 0; }
.athlete-slideshow .slide .controls { position: relative; float: left; margin: 0; }
.athlete-slideshow .slide .controls .slide-control { opacity: 0; filter:alpha(opacity=0); width:60px; height: 52px; z-index: 800; overflow: hidden; cursor: pointer; background:#000 url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/slideshow_arrows.png') 0 0 no-repeat }
.athlete-slideshow .slide .controls .slide-next { background-position: 100% 0; }
.athlete-slideshow .slide .disabled { background-color:#999 }
.no-touch .athlete-slideshow .slide .controls .slide-control:hover{background-color:#fff; background-position: 0 100% }
.no-touch .athlete-slideshow .slide .controls .slide-next:hover{background-position: 100% 100%; }
.no-touch .athlete-slideshow .slide .controls .disabled:hover { background-color:#999; background-position: 0 0 }
.no-touch .athlete-slideshow .slide .controls .slide-next.disabled:hover { background-position:100% 0 }
/* black icon */
.icons-black .athlete-slideshow .slide .controls .slide-control {background-position:0 100%;}
.no-touch .icons-black .athlete-slideshow .slide .controls .slide-control:hover {background-position:0 0;}
.icons-black .athlete-slideshow .slide .controls .slide-next {background-position:100% 100%;}
.no-touch .icons-black .athlete-slideshow .slide .controls .slide-next:hover {background-position:100% 0;}

.athlete-slideshow .slide .controls .progress { position: absolute; right: 0; height: 10px; width: 0; background: #c00; }

.slide-title { float: left; margin: 0; position: absolute; left: 60px; z-index: 1; display: none; }
.slide-title br { clear:both; height:0; line-height: 0; font-size: 0;}
.slide-title .text { position: relative; display: inline-block; overflow: hidden; white-space: nowrap; line-height:48px; padding:1px 12px 3px 6px; margin: 0; color:#fff; font-size:48px; font-weight:900; text-transform:uppercase; }
.slide-title .text:first-child { margin-top: 0 }
.slide-title .link { position: relative; display: inline-block; overflow: hidden; white-space: nowrap; line-height: 35px; margin: 0; padding:0 51px 0 11px; color:#000; font-size:16px; font-weight:700; text-transform:uppercase; text-decoration: none; }
.slide-title .link span { display: block; position: absolute; top: 0; right: 0; overflow: hidden; width:25px; height: 35px; background-image:url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/slideshow_link_arrow.png'); background-position: 100% 100%; background-repeat: no-repeat }
.no-touch .slide-title .link:hover span { background-position: 0 100%; }
/* black icon */
.icons-black .slide-title .link span {background-position:100% 0;}
.no-touch .icons-black .slide-title .link:hover span {background-position: 0 0;}

.slide-title .animation-wrapper {position: relative; z-index: 3; overflow: hidden; margin: 0; padding: 0}
.slide-title .animation-wrapper:first-child { margin-top: 0 }
.slide-title .animation-link { margin-top: 0 }
.slide-title .text:before, .slide-title .text:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: -1;}
.slide-title .text:before { width: 100% }
.slide-title .animate-me .text:after { width: 100%;}

.athlete-slideshow .slide .slide-banners { float: right; }
.athlete-slideshow .slide .slide-banner { display: block; margin: 0 -10px 18px; opacity: 0; filter:alpha(opacity=0); }
.athlete-slideshow .slide .slide-banner:last-child { margin-bottom: 0 }
.athlete-slideshow .slide .slide-banner img { display: block; float: right;  margin-left: 15px; }
.no-touch .athlete-slideshow .slide .slide-banner:hover img { margin:0 15px 0 0; opacity: 0.9 }

/* in case script does not load */
.athlete-slideshow .slide.first { display: block; }

/* loading */
.cycle-loading { min-height: 80px; background: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/ajax-loader-black.gif') 50% 50% no-repeat; }

/* pager */
.cycle-pager {
	text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span {
	font-family: arial; font-size: 50px; width: 16px; height: 16px;
	display: inline-block; color: #ddd; cursor: pointer;
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}

/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }

/* overlay */
.cycle-overlay {
	font-family: tahoma, arial;
	position: absolute; bottom: 0; width: 100%; z-index: 600;
	background: black; color: white; padding: 15px; opacity: .5;
}
/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  }
.cycle-next { right: 0; }
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

@media only screen and (max-width: 1023px) {

    .athlete-slideshow .slide .controls .slide-control { width:51px; height: 44px; background-size: 102px 88px !important;}
    .slide-title { left: 51px; }
    .slide-title .text { line-height: 40px; font-size: 40px; letter-spacing: -3px !important; }
}
@media only screen and (max-width: 767px) {

	.athlete-slideshow .slide .controls .slide-control { width:39px; height: 34px; background-size: 78px 68px !important;}
	.athlete-slideshow .slide .controls-title {float: none; width: 426px; margin: 0 auto; }
	.athlete-slideshow .slide .slide-banners {float: none; margin: 0 auto; text-align: center}
	.athlete-slideshow .slide .slide-banner { display: inline-block; margin: 5px; }
	.athlete-slideshow .slide .slide-banner img { display: inline-block; max-width: 100%; height: auto; float: none; margin: 0}
	.no-touch .athlete-slideshow .slide .slide-banner:hover img { margin: 0; opacity: 1 }
    .slide-title { left: 39px; }
    .slide-title .text { line-height: 30px; font-size: 30px; letter-spacing: -2px !important; }
	.slide-title .link { line-height: 26px; font-size: 12px; padding: 0 41px 0 7px; background-size: 19px 52px !important; }
	.slide-title .link span { width:19px; height: 26px; background-size: 38px 52px !important; }
}
@media only screen and (max-width: 479px) {
	.athlete-slideshow .slide .controls-title { width: 300px }
    .slide-title { left: 33px; }
    .slide-title .text { line-height: 24px; font-size: 24px; letter-spacing: -2px !important; }
	.slide-title .link { line-height: 20px; font-size: 11px; padding: 0 31px 0 5px; }
	.slide-title .link span { width:14px; height: 20px; background-size: 28px 40px !important; }
	.athlete-slideshow .slide .controls .slide-control { width:33px; height: 28px;  background-size: 66px 56px !important;}
}
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.6.1
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/*************************
	-	FULL WIDTH	-
**************************/
.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
}
.fullwidthbanner-container .fullwidthbanner {width:100% !important; overflow:hidden; position:relative;}
.fullwidthbanner-container iframe{border:0;}


/*************************
	-	RESPONSIVE WIDTH	-
**************************/

.rs-banner-container {
	padding:0px;
	width:960px;
	position:relative;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.rs-banner{
	width:960px;
	position:relative;
	overflow:hidden;
}

/*************************
	-	CAPTIONS	-
**************************/

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}


.tp-caption { z-index:1; white-space:nowrap}

.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important;}


.tp-caption.whitedivider3px {

	color: #000000;
	text-shadow: none;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	min-width: 408px;
	min-height: 3px;
	background-position: initial initial;
	background-repeat: initial initial;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
}


.tp-caption.finewide_large_white {
color:#ffffff;
text-shadow:none;
font-size:60px;
line-height:60px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:8px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:468px;
min-height:3px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_medium_white {
color:#ffffff;
text-shadow:none;
font-size:37px;
line-height:37px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.boldwide_small_white {
font-size:25px;
line-height:25px;
font-weight:800;
font-family:"Open Sans", sans-serif;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px_vertical {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:3px;
min-height:130px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_small_white {
color:#ffffff;
text-shadow:none;
font-size:25px;
line-height:25px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_verysmall_white_mw {
font-size:13px;
line-height:25px;
font-weight:400;
font-family:"Open Sans", sans-serif;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
max-width:470px;
white-space:normal !important;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgb(235, 235, 235);
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.finewide_large_white {
color: #FFF;
text-shadow: none;
font-size: 60px;
line-height: 60px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 8px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.finewide_medium_white {
color: #FFF;
text-shadow: none;
font-size: 34px;
line-height: 34px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 5px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.huge_red {
position:absolute;
color:rgb(223,75,107);
font-weight:400;
font-size:150px;
line-height:130px;
font-family: 'Oswald', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
background-color:rgb(45,49,54);
padding:0px;
}

.tp-caption.middle_yellow {
position:absolute;
color:rgb(251,213,114);
font-weight:600;
font-size:50px;
line-height:50px;
font-family: 'Open Sans', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.huge_thin_yellow {
	position:absolute;
color:rgb(251,213,114);
font-weight:300;
font-size:90px;
line-height:90px;
font-family: 'Open Sans', sans-serif;
margin:0px;
letter-spacing: 20px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.big_dark {
position:absolute;
color:#333;
font-weight:700;
font-size:70px;
line-height:70px;
font-family:"Open Sans";
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_dark {
position:absolute;
color:#333;
font-weight:300;
font-size:40px;
line-height:40px;
font-family:"Open Sans";
margin:0px;
letter-spacing: 5px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.large_bold_white_25 {
font-size:55px;
line-height:65px;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text_shadow {
font-size:25px;
line-height:25px;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_bold_grey {
font-size:30px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.medium_bg_red a {
	color: #fff;
    text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
	color: #fff;
    text-decoration: underline;
}

.tp-caption.smoothcircle {
font-size:30px;
line-height:75px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0, 0.498039);
padding:50px 25px;
text-align:center;
border-radius:500px 500px 500px 500px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.largeblackbg {
font-size:50px;
line-height:70px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:0px 20px 5px;
text-shadow:none;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.medium_bg_orange_new1 {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}



.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
		font-weight: 300;
		font-size: 19px;
		line-height: 19px;
		font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}

.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}

/*.tp-caption			{	transform:none !important}*/


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}


/*************************
 -	ATHLETE CAPTIONS	-
**************************/

.tp-caption.athlete_style_large {
	position:absolute;
	color:#000;
	text-transform:uppercase;
	margin:0px;
	font-weight: 800;
	font-size: 90px;
	line-height: 90px;
	padding: 6px 13px;
}
.tp-caption.athlete_style_medium {
	position:absolute;
	color:#000;
	text-transform:uppercase;
	margin:0px;
	font-weight: 800;
	font-size: 68px;
	line-height: 68px;
	padding: 6px 13px;
}
.tp-caption.athlete_style_small {
	position:absolute;
	color:#000;
	text-transform:uppercase;
	margin:0px;
	font-weight: 800;
	font-size: 48px;
	line-height: 48px;
	padding: 6px 13px;
}


.tp-caption.athlete_large_caption_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:72px; font-weight:300;
	line-height:72px;
}
.tp-caption.athlete_large_caption_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:72px; font-weight:500;
	line-height:72px;
}
.tp-caption.athlete_large_caption_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:72px; font-weight:800;
	line-height:72px;
}

.tp-caption.athlete_caption_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:60px; font-weight:300;
	line-height:60px;
}
.tp-caption.athlete_caption_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:60px; font-weight:500;
	line-height:60px;
}
.tp-caption.athlete_caption_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:60px; font-weight:800;
	line-height:60px;
}

.tp-caption.athlete_caption_underline_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px 10px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:60px; font-weight:300;
	line-height:60px;
	border-bottom:1px solid rgba(0, 0, 0, 0.09) !important;
}
.tp-caption.athlete_caption_underline_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px 10px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:60px; font-weight:500;
	line-height:60px;
	border-bottom:1px solid rgba(0, 0, 0, 0.09) !important;
}
.tp-caption.athlete_caption_underline_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px 10px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:60px; font-weight:800;
	line-height:60px;
	border-bottom:1px solid rgba(0, 0, 0, 0.09) !important;
}

.tp-caption.athlete_small_caption_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:24px; font-weight:300;
	line-height:28px;
}
.tp-caption.athlete_small_caption_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:24px; font-weight:500;
	line-height:28px;
}
.tp-caption.athlete_small_caption_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:3px 4px; padding-top:1px; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:24px; font-weight:800;
	line-height:28px;
}

.tp-caption.athlete_small_text_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:none; padding:0; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:Arial, sans-serif !important; font-size:14px; font-weight:300;
	line-height:19px;
}
.tp-caption.athlete_small_text_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:none; padding:0; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:Arial, sans-serif !important; font-size:14px; font-weight:500;
	line-height:19px;
}
.tp-caption.athlete_small_text_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:none; padding:0; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:Arial, sans-serif !important; font-size:14px; font-weight:800;
	line-height:19px;
}


.tp-caption.athlete_medium_text_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:none; padding:0; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:20px; font-weight:300;
	line-height:28px;
}
.tp-caption.athlete_medium_text_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:none; padding:0; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:20px; font-weight:500;
	line-height:28px;
}
.tp-caption.athlete_medium_text_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:none; padding:0; margin:0px; border-width:0px; border-style:none; letter-spacing:0px;
	font-family:"Myriad Pro", sans-serif; font-size:20px; font-weight:800;
	line-height:28px;
}

.tp-caption.athlete_white_bg_light { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:0 4px; margin:0px; border-width:0px; border-style:none; letter-spacing:-1.5px;
	font-family:"Myriad Pro", sans-serif; font-size:36px; font-weight:300;
	line-height:36px;
	background:#fff;
}
.tp-caption.athlete_white_bg_medium { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:0 4px; margin:0px; border-width:0px; border-style:none; letter-spacing:-1.5px;
	font-family:"Myriad Pro", sans-serif; font-size:36px; font-weight:500;
	line-height:36px;
	background:#fff;
}
.tp-caption.athlete_white_bg_bold { position:absolute; color:#000; color:rgba(0, 0, 0, 0.8); text-shadow:none; text-transform:uppercase; padding:0 4px; margin:0px; border-width:0px; border-style:none; letter-spacing:-1.5px;
	font-family:"Myriad Pro", sans-serif; font-size:36px; font-weight:800;
	line-height:36px;
	background:#fff;
}

/******************************
	-	BUTTONS	-
*******************************/

.revolution-button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
						cursor:pointer;
						color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
						background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
					}

.revolution-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.revolution-button:hover,
.revolution-button.big:hover		{	background-position:bottom, 15px 11px;}

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.revolution-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.revolution-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.revolution-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.revolution-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}


/*	BUTTON COLORS	*/



.revolution-button.green, .revolution-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.revolution-button.blue, .revolution-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.revolution-button.red, .revolution-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.revolution-button.orange, .revolution-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.revolution-button.darkgrey,.revolution-button.grey,
.revolution-button:hover.darkgrey,.revolution-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.revolution-button.lightgrey, .revolution-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/




/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}



/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}


.tp-simpleresponsive img	{	max-width:none;}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		display: none;
		position:absolute;
		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px;}
.tp-bannershadow.tp-shadow2 {	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px;}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%;}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none;}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000;}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px;}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;
							}

.html5vid .tp-revstop		{	width:6px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position: relative;margin:10px 20px;}						
.html5vid .tp-revstop	{	display:none;}
.html5vid.videoisplaying .revicon-right-dir	{	display:none}
.html5vid.videoisplaying .tp-revstop	{	display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button { display:block}		

.fullcoveredvideo .tp-video-play-button	{	display:none !important}			


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:1;}
.tp-dottedoverlay.twoxtwo				{	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/gridtile_3x3_white.png)}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/bullet.png) no-repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:-10px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/bullets.png) no-repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}

.tp-bullets.simplebullets.athlete .bullet				{	cursor:pointer; position:relative;	background:#000;	width:16px;	height:16px;  margin-right:3px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.athlete .bullet.last		{	margin-right:0px;}
.tp-bullets.simplebullets.athlete .bullet:hover,
.tp-bullets.simplebullets.athlete .bullet.selected { background:#ffe51e; }


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/bullet_boxed.png) no-repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/navigdots.png) no-repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;			
															-webkit-transform: translateZ(5000px);
															-webkit-transform-style: flat;
															-webkit-backface-visibility: hidden;
															z-index:600;
															position: relative;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/large_left.png) no-repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/large_right.png) no-repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/small_left.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:-7px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/small_right.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:-7px;}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/arrow_left.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/arrow_right.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/small_left_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/small_right_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/arrowleft.png) no-repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/arrowright.png) no-repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:#000 url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/banners_slider_arrows.png') 0 0 no-repeat;	width:49px;	height:74px;}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:#000 url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/banners_slider_arrows.png') 100% 100% no-repeat;	width:49px;	height:74px;}
.slideshow-container .tp-leftarrow.default {left: 10px !important;}
.slideshow-container .tp-rightarrow.default {right: 10px !important;}

.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left}



.tp-leftarrow.default:hover									{	background-color:#fff; background-position:100% 0; }
.tp-rightarrow.default:hover									{	background-color:#fff; background-position:0 100%; }

.icons-black .tp-leftarrow.default {background-position:100% 0;}
.icons-black .tp-leftarrow.default:hover {background-position:0 0;}
.icons-black .tp-rightarrow.default {background-position:0 100%;}
.icons-black .tp-rightarrow.default:hover {background-position:100% 100%;}


/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%}


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:6px; position:absolute; z-index:98;top:0;}
.tp-bannertimer.tp-bottom					{	bottom:0;height:5px; top:auto;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/

	@media only screen and (max-width: 767px) {
		.tp-bullets, .tp-leftarrow, .tp-rightarrow {display:none;}
	}

/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none}

.tp-simpleresponsive ul,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image:none
}

.tp-simpleresponsive >ul >li{
	list-style:none;
	position:absolute;
	visibility:hidden
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/coloredbg.png) repeat}

.tp-caption.slidelink a span	{	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/coloredbg.png) repeat}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }

.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa}

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}

	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
    }

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 						{ 	height: 21px}
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.15) !important;
											    /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 5px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: #aaa !important;
												width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(255, 255, 255, 1) !important;
}




/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;

												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px}
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px}


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
											}

.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:300px}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
													transform: translateX(0px);
													visibility: visible;
													position: absolute;
											}

/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 						{ 	height: 17px}
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tp-arr-titleholder.alwayshidden			{	display:none !important}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
							}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
   		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
    }



/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat}
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
.tparrows.preview3:hover:after					{	color:#000}
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }


.tparrows.preview3 .tp-arr-iwrapper			{
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:90px;top:-10px}

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;
											}

.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
												position:relative;top:0px}

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}

.tparrows.preview3:hover .tp-arr-iwrapper	{
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);

											}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 						{ 	height: 17px}
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px}



	}

    @media only screen  and (max-width: 767px) {

		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
	}





/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
												-webkit-transition: all 0.2s ease-in-out;
											    -moz-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}

.tp-rightarrow.preview4:after				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}

.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}

.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
												position:relative;top:0px;

												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;



											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
												position:absolute;top:0px; left:180px;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;

											}

.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}




.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 700;
												font-size: 11px;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;


}



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}




@media only screen and (min-width: 768px)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

														}
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 17px}
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


    @media only screen  and (max-width: 767px) {
   		 .tparrows.preview4 						{	width:20px; height:80px}
   		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}

   		 .tparrows.preview1 .tp-arr-allwrapper,
   		 .tparrows.preview2 .tp-arr-allwrapper,
   		 .tparrows.preview3 .tp-arr-allwrapper,
   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
    }



/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{	  
				top:50%; left:50%; 
				z-index:10000; 
				position:absolute;
				

			}
			
.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/loader.gif) no-repeat 10px 10px; 
							background-color:#fff;  
							margin:-22px -22px; 							
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;  
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center; 
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1, 
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



.tp-transparentimg {	content:"url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}



.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}


@font-face {
  font-family: 'revicons';
  src: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/font/revicons.eot?5510888');
  src: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/font/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/font/revicons.woff?5510888') format('woff'),
       url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/font/revicons.ttf?5510888') format('truetype'),
       url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/rs-plugin/font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'} /* '' */
.revicon-pencil-1:before { content: '\e831'} /* '' */
.revicon-picture-1:before { content: '\e803'} /* '' */
.revicon-cancel:before { content: '\e80a'} /* '' */
.revicon-info-circled:before { content: '\e80f'} /* '' */
.revicon-trash:before { content: '\e801'} /* '' */
.revicon-left-dir:before { content: '\e817'} /* '' */
.revicon-right-dir:before { content: '\e818'} /* '' */
.revicon-down-open:before { content: '\e83b'} /* '' */
.revicon-left-open:before { content: '\e819'} /* '' */
.revicon-right-open:before { content: '\e81a'} /* '' */
.revicon-angle-left:before { content: '\e820'} /* '' */
.revicon-angle-right:before { content: '\e81d'} /* '' */
.revicon-left-big:before { content: '\e81f'} /* '' */
.revicon-right-big:before { content: '\e81e'} /* '' */
.revicon-magic:before { content: '\e807'} /* '' */
.revicon-picture:before { content: '\e800'} /* '' */
.revicon-export:before { content: '\e80b'} /* '' */
.revicon-cog:before { content: '\e832'} /* '' */
.revicon-login:before { content: '\e833'} /* '' */
.revicon-logout:before { content: '\e834'} /* '' */
.revicon-video:before { content: '\e805'} /* '' */
.revicon-arrow-combo:before { content: '\e827'} /* '' */
.revicon-left-open-1:before { content: '\e82a'} /* '' */
.revicon-right-open-1:before { content: '\e82b'} /* '' */
.revicon-left-open-mini:before { content: '\e822'} /* '' */
.revicon-right-open-mini:before { content: '\e823'} /* '' */
.revicon-left-open-big:before { content: '\e824'} /* '' */
.revicon-right-open-big:before { content: '\e825'} /* '' */
.revicon-left:before { content: '\e836'} /* '' */
.revicon-right:before { content: '\e826'} /* '' */
.revicon-ccw:before { content: '\e808'} /* '' */
.revicon-arrows-ccw:before { content: '\e806'} /* '' */
.revicon-palette:before { content: '\e829'} /* '' */
.revicon-list-add:before { content: '\e80c'} /* '' */
.revicon-doc:before { content: '\e809'} /* '' */
.revicon-left-open-outline:before { content: '\e82e'} /* '' */
.revicon-left-open-2:before { content: '\e82c'} /* '' */
.revicon-right-open-outline:before { content: '\e82f'} /* '' */
.revicon-right-open-2:before { content: '\e82d'} /* '' */
.revicon-equalizer:before { content: '\e83a'} /* '' */
.revicon-layers-alt:before { content: '\e804'} /* '' */
.revicon-popup:before { content: '\e828'} /* '' */
/********** < Navigation */
.nav-container {}
.olegnaxmegamenu  {}
.megamenu-dropdown {padding-right: 10px;}

.olegnaxmegamenu #nav li.wide {position:static}
.olegnaxmegamenu #nav div.megamenu-dropdown > ul { position:static; width:auto; border:none; padding: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}

.olegnaxmegamenu #nav li.wide > div.megamenu-dropdown { position:absolute; left:0; display: none;
	top:auto; margin-top:6px; padding: 29px 23px 0; z-index:997; width: inherit}
.olegnaxmegamenu #nav li.wide ul.level0 { margin:-9px 0 0px -3px; position:static !important; width:auto; padding:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}
.olegnaxmegamenu #nav li.wide ul.level0 > li { float:none; width: 16.6666%; display:inline-block; vertical-align:top; margin:0 0 20px;}
.olegnaxmegamenu #nav li.wide ul.level0 > li.parent { margin:0 0 2px;}

.olegnaxmegamenu #nav li.wide > div.shown-sub { left:0; right: 0; display: block;}

.olegnaxmegamenu #nav li.wide ul.level0 li a { float:none; }
.olegnaxmegamenu #nav li.wide ul.level0 li > a {margin-right: 10px;}


.olegnaxmegamenu #nav li.wide ul.level0 ul, .olegnaxmegamenu #nav li.wide div.megamenu-dropdown div.megamenu-dropdown { position:static !important; width:auto; padding:0; margin:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}
.olegnaxmegamenu #nav li.wide ul.level0 ul.level1 { margin: 0 0 20px; }
.olegnaxmegamenu #nav li.wide ul.level0 ul li { float:none; width:auto; margin:2px 0 0; padding:0; }
.olegnaxmegamenu #nav li.wide ul.level0 ul li a { text-transform:none; font-size:12px; font-weight:300; font-family:Arial, sans-serif; letter-spacing:0; }
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li { margin:2px 0 0; padding:0; }
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a { padding-left: 18px; }
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li ul li a { padding-left: 29px; }
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li ul li ul li a { padding-left: 40px; }

.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a span:before { content:''; position: absolute; width:20px; height: 25px; overflow: hidden; margin: -5px 0 0 -20px; background: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/olegnax/megamenu/arrow_item_sidebar.gif') -20px 0 no-repeat }
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li.active > a span:before,
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a:hover span:before { background-position: 0 0 }
.olegnaxmegamenu.icons-white #nav li.wide ul.level0 ul li ul li a span:before { background-position: -20px -25px }
.olegnaxmegamenu.icons-white #nav li.wide ul.level0 ul li ul li.active > a span:before,
.olegnaxmegamenu.icons-white #nav li.wide ul.level0 ul li ul li a:hover span:before { background-position: 0 -25px }

.olegnaxmegamenu #nav li.wide ul.level2 { padding:5px 0; }
.olegnaxmegamenu #nav li.wide ul.level2 li a { font-size:11px; line-height:13px; }

.olegnaxmegamenu #nav li.wide div div.megamenu-block { margin:0 5px 29px;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block .border-bottom { padding:0 0 33px;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block .border-left { margin:0 0 0 33px; padding:0 0 0 33px;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block .border-top { padding:33px 0 0;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-top {}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-bottom {}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-right {}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col { float: left;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-0 { display: none}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-1 { width: 16.6666%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-2 { width: 33.3333%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-3 { width: 50%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-4 { width: 66.6666%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-5 { width: 83.3333%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-6 { width: 100%;}

.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-1 ul.level0 > li {width: 100%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-2 ul.level0 > li {width: 50%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-3 ul.level0 > li {width: 33.3333%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-4 ul.level0 > li {width: 25%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-5 ul.level0 > li {width: 20%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-6 ul.level0 > li {width: 16.6666%;}

/********** < product slider */
.megamenu-block .product-slider-container { margin: 5px 0 0; }
.megamenu-block .product-slider-container .title-container { margin-top: -12px; line-height: 21px }
.megamenu-block .product-slider-container .title-container h3 { font-size: 16px; line-height: 21px; padding:0 11px 0 15px }
.megamenu-block .slider-container { margin: 0; }
.megamenu-block .products-grid li.item { margin: 0; }

.megamenu-block .product-slider-container .title-container .slider-nav { padding-right: 15px; }
.megamenu-block .product-slider-container .title-container .slider-nav li {background: transparent; }
.megamenu-block .product-slider-container .title-container .slider-nav a{width: 22px; height: 21px; line-height:21px; background-color:transparent; background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/brands_slider_arrows.png'); background-position: 0 0; }
.megamenu-block .product-slider-container .title-container .slider-nav a { background-size: 44px 42px;}

.megamenu-block .product-slider-container .title-container .slider-nav a.mm-icon-black { background-position: 0 0;}
.megamenu-block .product-slider-container .title-container .slider-nav a.next.mm-icon-black { background-position: 100% 100%;}
.megamenu-block .product-slider-container .title-container .slider-nav a.disabled.mm-icon-black { }
/* hover */
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.mm-icon-black:hover { background-position:100% 0;}
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.next.mm-icon-black:hover {background-position: 0 100%;}
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.disabled.mm-icon-black:hover { background-position: 0 0;}
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.next.disabled.mm-icon-black:hover { background-position:100% 100%;}
/* inverted */
.megamenu-block .product-slider-container .title-container .slider-nav a.mm-icon-white { background-position:100% 0;}
.megamenu-block .product-slider-container .title-container .slider-nav a.next.mm-icon-white { background-position: 0 100%;}
.megamenu-block .product-slider-container .title-container .slider-nav a.disabled.mm-icon-white { }
/* inverted hover */
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.mm-icon-white:hover { background-position: 0 0;}
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.next.mm-icon-white:hover {background-position: 100% 100%;}
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.disabled.mm-icon-white:hover { background-position:100% 0;}
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.next.disabled.mm-icon-white:hover { background-position: 0 100%;}

/********** < Sidebar */
.block-megamenu-sidebar ul li a { margin: -4px 0}
.olegnaxmegamenu-sidebar { margin-left: -8px }
.olegnaxmegamenu-sidebar li { position:relative;  }
.olegnaxmegamenu-sidebar li.over { }
.olegnaxmegamenu-sidebar li.active {}
.olegnaxmegamenu-sidebar li ul {display: none; margin: 7px 0 -1px; }
.olegnaxmegamenu-sidebar a { }
.olegnaxmegamenu-sidebar a,
.olegnaxmegamenu-sidebar a:hover {}
.olegnaxmegamenu-sidebar li li a { padding-left: 20px; }
.olegnaxmegamenu-sidebar li li a span:before { content:''; position: absolute; width:20px; height: 25px; overflow: hidden; margin: -5px 0 0 -20px; background: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/olegnax/megamenu/arrow_item_sidebar.gif') -20px 0 no-repeat }
.olegnaxmegamenu-sidebar li li.active > a span:before,
.olegnaxmegamenu-sidebar li li a:hover span:before { background-position: 0 0 }
.olegnaxmegamenu-sidebar li li li a{ padding-left: 32px; }
.olegnaxmegamenu-sidebar li li li li a{ padding-left: 44px; }
.olegnaxmegamenu-sidebar li li li li li a{ padding-left: 56px; }
.olegnaxmegamenu-sidebar .toggle { display: block; float: right; width: 24px; height: 25px; margin: -5px 0; cursor: pointer; }
.olegnaxmegamenu-sidebar .toggle-plus { background: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/olegnax/megamenu/arrow_toggle_sidebar_plus.gif') -24px 0 no-repeat }
.olegnaxmegamenu-sidebar .toggle-plus:hover { background-position: 0 0 }
.olegnaxmegamenu-sidebar .toggle-minus { background: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/olegnax/megamenu/arrow_toggle_sidebar_minus.gif') -24px 0 no-repeat }
.olegnaxmegamenu-sidebar .toggle-minus:hover { background-position: 0 0 }
.olegnaxmegamenu-sidebar li.last > a { }
.olegnaxmegamenu-sidebar span { display:block; cursor:pointer; white-space:nowrap; }
.olegnaxmegamenu-sidebar > li > a { }
.olegnaxmegamenu-sidebar li.over a,
.olegnaxmegamenu-sidebar li.active a,
.olegnaxmegamenu-sidebar a:hover { }

.olegnaxmegamenu-sidebar.icons-white li li a span:before { background-position: -20px -25px }
.olegnaxmegamenu-sidebar.icons-white li li.active > a span:before,
.olegnaxmegamenu-sidebar.icons-white li li a:hover span:before { background-position: 0 -25px }
.olegnaxmegamenu-sidebar.icons-white .toggle-plus { background-position: -24px -25px }
.olegnaxmegamenu-sidebar.icons-white .toggle-plus:hover { background-position: 0 -25px }
.olegnaxmegamenu-sidebar.icons-white .toggle-minus { background-position: -24px -25px }
.olegnaxmegamenu-sidebar.icons-white .toggle-minus:hover { background-position: 0 -25px }

/* retina images */
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a span:before,
.olegnaxmegamenu-sidebar li li a span:before { background-size: 40px 50px }
.olegnaxmegamenu-sidebar .toggle { background-size: 48px 50px }
@media only screen and ( -webkit-min-device-pixel-ratio: 1.5), only screen and ( min--moz-device-pixel-ratio: 1.5), only screen and ( -o-min-device-pixel-ratio: 3/2), only screen and ( min-device-pixel-ratio: 1.5) {
	.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a span:before,
	.olegnaxmegamenu-sidebar li li a span:before { background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/olegnax/megamenu/retina/arrow_item_sidebar@2x.png') }
	.olegnaxmegamenu-sidebar .toggle-plus { background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/olegnax/megamenu/retina/arrow_toggle_sidebar_plus@2x.png') }
	.olegnaxmegamenu-sidebar .toggle-minus { background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/olegnax/megamenu/retina/arrow_toggle_sidebar_minus@2x.png') }
}

.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a span:before,
.olegnaxmegamenu-sidebar li li a span:before {
	transition:         all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: 	all 600ms ease-in-out;
	-o-transition: 		all 600ms ease-in-out;
}
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a:hover span:before,
.olegnaxmegamenu-sidebar li li a:hover span:before {
	transition:         all 50ms ease-in-out;
	-webkit-transition: all 50ms ease-in-out;
	-moz-transition:	all 50ms ease-in-out;
	-o-transition: 		all 50ms ease-in-out;
}

.block-layered-category {display: none}

@media only screen and (max-width: 1023px) {


	.olegnaxmegamenu #nav li.wide > div.megamenu-dropdown,
	.olegnaxmegamenu #nav li.wide > div.shown-sub { display: none;}

	.megamenu-block, .megamenu-dropdown .clear {display: none;}
	.olegnaxmegamenu #nav ul.level0, .olegnaxmegamenu #nav ul.level0 div > ul { display: block; }
	.olegnaxmegamenu #nav li.wide ul ul li a { text-transform: inherit; font-size: inherit; font-weight: inherit; font-family: inherit; letter-spacing: inherit; }

	.olegnaxmegamenu #nav li.wide div div.megamenu-block-col {float: none; width: auto !important; display: block !important;}

}

/********** Navigation > */
/* ======================================================================================= */

/********** < Helper */
.category_sp {position:absolute; left: 0; top: 0; width: 1px; height:90%; margin-top:5%; background:#e8e8e8}

/********** Navigation > */
/* ======================================================================================= */

/* hack for responsive horizontal scroll */
html { overflow-x:hidden; }

.lt-ie9 img {width: auto;}

/* ==|== HTML5 display definitions ========================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block;}
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ==|== Base ============================================================== */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

/* ==|== Links ============================================================= */
a { color: #000; text-decoration: none }
a:hover { color: #1d9fc4; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

/* ==|== Typography ======================================================== */
abbr[title] { border-bottom: 1px dotted;}
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-break: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* ==|== Lists ============================================================== */
ul, ol { margin:0; padding:0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* ==|== Embedded content =================================================== */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;}
svg:not(:root) { overflow: hidden; }

/* ==|== Figures ============================================================ */
figure { margin: 0; }

/* ==|== Forms ============================================================== */

fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline;}
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button;}
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; vertical-align: middle;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { 
	overflow: auto; vertical-align: top; resize: vertical;
	-webkit-border-radius: 0; /* fix border radius in iOs */
	-webkit-appearance: none; /* fix shadow in iOs */
}

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.fieldset {border-color: #f4f4f4; background-color: transparent}
.fieldset .legend {background: #f4f4f4; bottom: 0; border: 0}

.disabled { opacity: .5;}


/* ==|== primary styles ===================================================== */
body { background-color: #141414; font-family:Arial, sans-serif; font-size:12px; }

/* Form Elements */
input.input-text,select,textarea { 
	background:#fff;border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input.input-text { 
	padding:7px; height:30px; line-height:1.1;
	-webkit-appearance: none;  -webkit-border-radius: 0;
}

button.button span {
	position: relative;
	outline:none;
	display: inline-block;
	padding:0 11px;
	height:30px;
	background: none;
	font-weight: 800; font-size: 14px; line-height: 30px;
	text-align:center; text-transform:uppercase; white-space:nowrap; 
	z-index: 1;
}
button.button span span { padding:0; }
button.button > span:before, button.button > span:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: -1;}
button.button > span:before { width: 100%; }

.no-touch button.button:hover > span:after { width: 100%;}

button.btn-cart span { padding: 0 23px 0 12px; height: 54px; line-height: 54px; font-size: 15px; font-weight: 900;}
button.btn-cart span span { padding:0 0 0 40px; background: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_cart.png') 0 -24px no-repeat;}
.no-touch button.btn-cart:hover span span { background-position:0 13px}
	/* inverted */
	button.btn-cart.icon-white span span { background-position:0 13px;}
	.no-touch button.btn-cart.icon-white:hover span span { background-position: 0 -24px;}

.btn-edit, .btn-remove { width:14px; height:14px; background-color:#000; }
.btn-edit:hover, .btn-remove:hover { width:14px; height:14px; background-color:#ffe51e; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/* ==|== Layout ============================================================= */
.page { width:auto; margin:0 auto; padding:0; text-align:left; }
.content-container, .main-container {background-color: #fff;}

/* ======================================================================================= */

/* Header ================================================================================ */
.header-container {background:#000; top: -200px}
.header { margin:0 auto; padding:0px; border:none; }
.logo-container {background:#ffe51e; min-height:107px;}
.logo-container-indent {padding:30px;}

.logo-container-indent

.header-info-container {position:relative; padding:0 }

/* IE fix padding */
.logo-container {
	min-height: 87px;
	position: relative;
	z-index: 99;
	text-align: center;
}

.top-links-container { position: relative; left:0; min-height: 35px;}
.top-links-container:before {
	content: '';
	position: absolute;	left: -200%; right: -200%; top: 0; bottom: 0;
	display: block;
	border-top: 1px solid #303030;
	border-color: rgba(255,255,255,.11);
}

.header h1.logo, .header .logo { float:none; text-decoration:none !important;}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden;}
.header .logo img { 
	max-width: 100%; height: auto;
	width: inherit;

	/*@todo: - test code when img have padding*/
	box-sizing: border-box;
}

.header-cart {float:right; margin:0 0 0 10px;}
.header-cart .summary { display:block; height:35px; line-height:35px; padding:0 11px; background:#ffe51e; color:#000; font-size:14px; font-weight:600; text-transform:uppercase;  text-decoration:none; }
.header-cart .summary.icon-black { background-position: 0 0 }
.header-cart .summary.icon-white { background-position: 0 100% }
.header-cart .summary span {display:inline-block; height:13px; line-height:12px; -webkit-transform: translateZ(0); }
.header-cart .summary span.qty {margin:0 0 0 11px; padding:0 0 0 11px; border-left:1px solid #000; border-left-color:rgba(0,0,0,0.21); }
.header-cart .header-dropdown {width:252px; color:#000; color:rgba(0,0,0,0.7);}
.header-cart .header-dropdown p{margin:14px 0 5px 0}
.header-cart .header-dropdown a{color:#000; text-decoration:none;}
.header-cart .header-dropdown  p.product-name {margin:0}
.header-cart .header-dropdown  a.product-image{}
.header-cart .header-dropdown  .item-options { font-size:10px; line-height:10px; margin-top: 3px; text-transform:none;}
.header-cart .header-dropdown  ol{ margin:0; padding:0; }
.header-cart .header-dropdown  ol li.item{ padding:8px; margin:0 0 5px; background:#f5f5f5;}
.header-cart .header-dropdown, .header-cart .header-dropdown ol li.item, .header-cart .header-dropdown ol li.item a { color:#322c29;}
.header-cart .header-dropdown  ol li.item a:hover { color:#000; }
.header-cart .header-dropdown  ol li.item strong{font-weight:300;}
.mini-products-list .product-image { width:60px; border:none; padding:0px; }
.mini-products-list .product-details { margin-left:74px; }
.header-cart .header-dropdown .subtotal { background:#f5f5f5; color:#000; padding:0 10px; line-height:37px; font-size:16px; font-weight:800; text-transform:uppercase; text-align:right; }
.header-cart .header-dropdown .btn-edit { float:right; margin-left: 18px; }
.header-cart .header-dropdown .btn-remove { float:right; margin-left: 2px; }
.header-cart .header-dropdown .buttons { margin-top:7px; }
.header-cart .header-dropdown .button { float:right; }
.header-cart .header-dropdown .btn-continue { float:left; }
.header-cart .cart-promotion {background:#f5f5f5; padding: 10px;}
.header-cart .mini-products-list .product-details {overflow: hidden;}

.header-cart .header-dropdown p.product-name {padding-right: 40px;}
.header-cart .cart-promotion a, .header-cart .header-dropdown p.product-name a {display: inline-block; margin: -14px 0 0 -4px; padding: 1px 4px;}

.header-switch {position:relative;z-index: 9999;}
.header-switch-trigger {position:relative; z-index:2;}
.header-dropdown { display:none; position:absolute; z-index:1000; right:0; padding:15px; background:#fff; -webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15); box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
.header-dropdown ul {margin:0; padding:0;}
.header-dropdown ul li{line-height:18px; }
.header-dropdown ul li a{display:block; padding:0px 5px; color:#322c29; text-decoration:none; white-space:nowrap; }
.header-dropdown .btn-edit {background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/btn_edit_sprite.png');}
.header-dropdown .btn-remove {background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/btn_remove_small_sprite.png');}
.header-dropdown .btn-edit, .header-dropdown .btn-remove,
.header-dropdown .btn-edit:hover, .header-dropdown .btn-remove:hover { width:14px; height:14px;}
	
	.header-dropdown .btn-edit, .header-dropdown .btn-remove {background-position: 0 100%;}
	/* hover */
	.header-dropdown .btn-edit:hover, .header-dropdown .btn-remove:hover {background-position: 0 0;}
		/* inverted (default) */
		.header-dropdown .btn-edit.icon-white, .header-dropdown .btn-remove.icon-white {background-position: 0 0;}
		/* inverted hover */
		.header-dropdown .btn-edit.icon-white:hover, .header-dropdown .btn-remove.icon-white:hover {background-position: 0 100%;}

.header-currency, .header-language {float:left; margin:0 0 0 13px; padding:0 11px; line-height:35px; font-size:11px; color:#d9d9d9; }
.header-currency {margin:0 0 0 2px;}
.header-currency .header-switch-trigger, .header-language .header-switch-trigger {display:block; padding:0 13px 0 0; }
.header-currency .header-switch-trigger:after, .header-language .header-switch-trigger:after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right:0;
	width: 0;
	height: 0;
	border-color: #202020 transparent transparent transparent;
	border-style: solid;
	border-width: 3px;
}
.header-currency .header-switch-trigger:before, .header-language .header-switch-trigger:before {
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	right:0;
	width: 0;
	height: 0;
	border-color: #d9d9d9 transparent transparent transparent;
	border-style: solid;
	border-width: 3px;
}
.header-currency:hover .header-switch-trigger:after, .header-language:hover .header-switch-trigger:after {border-top-color:#ffe51e;}
.header-currency:hover .header-switch-trigger:before, .header-language:hover .header-switch-trigger:before {border-top-color:#000;}
.header-currency:hover, .header-language:hover {background-color:#ffe51e; color:#000;}

.header-language .header-switch-trigger .icon {padding:0 0 0 24px; background:none 0% 50% no-repeat;}
.header-currency .header-dropdown, .header-language .header-dropdown {left:0; right:auto;}
.header-language .header-dropdown ul li a{padding:2px 10px 2px 27px; background: 5px 50% no-repeat;}
.header-dropdown ul li a:hover{color:#000; background-color:#f5f4f4;}

.header .top-links { position: relative; z-index: 1; overflow: hidden;}
.header .links {
	text-align: right;
	padding: 7px 0 8px;
		position: relative;
	}
	.header .links:after {
		content: '';
		position: absolute; right: -3px; top: 0; bottom: 0;		
		display: block;
		width: 6px;
	}

.header .top-links li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #353535; background-color: rgba(255,255,255,.11);
	margin: 0 0px -1px;
}
.header .top-links li.last:after {display: none;}
.header .top-links a {
	line-height:16px; padding:2px 6px; margin:0 2px 0 1px; font-size:11px; color:#d9d9d9; text-decoration:none;
	white-space: nowrap;
	display: inline-block;
}
.header .top-links a:hover{background:#ffe51e; color:#000;}

.nav-search-container { position: relative; min-height: 74px;}

.header .form-search { position:absolute; z-index:100; right:0; top: 19px; margin:0; width:35px;}
.header .form-search-over { width:279px; background: #000; padding: 10px 0 10px 20px; margin-top:-10px;}
.header .form-search input { 
	border: 0;
	width: 244px; height: 35px;
	padding: 11px 7px 10px;
}
.header .form-search label, .header .form-search input { display:none;}
.header .form-search button.button, .header .form-search input { float:right;}

.header .form-search button.button span { width:35px; height: 35px; padding:0; background:#ffe51e;}
.header .form-search button.button span:before, .header .form-search button.button span:after {background: none;}
.header .form-search button.button span span { color: transparent; text-indent:-1000em; background:url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/icon_search.png') 2px 2px no-repeat;}
	/* inverted */
	.header .form-search button.button.icon-white span span {background-position: 2px -28px;}

.header .form-search .search-autocomplete { z-index:999;}
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff;}
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer;}
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold;}
.header .form-language { clear:both; text-align:right; }

.header .search-visible .form-search { width: 279px }
.header .search-visible .form-search input { display: inherit;}

/********** < Navigation */
.search-visible .nav-container { margin-right: 279px;}
.header-fixed .search-visible .nav-container {margin-right: 323px;}
.nav-top-title{ display:none; position: relative; max-width: 75%; padding:0; font-size:18px; font-weight: 700; text-align:left; line-height:18px; cursor:pointer; color:#fff;}
.nav-top-title a{color:#fff; text-transform: uppercase; text-decoration:none; padding:6px 12px 7px 43px; margin-left: -32px;}
.nav-top-title.over a{ padding-bottom:18px}
.nav-top-title div.icon {float:left; width:26px; margin:0 0 0 0; position: relative;z-index: 1;}
.nav-top-title div.icon span {display:block; height:4px; margin:0 0 3px; background: #ffe51e;}
.nav-top-title:hover {}
.nav-top-title:hover a{ color:#000; background: #ffe51e;}
.nav-top-title:hover div.icon span,
.nav-top-title.active div.icon span {background:#000; }

#nav { border:none; padding: 24px 25px 22px 24px; margin:0; }

/* All Levels */
#nav > li, #nav ul.level0 li { text-align:left; position:relative; }
#nav > li.over, #nav ul.level0 li.over { }
#nav > li.parent, #nav ul.level0 li.parent {}
#nav > li > a, #nav ul.level0 li a { display:block; text-decoration:none; color:#000; font-size:14px; font-weight:700; text-transform:uppercase; }
#nav > li > a:hover, #nav ul.level0  li a:hover { text-decoration:none; }
#nav > li > a span, #nav ul.level0 li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav > li ul.level0 a span { white-space:normal; }
#nav > li.parent > a > em, #nav ul.level0 li.parent a em {float:right; display:none; width:32px; text-align:center; font-style:normal; font-weight:700; }
#nav ul.level0 li.parent a em { width:32px; }

/* 1st Level */
#nav>li { float:left; margin:0 5px 0 0; }
#nav>li>a { display:block; position:relative; color:#fff; font-size:18px; font-weight:700; line-height:27px; padding:0 9px 1px;letter-spacing: -1px;}
#nav>li>a:hover,
#nav>li.over>a,
#nav>li.active>a { color:#000; background:#ffe51e; }
#nav>li.parent>a:hover:before,
#nav>li.parent.over>a:before { content:'';width:100%; height:16px; position:absolute; z-index:998; top:28px; left:0; background:#ffe51e; }


/* 2nd Level */
#nav > li > div, #nav ul.level0 div,
#nav ul.level0, #nav ul.level0 ul { position:absolute; z-index:997; width: 15em; padding:16px; top:36px; left:-10000px; border:none; background:#fff; -webkit-box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.15); box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.15);}

/* 3rd+ leven */
#nav ul.level0 ul, #nav ul.level0 div { top:-14px;}

#nav ul.level0 li { float:none; border:none; margin:0 0 2px; }
#nav ul.level0 li a { float:none; display:inline-block; padding:7px; line-height:100%; font-size:14px; color:#000; font-weight:700; }
#nav ul.level0 li a:hover,
#nav ul.level0 li.active > a,
#nav ul.level0 li.over > a { color:#fff; background:#000;}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:-16px; z-index:997;}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:140px;}

/* Custom menu block */
#nav li.custom-block ul.custom-menu {margin-left: -7px;}
#nav li.custom-block ul.custom-menu li { float:none; border:none; margin:0 0 2px;}
#nav li.custom-block ul.custom-menu li a { float:none; display:inline-block; padding:7px; line-height:100%; font-size:14px; color:#000; font-weight:700; text-transform: uppercase;}
#nav li.custom-block ul.custom-menu li a:hover,
#nav li.custom-block ul.custom-menu li.active > a,
#nav li.custom-block ul.custom-menu li.over > a { color:#fff; background:#000;}

.input-overflow {overflow: hidden;}

/* HEADER 2 (Navigation wide)
======================================================================================= */
.header-2, .header-nav-wide { position: relative;}
.header-nav-wide:before {
	content: '';
	position: absolute;
	left: -200%;
	right: -200%;
	top: 0px;
	bottom: 0px;
	display: block;
}
.header-nav-wide #nav {padding: 13px 0 14px;}


.header-nav-txt.std { padding: 24px 54px 22px 24px;}
.header-nav-txt.std, .header-nav-txt.std a {color: #fff;}
.header-nav-txt.std a {
	display: inline-block;
	padding: 2px 6px;		
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	background-color: transparent
}
.header-nav-txt.std a:hover { background-color: #ffe51e; color: #000;}



/* HEADER (fixed)
======================================================================================= */
.header-fixed  { position: fixed; top: 0; left: 0; right: 0; z-index: 9999;}
.header-fixed, .header-fixed .nav-search-container {min-height: 64px;}
.header-fixed .header-2 .header-nav-wide {position: static}

.header-fixed .logo-container { min-height: 64px; width: auto;}
.header-fixed .logo-container-indent { padding-top: 0; padding-bottom: 0;}

.header-fixed .header .logo img {max-height: 43px;}

.header-fixed .top-links,
.header-fixed .header-currency, .header-fixed .header-language { display: none;}

.header-fixed .top-links-container { min-height: inherit; background-color: transparent;}
.header-fixed .top-links-container:before { display: none;}

.header-fixed .form-search { right: 56px; top: 14px;}
.header-fixed .header-cart {
	position: absolute; right: 0; top: 14px;
	float: none; margin: 0;
	width: 35px; height: 35px;
}
.header-fixed .header-cart .header-dropdown {top: 35px;}
.header-fixed .header-cart .summary span {display: none;}
.header-fixed .header-cart .summary {	
	width: 35px; padding:0;
	background-image:url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_cart_ios.png');
	min-width: inherit;
}
.header-fixed .header-info-container {width: 100%;}
.header-fixed .header-info-container,
.header-fixed .nav-search-container {position: inherit;}
.header-fixed .relative  {position: inherit !important;}

.header-fixed #nav {padding: 19px 55px 17px 24px;}

.header-fixed .header-1 .olegnaxmegamenu #nav li.wide > div {margin-left: 0;}


/* Header 2
------------------------ */
.header-fixed .header-2 .header-nav-txt { display: none;}
.header-fixed .header-2 .form-search  { top: 14px !important; /*right: 44px*/;}
.header-fixed .header-2 .olegnaxmegamenu #nav li.wide > div.shown-sub { right: 0;}


/* fix block with table cell  Opera */
noindex:-o-prefocus, .header-fixed .header-2 .header-info-container {width: 100%;}


/********** Navigation > */
/* ======================================================================================= */

/* Content banners ======================================================================= */
.content-banner {-webkit-transform: translateZ(0);}
.content-banner img{max-width: 100%; height: auto; margin: 0 auto; display: block;}
.content-banner .left-side {position:relative;}
.content-banner .right-side {position:absolute; z-index:1; width: 50%; top:0; bottom:0; right:0;}
.content-banner .banner { 
	position: relative;
	height: auto; padding:13px 0 10px; 
	font-weight:700; font-size:23px;  
	text-align: center; line-height:24px;
	z-index: 2; 
}
.content-banner .banner span {
	padding: 0 5px 0;
	height: 26px;
	display: inline-block;
	letter-spacing: -1px;
}
.content-banner .banner a {text-decoration:none;}
.content-banner .banner a:hover {text-decoration:none;}
.bg-line {position:absolute; z-index:1; width:100%; top:0; bottom:0; right:0;}
.bg-line { background-image:url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/content_banner_bg.png'); background-position:0 0; background-repeat:repeat;}

.content-banner .row:before, .content-banner .banner:before {
	background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/content_banner_bg.png');
		-webkit-backface-visibility: visible;
		background-size: 10px 10px;
}

.bg-red,	.content-banner .banner.bg-red:before, 		.content-banner .row.bg-red:before 	 	{ background-color:#fc5500;}
.bg-green, 	.content-banner .banner.bg-green:before, 	.content-banner .row.bg-green:before  	{ background-color:#b5e321;}
.bg-blue,	.content-banner .banner.bg-blue:before, 	.content-banner .row.bg-blue:before 	{ background-color:#1ecdff;}
.bg-yellow, .content-banner .banner.bg-yellow:before, 	.content-banner .row.bg-yellow:before 	{ background-color:#ffe51e;}
.bg-black, 	.content-banner .banner.bg-black:before, 	.content-banner .row.bg-black:before 	{ background-color:#000;}
.bg-white { background-color:#fff; }

.text-red, .text-red a { color:#fc5500; }
.text-green, .text-green a { color:#b5e321; }
.text-blue, .text-blue a { color:#1ecdff; }
.text-yellow, .text-yellow a { color:#ffe51e; }
.text-black ,.text-black a { color:#000; }
.text-white, .text-white a { color:#fff; }

.text-container .text.bg-red,
.text-container .text.bg-green,
.text-container .text.bg-blue,
.text-container .text.bg-yellow,
.text-container .text.bg-black,
.text-container .text.bg-white { background-color:transparent; }
.text-container .text.bg-red:before{ background-color:#fc5500; }
.text-container .text.bg-green:before{ background-color:#b5e321; }
.text-container .text.bg-blue:before{ background-color:#1ecdff; }
.text-container .text.bg-yellow:before{ background-color:#ffe51e; }
.text-container .text.bg-black:before{ background-color:#000; }
.text-container .text.bg-white:before { background-color:#fff; }


.content-banner .row .grid_1,
.content-banner .row .grid_2,
.content-banner .row .grid_3,
.content-banner .row .grid_4,
.content-banner .row .grid_5,
.content-banner .row .grid_6,
.content-banner .row .grid_7,
.content-banner .row .grid_8,
.content-banner .row .grid_9,
.content-banner .row .grid_10,
.content-banner .row .grid_11,
.content-banner .row .grid_12,
.content-banner .row .grid_13,
.content-banner .row .grid_14,
.content-banner .row .grid_15,
.content-banner .row .grid_16,
.content-banner .row .grid_17,
.content-banner .row .grid_18 {
	margin-left: 0; margin-right: 0;
	padding-left: 12px; padding-right: 12px; 
}

.content-banner .banner { min-height: 26px; overflow: inherit;}

.content-banner .banner a { position: relative; display: block;}

.content-banner {overflow: hidden;}
.content-banner .row { position: relative;}
.content-banner .row:before {
	content: '';
	position: absolute;
	display: block;
	left: -1024px; right: 0; top: 0; bottom: 0;
	width: 4000px; height: 100%;
}
.content-banner .row.bg-red .banner:before,
.content-banner .row.bg-green .banner:before,
.content-banner .row.bg-blue .banner:before,
.content-banner .row.bg-yellow .banner:before,
.content-banner .row.bg-black .banner:before {background: none;}

.content-banner .banner:before {
	content: '';
	position: absolute;
	display: block;
	left: 0; top: 0; bottom: 0;
	width: 2000px; height: 500px;
}
.content-banner .banner:first-child:before { left: -1040px; width: 2000px;}
.content-banner .banner.grid_18:first-child:before { width: 4000px;}

.content-banner.footer-banner .banner {
	padding: 10px 0;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 0;
	vertical-align: middle;
	letter-spacing: 0;
	line-height: 1;
}
.footer-banner .banner img {margin: -5px 6px 0;}


/* blcok tw */
ul.block-tw-list {margin-bottom: 20px;}
ul.block-tw-list li + li {margin-top: 19px;padding-top: 17px;border-top: 1px solid #e5e5e5;}
.main ul.block-tw-list p { margin: 0 0 6px 0;}
ul.block-tw-list span {color: #7a7a7a; color: rgba(0,0,0,.62);}

/* blcok fb */
.iframe-fb {
	width: auto;
	display: block;
	margin-bottom: 20px;
	color: #fff;
	background: #1d1d1d;
	padding: 5px;
	height: 260px;
}




/* Footer ================================================================================ */
.footer-container { background:#000;}
.footer-container .bottom-container { text-align:center;}
.footer { border:none; padding:41px 0 30px; color:#fff;}
.footer p { text-align:left;}
.footer ul {}
.footer ul li { display:block;}


.footer .info {float:left; width: 61.7529%; margin-right: 1.9922%; padding-top: 19px;}


.footer .info-content h1,
.footer .info-content h2,
.footer .info-content h3,
.footer .info-content h4,
.footer .info-content h5,
.footer .info-content h6 {
	padding:0px 0px 20px 2px;
	color:#fff; font-weight:700; text-transform:uppercase; text-align:left; word-break: break-word;
}

.footer .info-content h1 { font-size:36px;}
.footer .info-content h2 { font-size:32px;}
.footer .info-content h3 { font-size:28px;}
.footer .info-content h4 { font-size:24px; line-height:22px;}
.footer .info-content h5 { font-size:20px;}
.footer .info-content h6 { font-size:18px;}

.footer .info-content ul li { margin:0 0 4px;}
.footer .info-content a {display:inline-block; line-height:14px; padding:2px 4px; color:#a8a8a8; text-decoration:none;}
.footer .info-content a:hover {background-color:#ffe51e; color:#000;}

.footer .info-content p {margin-bottom: 18px;}

.footer .newsletter-container {float:right; width:36.2549%;}
.footer .newsletter {background:#1d1d1d; padding:13px 22px 22px;}
.footer .newsletter .title {color:#fff; font-size:24px; font-weight:700; text-transform:uppercase;}
.footer .newsletter p {color:#a8a8a8; margin:13px 0 10px;}
.footer .newsletter .input-box { overflow: hidden}
.footer .newsletter input { width:100%; height: 30px; line-height: 1.1; border: 0;}
.footer .newsletter button {float:right;}
.footer .newsletter button.button > span {padding: 0 13px;}

.footer .athlete_footer_connect {padding:21px 23px 5px;}
.footer .athlete_footer_connect .title {margin:0 0 15px; color:#fff; font-size:24px; font-weight:700; text-transform:uppercase; }


.footer .one_fifth { width: 18.4%; margin-right: 2%;}
.footer .one_fifth.last { margin-right: 0;}
.footer .info-content .one_fifth  h4,
.footer .info-content .one_sixth  h4 { font-size: 20px;}

.block-tw-list a {
	display: inline-block;
	padding: 1px 4px; margin: -1px -3px;
	text-decoration: none;
}
/* footer twitter styles */
.footer .info-content ul.block-tw-list p {margin-bottom: 6px;}
.footer .info-content ul.block-tw-list a { margin: -1px -3px;}
.footer .info-content ul.block-tw-list span {color: inherit;}
.footer .info-content ul.block-tw-list li {margin: inherit;}
.footer .info-content ul.block-tw-list li + li { border-color: #fff; border-color: rgba(255,255,255,0.15);}

/* Social icon */
	a.social-icon 		{ display:inline-block !important; width:36px; height:34px; margin: 0 1px 0 0 !important; padding: 0 !important; background:#ffe51e url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/connect_icons.png') 0 0 no-repeat; }

	a.icon-rss 			{ background-position:0 0;}
	a.icon-facebook 	{ background-position:-40px 0;}
	a.icon-twitter 		{ background-position:-80px 0;}
	a.icon-mail 		{ background-position:-120px 0;}
	a.icon-youtube 		{ background-position:-160px 0;}
	a.icon-gplus 		{ background-position:-200px 0;}

	a.icon-dribble 		{ background-position:-240px 0;}
	a.icon-flicker 		{ background-position:-280px 0;}
	a.icon-vimeo 		{ background-position:-320px 0;}
	a.icon-linkedin 	{ background-position:-360px 0;}
	a.icon-pinterest 	{ background-position:-400px 0;}
	a.icon-picasa 		{ background-position:-440px 0;}
	a.icon-digg 		{ background-position:-480px 0;}
	a.icon-plurk 		{ background-position:-520px 0;}
	a.icon-tripadvisor 	{ background-position:-560px 0;}
	a.icon-yahoo	 	{ background-position:-600px 0;}
	a.icon-delicious 	{ background-position:-640px 0;}
	a.icon-devianart 	{ background-position:-680px 0;}
	a.icon-tumblr 		{ background-position:-720px 0;}
	a.icon-skype 		{ background-position:-760px 0;}
	a.icon-apple 		{ background-position:-800px 0;}
	a.icon-aim 			{ background-position:-840px 0;}
	a.icon-paypal 		{ background-position:-880px 0;}
	a.icon-blogger 		{ background-position:-920px 0;}
	a.icon-behance 		{ background-position:-960px 0;}
	a.icon-myspace 		{ background-position:-1000px 0;}
	a.icon-stumble 		{ background-position:-1040px 0;}
	a.icon-forrst 		{ background-position:-1080px 0;}
	a.icon-imdb 		{ background-position:-1120px 0;}
	a.icon-instagram 	{ background-position:-1160px 0;}
	
		a.icon-rss:hover 			{ background-color: #ffb400 !important;}
		a.icon-facebook:hover 		{ background-color: #3b5998 !important;}
		a.icon-twitter:hover 		{ background-color: #00c3f4 !important;}
		a.icon-mail:hover 			{ background-color: #a8c000 !important;}
		a.icon-youtube:hover 		{ background-color: #b72d28 !important;}
		a.icon-gplus:hover 			{ background-color: #4b8df7 !important;}

		a.icon-dribble:hover 		{ background-color: #f977a6 !important;}
		a.icon-flicker:hover 		{ background-color: #ff0084 !important;}
		a.icon-vimeo:hover 			{ background-color: #1ab7ea !important;}
		a.icon-linkedin:hover 		{ background-color: #4b8df7 !important;}
		a.icon-pinterest:hover 		{ background-color: #cb2027 !important;}
		a.icon-picasa:hover 		{ background-color: #4b8df8 !important;}
		a.icon-digg:hover 			{ background-color: #1b5891 !important;}
		a.icon-plurk:hover 			{ background-color: #cf682f !important;}
		a.icon-tripadvisor:hover 	{ background-color: #589642 !important;}
		a.icon-yahoo:hover	 	 	{ background-color: #ab64bc !important;}
		a.icon-delicious:hover 	 	{ background-color: #004795 !important;}
		a.icon-devianart:hover 	 	{ background-color: #54675a !important;}
		a.icon-tumblr:hover 	 	{ background-color: #34526f !important;}
		a.icon-skype:hover 		 	{ background-color: #33bff3 !important;}
		a.icon-apple:hover 			{ background-color: #4c4c4c !important;}
		a.icon-aim:hover 			{ background-color: #ffb400 !important;}
		a.icon-paypal:hover 		{ background-color: #0079c1 !important;}
		a.icon-blogger:hover 		{ background-color: #ff6403 !important;}
		a.icon-behance:hover 		{ background-color: #1769ff !important;}
		a.icon-myspace:hover 		{ background-color: #003399 !important;}
		a.icon-stumble:hover 		{ background-color: #cc492b !important;}
		a.icon-forrst:hover 		{ background-color: #176023 !important;}
		a.icon-imdb:hover 			{ background-color: #f4c118 !important;}
		a.icon-instagram:hover 		{ background-color: #99654d !important;}

	a.icon-rss:hover 				{ background-position:0 100%;}
	a.icon-facebook:hover 			{ background-position:-40px 100%;}
	a.icon-twitter:hover 			{ background-position:-80px 100%;}
	a.icon-mail:hover 				{ background-position:-120px 100%;}
	a.icon-youtube:hover 			{ background-position:-160px 100%;}
	a.icon-gplus:hover 				{ background-position:-200px 100%;}
		a.icon-dribble:hover 		{ background-position:-240px 100%;}
		a.icon-flicker:hover 		{ background-position:-280px 100%;}
		a.icon-vimeo:hover 			{ background-position:-320px 100%;}
		a.icon-linkedin:hover 		{ background-position:-360px 100%;}
		a.icon-pinterest:hover 		{ background-position:-400px 100%;}
		a.icon-picasa:hover 		{ background-position:-440px 100%;}
		a.icon-digg:hover 			{ background-position:-480px 100%;}
		a.icon-plurk:hover 			{ background-position:-520px 100%;}
		a.icon-tripadvisor:hover 	{ background-position:-560px 100%;}
		a.icon-yahoo:hover	 		{ background-position:-600px 100%;}
		a.icon-delicious:hover 		{ background-position:-640px 100%;}
		a.icon-devianart:hover 		{ background-position:-680px 100%;}
		a.icon-tumblr:hover 		{ background-position:-720px 100%;}
		a.icon-skype:hover 			{ background-position:-760px 100%;}
		a.icon-apple:hover 			{ background-position:-800px 100%;}
		a.icon-aim:hover 			{ background-position:-840px 100%;}
		a.icon-paypal:hover 		{ background-position:-880px 100%;}
		a.icon-blogger:hover 		{ background-position:-920px 100%;}
		a.icon-behance:hover 		{ background-position:-960px 100%;}
		a.icon-myspace:hover 		{ background-position:-1000px 100%;}
		a.icon-stumble:hover 		{ background-position:-1040px 100%;}
		a.icon-forrst:hover 		{ background-position:-1080px 100%;}
		a.icon-imdb:hover 			{ background-position:-1120px 100%;}
		a.icon-instagram:hover 		{ background-position:-1160px 100%;}

	/* inverted icon */	
	a.inverted-icon.icon-rss 			{ background-position:0 100%;}
	a.inverted-icon.icon-facebook 		{ background-position:-40px 100%;}
	a.inverted-icon.icon-twitter 		{ background-position:-80px 100%;}
	a.inverted-icon.icon-mail 			{ background-position:-120px 100%;}
	a.inverted-icon.icon-youtube 		{ background-position:-160px 100%;}
	a.inverted-icon.icon-gplus 			{ background-position:-200px 100%;}
	a.inverted-icon.icon-dribble 		{ background-position:-240px 100%;}		
	a.inverted-icon.icon-flicker 		{ background-position:-280px 100%;}
	a.inverted-icon.icon-vimeo 			{ background-position:-320px 100%;}		
	a.inverted-icon.icon-linkedin 		{ background-position:-360px 100%;}
	a.inverted-icon.icon-pinterest 		{ background-position:-400px 100%;}
	a.inverted-icon.icon-picasa 		{ background-position:-440px 100%;}
	a.inverted-icon.icon-digg 			{ background-position:-480px 100%;}
	a.inverted-icon.icon-plurk 			{ background-position:-520px 100%;}
	a.inverted-icon.icon-tripadvisor 	{ background-position:-560px 100%;}
	a.inverted-icon.icon-yahoo	 		{ background-position:-600px 100%;}
	a.inverted-icon.icon-delicious 		{ background-position:-640px 100%;}
	a.inverted-icon.icon-devianart 		{ background-position:-680px 100%;}
	a.inverted-icon.icon-tumblr 		{ background-position:-720px 100%;}
	a.inverted-icon.icon-skype 			{ background-position:-760px 100%;}
	a.inverted-icon.icon-apple 			{ background-position:-800px 100%;}
	a.inverted-icon.icon-aim 			{ background-position:-840px 100%;}
	a.inverted-icon.icon-paypal 		{ background-position:-880px 100%;}
	a.inverted-icon.icon-blogger 		{ background-position:-920px 100%;}
	a.inverted-icon.icon-behance 		{ background-position:-960px 100%;}
	a.inverted-icon.icon-myspace 		{ background-position:-1000px 100%;}
	a.inverted-icon.icon-stumble 		{ background-position:-1040px 100%;}
	a.inverted-icon.icon-forrst 		{ background-position:-1080px 100%;}
	a.inverted-icon.icon-imdb 			{ background-position:-1120px 100%;}
	a.inverted-icon.icon-instagram 		{ background-position:-1160px 100%;}

	a.inverted-icon.icon-rss:hover  		{ background-position:0 0;}
	a.inverted-icon.icon-facebook:hover  	{ background-position:-40px 0;}
	a.inverted-icon.icon-twitter:hover  	{ background-position:-80px 0;}
	a.inverted-icon.icon-mail:hover  		{ background-position:-120px 0;}
	a.inverted-icon.icon-youtube:hover  	{ background-position:-160px 0;}
	a.inverted-icon.icon-gplus:hover  		{ background-position:-200px 0;}	
	a.inverted-icon.icon-dribble:hover  	{ background-position:-240px 0;}		
	a.inverted-icon.icon-flicker:hover  	{ background-position:-280px 0;}
	a.inverted-icon.icon-vimeo:hover  		{ background-position:-320px 0;}		
	a.inverted-icon.icon-linkedin:hover  	{ background-position:-360px 0;}
	a.inverted-icon.icon-pinterest:hover  	{ background-position:-400px 0;}
	a.inverted-icon.icon-picasa:hover  		{ background-position:-440px 0;}
	a.inverted-icon.icon-digg:hover  		{ background-position:-480px 0;}
	a.inverted-icon.icon-plurk:hover  		{ background-position:-520px 0;}
	a.inverted-icon.icon-tripadvisor:hover  { background-position:-560px 0;}
	a.inverted-icon.icon-yahoo:hover 	 	{ background-position:-600px 0;}
	a.inverted-icon.icon-delicious:hover  	{ background-position:-640px 0;}
	a.inverted-icon.icon-devianart:hover  	{ background-position:-680px 0;}
	a.inverted-icon.icon-tumblr:hover  		{ background-position:-720px 0;}
	a.inverted-icon.icon-skype:hover  		{ background-position:-760px 0;}
	a.inverted-icon.icon-apple:hover  		{ background-position:-800px 0;}
	a.inverted-icon.icon-aim:hover 			{ background-position:-840px 0;}
	a.inverted-icon.icon-paypal:hover  		{ background-position:-880px 0;}
	a.inverted-icon.icon-blogger:hover  	{ background-position:-920px 0;}
	a.inverted-icon.icon-behance:hover  	{ background-position:-960px 0;}
	a.inverted-icon.icon-myspace:hover  	{ background-position:-1000px 0;}
	a.inverted-icon.icon-stumble:hover  	{ background-position:-1040px 0;}
	a.inverted-icon.icon-forrst:hover  		{ background-position:-1080px 0;}
	a.inverted-icon.icon-imdb:hover  		{ background-position:-1120px 0;}
	a.inverted-icon.icon-instagram:hover  	{ background-position:-1160px 0;}

.footer .facebook-block { margin:54px 0 0; padding:30px 0 0; border-top:1px solid #fff; border-top-color:rgba(255,255,255,0.15);}
.footer .facebook-block .fb-like { float:left; width: inherit !important;}
.athlete_footer_customer_service {overflow:hidden; padding:0 0 0 45px; text-align:right; color:#fff; line-height:24px; font-size:16px;  }
.athlete_footer_customer_service span {margin: 0 0 0 15px}
.copyright-container { padding:27px 0 31px; background:#141414;}
.copyright-container, .copyright-container a { color:#666666; font-size:11px;}
.copyright-container a {text-decoration: none; display: inline-block;padding: 0px 4px; margin: 0 -3px;}
.copyright-container a:hover { text-decoration:none; color: #fff;}
.copyright-container .cc-icons {float:left}
.copyright-container address {	
	display: table-cell; height: 23px; min-height: 23px; vertical-align: middle;
	padding: 0 26px 0 46px;	
	text-align: left; 
	line-height: 1.3;	
}
/* ======================================================================================= */

/* Misc ================================================================================ */
.item-options {margin-top:10px;}
.item-options dt{float:left; clear:left; font-style: normal; font-weight:300; }
.item-options dt:after{content:' - '; }
.item-options dd { float:left; margin:0 0 3px 3px; padding:0; font-weight: 400; font-style: normal; }

.table-container {display:table; width:100%; }
.table-cell {display: table-cell; }
.v-align-cell {vertical-align: middle; }
.table-cell-100-percent {width:100%; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
.no-shadow{-webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr;}
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden;}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both;}
.clear { clear:both; height:0; line-height: 0; font-size: 0;}
/* ======================================================================================= */


/* ======================================================================================= */
/* 									CUSTOM STYLES 
========================================================================================= */

/* Typography */
	.main p {margin: 2px 0 20px;}
	.ul {margin-bottom: 20px;}
	.ul li { padding-bottom: 2px;}
	dd {margin: 0px 0px 0px;}

/* BreadCrumbs */
.breadcrumbs { padding:1px 0 0 1px; margin:0; border:0;}
.breadcrumbs li, .breadcrumbs a { color: #737373;text-decoration: none;}
.breadcrumbs span {padding-right: 4px;}
.breadcrumbs a:hover, .breadcrumbs strong { font-weight: normal; color: #000;}

.breadcrumbs + .std {padding-top: 12px;}

.grid_13 .breadcrumbs + .page-title,
.grid_18 .breadcrumbs + .page-title,
.grid_10 .breadcrumbs + .page-title {padding-top: 4px; margin-top: 0;}
.grid_13 .page-title { padding-top: 0; margin-top: -12px;}

.grid_18 .breadcrumbs { margin-top: -9px;}
.messages + .breadcrumbs {margin-top: 0;}

/* Page title styles */
	.page-title, .page-head-alt {
		padding: 0 0 21px; margin: 0; margin-left: -2px;
		border: 0;
		word-break: break-word;
	}
	.grid_18 .page-title {margin-top: -10px;}
	
	.page-title h1 {
		font-weight: 800; font-size: 48px;
	}
	.opc .step h3 { font-size: 16px; margin-left: -1px; margin-bottom: 15px;}
	.opc .step h4 { font-size: 12px;}
	.page-title h1, .opc .step h3, .opc .step-title .number, .opc .step-title h2, .block .block-title, .block-currently-shopping p.block-subtitle, .block-compare h3 {
		text-transform: uppercase;
	}

	.page-title h1, .product-category-title h3 { line-height: .83; padding: 8px 0;}

	.rss-title h1 {
		padding-left: 30px;
		background-position: 0 19px;
	}
	.rss-table a.link-rss { padding-left: 18px; color: #000;}
	.rss-table a.link-rss:hover { background-color: transparent; color: #1d9fc4;}

/* Shoping cart */
	.block button.button { float: left;}

	.btn-proceed-checkout { font-size: 16px;}
	.cart .cart-collaterals { padding-top: 20px;}
	@media only screen and (min-width: 768px) {	
		.cart .cart-collaterals .grid_6 { width: 33.3333%; margin: 0; padding: 0 10px; box-sizing: border-box;}
	}
	
		/*	@  */
			.cart .checkout-types {	float: none; margin: 9px 0 0;}

		/*	@ for checkout page - paypal */
			.cart .title-buttons .checkout-types li { float: none; display: inline-block; vertical-align: middle;}
			.checkout-types li p.paypal-logo a:hover {background-color: transparent !important;}
			.checkout-types li p.paypal-logo { margin: 0;}
			.checkout-types li p.paypal-logo span.paypal-or { margin: 0 8px 0 2px; line-height: inherit; font-weight: bold; text-transform: lowercase;}
			.block_totals .checkout-types li p.paypal-logo {margin-bottom: 12px; padding: 0 20px;}
	
	.title-buttons button.button span {
		height: 35px;
		padding: 0 16px 0 14px;
		font-size: 15px; line-height: 35px;
	}

	.title-buttons button.button span span { padding: 0 26px 0 0; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/next-icon.png) no-repeat right 50%;}
	.title-buttons button.button:hover span span {background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/next-icon-roll.png) no-repeat right 50%;}
		/* inverted */
		.title-buttons button.button.icon-white span span { background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/next-icon-roll.png) no-repeat right 50%;}
		.title-buttons button.button.icon-white:hover span span { background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/next-icon.png) no-repeat right 50%;}

	/* Shoping cart footer blocks */
	.top-line {padding-top: 30px; border-top: 1px solid #e5e5e5;}

	.block_shipping .shipping > h2, .block_coupon  .discount > h2, .block_totals #shopping-cart-totals-table tfoot strong {
		font-weight: 800; font-size: 19px; line-height: .8;
		text-transform: uppercase;
	}
	.block_shipping .shipping > h2, .block_coupon  .discount > h2 { padding: 19px 0 7px;}

	.block_totals #shopping-cart-totals-table tfoot strong .price {font-size: 18px;letter-spacing: normal;}

	.block_coupon .discount-form > label {display: block;padding: 2px 0 18px;}
	.block_coupon .input-box {padding-bottom: 12px;}
	.grid_6 .block .block_coupon input.input-text { width: 241px;}

	.block .form-list label {font-weight: normal;}
	.block input.input-text { width: 100%; border-color: #dfdfdf;}
	.block .buttons-set button {float: none;}
	.block .shipping-form .form-list {margin-bottom: 13px;}
	.block .shipping-form p {margin-bottom: 14px;}

	.block.block_totals {text-align: right; padding-left: 0;padding-right: 0;}
	.block_totals_indent {padding: 0 20px;}
	
	
	.block_totals button.button {
		float: none;		
	}
	.block_totals button.button span {
		display: block;
		height: 35px;
		padding: 0 16px 0 14px;
		font-size: 15px; line-height: 35px;
	}
	.block_totals button.button span span { padding: 0 26px 0 0; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/next-icon.png) no-repeat right 50%;}
	.block_totals button.btn-button:hover > span { color: #000;}
	/* .no-touch  */.block_totals button.button:hover span span { background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/next-icon-roll.png) no-repeat right 50%;}
	
		/* inverted */
		.block_totals button.button.icon-white span span { background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/next-icon-roll.png) no-repeat right 50%;}
		/* .no-touch  */.block_totals button.button.icon-white:hover span span { background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/next-icon.png) no-repeat right 50%;}

	.block_totals button.btn-button:hover > span:after { background:#fff;}
	
		.block_totals button.button span { float: right; padding: 0 15px 0 15px;}
		.block_totals button.button span span { padding-right: 27px;}

	.block_totals .checkout-types { width: 100%; float: none; display: block;}
	.block_totals .checkout-types li { 
		display: block; padding: 0;
	}
	
	/*	@ Add new wrapper for checkout button */
	.block_totals .checkout-types li div.proceed-checkout-wrap {
		width: 100%;
		background: #000;
		padding: 16px 26px 19px 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: right;
		line-height: .7;
	}

	/* @ */
	.block_totals .checkout-types li:last-child a {
		margin: 14px 22px 0 0;
		padding: 1px 4px 1px;
		display: inline-block;
		text-decoration: none;
	}

	.block_totals #shopping-cart-totals-table {
		display: inline-block;
		margin: 23px 6px 11px 0;
	}
	.block_totals #shopping-cart-totals-table tbody td {padding-bottom: 22px;}
	.block_totals #shopping-cart-totals-table td+td {padding-left: 20px;}



/* Checkout changes */
	.opc, .opc li.section, .opc .step {border: 0;}
	.opc li.section { margin-bottom: 5px;}
	.opc .step { padding: 20px 10px 16px 13px;}
	
	/* Step title & active style */
		.opc .step-title { padding: 0; text-align: left;}
		.opc .step-title h2 { padding-left: 20px; height: 55px; vertical-align: middle;display: table-cell; float: none;}
		.opc .step-title, .opc .step-title .number {height: 55px; }
		.opc .step-title .number, .opc .step-title h2, .block .block-title strong, .block-currently-shopping p.block-subtitle, .block-compare h3 {	font-weight: 800; font-size: 20px;}
		.opc .step-title .number, .opc .step-title h2 { line-height: .8;}
		
		.block .block-title { line-height: 0;}
		.block .block-title strong, .block .block-title h3,.block-currently-shopping p.block-subtitle {line-height: .9;}

		.opc .step-title .number { margin-right: 0; width: 53px; line-height: 55px; text-align: center;}
		
		.opc .step-title .number { background-color: #f0f0f0;}
		.opc .step-title { background-color: #f8f8f8;}
		
		.opc .allow.active .step-title .number, .opc .allow.active:hover .step-title .number { color: #000;}

	/* Step elements */
		dl.sp-methods {margin-bottom: 20px;}
		dl.sp-methods dt {line-height: 30px;}
		#checkout-payment-method-load dl.sp-methods dt {line-height: 18px;}

		p.back-link {margin: 0;}
		p.back-link a {
			float: left;
			height: 30px;
			background: #ffe51e none;
			padding: 0 13px;
			font-weight: 800; font-size: 14px; line-height: 30px;
			text-align: center;
			text-transform: uppercase;
			white-space: nowrap;
			color: #000;

			text-decoration: none;
		}
		p.back-link a:hover { background:#000; color:#fff; }

	/* form element */
	.form-list { margin: 0 0 20px; padding-top: 0;}
	.form-list li { margin: 0 0 12px;}
	.form-list li.control { margin: 0 0 2px;}
	.form-list li.control input.radio { vertical-align: middle;}

	.form-list label {padding-bottom: 2px;}
	.form-list .input-box {width: 100%;}
	.form-list input.input-text { border: 1px solid  #e5e5e5; width: 100%;}
	.form-list select {
		padding: 6px 7px 5px;
		width: 100%;
		border: 1px solid #e5e5e5;
		line-height: 18px;
	}
	.form-list .field {width: 49%;}
	/*.form-list .field:first-child { margin-right: 2%;}*/
	.form-list .field:nth-child(odd) { margin-right: 2%; clear: both;}
	
	
	.sp-methods .form-list { padding-left: 20px; padding-top: 10px;}

	.checkout-onepage-success .content-container .col-main p a {
		padding: 0 4px;line-height: 18px;display: inline-block; text-decoration: none;
	}

/* Form Validation */
	.validation-advice { clear:both; min-height:13px; margin:3px 0 0; }
		.newsletter .validation-advice {display: none;}
	.validation-failed { border:3px solid #f00 !important }
	 p.required, .validation-advice {color: #c40000;font-weight: 300;font-size: 11px;text-align: left;}
	#billing-buttons-container p.required {display: inline-block;vertical-align: middle;margin: 7px 0 0;}
	#payment-buttons-container p.required {margin: 0 0 20px;}
	
	.buttons-set {padding: 0; margin: 0; border: 0;}
	.buttons-set .f-left { 
		display: inline-block;				
		margin-top: 6px; padding: 0 4px; line-height: 18px;		
		color: #000; text-decoration: none;
	}
	.buttons-set a {color: #1d9fc4;}
	.col-1 .buttons-set button.button { float: left;}
	
	input.radio {vertical-align: middle;margin-right: 3px;}
	.cvv-what-is-this {
		display: inline-block;
		padding: 0 4px; margin: 4px 0 0 10px;
		line-height: 18px;
		text-decoration: none;
	}
	#checkout-review-submit p a {
		display: inline-block;
		padding: 0 4px;
		line-height: 18px;
		text-decoration: none;
	}

	/* Global Messages  */
	.success { color:#3d6611; font-weight:bold; }
	.error { color:#f00; font-weight:bold; }
	.notice { color:#ccc; }

	.main ul.messages, .main ul.messages ul { list-style:none; margin:0; padding:0;}
	
	

	.main ul.messages {
		position: relative;
		width:100%; min-height: 82px;
		margin:8px 0;
		background-color: #f0f0f0;

		word-break: break-word;
	}
	.main ul.messages li {margin: 0;}
	.main ul.messages > li {	
		padding:25px 25px 25px 76px; 
		font-size: 15px; 
		line-height: 1.1;
		font-weight: 800;
		color: #000;
		text-transform: uppercase;
	}

	.main ul.messages > li:before {
		content: '';
		display: block;
		position: absolute; left: 22px; top: 25px;
		width: 31px; height: 31px;
		background-color: #353535;
		background-repeat: no-repeat;
	}
	
	ul.messages li.error-msg:before 	{ background-image:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_msg-error.png); 	 background-color: #ff3808;}
	ul.messages li.success-msg:before 	{ background-image:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_msg-success.png); background-color: #aacd3e;}
	ul.messages li.note-msg:before 		{ background-image:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_msg-note.png); 	 background-color: #00b9d5;}
	ul.messages li.notice-msg:before 	{ background-image:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_msg-notice.png);  background-color: #ffcb13;}
	
	.main ul.messages ul {
		display: table-cell;
		vertical-align: middle;
		height: 31px;
	}

	ul.messages a {
		padding: 3px 6px 4px;
		margin: 0 -4px;
		color: #1d9fc4;
	}
		
	/* Tbale style*/
		.data-table a {color: #1d9fc4;}		
		.data-table th {border: 0;}
		.data-table thead, .data-table tbody.even, .data-table tr.even {background: none;}
		.data-table thead th {
			padding: 18px 19px 19px 19px;
			border: 0; border-left: 3px solid #FFF;
			background-color: #f4f4f4;
		}
		.data-table thead th:first-child {border-left: 0;}

		.data-table td {border: 0; padding: 13px 19px}
		.data-table tfoot td {padding-top: 0;padding-bottom: 3px;}
	
		.data-table .btn-continue {float: left;}
		.data-table .btn-continue span, .data-table .btn-update span, .data-table .btn-empty span {font-weight: 700;}
		
		.data-table .product-name, .data-table .cart-price {
			margin: 0;
			font-weight: 800; font-size: 15px; line-height: 1.1;
			text-transform: uppercase;
		}
		.data-table .product-name a { color: #000;text-decoration: none;}
		.item-options {text-transform: uppercase;}

		.data-table .description {padding: 10px 0;}
		.data-table textarea {width: 100%;}
		.buttons-set2 {padding-bottom: 10px;}
		.buttons-set2 button {margin-left: 3px;}

		.data-table .cart-cell {text-align: center;}
		.data-table .cart-cell .add-to-cart-alt {padding: 10px 0;}
		.data-table .cart-cell .add-to-cart-alt {padding: 10px 0;}
		.data-table .cart-cell input.input-text {margin-bottom: 10px;}

		.cart-table tbody td:first-child { padding: 13px 0;text-align: center;}
		.cart-table tfoot td { border-top: 1px solid #e5e5e5; padding: 19px 0 0; line-height: .9;}
		.cart-table tfoot td div {float: right;}
		.data-table a.product-image {width: 135px; text-align: center; display: block; padding: 0; margin: 0 10px;}
		.data-table a.product-image img { max-width: 100%; height: auto;}

		.compare-table th, .compare-table thead {border-bottom: 3px solid #FFF; }
		.compare-table th {
			padding: 18px 19px 19px 19px;
			background-color: #f4f4f4;
		}
		.compare-table td { border: 3px solid #FFF; background-color:#fafafa;}
		
	.link-wishlist {font-weight: normal;}
	.data-table a.link-wishlist { color: #000;}
	.btn-remove, .btn-remove:hover { width: 21px; height: 21px;}
	.btn-remove {
		background-image:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/btn_remove_sprite.png);		
		background-repeat: no-repeat;		
	}
		.btn-remove { background-position: 0 100%;}
		.btn-remove:hover { background-position:  0 0;}
			/* inverted */
			.btn-remove.icon-white { background-position: 0 0;}
			.btn-remove.icon-white:hover {background-position: 0 100%;}

	.data-table .btn-remove { padding: 0; margin: 0; }

	.data-table .btn-edit { width: 21px; height: 21px; padding: 0; margin: 0;
		background-image:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/icon_edit.png);
		background-repeat: no-repeat;		
	}
		.data-table .btn-edit { background-position: 0 100%;}
		.data-table .btn-edit:hover { background-position:  0 0;}	
			/* inverted */
			.data-table .btn-edit.icon-white { background-position: 0 0;}
			.data-table .btn-edit.icon-white:hover { background-position: 0 100%;}

	#checkout-review-table-wrapper {padding-bottom: 19px;}
	#checkout-review-submit {border-top: 1px solid #e5e5e5; padding-top: 19px;}

/* Layouts */
.main { padding-bottom: 69px;}
.col1-layout {padding-top: 30px;}
.col2-layout, .col3-layout { padding-top: 21px;}
.col2-set .col-2 {width: 48%;}

/* Block styles */
	.block {border: 0; padding: 0 20px 20px;margin-bottom: 15px; border-top: 6px solid  #ffe51e; background-color: #f8f8f8;}
	.block .block-title, .block-currently-shopping p.block-subtitle { padding: 20px 0 17px; border: 0; line-height:normal; word-break: break-word;}
	.block-currently-shopping p.block-subtitle {line-height: .9;}
	.block .block-content {padding: 0;}
	.block li.even {background: none}
	
/* Block list hovers */
	.block-layered-nav li, .block-viewed li, .block-account li, .block .block-content li.item,
	.block-blog-categories li { 
		padding: 4px 0 3px; margin-bottom: 1px;
	}
	.block-layered-nav li a, .block-account li a, .block-compared li a,
	.block-blog-categories li a {
		display:inline-block; padding: 5px 8px 4px; margin: -5px 0 -3px -8px; text-decoration: none;
	}

	.block .actions {padding-top: 10px;text-align: left;vertical-align: top;}
	.block .actions a {
		padding: 0 13px;
		height: 30px;	
		background: #ffe51e none;
		font-weight: 800; font-size: 14px; line-height: 30px;	
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.block .actions a.btn-clear {
		float: none; display: inline-block;
		padding: 0 0 0 17px;
		background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/btn_clear.png) no-repeat 0 49%;
		font: 12px/30px Arial, Helvetica, sans-serif;		
		text-transform: none;
		text-decoration: none;
	}
	.block .actions a.btn-clear:hover {color: #000; background-color: transparent; text-decoration: underline;}
	
	button.button + a {margin-left: 5px;}
	button.button + a.btn-clear {margin-left: 33px;}

	
	.block-poll button.button > span, .block-compare button.button > span {padding: 0 13px;}


	.col3-layout .block-reorder button.button span {padding: 0 8px;}
	.col3-layout .block-reorder button.button span span {padding: 0;}

	.col3-layout .block-compare button.button span {padding: 0 8px; font-size: 13px;}
	.col3-layout .block-compare button.button span span {padding: 0;}
	.col3-layout .block-reorder .actions a {padding: 0 6px;}

	.col3-layout .block-reorder button.button span, .col3-layout .block-reorder .actions a {font-size: 11px;}

	.col3-layout .block-poll .votes { width: 38%;}
	.col3-layout .block-poll .answer { float: left; width: 53%;}

    /* Block login */
		.block-login .form-list {margin: 0 0 20px;}
		.block-login .form-list li {margin-bottom: 12px;}

		.block-login {width: 270px; margin: 150px auto; padding: 5px 20px 25px; text-align: center;}
		.block-login .slides > li {width: 270px;}
        .block-login .block-title { padding: 19px 0 28px;}
        .block-login .block-title strong {font-size: 30px; font-weight: 800;}
        .block-login input.input-text {margin: 2px 0 0;}
        .block-login label {color: #322c29; float: none;}
		.block-login .form-list .field {width:100% }
		.block-login .buttons-set .back-link { float:none; display:inline-block;}
        .block-login a {color: #322c29; text-decoration: none;}
        .block-login button.button + a {margin:0}
        .block-login button.button {float: none; display: block; margin: 0px auto 14px;}
        .block-login button.button span {line-height: 35px; height: 35px; font-size: 15px;}
        .block-login button.button > span {padding: 0 8px;min-width: 86px;}
        .block-login .new-users {background: #000; padding: 16px 0 5px; margin: 21px -20px -34px;}

		.account-create .block-login {width:565px}
		.account-create .block-login .registration-info { float:left; width:270px; margin:0 15px 0 0;}
		.account-create .block-login .login-info {margin:0;}

		.customer-account-create .col1-layout, .customer-account-forgotpassword .col1-layout,
		.customer-account-resetpassword .col1-layout, .customer-account-login .col1-layout,
		.customer-account-create .col1-layout, .customer-account-forgotpassword .col1-layout,
		.customer-account-resetpassword .col1-layout, .customer-account-login .col1-layout, .checkout-multishipping-login .col1-layout {padding-top: 0;}
		.customer-account-create .main, .customer-account-forgotpassword .main,
		.customer-account-resetpassword .main, .customer-account-login .main,
		.customer-account-create .main, .customer-account-forgotpassword .main,
		.customer-account-resetpassword .main, .customer-account-login .main, .checkout-multishipping-login .main {padding-bottom: 0;}

		 .block-login .form-list .field:first-child { margin-bottom: 11px;}
		 .block-login h2 {font-weight: 800;margin-bottom: 11px;text-transform: uppercase;}

	/* Block login - remember-me-popup */
		.remember-me-popup {
			border: solid #ffe51e;
			border-width: 6px 0px 0px;			
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
			padding: 16px 20px 18px;

			left: 15px; right: 15px;
			width: auto; max-width: 400px;
			margin: -85px auto 0;			
		}
		.remember-me-popup h3 {
			background: transparent;
			border: 0;
			padding: 0 0 11px;
			text-transform: uppercase;
			font-size: 14px;
			color: #000;
			font-weight: 700;
		}
		.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
			right: 0; top: 0px;			
			width: 14px; height: 14px;			
			background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/btn_remove_small_sprite.png'); background-position: 0 100%;
			background-color: #000;
		}
		.remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover {
			background-position: 0 0;
			background-color: #ffe51e
		}		
			/* inverted (default) */
			.remember-me-popup .remember-me-popup-head .remember-me-popup-close.icon-white {background-position: 0 0;}
			.remember-me-popup .remember-me-popup-head .remember-me-popup-close.icon-white:hover {background-position: 0 100%;}


		.remember-me-popup .remember-me-popup-body {
			padding: 0;
		}
		.remember-me-popup .remember-me-popup-close-button {display: none;}


	/* Block wishlist */
		.block-wishlist p {margin: 0 17px 0px 0;}
		.block-wishlist p.product-name a {
			text-decoration: none; 
			display: inline-block;
		}
		.block-wishlist p.product-name a:hover { background-color: transparent; color: rgba(0,0,0,.6);}


		.block-wishlist .link-cart {
			display: inline-block;
			padding: 2px 6px; margin-top: 7px;
			background-color: #000;
			color: #fff;
			text-decoration: none; 
		}
		.block-wishlist .block-content li.item { padding: 11px 0 4px;}
		.block-wishlist .link-cart:hover { background-color: #ffe51e; color: #000;}
		.block-wishlist .mini-products-list .product-image { width: 55px; background: none;}
		.block-wishlist .mini-products-list .product-details { margin-left: 65px; position: relative;}
		.block-wishlist .price-box { color: inherit; display: block; padding: 2px 0 0 0px;}

		.block-wishlist .price-box .price { font-family: Arial, Helvetica, sans-serif; font-weight: normal;}

		.block-wishlist .btn-remove {
			position: absolute; right: 0; top: 0;
			width: 14px; height: 14px;
			background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/btn_remove_small_sprite.png'); background-position: 0 100%;
		}		
		.block-wishlist .btn-remove:hover {background-position: 0 0;}
			/* inverted (default) */
			.block-wishlist .btn-remove.icon-white {background-position: 0 0;}
			.block-wishlist .btn-remove.icon-white:hover {background-position: 0 100%;}

	/* Block subscribe */
		.block-subscribe .block-title {padding-bottom: 20px;}
		.block-subscribe .form-subscribe-header {padding-bottom: 8px;}
		

	/* Block viewed */
		.block-viewed .block-content li.item { padding: 0 0 22px;}
		.block-viewed .block-content li.item.last { padding: 0;}

		.block-viewed .product-image {float: left;}
		.block-viewed .product-image, .block-viewed .product-image:hover {background: transparent;}

		.block-viewed p.product-name {font-weight: bold; text-transform: uppercase; margin: 0 0 0 60px;}
		.block-viewed li a { margin: 0;padding: 0;text-decoration: none;}
		.block-viewed li a:hover { background-color: transparent; color: rgba(0,0,0,.6);}


	/* Block reorder */
		.block-reorder .product-name {margin: 0px 0 3px 20px;}
		.block-reorder .product-name a {text-decoration: none; display: inline-block; padding: 4px 8px 3px; margin: -3px 0 0 -4px;}

		.block-reorder button.button span, .block-reorder .actions a {font-size: 12px;}
		.block-reorder button.button span {padding: 0 13px;background: none; height: 30px; line-height: 30px;}
		.block-reorder button.button span span {padding: 0;}

	/* Block currently shopping */
		.block-currently-shopping .block-subtitle {margin: 0;padding: 15px 0 18px;}
		.block-currently-shopping li { position: relative; padding: 3px 0 11px 33px; clear: both;}
		.block-currently-shopping .btn-remove { position: absolute; left: 0; top: 0; float: left; margin: 0;}

	/* Block compare */
		.block-compare li { padding: 3px 0 11px; clear: both;}
		.block-compare p.product-name { margin: 0; padding-left: 26px;}
		.block-compare a {text-decoration: none; }

		.block-compare p.product-name a { display: inline-block; padding: 4px 8px 3px;margin: -4px 0 0 0;}
		.block-compare .btn-remove { float: left; margin: -3px 0px 0 0;}

		.block-compare p.empty {margin: 0;}

	/* Block tags */
		.block-tags .block-title {padding-bottom: 3px;}
		.block-tags .block-content {margin:15px 0 0 -6px;}
		.tags-list li a { display: inline-block; padding: 2px 6px; text-decoration: none;}

	/* Block poll */
	 	.block-poll	.block-subtitle {
	 		position: relative;
	 		margin: 0 -20px 10px; padding: 11px 40px 12px 71px;
	 		background: #000;
	 		vertical-align: middle;
	 		color: #fff;
	 		font-size: 12px; font-weight: normal;
	 		line-height: 18px;
	 	}
	 	.block-poll	.block-subtitle:before {
	 		content: 'Q:';
	 		position:absolute; left: 0; top: 50%;
	 		margin-top: -17px;
	 		width: 68px;
	 		font-weight: 700; font-size: 20px; line-height: 30px;
	 		text-align: center;
	 	}
	 	.block-poll ul {padding-top: 3px;}
	 	.block-poll li { padding: 4px 1px;}
	 	.block-poll .label { margin-left: 23px;}

	 	.block-progress .block-title { border-bottom: 1px solid #d5d5d5; padding: 16px 0 17px;}
	
	/* Block compare */
		.block-compare {padding-right: 15px;}
		.block-compared p.product-name {margin: 0;}
	
	/* Block progress */
		.block-progress dt a {
			background: #ffe51e;
			padding: 4px 6px;
			line-height: normal;
			text-align: center;
			text-transform: uppercase;
			display: inline-block;
			color: #000;
			text-decoration: none;
		}
		.block-progress dt a:hover {background-color: #000;color: #fff;}
		.block-progress dd {margin-bottom: 10px;}


/* Checkout page right column */
	body.checkout-onepage-index .col-right {  margin-top: 74px;}
	body.checkout-onepage-index .grid_13 .page-title {padding-top: 11px;}
	body.checkout-onepage-index .block .block-content {padding: 17px 0 0 3px;}

		/* block-progress */
		.block-progress dt {line-height: 30px;}

/* send friend */
.send-friend .form-list li .field {padding-bottom: 5px;}
.send-friend .form-list li.additional-row {border-color: #eaeaea;}
.send-friend .form-list li.additional-row .field {clear: both;}
.send-friend  #add_recipient_button button.button {margin-right: 10px;}
.send-friend .form-list p {margin-bottom: 0;}
.send-friend p.limit { display: inline-block; margin: 6px 0 0 10px;}

/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Sorter */
.sorter { border:0; padding:12px 12px 2px; margin:0 0 8px; background: #f8f8f8; color: #acacac;}
.sorter .current {color: #fff;}
.sorter .sort-by { float:left; margin-right: 10px; margin-bottom: 10px;}
.sorter .sort-by-wrap { float: left; margin-right: 1px; padding: 0;}
.sorter .sort-by label {padding-right: 3px;}

.sorter a.sort-by-arrow { overflow: hidden;}
.sorter a.sort-by-arrow img { margin-top: -29px; 		border: 0; -webkit-box-shadow: none; -webkit-border-radius:0;}
.sorter a.sort-by-arrow:hover img { margin-top: 0;}
	/* iverted */
	.sorter a.sort-by-arrow.icon-white img { margin-top: 0; }
	.sorter a.sort-by-arrow.icon-white:hover img { margin-top: -29px;}

.sorter .sort-by-wrap, .sorter .view-mode, .sorter .limiter {
	height: 29px;
	background-color: #000;
	line-height: 29px;
}
.sorter .view-mode {margin: 0 10px 10px 0;}
.sorter a.sort-by-arrow, .view-mode .grid, .view-mode .list {
	float:left;
	width: 29px; height: 29px;
	background-color: #000;
	text-align: center;
	line-height: 29px;
}

.view-mode label { float:left; padding: 0 9px 0 10px;}
.view-mode .grid { width: 31px; background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_grid_mode.png); background-repeat: no-repeat;}
.view-mode .list { width: 31px; background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_list_mode.png); background-repeat: no-repeat;}
.view-mode .grid, .view-mode .list {color: transparent; font-size: 0; line-height: 0; text-indent: 100%;}

.view-mode .grid, .view-mode .list { background-position: 0 -29px; background-color: #ffe51e;}
.view-mode a.grid:hover, .view-mode a.list:hover, .view-mode strong.grid, .view-mode strong.list { background-position: 0 0;}
	/* inverted */
	.view-mode.icon-white .grid, .view-mode.icon-white .list { background-position: 0 0;}
	.view-mode.icon-white a.grid:hover, .view-mode.icon-white a.list:hover, .view-mode.icon-white strong.grid, .view-mode.icon-white strong.list { background-position: 0 -29px;}


.sorter .limiter { float: left; margin-bottom: 10px;}

/* Pager */
.pager { border:0; padding:12px; margin:0 0 0; text-align:left; background: #f8f8f8;}
.pager .amount {margin: 0; padding: 0 0 0 6px; line-height: 29px}
.pager .pages { float: right; margin:0; line-height: .7;}
.pager .pages ol { display: inline-block;}
.pager .pages li {display: inline-block;margin-left: 2px;}
.pager .pages li, .pager .pages li a { color: #5b5a5a;}
.pager .pages li a { text-decoration: none;}
.pager .pages li, .pager .pages li a {
	float: left; overflow: hidden;
	width: 29px; height: 29px;
	text-align: center;
	line-height: 29px;
}
.pager .pages li a img { margin-top: -29px;}

.pager .pages li a:hover, .pager .pages li.current { background: #ffe51e; color: #5b5a5a;}
.pager .pages li a:hover img { margin-top: 0;}
.pager .pages li a.previous , .pager .pages li a.next { line-height: normal;}

.pager .pages li a.icon-white img { margin-top: 0;}
.pager .pages li a.icon-white:hover img { margin-top: -29px;}

.pager .current { color: #fff;}
.pager .limiter {
	margin: 0 0 0 20px;
	height: 29px;
	background-color: #000;
	line-height: 29px;
	color: #acacac;
}
.pager .over { color:#5c5523; }
.pager .over .current { color:#000; }

/* Toolbar */
.toolbar {margin-bottom: 21px;}
.products-grid + .toolbar-bottom > .toolbar {margin-bottom: 0;}


.toolbar-switch .toolbar-dropdown { display:none; }
.toolbar-switch select { display:none; }

.toolbar-switch .toolbar-title {position:relative; z-index:4; padding:0 40px 0 10px; background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/selectbox_arrow.png'); background-repeat: no-repeat;}

	.toolbar-switch .toolbar-title { background-position: right -27px;}
	.over .toolbar-title { background-position: right 0;}
		/* inverted */
		.toolbar-switch.icon-white .toolbar-title { background-position: right 0;}
		.over.icon-white .toolbar-title { background-position: right -27px;}


.toolbar-dropdown { border-top: 1px solid #f8f8f8; background:#202020; padding:6px 9px 8px; display:none; position:absolute; z-index:5; box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.2);}
.toolbar-dropdown ul li a { 
	display:inline-block;  
	margin:0; padding:3px 29px;
	background: url("https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/arrow_item.gif") 13px 10px no-repeat;
	color: #fff;
	text-decoration:none;
	line-height:20px;
}
.toolbar-dropdown ul li a:hover, .toolbar-dropdown ul li.selected a { background-color: #ffe51e; color: #000;}

.sorter .over { color:#5c5523; }
.sorter .over .current { color:#000; }

/* Class: std - styles for admin-controlled content */
	.std { color: #494847;}
	.std a { display: inline-block; padding: 1px 4px 1px; color: #000; text-decoration: none;}
	.std a:hover { background-color: #000; color: #fff; text-decoration: none;}

	.std ul {padding-left: 18px;}
	.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {margin: 0 0 18px;}
	.std li {margin-bottom: 2px; line-height: 18px;}
	.std li p {margin: 0;}
	.std li p img {margin-top: 10px;}

	.std ul.no-bullets { list-style: none; padding-left: 0 }

	.std ul.ox_list_inline,
	.std ul.buttons {list-style: none;padding: 0;margin: 0;}
	.std ul.ox_list_inline li,
	.std ul.buttons li {display: inline-block;margin: 0 8px 0 0;}

	.std dl dt { margin-bottom: 8px; color: #000; text-transform: uppercase;}
	.std dl dd { margin: 0 0 18px; padding: 0;}

	.std h1, .std .h1 { font-size: 28px;}
	.std h2, .std .h2 { font-size: 20px;}
	.std h3, .std .h3 { font-size: 18px;}
	.std h4, .std .h4 { font-size: 16px;}
	.std h5, .std .h5 { font-size: 14px;}
	.std h6, .std .h6 { font-size: 12px;}

	.std h1, .std h2, .std h3, .std h4, .std h5, .std h6,
	.std .h1, .std .h2, .std .h3, .std .h4, .std .h5, .std .h6 {
		color: #000;
		font-weight: 800;
		text-transform: uppercase;
		word-break: break-word;
	}

	.std h1, .std h2, .std h3, .std h4, .std h5, .std h6 {
		margin: 0 0 10px -1px;
	}

	/* for table */
	.std .data-table thead th { color: #000;}
	.std .data-table tbody th { 
		padding: 13px 19px;
		color: #000;
		font-size: 13px;		
		text-transform: uppercase;
	}


/* Category Page ========================================================================= */

.category-title { padding-bottom: 25px;}
.category-products .product-name, .category-products .price-box {
	font-weight: 800; font-size: 15px; line-height: 1.1;
	text-transform: uppercase;
}

.main .category-image {margin:0 0 20px;}
.main .category-image img {max-width: 100%; height: auto;}

.product-image { position: relative;}
.new-label, .sale-label { 
	position: absolute; z-index: 2; background: #00b9d5; padding:0 7px; color: #fff; 
	font-size: 14px; 
	font-weight: 600;
	line-height: 24px;
}
.new-label { background: #f64126;}

.product-view .product-img-box .new-label, .product-view .product-img-box .sale-label {
	padding: 4px 14px 6px;
	font-size: 15px;
	font-weight: 800;
}

.label-top-right { top: 0; right: 0;}
.label-bottom-left { bottom: 0; left: 0;}
.label-bottom-right { bottom: 0; right: 0;}

.category-description { margin-bottom: 20px;}

/* View Type: Grid */
.products-grid li.item { 
	position: relative;
	float: none; display: inline-block;
	margin-bottom: 21px; margin-right: -3px;
	width: 217px;
	vertical-align: top;	
}
.products-grid li.item .item-wrap {padding:9px 9px 6px;}

.products-grid .product-image { width:auto; height:auto; margin:0 auto 9px; text-align: center;}
.products-grid .product-image, .products-grid:hover .product-image {background: transparent;}
.products-grid .product-image img {	max-width:100%;	height:auto;}
.products-grid .product-image img.additional_img {position: absolute; z-index: 1; top:0; left:0; right:0; margin: 0 auto; display: none; }
.products-grid .product-image img.swatch_img {position: absolute; z-index: 2; top:0; left:0; right:0; margin: 0 auto; }

.products-grid .product-hover { display: inline-block;}

.products-grid .product-name { margin:0; padding:0; display: inline-block; position: relative; z-index: 1;}
.products-grid .product-name:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: -1;}
.products-grid .product-name a {text-decoration: none; display: inline-block; padding: 3px 6px 4px 5px;}

.products-grid h2.product-name { word-break: break-word;}

.products-grid .price-box { margin: 0 0 0; padding: 0px 6px 4px 5px; top: -4px; vertical-align: top; display: inline-block; position: relative; z-index: 1;}
.products-grid .price-box:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: -1;}

.products-grid .minimal-price-link { text-decoration: none; background-color: transparent;}
.products-grid .minimal-price-link .label, .products-grid .minimal-price-link .price {display: inline-block;}

.products-grid .price-box span.price-label, .products-grid .price-box .minimal-price-link .label { text-transform: none; font-size: 14px;}

.products-grid .actions {
	position: absolute; z-index: 1; left: 0; right: 0; top:96px; bottom: inherit;
	margin: 0 auto;
	width: 129px; 
	/*height: 43px;*/
	color: #fff;
	vertical-align: top;
	}
	.product-columns-4 ul.products-grid .actions {top: 73px;}
	.product-columns-5 ul.products-grid .actions {top: 57px;}

.products-grid .actions li button.button, .products-grid .actions li button.button span,
.products-grid .actions .add-to-links .link-wishlist,
.products-grid .actions .add-to-links .link-compare {
	display: inline-block;
	margin: 0;
	width: 43px; height: 43px;
	color:transparent; font-size: 0; line-height: 0; text-indent: 100%;
	vertical-align: top;
}
.products-grid .actions li button.button {margin-right: -3px;}
.products-grid .actions li button.button span {
	display: block; padding: 0; margin: 0;
	white-space: normal; background: none; 
}


.actions .add-to-links {margin: 0;}
.products-grid .actions {display: none}
.products-grid .actions .add-to-links {float: left;vertical-align: top;}
.products-grid .actions .add-to-links li { float: left; width: 43px; background: #141414; margin:10px 0 0; opacity: 0; visibility: hidden }

.products-grid .actions .add-to-link .separator {display: none;}
.products-grid .actions li button.button { background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_cart.png'); background-repeat: no-repeat;}
.products-grid .actions li button.button span:before, .products-grid .actions li button.button span:after {background:transparent none;}
.product-view .products-grid .actions li button.button span:before, .product-view .products-grid .actions li button.button span:after {background:transparent none;}

.products-grid .actions .add-to-links .link-wishlist { background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_wishlist.png'); background-repeat: no-repeat;}
.products-grid .actions .add-to-links .link-compare { background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_compare.png'); background-repeat: no-repeat;}

	.products-grid .actions li button.button, 
	.products-grid .actions .add-to-links .link-wishlist, 
	.products-grid .actions .add-to-links .link-compare { background-position: 7px -28px;}
	/* hover */
	.products-grid .actions li button.button:hover, 
	.products-grid .actions .add-to-links .link-wishlist:hover, 
	.products-grid .actions .add-to-links .link-compare:hover {	background-position: 7px 8px;}
		/* inverted */
		.products-grid .actions li button.button.icon-white, 
		.products-grid .actions .add-to-links .link-wishlist.icon-white, 
		.products-grid .actions .add-to-links .link-compare.icon-white { background-position: 7px 8px;}
		/* inverted hover */
		.products-grid .actions li button.button.icon-white:hover, 
		.products-grid .actions .add-to-links .link-wishlist.icon-white:hover, 
		.products-grid .actions .add-to-links .link-compare.icon-white:hover { background-position: 7px -28px;}


.products-grid .actions .out-of-stock {
    display: inline-block;
    font-size: 10px;
    height: 25px;
    line-height: 13px;
    padding: 9px 0;
    text-align: center;
    vertical-align: middle;
}

.products-grid .ratings {
	position: absolute; z-index: 1; left: 9px; top:0;
	margin: 0; padding: 7px 7px 8px;
	background: #000;
	opacity: 0;
}
.products-grid .ratings .rating-box { margin-right:0;}
.products-grid .ratings .amount {display: none;}

.products-grid .btn-cart-container {margin: 5px 0 3px; }
.products-grid button.btn-cart span {height: 40px; line-height: 40px; padding: 0 16px 0 7px; }
.products-grid button.btn-cart span span { padding:0 0 0 34px; font-size: 12px; background: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_cart.png') 0 -31px no-repeat; overflow: hidden}
.no-touch .products-grid button.btn-cart:hover span span { background-position:0 5px}
/* inverted */
.products-grid button.btn-cart.icon-white span span { background-position:0 5px;}
.no-touch .products-grid button.btn-cart.icon-white:hover span span { background-position: 0 -31px;}

.product-columns-2 .products-grid li.item { width: 50%;}
.product-columns-3 .products-grid li.item { width: 33.3333%;}
.product-columns-4 .products-grid li.item { width: 25%;}
.product-columns-5 .products-grid li.item { width: 20%;}
.product-columns-6 .products-grid li.item { width: 16.6666%;}
.product-columns-7 .products-grid li.item { width: 14.2857%;}

/* View Type Grid hovers */
.products-grid li.item.hover {background-color: #f0f0f0; -webkit-user-select: none; -webkit-touch-callout: none}
.products-grid li.item.hover .product-name.animate-me:after,
.products-grid li.item.hover .price-box.animate-me:after { width: 100%; background: #000;}
.products-grid li.item.hover .product-hover .animate-me a { color: #fff; background: transparent}
.products-grid li.item.hover .product-hover .animate-me p { color: #fff;}
.products-grid li.item.hover .product-hover .animate-me .price { color: #ffe51e;}
.products-grid li.item.hover .actions {display:block}
.products-grid li.item.hover .actions .add-to-links li.animate-me { margin:0; opacity: 1; visibility: visible}
.products-grid li.item.hover .ratings {opacity: 1; top: 9px}
.products-grid li.item a:hover {text-decoration:none; }

/* View Type: List */
.products-list li.item { position: relative; padding:31px 0; margin: 0; border-bottom-color: #f0f0f0;}
.products-list li.item .product-image {margin-bottom: 0; max-width: 40%;}
.products-list li.item:first-child {padding-top: 0;}

.products-list .product-image {width:auto; height:auto; text-align: center;}
.products-list .product-image, .products-list:hover .product-image {background: transparent;}
.products-list .product-image img { max-width:100%; height:auto;}
.products-list .product-image img.additional_img {position: absolute; z-index: 1; top:0; left:0; display: none;}
.products-list .product-shop { margin: 0; padding: 0 0 0 26px; overflow: hidden }
.products-list .product-name { margin: 0 0 5px; padding: 0px 0 0 3px;}
.products-list .product-name a { text-decoration: none; padding: 2px 7px 3px 6px; margin-left: -6px; display: inline-block;}
.products-list .product-name a:hover { background: #000; color: #fff;}
.products-list .product-shop .price-box { /*display: inline-block;*/display: block; float: none; margin: 0 0 10px; padding: 0 0 8px 3px;}

.products-list .product-shop .price-box .price-from span, .products-list .product-shop .price-box .price-to span {display: inline-block;}
.products-list .product-shop .price-box .price-to {margin-bottom: -8px;}

.products-list .minimal-price-link {text-decoration: none; margin-top: 4px; padding: 4px 4px 3px;margin-left: -4px;}
.products-list .minimal-price-link span {display: inline-block;}
.products-list .ratings {clear: both; margin: 2px 0 12px 4px; font-size: 11px; line-height: 1; vertical-align: top;}
.products-list .ratings .rating-box { float: none; display: inline-block; margin-top: -2px; margin-right: 3px; background-color: #000; padding: 7px 7px 8px;}
.products-list .rating-box {background-position: 7px 7px;vertical-align: middle;}
.products-list .ratings .rating-links { display: inline-block;}
.products-list .ratings .rating-links a { text-decoration: none; line-height: 1.5;}

.products-list .desc { padding: 2px 0 0 3px; margin: 0 0 10px;}
.products-list .desc a.link-learn { font-size: 12px; margin-top: 11px;}

.products-list .product-shop .add-to-links { margin-top: 12px;}


.products-list .product-shop .add-to-links a {height: auto;}
.products-list .link-wishlist, .products-list .link-compare {
	position: relative;
	display: inline-block;
	padding-left: 45px;
	width: 65px;
	font-size: 14px; line-height: .9;
	text-transform: uppercase; text-decoration: none;
	vertical-align: middle;
	margin-bottom: 8px;
}
.products-list .link-wishlist .link_i, .products-list .link-compare .link_i {
	position: absolute; left: 0; top: -4px;
	display: inline-block;
	width: 34px; height: 34px;
}
.products-list .link-wishlist .link_i { background: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_wishlist.png') no-repeat 2px -34px;}
.products-list .link-compare  .link_i { background: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_compare.png') no-repeat 2px -34px;}
.products-list .link-wishlist:hover .link_i, .products-list .link-compare:hover .link_i { background-color: #000; background-position: 2px 2px;}

.products-list .add-to-links button.button { margin: 2px 0px 8px 29px; vertical-align: middle;}
.products-list .add-to-links button.button span {
	padding-left: 5px; padding-right: 13px;
	height: 34px;
	line-height: 34px;
}
.products-list .add-to-links button.button span span {
	padding-left: 34px; padding-right: 0;
	background: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_cart.png') no-repeat 0 -34px;
}
.products-list .add-to-links button.button:hover span span { background-position: 0 2px;}
.products-list .add-to-links button.button.icon-white span span {background-position: 0 2px;}
.products-list .add-to-links button.button.icon-white:hover span span {background-position: 0 -34px;}
.products-list .add-to-links .separator { display: none;}
.products-list .ratings .rating-links .separator { color: #c5c4c4;}


.col3-layout .products-list .add-to-links li.first { display: block; float: none; margin: 0 0 10px}


/* View Type Grid hovers */
.products-list a.link-wishlist:hover,.products-list a.link-compare:hover {color: #000;}

.catalog-product-compare-index {background-color: transparent;}
.catalog-product-compare-index .data-table a.product-image {float: left;margin-right: 10px;}
.catalog-product-compare-index .ratings {height: 10px;}
.catalog-product-compare-index button.btn-cart {margin: 5px 0;}
.catalog-product-compare-index button.btn-cart span { padding: 0 12px 0 5px; height: 34px; line-height: 34px;}

.catalog-product-compare-index button.btn-cart span span { padding:0 0 0 31px; background-position: 0 -34px;}
.catalog-product-compare-index button.btn-cart:hover span span { background-position:0 3px;}
	/* inverted */
	.catalog-product-compare-index button.btn-cart.icon-white span span { background-position:0 3px;}
	.catalog-product-compare-index button.btn-cart.icon-white:hover span span { background-position: 0 -34px;}

/* ======================================================================================= */

.checkout-cart-index .main .cart-empty {padding-bottom: 6px;}
.checkout-cart-index .main .cart-empty p {margin-bottom: 0;}

/* Product View ========================================================================== */

.product-view .product-category-title h3, .product-name h1 { font-weight: 800; text-transform: uppercase;}
.product-view .product-category-title {margin:0px 0 31px; padding: 20px 0 22px; border-bottom: 1px solid #d5d5d5; border-bottom-color: rgba(213,213,213,0.61)}
.product-view .product-category-title h3 { font-size:48px; margin-left: -2px;}

/* when breadcrumbs on, add "~" & clear top indent for title */
	.breadcrumbs ~ .product-view .product-category-title { padding-top: 0;}



/* .col1-layout */ .main-container .product-view .product-shop { 
	position: relative; z-index: 0; float: none; width: auto; overflow: hidden; margin: 0;
	/* for test position p.no-rating */
		left: -5px;
		padding-left: 5px;
}
		/* for test position p.no-rating */
		.main p.no-rating {margin: 13px 0 0 -4px;}

.product-name h1 {font-size: 24px;}

.product-view .product-name h1 {line-height: 1;}

.product-view .sku {margin:3px 0 0;}
.product-view .availability {margin:0; line-height: 10px }
.product-view .availability span {font-weight: 300}
.product-view .short-description {margin: 14px 0 0;line-height: 1.5;}
	.product-view .short-description .std ul {padding-left: 8px;}
	.product-view .short-description .std ul br {display: none;}
.product-view .add-to-box { margin: 26px 0 0; }
.product-shop .add-to-links {  margin: 21px 0 0 -25px;}
.product-shop .add-to-links a {
	position: relative;
	display: inline-block;
	padding: 0 0px 0 45px; margin-left: 25px;
	width: 100px;
	height: 34px;
	font-weight: 600; font-size: 14px; line-height: 1.3;
	text-transform: uppercase; text-decoration: none;
	vertical-align: middle;
}
.product-shop .add-to-links a.link-email-friend {padding-right: 0;}
.product-shop .add-to-links a .link_i { position: absolute; left: 0; top: -4px; display: inline-block; width: 34px; height: 34px;}

.product-shop .link-wishlist .link_i { background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_wishlist.png'); background-repeat: no-repeat;}
.product-shop .link-compare .link_i { background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_compare.png'); background-repeat: no-repeat;}
.product-shop .link-email-friend .link_i { background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_email.png'); background-repeat: no-repeat;}

.product-shop .add-to-links a .link_i { background-position: 2px -33px;}
.product-shop .add-to-links a:hover { color: #000;}
.product-shop .add-to-links a:hover .link_i { background-color: #000; background-position: 2px 3px;}
	
	.product-shop .add-to-links a.icon-white .link_i {background-color: #000; background-position: 2px 3px;}
	.product-shop .add-to-links a.icon-white:hover .link_i { background-position: 2px -33px;}



/* Product view with 1 column */
	/* div.grid_13 .product-view .product-shop .add-to-links a {padding-right: 22px;} */
/* Product view with 2 column */
	.col3-layout .product-view .product-img-box {margin-bottom: 20px;}

.product-shop .social { margin: 13px 0 0; padding: 24px 0 0; border-top: 1px solid #eaeaea;}
.product-shop .social .f-left, .product-shop .social span { margin:0 8px 0 0;}

.product-options {padding: 0; margin: 20px 0 0; width: 100%; border: 0; background-color: transparent; }
.product-options p.required {margin: 0}
.product-options-bottom { margin: 27px 0 0; padding: 0; border: 0; clear: both;}

.product-options dl {clear: both;}
.product-options dl dt { float: left; width: 15%;}
.product-options dl dt label { font-weight: 800; font-size: 14px; text-transform: uppercase;}
.product-options dl dt label em{ font-style: normal; padding-right: 5px}
.product-options dl dd { float: left; width: 85%; margin: 0 0 16px;}

.product-options dl .qty-holder label {padding-right: 8px;}
.product-options dl .price-notice { position: absolute; right: 0; top: 0; float: right;}
.product-options dl .input-box {margin-bottom: 10px; position: relative;}
.product-options dl dd.last .input-box {margin-bottom: 0}
.product-options dl .price-notice .price {float: right;padding-left: 5px;}

.product-options dl ul.options-list li {margin-bottom: 10px; position: relative;}
.product-options dl ul.options-list .label {
	margin-right: 18%;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.1;
	text-transform: uppercase;
}
.product-options p.required {clear: both;}

	.product-shop .product-options {width: inherit;}
	.product-shop .product-options dl dt {float: none;width: inherit;padding-bottom: 6px; position: relative;}
	.product-shop .product-options dl dd {float: none;width: inherit;}
	.product-shop .product-options dl dt, .product-shop .product-options dl dd {border-top: 0; margin-top: 0; padding-top: 0;}

.short-description ul {margin-bottom: 0;}

/* Product Images */
.product-view .product-img-box { position: relative; margin: 0 26px 0 0;}
.product-view .product-img-box .product-image { border: none; margin: 0; overflow: visible }

.product-view .product-img-box .product-image a { background: none;}

.content-container .product-view .more-views .carousel-slider a { position: relative; display: block; background: transparent;}
.content-container .product-view .more-views .carousel-slider a img { display: block; max-width: 100%; height:auto; margin:auto; position: relative; z-index: 1; }
.content-container .product-view .more-views .carousel-slider a span{ display: block; position: absolute; z-index: 2; width: 100%; height: 100%; border : 9px solid transparent;box-sizing: border-box;}
.content-container .product-view .more-views .carousel-slider a:hover span{ border-color: #ddd; border-color: rgba(0,0,0,0.09);}


.product-view .product-img-box .product-image-zoom {overflow: hidden}
.product-view .product-img-box .zoom { position:absolute; z-index:10; right:11px; height:30px; margin:-41px 0 0; padding: 0; background:none }
.product-view .product-img-box .zoom .btn-zoom-out,
.product-view .product-img-box .zoom .btn-zoom-in { position:relative; display:inline-block; width: 30px; height: 30px; background: #000 url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/zoom_icons.png') 100% 0 no-repeat }
.product-view .product-img-box .zoom .btn-zoom-out {margin:0 2px 0 0; background-position:0 0 }
.product-view .product-img-box .zoom .btn-zoom-out:hover,
.product-view .product-img-box .zoom .btn-zoom-in:hover {background-color:#ffe51e; background-position:100% 100%}
.product-view .product-img-box .zoom .btn-zoom-out:hover {background-position:0 100%}
.product-view .product-img-box .zoom-notice,
.product-view .product-img-box .zoom #track {display: none}
.product-view .product-img-box .zoom #handle {background: none}
.product-view .product-img-box .more-views { position: relative; margin: 11px 0 0 }
.product-view .product-img-box .more-views ul {margin:0 }
.product-view .product-img-box .more-views li {padding: 0; margin: 0; background:transparent none; }
.product-view .product-img-box .more-views ul.slides li {float:none; display: block; padding: 0 5px; }
.product-view .product-img-box .more-views-nav a {position: absolute; z-index: 3; top:50%; display:block; width: 26px; height: 26px; margin:-13px 0 0; padding: 0; line-height:26px; background:#000 url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/slider_arrows.png') 2px 0 no-repeat; overflow:hidden; text-indent: 99em; }
.product-view .product-img-box .more-views-nav a.prev{left:-5px; }
.product-view .product-img-box .more-views-nav a.next{ right:-5px; background-position: -17px 100%; }
.product-view .product-img-box .more-views-nav a:hover{background-color:#fff; background-position: -18px 0 }
.product-view .product-img-box .more-views-nav a.next:hover{background-position: 3px 100%; }
.product-view .product-img-box .more-views-nav a.disabled { background-color:#999 }
.product-view .product-img-box .more-views-nav a.disabled:hover { background-color:#999; background-position: 2px 0 }
.product-view .product-img-box .more-views-nav a.next.disabled:hover { background-position:-17px 100% }
.product-view .dedicated-review-box .title-container button.button {margin-top: 6px;}
.product-view .product-slider-container {margin: 63px 0 0;}
.product-view .dedicated-review-box {margin: 65px 0 0;}

.product-view .availability.in-stock {padding: 10px 0;}
.product-view .f-left .availability.in-stock {padding: 1px 0 0;}


/* Product reviews */
.product-view .ratings { font-size: 12px; line-height: 23px; margin:10px 0 0; }
.product-view .ratings .rating-box { padding: 7px 7px 8px; margin: 0 7px 0 0; background-color: #000; background-position: 7px 7px;}
.product-view .ratings a { text-decoration: none; line-height: 1.35;}
.product-view .ratings .rating-links .separator { margin: 0 3px; color: #c5c4c4; }

.dedicated-review-box {margin: 50px 0 0;}
.dedicated-review-box .title-container { margin: 0; }
.dedicated-review-box .title-container h3{ float: left; padding: 0; font-size: 35px;}
.dedicated-review-box .title-container button.button { margin: 4px 0 0 10px; float: left;}
.dedicated-review-box .title-container button.button span { height: 29px; font-weight: 800; font-size: 15px; line-height: 28px; padding: 0 8px;}
.dedicated-review-box .title-container button.button span span {padding: 0;}

.dedicated-review-box .average-rating {margin: 25px 0 0; padding: 25px 0 0; border-top: 1px solid #eaeaea}
.dedicated-review-box .average-rating strong { font-weight: 700; font-size: 18px; line-height: 18px; text-transform: uppercase; color: #000;}
.product-view .dedicated-review-box .average-rating strong {letter-spacing: -0.055em;}

.dedicated-review-box .average-rating .rating-large,
.dedicated-review-box .average-rating .rating-large .rating { height: 21px; margin: 0; padding: 0; background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/bkg_rating_large.png') }
.dedicated-review-box .average-rating .rating-large { width: 130px; margin: 7px 0 10px; }
.dedicated-review-box .average-rating .ratings-table { margin:-2px 0 0 49px; }
.dedicated-review-box .average-rating .ratings-table th { padding: 0; font-weight: 300; }
.dedicated-review-box .average-rating .ratings-table th span { display: block; margin: 0 0 3px; padding: 0 19px 0 8px; background: #f8f8f8; line-height: 22px; height: 23px; font-size: 12px;}
.dedicated-review-box .average-rating .ratings-table td { padding: 0 }
.dedicated-review-box .average-rating .ratings-table .rating-box { margin: 0 3px 3px 0; padding: 7px 8px 8px 7px;}

.dedicated-review-box ol.reviews-list {margin: 20px 0 0; border-top: 1px solid #eaeaea;}
.dedicated-review-box ol.reviews-list li {padding: 30px 0 0; }
.dedicated-review-box ol.reviews-list li .review-title { margin: 0; padding: 0; font-weight: 700; font-size: 18px; line-height: 18px; text-transform: uppercase; color: #000; }
.dedicated-review-box ol.reviews-list li .rating-box { display: inline-block; vertical-align: bottom; padding: 7px 8px 8px 7px; margin: 0 11px 0 0; background-color: #000; background-position: 7px 7px; }
.dedicated-review-box ol.reviews-list li .review-info {margin: 10px 0 0; line-height: 19px;}
.dedicated-review-box ol.reviews-list li .review-info .separator {display: inline-block; width: 1px; height: 11px; margin:0 10px 0 11px; line-height: 11px; background: #c0c0c0; vertical-align: middle }
.dedicated-review-box ol.reviews-list li p {margin:12px 0 0; font-size: 14px; line-height: 1.6; }

.add-review {margin: 25px 0 0; padding: 25px 0 0; border-top: 1px solid #eaeaea}
.add-review .form-add { width: 498px;}
.add-review h2,
.add-review h4 { display: inline-block; margin: 0; padding: 0; font-weight: 700; font-size: 24px; line-height:24px; text-transform: uppercase; color: #000; }
.add-review h4 {margin: 4px 0 0; font-size: 18px; line-height: 18px;}
.add-review h4 em {color: #ff0000;}
.add-review .data-table {
	margin: 23px 0 0;
	border: solid #000; border-width: 12px 12px 10px 22px;
	background: #000;
		display: block;
		width: auto;
}

.add-review .data-table th, .add-review .data-table td { padding: 6px 0; line-height: 16px; color: #fff; }
.add-review .data-table th { font-weight: 300; padding-right: 14px; }
.add-review .data-table td.selected-value { padding-left: 9px; font-weight: 700; vertical-align: middle;}
.add-review .data-table td input { display: none; }
.add-review .rating-radio { display: block; margin: 0 3px 0 0; width: 38px; height:18px; background: #4d4d4d; cursor: pointer; }
.add-review .rating-radio.active { background-color:#ffe51e; }
.add-review .form-list { margin:10px 0 0; padding: 22px 20px 0px 23px; background: #f4f4f4; }
.add-review .form-list li { margin:0;padding-bottom: 18px; }
.add-review .form-list label { width:80px; height: 30px; line-height: 28px; font-weight: 300; color: #626261; color: rgba(0,0,0,0.67); word-break:break-word;}
.add-review .form-list label.summary { line-height: 1.2; height: auto; }
.add-review .form-list textarea { width: 100%; }
.add-review .form-list div.input-box { clear: none; width: inherit; overflow: hidden;}
.add-review .form-list div.button-review-indent {padding: 2px 0 0 80px;}
.add-review .form-list em { display: none; }
	.add-review button.button span { height: 29px; font-weight: 800; font-size: 15px; line-height: 28px; padding: 0 8px;}
	.add-review button.button span span {padding: 0;}
	.add-review .form-list input.input-text, .form-list textarea {border-color: #dbdbdb;}
	.add-review .form-list textarea {height: 145px;}

/* Product Tabs */
.product-tabs-container h2.tab-heading {display:none}
.product-tabs { margin:50px 0 0; border:0; }
.product-tabs li { float:left; height:38px; line-height:37px; position:relative;}
.product-tabs a { 
	display:block; height:38px; padding:0px 13px; 
	font-size:15px;  font-weight: 800; text-transform: uppercase; text-decoration:none;}
.product-tabs li.active a,
.product-tabs a:hover { text-decoration:none;}
.product-tabs-content { position:relative; z-index:2; border:none; background:#f8f8f8; padding:17px 24px 19px 16px; margin:0;}
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold;}
.product-tabs-content h3, .product-tabs-content h4 {font-weight:800;}
.product-tabs-content h4 {margin:0 0 10px;}
.product-tabs-content .data-table td {padding-left:12px}
.product-tabs-content ul.disc li { width:auto; float:none; }

.product-tabs-accordion {display:none; margin:25px 0 30px; border:0; }
.product-tabs-container h2.tab-heading { height:38px; line-height:38px; margin:0; position:relative; background: #000;}
.product-tabs-container h2.tab-heading:hover { background-color:#ffe51e; }
.product-tabs-container h2.tab-heading a { display:block; height:38px; padding:0px 13px; background: #000; color:#fff; font-size:16px;  font-weight: 800; text-transform: uppercase; text-decoration:none;  }
.product-tabs-container h2.tab-heading a:hover,
.product-tabs-container h2.active a,
.product-tabs-container h2.active a:hover { background-color:#ffe51e; color:#000; text-decoration:none;}
.accordion-content {display:none; margin:0;}

.product-view .box-tags h3 {display: none;}
.product-view .box-tags p.note {margin-bottom: 0;}
.product-view .box-tags .form-add {margin:16px 0 0; padding: 16px 0 0; border-top:1px solid #e5e5e5; border-top-color:rgba(213, 213, 213, 0.53); }
.product-view .box-tags .form-add label { display: block; float:none; margin: 0 0 6px; font-size:15px;  font-weight: 800; text-transform: uppercase; letter-spacing: -0.05em}
.product-view .box-tags .form-add .input-box { margin:0 0 4px; width: 245px; }
.product-view .box-tags .form-add input.input-text {width: 100%;}
.product-view .box-tags button.button span { padding: 0 9px; font-size: 15px; font-weight: 900; line-height: 28px; letter-spacing: -0.05em;}
.product-view .box-tags button.button span span {padding: 0;}

.product-tags li { float: left; margin: 0 3px 3px 0;}
.product-tags li span.count{ display: none; }
.product-tags li a {display: inline-block; padding: 2px 6px; line-height: 19px; text-decoration: none; color: #fff;background: #000;}
.product-tags li a:hover {color: #000;background: #ffe51e;}

#product-attribute-specs-table {
	margin-top: 20px;
}

#product-attribute-specs-table th {padding: 13px 19px; vertical-align: top; background-color: #e6e6e6;}

#product-attribute-specs-table tr + tr th {border-top: 1px solid #fff;}

/* Qty buttons */
.qty-container {float: left; background: #f4f4f4; padding: 13px 13px 12px 14px; min-width: 139px;}
.qty-container .qty {width: 56px !important; text-align: right; float: right }
.qty-container label {float: right; line-height: 28px; padding: 0 17px 0 0; margin: 0; }
.product-view .qty-container label {color: #626261;}

.qty-container .qty-math {display: block; width:14px; height: 14px; margin: 0 0 2px 4px; padding: 0; background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/qty_math.png'); background-repeat: no-repeat; }
.qty-container .qty-dec { margin-bottom: 0 }

	.qty-container .qty-math { background-position: 0 100%;}
	.qty-container .qty-math:hover { background-position: 0 0;}
	.qty-container .qty-dec { background-position: 100% 100%;}
	.qty-container .qty-dec:hover { background-position: 100% 0;}
		/* inverted */
		.qty-container .qty-math.icon-white { background-position: 0 0;}
		.qty-container .qty-math.icon-white:hover { background-position: 0 100%;}
		.qty-container .qty-dec.icon-white { background-position: 100% 0;}
		.qty-container .qty-dec.icon-white:hover { background-position: 100% 100%;}

.add-to-cart .qty-container {margin-right: 5px;}
.add-to-cart button.button {margin-left: 0;}

.td-qty .qty-container{ float: none; background: transparent; padding: 0; width: 90px; min-width: inherit;}

/* Prevnext links */
.prev-next {float:right; margin:22px 0 0;}
.prev-next a {display:block; float:left; width: 26px; height: 26px; padding: 0; line-height:26px; background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/slider_arrows.png');  background-repeat: no-repeat; overflow:hidden; text-indent: 99em; }
.prev-next a + a {margin-left: 2px;}


	.prev-next a { background-color:#fff; background-position: -18px 0;}
	.prev-next a.product-prev { background-position: 3px 100%;}
	/* hover */
	.no-touch .prev-next a:hover { background-color:#000; background-position: 2px 0;}
	.no-touch .prev-next a.product-prev:hover { background-position: -17px 100%;}
		/* inverted */
		.prev-next a.icon-white { background-color:#000; background-position: 2px 0;}
		.prev-next a.product-prev.icon-white { background-position: -17px 100%;}
		/* inverted hover */
		.no-touch .prev-next a.icon-white:hover { background-color:#fff; background-position: -18px 0;}
		.no-touch .prev-next a.product-prev.icon-white:hover { background-position: 3px 100%;}

/* Rating */
.rating-box, .rating-box .rating { height:8px; background:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/bkg_rating.png) no-repeat;}
.rating-box { width:49px;}
.rating-box .rating { background-position: 0 100%;}
.main p.no-rating a {text-decoration: none;display: inline-block;padding: 1px 4px;}

/********** < Product Prices */
.price-box, .new-product .price-box .old-price .price, .sale-product  .price-box .old-price .price { color: #717171; line-height: 14px;}
.price-box .old-price, .price-box .special-price { display: inline-block;}
.price-box .price { font-weight: 600;} 
.price-box p { margin: 0;}
.new-product .price-box .price { color: #f64126;}
.sale-product .price-box .price { color: #00b9d5;}

.product-view .product-shop .price-box .price,
.product-options-bottom .price-box .price { font-size: 36px; line-height: 100%; font-weight: 400;}
.product-options-bottom .price-box .old-price .price,
.product-shop .price-box .old-price .price { font-size: 24px;}

.products-list .product-shop .price-box .old-price { margin-top: 0;}
.products-list .product-shop .price-box .old-price .price { font-size: 15px;}


.product-options-bottom .price-box-wrap,
.product-shop .price-box-wrap { margin:0 0 -3px; padding:16px 0 0;}
.product-shop .price-box { margin:0 25px 0 0;}
.product-options-bottom .price-box .old-price, .product-options-bottom .price-box .special-price,
.product-shop .price-box .old-price, .product-shop .price-box .special-price { display: block; float: left;padding-right: 5px;}
.product-options-bottom .price-box .old-price,
.product-shop .price-box .old-price { margin:8px 0 0;}
.product-options-bottom .price-label,
.product-shop .price-label { display: block;}
.product-options-bottom .price-box .old-price .price,
.product-shop .price-box .old-price .price { color:#bbb;}
.product-options-bottom .price-box { margin: 0 0 25px;}

.price-box-bundle {display: inline-block;}
.price-box-bundle .price-box p {margin-bottom: 9px;display: inline-block;}
.price-box-bundle .price-box p.price-from {margin-right: 25px;}
.price-box {display: inline-block;}

.product-shop  table.grouped-items-table .price-box {margin: 0;}

ul.tier-prices.product-pricing {margin-top: 14px;}

.add-to-links li, .products-list .add-to-links li {display: inline-block;}
.products-list .add-to-links li {vertical-align: middle;}


/* Regular price */
.regular-price { display: inline-block;}
/* ======================================================================================= */

/* Product review page =================================================================== */
.review-product-list .dedicated-review-box ol.reviews-list {margin:0; border: none;}
.review-product-list .pager {margin: 20px 0 0; }
.review-product-list .product-shop .buttons-set {margin: 20px 0 0; }
.review-product-list .product-shop .ratings-table {display: none }
/* ======================================================================================= */

/* My Account ============================================================================ */
.box-head, .box-title {	padding-bottom: 18px;}
/* ======================================================================================= */

/* text container for banners*/
.text-container { position: absolute; z-index: 1; margin: 17px 14px; display: none; }
.text-container br { clear:both; height:0; line-height: 0; font-size: 0;}
.text-container .text { position: relative; z-index: 1; display: inline-block; overflow: hidden; line-height:28px; padding:4px 8px 6px; margin: -8px 0 0; color:#fff; font-size:31px; font-weight:800; text-transform:uppercase; white-space: nowrap; -webkit-transform: translateZ(0);}
.text-container .text:first-child { margin-top: 0 }
.text-container .link { display: inline-block; overflow: hidden; padding: 3px 7px; margin:0 3px 0 6px; font-style: normal; white-space: nowrap; -webkit-transform: translateZ(0); }
.text-container .animation-wrapper {position: relative; z-index: 3; overflow: hidden; margin: -8px 0 0;}
.text-container .animation-wrapper:first-child { margin-top: 0 }
.text-container .animation-link { margin-top: 0 }
.text-container .text:before, .text-container .text:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: -1;}
.text-container .text:before { width: 100% }
.text-container .animate-me .text:after { width: 100%;}

/* product slider  */
.jcarousel-clip {overflow:hidden;}

.product-slider-container {border-top: 1px solid #d5d5d5; margin: 89px 0 0; -webkit-transform: translateZ(0);}
.product-slider-container a {padding: 0;}
.product-slider-container a.minimal-price-link { display: block;}
.product-slider-container ul {list-style:none; margin: 0; padding: 0;}
.title-container { text-align: center; line-height: 36px; margin: -19px 0 15px;}
.title-container h3 {
	display: inline-block;
	background: #fff;
	margin: 0;
	padding:0 24px;
	font-weight: 800; font-size: 36px; line-height: 36px;
	text-transform: uppercase;
	vertical-align:middle;
	color: #000;
}
.title-container .slider-nav { display:inline-block; padding:0 24px 0 0; margin-top: -1px; background: #fff; vertical-align:middle;}
.title-container .slider-nav li { display: inline-block; vertical-align: middle; margin: 0; padding: 0; }
.title-container .slider-nav a { display:block; width: 20px; height: 26px; margin: 0; padding: 0; line-height:26px; background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/slider_arrows.png'); background-repeat: no-repeat; overflow:hidden; text-indent: 99em; }

	.title-container .slider-nav a { background-color:#fff; background-position:100% 0;}
	.title-container .slider-nav a.next { background-position: 0 100%;}
	.title-container .slider-nav a.disabled { background-color:#999;}
	/* hover */
	.no-touch .title-container .slider-nav a:hover { background-color: #000; background-position: 0 0;}
	.no-touch .title-container .slider-nav a.next:hover { background-position: 100% 100%;}
	.no-touch .title-container .slider-nav a.disabled:hover { background-color:#999; background-position:100% 0;}
	.no-touch .title-container .slider-nav a.next.disabled:hover { background-position: 0 100%;}
		/* inverted */
		.title-container .slider-nav a.icon-white { background-position: 0 0;}
		.title-container .slider-nav a.next.icon-white { background-position: 100% 100%;}
		/* inverted hover */
		.no-touch .title-container .slider-nav a.icon-white:hover { background-position:100% 0;}
		.no-touch .title-container .slider-nav a.next.icon-white:hover { background-position: 0 100%;}
		.no-touch .title-container .slider-nav a.disabled.icon-white:hover { background-position: 0 0;}
		.no-touch .title-container .slider-nav a.next.disabled.icon-white:hover { background-position: 100% 100%;}

.product-slider-container-big {margin: 67px 0 0;}
.product-slider-container-big .title-container{ line-height: 60px; margin: -32px 0 32px;}
.product-slider-container-big .title-container h3 { font-size: 58px; line-height: 48px; padding:0 20px 0 34px;}
.product-slider-container-big .title-container .slider-nav { padding:0 34px 0 0 }

.product-view .title-container {text-align: left; margin-top: -21px }
.product-view .title-container h3 { padding-left: 0; font-size: 35px; line-height: 39px;}

.slider-container {overflow: hidden;}
.slider-container .map-info{display: none}
.slider-container li.item { }


/* brands slider */
.brands-slider-container {border-top: 1px solid #d5d5d5; margin: 0 0 0;}
.brands-slider-container .row {overflow: hidden}
.brands-slider-container .title-container { position: relative; z-index: 3; line-height: 21px; margin: -11px 0 -12px; }
.brands-slider-container .title-container .slider-nav {padding:0; }
.brands-slider-container .title-container .slider-nav li {background: transparent; }
.brands-slider-container .title-container .slider-nav a{width: 22px; height: 21px; line-height:21px; background-color:transparent; background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/brands_slider_arrows.png'); }
	
	.brands-slider-container .title-container .slider-nav a { background-color:#fff; background-position: 0 0;}
	.brands-slider-container .title-container .slider-nav a.next { background-position: 100% 100%;}	
	/* hover */
	.no-touch .brands-slider-container .title-container .slider-nav a:hover { background-position:100% 0;}
	.no-touch .brands-slider-container .title-container .slider-nav a.next:hover {background-position: 0 100%;}
	.no-touch .brands-slider-container .title-container .slider-nav a.disabled:hover { background-position: 0 0;}
	.no-touch .brands-slider-container .title-container .slider-nav a.next.disabled:hover { background-position:100% 100%;}
		/* inverted */
		.brands-slider-container .title-container .slider-nav a.icon-white { background-position:100% 0;}
		.brands-slider-container .title-container .slider-nav a.next.icon-white { background-position: 0 100%;}
		/* inverted hover */
		.no-touch .brands-slider-container .title-container .slider-nav a.icon-white:hover { background-position: 0 0;}
		.no-touch .brands-slider-container .title-container .slider-nav a.next.icon-white:hover {background-position: 100% 100%;}
		.no-touch .brands-slider-container .title-container .slider-nav a.disabled.icon-white:hover { background-position:100% 0;}
		.no-touch .brands-slider-container .title-container .slider-nav a.next.disabled.icon-white:hover { background-position: 0 100%;}


.brands-slider-container ul.brands li a{ position:relative; display: block }
.brands-slider-container ul.brands li img { display: block; max-width: 100%; height:auto; margin:auto; position: relative; z-index: 1; opacity: .49}
.brands-slider-container ul.brands li span{ display: block; position: absolute; z-index: 2; width: 100%; height: 100%; background: transparent}
.no-touch .brands-slider-container ul.brands li a:hover { background: transparent; }
.no-touch .brands-slider-container ul.brands li a:hover span{ background: transparent; background: rgba(0,0,0,0.04);}
.brands-slider-container ul.brands li a:hover img { opacity: 1}

 .customer-account-create .brands-slider-container,
.customer-account-forgotpassword .brands-slider-container,
.customer-account-resetpassword .brands-slider-container,
.customer-account-login .brands-slider-container,
.customer-account-create .brands-slider-container,
.customer-account-resetpassword .brands-slider-container,
.checkout-multishipping-login .brands-slider-container {display: none}


/* banners slider */
.banners-slider-container { position: relative; margin: 0 auto; -webkit-transform: translateZ(0);}
.sidebar .banners-slider-container {  margin: 0 auto 15px; }
.sidebar .banners-slider-container .text-container .text {  font-size: 28px; }
.col3-layout .sidebar .banners-slider-container .text-container .text {  font-size: 22px; }
.col3-layout .sidebar .banners-slider-container .text-container .link {  font-size: 10px; }
.col2-left-layout .col-main .banners-slider-container,
.col2-right-layout .col-main .banners-slider-container {width:640px;}
.col3-layout .col-main .banners-slider-container {width:320px;}
.banners-slider-container .nav a{ visibility: hidden; opacity: 0; }
.no-touch .banners-slider-container .nav a.prev{ margin-left:-20px; }
.no-touch .banners-slider-container .nav a.next{ margin-right:-20px; }
.no-touch .banners-slider-container:hover .nav a{ visibility: visible; opacity: 1; margin-left: 0; margin-right: 0; }
.no-touch .banners-slider-container:hover .nav a.disabled{ opacity: 0.8; }

.banners-slider-container .nav a{ position: absolute; z-index: 2; top: 50%; display: block; width: 49px; height: 74px; margin: -37px 0 0; padding: 0;  background-image: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/banners_slider_arrows.png'); background-repeat: no-repeat; overflow:hidden; text-indent: 99em; }
.banners-slider-container .nav a.prev{left: -10px }
.banners-slider-container .nav a.next{right: -10px;}

	.banners-slider-container .nav a { background-color:#fff; background-position: 100% 0;}
	.banners-slider-container .nav a.next { background-position: 0 100%;}
	.banners-slider-container .nav a.disabled { background-color:#999;}
	/* hover */
	.no-touch .banners-slider-container .nav a:hover { background-color: #000; background-position: 0 0;}
	.no-touch .banners-slider-container .nav a.next:hover { background-position: 100% 100%;}
	.no-touch .banners-slider-container .nav a.disabled:hover { background-color:#999; background-position: 100% 0;}
	.no-touch .banners-slider-container .nav a.next.disabled:hover { background-position: 0 100%;}
		/* inverted */
		.banners-slider-container.icon-white .nav a { background-color: #000; background-position: 0 0;}
		.banners-slider-container.icon-white .nav a.next { background-position: 100% 100%;}
		.banners-slider-container.icon-white .nav a.disabled { background-color:#999;}
		/* inverted hover */
		.no-touch .banners-slider-container.icon-white .nav a:hover { background-color:#fff; background-position: 100% 0;}
		.no-touch .banners-slider-container.icon-white .nav a.next:hover { background-position: 0 100%;}
		.no-touch .banners-slider-container.icon-white .nav a.disabled:hover { background-color:#999; background-position: 0 0;}
		.no-touch .banners-slider-container.icon-white .nav a.next.disabled:hover { background-position: 100% 100%;}

.banners-slider-container .banners { margin: 0; padding: 0; overflow: hidden; list-style: none; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0);}
.banners-slider-container .banners li{ margin: 0; padding: 0; float: left; }
.banners-slider-container .banners li a { display: block;  padding:0; margin: 0; position: relative; overflow: hidden; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); }
.banners-slider-container .banners li a img {
	/*-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;*/
	max-width: 100%;
	height: auto;
} 
.banners-slider-container .banners li a img { display: block; position: absolute; top:0; left: 0; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) !important; }
.banners-slider-container .top-left .animation-link.animate-me,
.banners-slider-container .bottom-left .animation-link.animate-me{ margin-left:10px;}
.banners-slider-container .top-right .animation-link.animate-me,
.banners-slider-container .bottom-right .animation-link.animate-me{ margin-right:10px;}

.banners-slider-container .top-left { top: 0; left: 0 }
.banners-slider-container .bottom-left { bottom: 0; left: 0 }
.banners-slider-container .top-right { top: 0; right: 0; text-align: right }
.banners-slider-container .bottom-right { bottom: 0; right: 0; text-align: right }
.banners-slider-container .center { left: 0; right: 0; margin: 0 auto; text-align: center }
.banners-slider-container .center .animation-wrapper { margin: 0 auto }
.banners-slider-container .top-right .animation-wrapper { margin-left: auto }
.banners-slider-container .bottom-right .animation-wrapper { margin-left: auto }
.no-touch .banners-slider-container .banners li a:hover { background: transparent }

/* toTop Button */
#toTop { display:none; text-decoration:none; position:fixed; z-index:100; bottom:30px; right:30px; overflow:hidden; width:45px; height:45px; border:none; text-indent:-999px; background: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/totop_arrows.png) 0 0 no-repeat}
#toTop:hover {background-position:0 100%;}
	/* inverted */
	#toTop.icon-white { background-position:0 100%;}
	#toTop.icon-white:hover { background-position:0 0;}


/* category banner */
.category-banner-container {overflow: hidden}
.category-banner-container .img-container { display: inline-block; position: relative; right: -50%; z-index: 1;}
.category-banner-container img { position: relative; left: -50%; }
.category-banner-container .text-container { z-index: 2; margin: 0; display: block; visibility: hidden }
.category-banner-container .text { white-space: nowrap; line-height:48px; padding:6px 13px; margin: 0; font-size:48px; }
.category-banner-container .animation-wrapper {margin:0;}
.category-banner-container .animation-link.animate-me{ margin-left:10px;}

.category-banner-container .link { position: relative; display: inline-block; overflow: hidden; white-space: nowrap; line-height: 35px; margin: 0; padding:0 51px 0 11px; color:#000; font-size:16px; font-weight:700; text-transform:uppercase; text-decoration: none; }
.category-banner-container .link span { display: block; position: absolute; top: 0; right: 0; overflow: hidden; width:25px; height: 35px; background-image:url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/slideshow_link_arrow.png'); background-position: 100% 100%; background-repeat: no-repeat }
.no-touch .category-banner-container .link:hover span { background-position: 0 100%; }
/* black icon */
.category-banner-container .link.icon-white span {background-position:100% 0;}
.no-touch .category-banner-container .link.icon-white:hover span {background-position:0 0;}

/* social */
.fb-like, .addthis_button_facebook_like {height:20px; overflow:hidden}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {display: none !important;}

/* My Account ============================================================================= */
.dashboard .box-info {padding-bottom: 20px;}
.fieldset .legend {margin-top: -35px;padding: 3px 8px 4px;}
.my-account .addresses-list h2, .my-account .addresses-list ol li.item {padding-bottom: 18px;}
.my-account .addresses-list ol li.empty, .my-account .addresses-additional ol li.item {padding-bottom: 0;}
.my-account .form-list input.checkbox, .my-account .form-list label {vertical-align: middle;}
.my-account .form-list .field.name-firstname {margin-bottom: 12px;}
.my-account .pager .pages li a {padding: 0;}
.my-account .pager + .buttons-set {padding-top: 19px;}
.my-account .order-info-box, .table-caption {padding-bottom: 18px;}
.my-account .title-buttons button.button {margin-top: 12px;}
.my-account .print-wrap {clear: both;}
.link-print { text-decoration: none; float: right; margin-top: 15px;}
.print-wrap .link-print {margin-top: 0; float: none;}
.content-container .link-print:hover {background-color: transparent; color: #1d9fc4;}
.my-account .order-info {margin-bottom: 18px;}
.my-account .product-review .product-img-box {width: auto;}
.my-account .product-review .product-img-box .product-image {padding: 0;background: none;}

.my-account .product-review .buttons-set {border-top: 1px solid #e5e5e5;padding-top: 19px; margin-top: 19px;}
.my-account .product-review h3 {padding-bottom: 18px;}
.my-account .product-review .dedicated-review-box .average-rating {padding-bottom: 18px;}
.my-account .product-review .dedicated-review-box .average-rating .ratings-table {margin-left: 0;}

.dashboard ol#my_recent_reviews li {padding-bottom: 19px;}
.dashboard .box-reviews .number { margin: 0px 11px 0 0; padding: 0;	width: 17px; height: 17px; text-align: center; line-height: 17px;}
.dashboard .box-reviews .details { margin-left: 20px;}
.dashboard .box-reviews .ratings { display: inline-block; margin: 6px 0 0 4px; padding: 7px 7px 8px;}
.dashboard .box-reviews .ratings strong {display: none;}

.my-account .data-table .rating-box {position: relative; z-index: 2;}
.my-account .data-table .ratings {display: inline-block; padding: 7px 7px 8px; margin: 0;}

.my-account .pager + .data-table {margin-top: 8px;}

.my-account button.btn-cart span { padding: 0 12px 0 5px; height: 34px; line-height: 34px;}
.my-account button.btn-cart span span { padding:0 0 0 31px; background-position: 0 -34px;}
.my-account button.btn-cart:hover span span { background-position:0 3px;}
	/* inverted */
	.my-account button.btn-cart.icon-white span span { background-position:0 3px;}
	.my-account button.btn-cart.icon-white:hover span span { background-position: 0 -34px;}

.my-account .price-box .price { font-size: 15px; font-weight: 800; color: #000;}
.my-account .my-wishlist + .buttons-set { margin-top: -40px;}
.my-account .my-wishlist .data-table td:first-child { padding-left: 0; padding-right: 0;}
.my-account .my-wishlist .buttons-set2 { padding-top: 19px;}

.my-wishlist .qty-container {margin: 0 auto;}
.my-wishlist .minimal-price-link {display: none;}
.my-wishlist .data-table .cart-cell input.input-text { margin-bottom: 14px;}

.advanced-search .form-list label {width: 100%;}

/* Links styles ============================================================================= */
	.product-tabs-content a,
	.breadcrumbs a,
	a.forgot-password, a.link-tip, .cart-empty a,
	.box-reviews dt a, .product-shop a.nobr,
	.rating-links a,
	.my-account a,
	.data-table a {
		display: inline-block;
		padding: 1px 4px;
		text-decoration: none;
	}

	.my-account a.link-print {padding-left: 25px;}

	.data-table .product-name a { padding: 3px 6px 4px;}
	
	.addresses-additional ol li p,
	.products-list .desc a.link-learn,
	.breadcrumbs a,
	.data-table .product-name a,
	.box-account a { margin-left: -4px;}

/* ======================================================================================= */

/* Multiple checkout ===================================================================== */
	/* Checkout progress */
		ul.checkout-progress { margin: 35px 0 0; padding: 0;}
		ul.checkout-progress li {
			margin-right: 4px;
			width: 19.66%;
			border-top: 5px solid #d5d5d5;
			color: #d5d5d5;
			padding: 10px 0 0;
			text-transform: uppercase;text-align: left;
		}
		ul.checkout-progress li.last {margin-right: 0;}
		ul.checkout-progress li.active {
			border-top-color: #ffe51e;
			color: #000;
			font-weight: bold;
		}

	.multiple-checkout .page-title {
		margin: 16px 0 31px;
		padding: 0 0 20px;
		border-bottom: 1px solid #e5e5e5;
	}
	.multiple-checkout .page-title button.button {margin-top: 12px;}
	.multiple-checkout .box-content {padding-bottom: 20px;}

	
	.multiple-checkout .legend {padding-bottom: 10px;}
	.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {text-decoration: none; padding: 1px 5px 2px;}

	.multiple-checkout .col2-set .col-narrow {width: inherit;}

	.multiple-checkout h2 + .data-table, .multiple-checkout h3 + .data-table, .multiple-checkout h4 + .data-table {margin-top: 18px;}
	.multiple-checkout .data-table tfoot td {
		padding: 0 0 13px; padding-top: 19px;
		border-top: 1px solid #e5e5e5;
	}
	.multiple-checkout dl.item-options:after {content: "";display: table;clear: both;}
	.multiple-checkout dl.sp-methods {margin-bottom: 0;}
	.multiple-checkout dl.sp-methods dt {line-height: inherit;}
	

	body.checkout-multishipping-shipping .buttons-set,
	body.checkout-multishipping-billing .buttons-set,
	body.checkout-multishipping-address-selectbilling .buttons-set,
	body.checkout-multishipping-overview .buttons-set,
	body.checkout-multishipping-success .buttons-set {border-top: 1px solid #e5e5e5;padding-top: 19px;}


	body.checkout-multishipping-address-selectbilling .buttons-set,
	body.checkout-multishipping-overview .buttons-set {margin-top: 18px;}

	body.checkout-multishipping-overview .multiple-checkout .data-table tfoot td {border: 0;padding: 0 0 8px;}

	body.checkout-multishipping-overview .multiple-checkout .data-table tfoot tr.first {border-top: 1px solid #e5e5e5;}
	body.checkout-multishipping-overview .multiple-checkout .data-table tfoot tr.first td {padding-top: 15px;}
	body.checkout-multishipping-overview .multiple-checkout .data-table tfoot tr.last td {padding-bottom: 15px;}
	.multiple-checkout .grand-total big {display: block;padding-bottom: 10px;}

	body.checkout-multishipping-address-selectbilling .multiple-checkout p.actions a, body.checkout-multishipping-success .multiple-checkout a {margin-left: -4px;text-decoration: none; padding: 1px 4px;display: inline-block;}
		
	body.checkout-multishipping-success .multiple-checkout .sub-title {padding-bottom: 18px;}
	body.checkout-multishipping-success .multiple-checkout a {text-decoration: none; font-weight: bold;}

	body.checkout-multishipping-overview .multiple-checkout .col2-set:first-child {border-bottom: 1px solid #e5e5e5;margin-bottom: 19px;}




/* PayPal ===================================================================== */

	body.paypal-express-review .sub-title {padding-bottom: 18px;}

	.paypal-review-order h2, .paypal-review-order .paypal-shipping-method {padding-bottom: 18px;}

	.paypal-review-order h2 a {
		font-size: 12px;
		padding: 1px 4px;
		display: inline-block;
		vertical-align: top;
		margin-top: 4px;
	}

	.paypal-review-order .buttons-set {
		border-top: 1px solid #e5e5e5;
		padding: 19px 0 0; margin-top: 10px;
	}
	.paypal-review-order .buttons-set button.button {margin-left: 3px;}

/* ======================================================================================= */

/* ======================================================================================= */
/* indent for contact page */
body.contacts-index-index .col-main {padding-bottom: 21px;}


/* ======================================================================================= */

.std .alignleft { margin: 4px 27px 7px 0; float: left;}
.std .alignright { margin: 4px 0 7px 27px; float: right;}
.std .aligncenter { margin: 0 auto 7px; display: block; text-align: center;}

.header-container .std a.alignleft, .header-container .std a.alignright, .header-container .std a.aligncenter,
.content-container .std a.alignleft, .content-container .std a.alignright, .content-container .std a.aligncenter,
.footer-container .std a.alignleft, .footer-container .std a.alignright, .footer-container .std a.aligncenter { background-color: transparent; padding: 0;}


.std blockquote {
	background-color: #f0f0f0;
	padding: 25px 25px 10px;
	font-size: 15px;
}
.std blockquote:before {
	content: '"';
	width: 15px; height: 11px;
	margin: -2px 5px 0 -2px;
	font-size: 22px;
	float: left;
}

a.responsive {display: inline-block; max-width: 100%; margin: 0; padding: 0}
a.responsive img, img.responsive {max-width: 100%; height: auto}


/*	Tables
-------------------------------------------------- */
	table.ox_table { margin-bottom: 21px; width: 100%}
	table.ox_table th, table.ox_table td, table.ox_table caption { padding: 10px 15px}
	table.ox_table caption { background: #eee}
	table.ox_table thead { background: #363636}
	table.ox_table thead th { text-align: left;  color: #fafafa}
	table.ox_table tbody td { border-top: 1px solid #ddd; border-color: rgba(0,0,0,.06); -moz-transition: all .6s ease-in; -webkit-transition: all .6s ease-in; -o-transition: all .6s ease-in;}
	table.ox_table tbody tr:first-child td { border-top: 0}
	table.ox_table tbody tr:hover td {background: #f8f8f8; border-color: rgba(0,0,0,.03); color: #757575; -moz-transition: all .1s ease-in; -webkit-transition: all .1s ease-in; -o-transition: all .1s ease-in;}
	table.ox_table tfoot { font-style: italic}

    
pre {
	overflow-x: auto;
	padding-left: 8px; margin-bottom: 20px;
	background: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/bg_code.png') repeat 0 0;
	line-height: 21px;
}

/*	Fluid Columns
-------------------------------------------------------------- */
	.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .one_sixth { float: left; margin-right: 3.8%;}
	.one_half { width: 48%; *width: 47.99%;}
	.one_third { width: 30.66%; }
	.two_third { width: 65.32%; }
	.one_fourth { width: 22%; *width: 21.9%; }
	.three_fourth { width: 74%; }
	.one_fifth { width: 16.96%; }
	.one_sixth { width: 13.5%; }
	.one_half.last, .one_third.last, .two_third.last, .one_fourth.last, .three_fourth.last, .one_fifth.last, .one_sixth.last { margin-right: 0px;}

/* Fluid grid for content - no margins / paddings
----------------------------------------------------------------------------------------------------*/
.fc_container { width: 100%; margin: 0 0 20px; }
.fc_border_box { margin-left: -10px; margin-right: -10px; width: auto }
.fc_2cols_767 {}
.fc_grid_1,.fc_grid_2,.fc_grid_3,.fc_grid_4,.fc_grid_5,.fc_grid_6,
.fc_grid_7,.fc_grid_8,.fc_grid_9,.fc_grid_10,.fc_grid_11,.fc_grid_12 { display:block; float: left; position: relative; margin: 0; }

.fc_border_box .fc_grid_1, .fc_border_box .fc_grid_2, .fc_border_box .fc_grid_3, .fc_border_box .fc_grid_4,
.fc_border_box .fc_grid_5, .fc_border_box .fc_grid_6, .fc_border_box .fc_grid_7, .fc_border_box .fc_grid_8,
.fc_border_box .fc_grid_9, .fc_border_box .fc_grid_10, .fc_border_box .fc_grid_11, .fc_border_box .fc_grid_12 { box-sizing: border-box; padding: 0 10px; }


.fc_grid_1 { width:8.333%; }
.fc_grid_2 { width:16.666%; }
.fc_grid_3 { width:24.999%; }
.fc_grid_4 { width:33.332%; }
.fc_grid_5 { width:41.665%; }
.fc_grid_6 { width:49.998%; }
.fc_grid_7 { width:58.331%; }
.fc_grid_8 { width:66.664%; }
.fc_grid_9 { width:74.997%; }
.fc_grid_10 { width:83.33%; }
.fc_grid_11 { width:91.663%; }
.fc_grid_12 { width:100%; }

.fc_prefix_1 { padding-left:8.333%; }
.fc_prefix_2 { padding-left:16.666%; }
.fc_prefix_3 { padding-left:24.999%; }
.fc_prefix_4 { padding-left:33.332%; }
.fc_prefix_5 { padding-left:41.665%; }
.fc_prefix_6 { padding-left:49.998%; }
.fc_prefix_7 { padding-left:58.331%; }
.fc_prefix_8 { padding-left:66.664%; }
.fc_prefix_9 { padding-left:74.997%; }
.fc_prefix_10 { padding-left:83.33%; }
.fc_prefix_11 { padding-left:91.663%; }
.fc_prefix_12 { padding-left:100%; }

.fc_suffix_1 { padding-right:8.333%; }
.fc_suffix_2 { padding-right:16.666%; }
.fc_suffix_3 { padding-right:24.999%; }
.fc_suffix_4 { padding-right:33.332%; }
.fc_suffix_5 { padding-right:41.665%; }
.fc_suffix_6 { padding-right:49.998%; }
.fc_suffix_7 { padding-right:58.331%; }
.fc_suffix_8 { padding-right:66.664%; }
.fc_suffix_9 { padding-right:74.997%; }
.fc_suffix_10 { padding-right:83.33%; }
.fc_suffix_11 { padding-right:91.663%; }
.fc_suffix_12 { padding-right:100%; }

.fc_push_1 { left:8.333%; }
.fc_push_2 { left:16.666%; }
.fc_push_3 { left:24.999%; }
.fc_push_4 { left:33.332%; }
.fc_push_5 { left:41.665%; }
.fc_push_6 { left:49.998%; }
.fc_push_7 { left:58.331%; }
.fc_push_8 { left:66.664%; }
.fc_push_9 { left:74.997%; }
.fc_push_10 { left:83.33%; }
.fc_push_11 { left:91.663%; }
.fc_push_12 { left:100%; }

.fc_pull_1 { left:-8.333%; }
.fc_pull_2 { left:-16.666%; }
.fc_pull_3 { left:-24.999%; }
.fc_pull_4 { left:-33.332%; }
.fc_pull_5 { left:-41.665%; }
.fc_pull_6 { left:-49.998%; }
.fc_pull_7 { left:-58.331%; }
.fc_pull_8 { left:-66.664%; }
.fc_pull_9 { left:-74.997%; }
.fc_pull_10 { left:-83.33%; }
.fc_pull_11 { left:-91.663%; }
.fc_pull_12 { left:-100%; }

/*	Hidden block
-------------------------------------------------------------- */
	.hidden-block {
		text-align: left;
		width: 245px;
		min-height: 399px;
		position: fixed;
		top: 10%;
		z-index: 99991;
		transition: 		all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
		-webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
		-moz-transition: 	all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
		-o-transition:   	all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	}
	.hb-left {left: -245px;}
	.hb-left:hover {left: 0;}

	.hb-right {right: -245px;}
	.hb-right:hover {right: 0;}

	.hidden-block-icon {	
		position: absolute; top: 0;
		width: 45px; height: 45px;
		background: #202020 url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/totop_arrows.png) 0 100% no-repeat;
		cursor: pointer;
		z-index: 99999;		
	}
	.hb-left .hidden-block-icon { 
		right: -45px;
		transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	   -webkit-transform: rotate(-90deg);
	}
	.hb-right .hidden-block-icon { 
		left: -45px;
		transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	   -webkit-transform: rotate(90deg);
	}
	.hidden-block-content {
		padding: 10px;
		border: 3px solid #000;
		background-color: #fff;	
	}
	.hidden-block-content img {
		max-width: 100%; height: auto;
	}
	.hidden-block-content a.imglink {background-color: transparent;padding: 0;}

/*	Cms banner
-------------------------------------------------------------- */
.cms-banner, .std a.cms-banner {display: inline-block; max-width:100%; padding: 0; margin: 0 auto; position: relative; overflow: hidden;}
.cms-banner img { max-width: 100%; height: auto; }
.cms-banner .text-container { z-index: 2; margin: 40px 29px; display: block; visibility: hidden }
.cms-banner .link { margin:0; font-size: 12px }
.cms-banner.cms-banner-big .text-container {margin: 44px}
.cms-banner.cms-banner-big .text-container .animation-wrapper {margin-top: 0}
.cms-banner.cms-banner-big .text {font-size: 42px; line-height: 42px}

.cms-banner.cms-banner-big-link .link { position: relative; display: inline-block; overflow: hidden; white-space: nowrap; line-height: 35px; margin: 0; padding:0 41px 0 11px; color:#000; font-size:16px; font-weight:700; text-transform:uppercase; text-decoration: none; }
.cms-banner.cms-banner-big-link .link.no-arrow {  padding:0 11px; }
.cms-banner.cms-banner-big-link .link span { display: block; position: absolute; top: 0; right: 0; overflow: hidden; width:25px; height: 35px; background-image:url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/slideshow_link_arrow.png'); background-position: 100% 100%; background-repeat: no-repeat }
.no-touch .cms-banner.cms-banner-big-link .link:hover span { background-position: 0 100%; }
/* black icon */
.cms-banner.cms-banner-big-link .link.icon-white span {background-position:100% 0;}
.no-touch .cms-banner.cms-banner-big-link .link.icon-white:hover span {background-position:0 0;}

.cms-banner .top-left { top: 0; left: 0 }
.cms-banner .bottom-left { bottom: 0; left: 0 }
.cms-banner .top-right { top: 0; right: 0; text-align: right }
.cms-banner .bottom-right { bottom: 0; right: 0; text-align: right }
.cms-banner .center { text-align: center }
.cms-banner .center .animation-wrapper { margin: 0 auto }
.cms-banner .center-center { left: 0; right: 0; margin-left: auto; margin-right: auto; }
.cms-banner .center-right { right: 0;}
.cms-banner .center-left { left: 0;}
.cms-banner .center-top { top: 0;}
.cms-banner .center-bottom { bottom: 0;}
.cms-banner .top-right .animation-wrapper { margin-left: auto }
.cms-banner .bottom-right .animation-wrapper { margin-left: auto }
.cms-banner .center-right .animation-wrapper { margin: 0 0 0 auto }
.cms-banner .center-left .animation-wrapper { margin: 0 auto 0 0 }
.cms-banner .top-left .animation-link.animate-me,
.cms-banner .bottom-left .animation-link.animate-me{ margin-left:10px;}
.cms-banner .top-right .animation-link.animate-me,
.cms-banner .bottom-right .animation-link.animate-me{ margin-right:10px;}
.no-touch .cms-banner a:hover { background: transparent }

#twttrHubFrame, #twttrHubFrameSecure  { display: none !important }


/*	Custom pages css
-------------------------------------------------------------- */
.contacts-index-index .fieldset { border: none; padding: 37px 0 0 }
.contacts-index-index .fieldset .legend { background: transparent; font-size: 20px; font-weight: 800; text-transform: uppercase}
.contacts-index-index .form-list .field:first-child { margin-right: 4%; }
.contacts-index-index .form-list .field { width: 48%; }
.contacts-index-index p.required {float: left;}
body.contacts-index-index .grid_13 .form-list .field {width: 344px; }

.what-people-say {background-color:#f6f6f6; position: relative; padding: 60px 100px; }
.what-people-say:before {
	content: '';
	position: absolute;
	left: -200%;
	right: -200%;
	top: 0px;
	bottom: 0px;
	display: block;
	background-color: inherit;
}

/* 
	Popup styles:
*/
.page-popup #toTop {display: none !important;}
.page-popup div > .buttons-set {padding-top: 15px;}


/*	Shipping Tracking Popup styles:
-------------------------------------------------------------- */
	.shipping-tracking-popup { background-color: #fff;}

	body.shipping-tracking-popup .page-title button.button {display: none;}
	body.shipping-tracking-popup h2.sub-title { padding: 0 0 28px 2px;}
	body.shipping-tracking-popup .data-table th.label {  background-color: rgba(0,0,0,.03);}
	body.shipping-tracking-popup .data-table th.label, body.shipping-tracking-popup .data-table td { padding: 13px 13px 0;}
	body.shipping-tracking-popup .data-table tr.last th.label, body.shipping-tracking-popup .data-table tr.last td { padding-bottom: 13px;}

	body.shipping-tracking-popup .data-table a { color: #000;}

	body.shipping-tracking-popup .divider { margin: 16px 0; background-color: #e5e5e5;}
	body.shipping-tracking-popup div > .buttons-set {padding-top: 5px;}



.slideshow-container button.button > span:before { display: none }
.slideshow-container button.button.btn-big span { height:65px; line-height: 65px; padding:0px 50px }
.slideshow-container button.button.btn-big span span { padding:0 }
.slideshow-container .link { position: relative; display: inline-block; overflow: hidden; white-space: nowrap; line-height: 35px; margin: 0; padding:0 41px 0 11px; color:#000; font-size:16px; font-weight:700; text-transform:uppercase; text-decoration: none; cursor: pointer }
.slideshow-container .link.no-arrow {  padding:0 11px; }
.slideshow-container .link span { display: block; position: absolute; top: 0; right: 0; overflow: hidden; width:25px; height: 35px; background-image:url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/slideshow_link_arrow.png'); background-position: 100% 100%; background-repeat: no-repeat }
.no-touch .slideshow-container .link:hover span { background-position: 0 100%; }

/* black icon */
	.slideshow-container .link.icon-white span {background-position:100% 0;}
	.no-touch .slideshow-container .link.icon-white:hover span {background-position:0 0;}


/*	Table td title hide
-------------------------------------------------------------- */
	.data-table .td-title {display: none;}

/*	Default Grid css ( 1024px )
-------------------------------------------------------------- */
.grid-fluid .row { width: 98%;}
.row { margin-left: auto; margin-right: auto; max-width: 960px; }
.row .row {	margin-left: -12px;	margin-right: -12px; width:auto;}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6,
.grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12,
.grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18 {
	position: relative; display:inline;	float: left;
		padding-left: 12px;
		padding-right: 12px;
		box-sizing: border-box;
	transition: all 100ms ease-in-out;
}

@media only screen and (min-width: 1024px) {
	.grid-fluid .grid_1, .grid-fluid .grid_2, .grid-fluid .grid_3, .grid-fluid .grid_4, .grid-fluid .grid_5, .grid-fluid .grid_6,
	.grid-fluid .grid_7, .grid-fluid .grid_8, .grid-fluid .grid_9, .grid-fluid .grid_10, .grid-fluid .grid_11, .grid-fluid .grid_12,
	.grid-fluid .grid_13, .grid-fluid .grid_14, .grid-fluid .grid_15, .grid-fluid .grid_16, .grid-fluid .grid_17, .grid-fluid .grid_18 {
		padding-left: 14px; padding-right: 14px;
	}
}

.alpha {margin-left: 0;} .omega {margin-right: 0;}

.grid_1  { width:3.556%;}
.grid_2  { width:9.111%;}
.grid_3  { width:14.667%;}
.grid_4  { width:20.222%;}
.grid_5  { width:25.778%;}
.grid_6  { width:31.333%;}
.grid_7  { width:36.889%;}
.grid_8  { width:42.444%;}
.grid_9  { width:50.0%;}
.grid_10 { width:53.556%;}
.grid_11 { width:59.111%;}
.grid_12 { width:64.667%;}
.grid_13 { width:70.222%;}
.grid_14 { width:75.778%;}
.grid_15 { width:81.333%;}
.grid_16 { width:86.889%;}
.grid_17 { width:92.444%;}
.grid_18 { width:100%;}

.col2-left-layout .col-main { float: right;}



/* default 2 columns */
	/*.col2-layout .sidebar  { width: 22.7%;}
	.col2-layout .col-main { width: 73.3%;}*/

	/* col2-left-layout */
	.col2-layout .sidebar  { width: 244px;}
	.col2-layout .col-main { width: 100%;}
		.col2-left-layout .col-main-wrap { margin-left: 244px;}
		.col2-right-layout .col-main-wrap { margin-right: 244px;}

	.col2-right-layout .col-right { float: right;}

/* default 3 columns */
	.col3-layout .col-main  		{ width: 100%;}
	.col3-layout .col-main-indent   { margin: 0 244px;}
	.col3-layout .sidebar			{ width: 244px; margin-left: -100%;}

	.col3-layout .col-left  		{ }
	.col3-layout .col-right 		{ float: right;}


/* @todo: Hide Scroll on device: */
		/*.header-container,*/
		.page,
		.footer-container,
		.main-container { overflow-x: hidden;}

/* for button fancybox-close */
#fancybox-close { top: 0; right: 0; background: #000 url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/athlete/btn_remove_sprite.png') 5px 4px no-repeat; }

/* Custom styles for checkout inputs: */
.form-list .field:nth-child(odd) { margin-right: 2%; clear: both;}
.customer-name-prefix-middlename-suffix .field {margin-bottom: 12px;}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {width: 60px;}
.form-list .customer-dob .dob-year {width: 87px;}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {margin-right: 10px;}


/* Colorswatches
---------------------------------------------------------------------*/
.colorswatches-container .colorswatch a { display: inline-block; padding: 2px 4px;}

ol.configurable-swatch-list li a.swatch-link.has-image {  padding: 0;  margin: 0;}
ol.configurable-swatch-list li a.swatch-link.has-image:hover {background-color: transparent!important;}
ol.configurable-swatch-list li a.swatch-link.has-image, ol.configurable-swatch-list li a.swatch-link.has-image:hover {color: #000;}

ol.configurable-swatch-list li a.swatch-link img { border: 2px solid transparent;}
ol.configurable-swatch-list li a.swatch-link:hover img { border: 2px solid #000;}

ol.configurable-swatch-list li {float: left; width: 50%;}
ol.configurable-swatch-list li a.swatch-link {margin: 0;}


ul.configurable-swatch-list li { display: inline-block;margin: 0 4px 4px 0; text-align: center;}
ul.configurable-swatch-list li a.swatch-link {  display: inline-block; padding: 2px 4px;margin: 0 -3px;}
ul.configurable-swatch-list li a.swatch-link.has-image, ul.configurable-swatch-list li a.swatch-link.has-image:hover {
	-webkit-transition: inherit; -moz-transition: inherit; -o-transition: inherit; transition: inherit;
}


ul.configurable-swatch-list li a.swatch-link.has-image {padding: 0;  margin: 0}

ul.configurable-swatch-list li.selected a.swatch-link.has-image,
ul.configurable-swatch-list li a.swatch-link.has-image:hover {background-color: transparent!important;}

ul.configurable-swatch-list li a.swatch-link img { border: 2px solid transparent;}
ul.configurable-swatch-list li a.swatch-link:hover img, ul.configurable-swatch-list li.selected a.swatch-link img { border: 2px solid #000;}
ul.configurable-swatch-list li span.x {display: none;}


.products-grid ul.configurable-swatch-list {padding: 3px 0 0 3px; position: relative; z-index: 1;}


.products-list ul.configurable-swatch-list {clear: both;   margin: -10px 0 10px;}

/* Filter */
#layer-filter {
	position: relative;
	z-index: 40;
	margin: 0px -5px 15px -4px;
}

#layer-filter:after, #layer-filter:before {
    display: table;
    content: "";
}

#layer-filter:after {
	clear: both;
}

.block-filter {
	position: relative;
    float: left;
    padding: 0;
    cursor: pointer;
    margin: 5px 4px;
    width: 150px;
    min-height: 30px;
}

.block-filter select {
	display: none;
}

.block-filter .filter-head:hover {
	background-color: #fff;
	border-color: #333;	
    	z-index: 2;
}

.block-filter.hover .filter-head {
	background-color: #fff;
	border-color: #333;	
	border-bottom-width: 0;
    	z-index: 2;
}

.block-filter .filter-head {
	border: 1px solid #ccc;
    background: #f3f3f3;
    color: #333;
    padding: 4px 11px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -4px;
    left: 0;
}

.block-filter .filter-head .filter-name {
	line-height: 23px;
}

.block-filter .filter-icon {
	line-height: 18px;
	float: right;
}

.block-filter .filter-box {
	display: none;
	position: relative;
	background-color: #fff;
	border-top-width: 0;
	border: 1px solid #bebebe;
    position: absolute;
    top: 33px;
    border-color: #333;
    width: 178px;
    z-index: 1;
    padding: 4px 11px;
}

.block-filter .filter-close {
    margin: 10px 0 10px;
    height: 34px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    background-color: #ececec;
    color: #404040;
    line-height: 18px;
    width: 178px;
    padding: 8px 10px;
    border: none; 
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/owl-carousel/AjaxLoader.gif) no-repeat center center
}



/**
 *  Horizontal Buttons
 */
.owl-carousel li.item {width: 100% !important;}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/* Base */
::-moz-selection{background: #666; color: #fff; text-shadow: none;}
::selection{background: #666; color: #fff; text-shadow: none;}

/* Forms */
input:invalid, textarea:invalid { background-color: #f0dddd;}

/* Print styles */
@media print {
    * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important;}
    a, a:visited { text-decoration: underline;}
    a[href]:after { content: " (" attr(href) ")";}
    abbr[title]:after { content: " (" attr(title) ")";}
    /** Don't show links for images, or javascript/internal links  */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: "";}
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid;}
    thead {display: table-header-group; /* h5bp.com/t */}
    tr, img { page-break-inside: avoid;}
    img { max-width: 100% !important;}
    @page { margin: 0.5cm;}
    p, h2,h3 { orphans: 3; widows: 3;}
    h2,h3 {page-break-after: avoid;}
}
/* Captcha / form styles.css/line:1056; */
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

a, 
.no-touch .brands-slider-container ul.brands li a span,
.no-touch .content-container .product-view .more-views .carousel-slider a span,
.opc .allow .step-title .number, .opc .allow .step-title,
.products-grid .actions li button.button,
.nav-top-title div.icon span,
.block-layered-nav li em,
.category-banner-container .link span,
.cms-banner.cms-banner-big-link .link,
.cms-banner.cms-banner-big-link .link span,
.slideshow-container .link,
.slideshow-container .link span,
.slide-title .link span {
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: 	all 600ms ease-in-out;
	-o-transition: 		all 600ms ease-in-out;
	transition:         all 600ms ease-in-out;
}

a:hover,
.no-touch .brands-slider-container ul.brands li a:hover span,
.no-touch .content-container .product-view .more-views .carousel-slider a:hover span,
.opc .allow:hover .step-title .number, .opc .allow:hover .step-title,
.products-grid .actions li button.button:hover,
.nav-top-title:hover div.icon span,
.block-layered-nav li em:hover {
	-webkit-transition: all 10ms ease-in-out;
	-moz-transition:	all 10ms ease-in-out;
	-o-transition: 		all 10ms ease-in-out;
	transition:         all 10ms ease-in-out;
}

.header-cart .summary{
	-moz-transition-property: 	background;
	-webkit-transition-property:background;
	-o-transition-property: 	background;
	transition-property:    	background;
}
.nav-top-title a {
	-moz-transition-property: 	background color;
	-webkit-transition-property:background color;
	-o-transition-property: 	background color;
	transition-property:    	background color;
}

.no-touch .brands-slider-container ul.brands li a img{
	-webkit-transition: opacity 600ms ease-in-out;
	-moz-transition: 	opacity 600ms ease-in-out;
	-o-transition: 		opacity 600ms ease-in-out;
	transition:         opacity 600ms ease-in-out;
}

.no-touch .brands-slider-container ul.brands li a:hover img{
	-webkit-transition: opacity 10ms ease-in-out;
	-moz-transition:	opacity 10ms ease-in-out;
	-o-transition: 		opacity 10ms ease-in-out;
	transition:         opacity 10ms ease-in-out;
}


.qty-container .qty-math:hover,
.btn-edit:hover, .btn-remove:hover {
	-webkit-transition: background 100ms ease-in-out;
	-moz-transition:	background 100ms ease-in-out;
	-o-transition: 		background 100ms ease-in-out;
	transition:         background 100ms ease-in-out;
}
.slider-container .price-box a {
	-moz-transition-property: 	background;
	-webkit-transition-property:background;
	-o-transition-property: 	background;
	transition-property:    	background;
}

a.social-icon, .header .form-search button.button span,
.header-currency, .header-language,
.header-currency .header-switch-trigger:after, .header-language .header-switch-trigger:after,
.header-currency .header-switch-trigger:before, .header-language .header-switch-trigger:before,
.title-container .slider-nav a, .product-view .product-img-box .more-views-nav a,
.prev-next a, #toTop,
.product-view .product-img-box .zoom .btn-zoom-in, .product-view .product-img-box .zoom .btn-zoom-out,
.banners-slider-container .nav a,
.athlete-slideshow .slide .controls .slide-control,
.athlete-slideshow .slide .slide-banner img {
	-webkit-transition: all 200ms ease;
	-moz-transition: 	all 200ms ease;
	-o-transition: 		all 200ms ease;
	transition:         all 200ms ease;
}


		.add-to-links a .link_i {
			-webkit-transition: all 600ms ease-in-out;
			-moz-transition: 	all 600ms ease-in-out;
			-o-transition: 		all 600ms ease-in-out;
			transition:         all 600ms ease-in-out;
		}
		.add-to-links a:hover .link_i, .slide-title a.link:hover, .text-container a.link:hover,
		.category-banner-container .link:hover span, .slide-title .link:hover span,
		.cms-banner.cms-banner-big-link .link:hover,
		.cms-banner.cms-banner-big-link .link:hover span {
			-webkit-transition: all 200ms ease;
			-moz-transition: 	all 200ms ease;
			-o-transition: 		all 200ms ease;
			transition:         all 200ms ease;
		}



.tp-leftarrow, .tp-rightarrow, .tp-bullets.simplebullets.athlete .bullet {
	-webkit-transition: all 260ms ease;
	-moz-transition: 	all 260ms ease;
	-o-transition: 		all 260ms ease;
	transition:         all 260ms ease;
}
.athlete-slideshow .slide .controls .slide-control,
.tp-leftarrow, .tp-rightarrow {
	-moz-transition-property: 	background;
	-webkit-transition-property:background;
	-o-transition-property: 	background;
	transition-property:    	background;
}

.view-mode a, .view-mode a:hover,
.products-grid .actions li button.button, .products-grid .actions li button.button:hover,
.products-grid .actions .add-to-links .link-wishlist, .products-grid .actions .add-to-links .link-compare {
	-moz-transition-property: 	background-color;
	-webkit-transition-property:background-color;
	-o-transition-property: 	background-color;
	transition-property:    	background-color;
}

.no-touch .banners-slider-container .banners li a img {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition:    all 400ms ease-in-out;
	-o-transition:      all 400ms ease-in-out;
	transition:         all 400ms ease-in-out;

	-webkit-transform:scale(1) !important;
	-moz-transform:scale(1) !important;
	-o-transform:scale(1) !important;
	transform:scale(1) !important;
}
.no-touch .banners-slider-container .banners li:hover a img {
	-webkit-transform:scale(1.1) !important;
	-moz-transform:scale(1.1) !important;
	-o-transform:scale(1.1) !important;
	transform:scale(1.1) !important;
}

.products-grid li.item,
.products-list li.item,
.products-grid .ratings,
.products-grid .product-name:after, .products-grid .price-box:after,
.no-touch .products-grid li.item:hover .actions .add-to-links li,
.animation-link,
.text-container .text,
.text-container .text:after {
	-webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	-moz-transition: 	all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	-o-transition:   	all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	transition: 		all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
.products-grid li.item,
.products-list li.item {
	-moz-transition-property: 	background;
	-webkit-transition-property:background;
	-o-transition-property: 	background;
	transition-property:    	background;
}
.products-grid .product-name:after, .products-grid .price-box:after {
	transition-property:    	width;
	-moz-transition-property: 	width;
	-webkit-transition-property:width;
	-o-transition-property: 	width;
}
.products-grid .product-name a {
	-webkit-transition: none;
	-moz-transition: 	none;
	-o-transition:   	none;
	transition: 		none;
}
.no-touch .products-grid li.item:hover .actions .add-to-links li,
.products-grid .product-name:after, .products-grid .price-box:after,
.products-grid .ratings {
	-moz-transition-duration:    128ms;
	-webkit-transition-duration: 128ms;
	-o-transition-duration:      128ms;
	transition-duration:         128ms;
}
.animation-link {
	-moz-transition-property: 	margin;
	-webkit-transition-property:margin;
	-o-transition-property: 	margin;
	transition-property:    	margin;
}

button.button span, button.button > span:after {
	-webkit-transition: all 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	-moz-transition: 	all 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	-o-transition:   	all 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	transition: 		all 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
button.button:hover span, button.button:hover > span:after {
	-webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	-moz-transition: 	all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	-o-transition:   	all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	transition: 		all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}

.logo a {
	-webkit-transition: none;
	-moz-transition: 	none;
	-o-transition:   	none;
	transition: 		none;
}

.header-fixed {
	-webkit-transition: top 500ms ease-in-out;
	-moz-transition:    top 500ms ease-in-out;
	-o-transition:      top 500ms ease-in-out;
	transition:         top 500ms ease-in-out;
}
/* fix show navigation on devices: */
	@media only screen and ( min-width: 1024px) {
		body { min-width: 768px;}
		#nav { display:block !important;}
	}

@media only screen and ( min-width: 1024px) and (max-width: 1279px) {
	/* hide products hovers */	
		/*.col1-layout .product-columns-7 .products-grid li.item .name,
		.col1-layout .product-columns-7 .products-grid li.item button.quick-view { display: none !important;}*/
}


@media only screen and ( min-width: 1024px) {
	.header-cart .summary { min-width: 86px;display: inline-block;z-index: 1001;}
	
	/* fix products title when more 4 column */	
		.col3-layout .product-columns-5 .products-grid h2.product-name,
		.col3-layout .product-columns-6 .products-grid h2.product-name,
		.col3-layout .product-columns-7 .products-grid h2.product-name { font-size: 14px;}

	/* hide products hovers */
		/*.col2-layout .product-columns-6 .products-grid li.item .name,
		.col2-layout .product-columns-6 .products-grid li.item button.quick-view,
		.col2-layout .product-columns-7 .products-grid li.item .name,
		.col2-layout .product-columns-7 .products-grid li.item button.quick-view,		
		.col3-layout .product-columns-4 .products-grid li.item .name,
		.col3-layout .product-columns-4 .products-grid li.item button.quick-view,
		.col3-layout .product-columns-5 .products-grid li.item .name,
		.col3-layout .product-columns-5 .products-grid li.item button.quick-view,
		.col3-layout .product-columns-6 .products-grid li.item .name,
		.col3-layout .product-columns-6 .products-grid li.item button.quick-view,
		.col3-layout .product-columns-7 .products-grid li.item .name,
		.col3-layout .product-columns-7 .products-grid li.item button.quick-view { display: none !important;}*/
	
	/* products review */
		.add-review .form-add {width: 60%;}
}


@media only screen and ( min-width: 768px) {
	.bg-line-resize {background: none;}

		.col3-layout .col-main 	{ }
		.col3-layout .col-left 	{ }
		.col3-layout .col-right { }
}




@media only screen and (max-width: 1279px) {
	.product-view  table.grouped-items-table .price-box .price {font-size: 25px;}	
	.product-view  table.grouped-items-table th, .product-view  table.grouped-items-table td, .product-view  table.grouped-items-table td.last {padding: 10px;}

	.product-view  table.grouped-items-table thead 	{ display: table-header-group;}
	.product-view  table.grouped-items-table tbody 	{ display: table-row-group;}
	.product-view  table.grouped-items-table th 	{ display: table-cell;}
	.product-view  table.grouped-items-table td 	{ display: table-cell;}
	.product-view  table.grouped-items-table tr 	{ display: table-row;}

	.product-view  table.grouped-items-table th.a-right, .product-shop  table.grouped-items-table td.a-right {text-align: right !important;}

}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	/* product page */
	.main-container .product-view .product-img-box {width: auto; max-width: 50%;}
	.product-view .product-img-box img {max-width: 100%;height: auto;}
	.product-view .mousetrap {width: 100% !important;height: 100% !important;}
}


@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.fc_grid_4 .cms-banner .text-container {margin: 14px 14px;}
	.fc_grid_4 .cms-banner .text-container span.text {font-size: 18px;letter-spacing: -1px; padding: 3px 7px 5px;}

	.std h4, .std .h4 {font-size: 14px;	}
}

/***** iPad *****/
@media only screen and (max-width: 1023px) {
	.hide-below-1024 { display: none; }
	.show-below-1024 { display: block; }

	.header .header-cart {
		margin: 0;
		float: none;
		width: 35px;
		position: absolute;
		right: 0; top: auto;
		bottom: -54px;
		height: 35px;
		}
		.header-cart .summary {
			padding: 0;
			width: 35px;
			background-image:url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/i_btn_cart_ios.png');
			color: transparent; text-indent: 100%; font-size: 0; line-height: 0;
		}
		.header-cart .summary span.qty {display: none;}
			
	.header .nav-search-container {	position: relative;}
		.header .form-search { right: 44px;}
		.header-fixed .header-cart {bottom: -45px;}

		.header .search-visible .form-search { width: inherit }
		.header .search-visible .form-search input { display: none; }
		.header .form-search-over { left: 17px; width:inherit; padding-left: 0;}
		.header .form-search input { width: 100%;}
		.header .form-search button.button span { width: 35px; height: 35px;}
		.header .form-search button.button span span {background-position: 2px 2px;}
		
		.header .form-search button.button.icon-white span span {background-position: 2px -28px;}


    /* navigation */
	.header-nav-wide:before {background-color: transparent !important}
    .header .nav-container {
        margin: 0;
        position: relative;
        z-index: 99;
    }
    .nav-top-title {display: inline-block;}
    #nav{float:none; display:none;}
	#nav li { float:none; position:relative; margin:0 auto 3px;}
	#nav > li.parent > a > em, #nav ul.level0 li.parent a em {display:block;}
	#nav > li > a, #nav ul.level0 li a { float:none; padding:0; }
	#nav ul.level0 li a { display: block; padding:3px 0; }
	#nav li.level0 a span {padding:0px 10px; border:none;}
	#nav li:hover,
	#nav li.over,
	#nav>li>a:hover,
	#nav>li.over>a,
	#nav>li.active>a{border:none; background:transparent; color:#000; }
	#nav>li.parent>a:hover:before,
	#nav>li.parent.over>a:before {display:none;}
	#nav li.custom-block { display:none !important;}
	#nav > li > div, #nav ul.level0, #nav ul.level0 ul, #nav ul.level0 div { background: transparent !important; box-shadow: none; position: static !important; width: auto !important; margin:0 !important; padding:5px 0 5px 10px !important; display:none; }
	#nav > li > div, #nav ul.level0 div { padding: 0 !important;}
	#nav ul li {width:auto; }
	#nav ul.level0 > li { float:none !important; display:block !important; width:auto !important; margin:0 auto 1px !important; padding:0 !important;}
	#nav ul ul li { float:none !important; width:auto !important; margin:0 0 1px !important; padding:0 !important;}
	#nav, #nav ul li a {color:#fff}
	#nav ul li a:hover, #nav ul li.active > a, #nav ul li.over > a {color:#000; background-color:#ffe51e; }

	.header-switch {z-index: 9999;}

	.header-nav-txt {display: none;}

	.main {padding-bottom: 30px;}

	/* Header small version */
		.resized-header .header .top-links-container { padding: 0;}
	
	/* product list */
	.toolbar-switch .toolbar-title { padding: 0 25px 0 5px;}
	.toolbar-switch.limiter .toolbar-title { padding-right: 25px;}

	.pager .amount, .pager .limiter, .pager .pages { margin-bottom:10px;}
	.pager { padding-bottom:2px }


	/* footer */
	.footer .info h4 { padding-right: 0;}

	.footer .info h4,
	.footer .newsletter .title,
	.footer .athlete_footer_connect .title { font-size: 20px;}

	.footer .newsletter-container, .footer .info { width: 100%; float: none;}
	.footer .newsletter { margin: 0 -23px; padding-top: 15px;}	

	.footer .athlete_footer_connect { padding-left: 0; padding-right: 0;}
	.athlete_footer_customer_service span {margin:0; display: block}

	.grid-fluid .footer .newsletter-container { margin-top: -41px;}
	.grid-fluid .footer .newsletter {margin: 0 -43px; padding-left: 42px; padding-right: 42px; padding-top: 19px;}

	/* toTop */
	#toTop {display:none !important;}

    /* cloudZoom */
	.mousetrap, #cloud-big-zoom {display:none;}

	/*banner*/
	.header-banner .row:before { background: none;}
	.content-banner .row .banner { width: 100%; padding-left: 0; padding-right: 0; max-height: inherit !important;}
	.content-banner .row .banner:before {
		left: -1040px;
		width: 2000px;
	}
	.content-banner .clearfix {font-size: 0; line-height: 0;}

	/* product page */
	.product-view .product-img-box img {max-width: 100%;height: auto;}
	.product-options {width: inherit;}
	.product-options dl dt {float: none;width: inherit;padding-bottom: 6px;}
	.product-options dl dd {float: none;width: inherit; margin: 0 0 13px;}
	.product-options dl dt, .product-options dl dd {border-top: 0; margin-top: 0; padding-top: 0;}

	/* .col1-layout */.main-container .product-view .product-shop {left: inherit;padding-left: 0;}
	.main p.no-rating {margin-left: 0;}
	.category-banner-container .text { line-height: 40px; font-size: 40px; letter-spacing: -3px !important; }

	.cms-banner.cms-banner-big .text { line-height: 40px; font-size: 40px; letter-spacing: -3px !important; }
	.cms-banner.cms-banner-big-link .link { line-height: 26px; font-size: 14px; padding: 0 41px 0 7px; }
	.cms-banner.cms-banner-big-link .link span { width:19px; height: 26px; background-size: 38px 52px !important; }

	.catalog-product-view .brands-slider-container {margin-top: 20px;}
}

/***** iPad Smaller than 959px *****/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	body { min-width: 756px;}
	.row { max-width:756px; }

	/* default 2 columns */
	.col2-layout .sidebar  { /*width: 30.7%;*/}
	.col2-layout .col-main { /*width: 65.3%;*/}

	/* default 3 columns */
	.col3-layout .col-main  { }

	.col3-layout .col-main-indent   { margin: 0 224px;}
	.col3-layout .sidebar			{ width: 224px;}
	.col3-layout .col-left  { }
	.col3-layout .col-right { }

	.col3-layout .grid_4 .olegnaxmegamenu-sidebar {margin-left: 0;}



		
/* HEADER
======================================================================================= */
		.header .top-links { right: -8px; }
		.header .nav-container {padding: 28px 0px 0 23px;}

		#nav, .header-nav-wide #nav {
			position: absolute; left: 0; right: 0; top: 65px;
			padding: 23px 12px 19px 13px;
			background: #000;
		}
		#nav li {margin: 0 10px 3px;}

/* HEADER 2
======================================================================================= */
	.header-nav-wide {	position: absolute; left: 237px; right: 0; bottom: 29px;}


/* ======================================================================================= */		

	/* product list */
	.sorter { padding-right: 0;}


	/* product grid */
	button.button + a.btn-clear { margin-left: 23px;}


		.col3-layout .block .block-title {word-wrap:break-word;}

		.col3-layout .block {padding-left: 10px;padding-right: 10px;}
		.col3-layout .block-reorder button.button span {padding: 0 5px;}
		.col3-layout .block-reorder button.button span, .col3-layout .block-reorder .actions a {font-size: 11px;}

		.col3-layout .block-reorder button.button + a {margin-left: 2px;}
		.col3-layout .block-compare button.button + a.btn-clear {margin-left: 10px;}

		.col3-layout .block-compare button.button span {font-size: 13px;}

		.col3-layout .block-poll .block-subtitle {margin-left: -10px;margin-right: -10px; padding-left: 65px;padding-right: 5px;}
		.col3-layout .block-wishlist .link-cart {padding: 2px 3px;font-size: 11px;}
	
	.product-columns-4 ul.products-grid .actions,
	.product-columns-5 ul.products-grid .actions {top: 96px;}

	/* shopping cart */
	.data-table thead th,
	.data-table td {padding-left: 13px;padding-right: 13px;}
	.block_totals .checkout-types li:first-child { }
	.block_totals button.button > span, .title-buttons button.button > span { padding: 0 11px 0 10px;}
	.block_totals button.button span, .title-buttons button.button span { font-size: 13px;}
	
	/* block totals */
		.block_totals_indent {padding: 0px 15px;}
		.block.block_totals #shopping-cart-totals-table tfoot strong,.block_totals #shopping-cart-totals-table tfoot strong .price {font-size: 16px;}
		.block_totals .checkout-types li div.proceed-checkout-wrap { padding: 16px 15px 19px 30px;}



	.my-account .my-wishlist .data-table td {padding-left: 8px;padding-right: 8px;}
	.my-account .my-wishlist .data-table a.product-image {width: 81px;}
	.my-account .my-wishlist .data-table a.product-image img {max-width: 100%;}

	.my-account #my-orders-table thead th, .my-account #my-orders-table td,
	.my-account .dashboard .data-table thead th, .my-account .dashboard .data-table td {padding-left: 8px;padding-right: 8px;}



    /* product slider */
	.col1-layout .slider-container .products-grid > li,
	.col2-left-layout .slider-container .products-grid > li,
	.col2-right-layout .slider-container .products-grid > li,
	.col3-layout .slider-container .products-grid > li { margin:0 0 0 1px;}

	/* 1 columns */
	.col1-layout .product-columns-2 .products-grid li.item { width: 50%;}
	.col1-layout .product-columns-3 .products-grid li.item { width: 33.3333%;}
	.col1-layout .product-columns-4 .products-grid li.item { width: 25%;}
	.col1-layout .product-columns-5 .products-grid li.item { width: 25%;}
	.col1-layout .product-columns-6 .products-grid li.item { width: 20%;}
	.col1-layout .product-columns-7 .products-grid li.item { width: 20%;}
	/* 2 columns */
	.col2-layout .product-columns-2 .products-grid li.item { width: 50%;}
	.col2-layout .product-columns-3 .products-grid li.item { width: 33.3333%;}
	.col2-layout .product-columns-4 .products-grid li.item { width: 33.3333%;}
	.col2-layout .product-columns-5 .products-grid li.item { width: 25%;}
	.col2-layout .product-columns-6 .products-grid li.item { width: 20%;}
	.col2-layout .product-columns-7 .products-grid li.item { width: 20%;}
	/* 3 columns */
	.col3-layout .product-columns-2 .products-grid li.item { width: 50%;}
	.col3-layout .product-columns-3 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-4 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-5 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-6 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-7 .products-grid li.item { width: 33.3333%;}


	.title-container { margin-top: -17px; line-height: 30px; }
	.title-container h3 { font-size: 30px; line-height: 30px; }
	.product-slider-container-big .title-container { margin-top: -26px;  line-height: 48px; }
	.product-slider-container-big .title-container h3 { font-size: 48px; line-height: 48px; }
	
	/*slider col1*/
	.col1-layout .col-main .product-slider-container .title-container h3 {max-width: 632px}
	.col1-layout .col-main .product-slider-container-big .title-container h3 {max-width: 612px}

	
	/*slider col2*/
	.col2-left-layout .col-main .product-slider-container .title-container h3,
	.col2-right-layout .col-main .product-slider-container .title-container h3 {max-width: 422px}
	.col2-left-layout .col-main .product-slider-container-big .title-container h3,
	.col2-right-layout .col-main .product-slider-container-big .title-container h3 {max-width: 402px}
	
	/*slider col3*/
	.col3-layout .col-main .product-slider-container .title-container h3 {max-width: 296px}
	.col3-layout .col-main .product-slider-container-big .title-container h3 {max-width: 276px}

	.block-reorder button.button span, .block .actions a {padding: 0 8px;}

	/* product page */
	.main-container .product-view .product-img-box {width: auto; max-width: 40%;}
	.product-view .product-tabs {margin-top: 20px;}

	/*	Multiple checkout */
	ul.checkout-progress li {margin-right: 3px;}
	.multiple-checkout .page-title h1 {font-size: 42px;}
	.multiple-checkout .page-title button.button {margin-top: 7px;}

	.my-account .product-review .product-img-box {float: left;}
	.my-account .product-review .dedicated-review-box {margin: 0;}
	.my-account .dedicated-review-box .average-rating {margin: 0;}

	/* footer */
	.footer {}
	.footer .footer-row {margin-left: -2%;}
	.footer .one_fourth, .footer .one_fifth, .footer .one_sixth {
		clear: inherit; display: inline-block; width: 31.3333%; margin: 0 -3px 36px 2%; vertical-align: top; float: none;
	}

	/***************** fullwidth block ********************/
	.what-people-say {padding: 60px 50px; }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
/* footer newsletter */
	.footer .newsletter p {
		float: left;
		width: 50%;
		margin-right: 30px;
	}
	.footer .newsletter .input-box, .footer .newsletter button {margin-top: 5px;}
}

@media only screen and (max-width: 767px) {	
	.grid-fluid .row { width: 94%;}

	.row .row {margin:0 auto;}
	.row .grid_1,.row .grid_2,.row .grid_3,.row .grid_4,.row .grid_5,.row .grid_6,
	.row .grid_7,.row .grid_8,.row .grid_9, .row .grid_10,.row .grid_11,.row .grid_12,
	.row .grid_13,.row .grid_14,.row .grid_15,.row .grid_16,.row .grid_17,.row .grid_18 { width:100%; padding-left: 0; padding-right: 0; float: left;}

	.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .footer .one_fifth, .footer .one_sixth { width: 100%; float: none; clear: both; margin: 0; margin-bottom: 36px;}
	.fc_container {margin: 0}
	.fc_grid_1,.fc_grid_2,.fc_grid_3,.fc_grid_4,.fc_grid_5,.fc_grid_6,
	.fc_grid_7,.fc_grid_8,.fc_grid_9,.fc_grid_10,.fc_grid_11,.fc_grid_12 { float: none; width:100%; margin: 0 0 20px }
	.fc_border_box .fc_grid_1, .fc_border_box .fc_grid_2, .fc_border_box .fc_grid_3, .fc_border_box .fc_grid_4,
	.fc_border_box .fc_grid_5, .fc_border_box .fc_grid_6, .fc_border_box .fc_grid_7, .fc_border_box .fc_grid_8,
	.fc_border_box .fc_grid_9, .fc_border_box .fc_grid_10, .fc_border_box .fc_grid_11, .fc_border_box .fc_grid_12 { padding: 0; }
	.fc_2cols_767 .fc_grid_1, .fc_2cols_767 .fc_grid_2, .fc_2cols_767 .fc_grid_3, .fc_2cols_767 .fc_grid_4,
	.fc_2cols_767 .fc_grid_5, .fc_2cols_767 .fc_grid_6, .fc_2cols_767 .fc_grid_7, .fc_2cols_767 .fc_grid_8,
	.fc_2cols_767 .fc_grid_9, .fc_2cols_767 .fc_grid_10, .fc_2cols_767 .fc_grid_11, .fc_2cols_767 .fc_grid_12 { float: left; width:50%; }
	.std .alignleft, .std .alignright, .std .aligncenter {display: block;float: none;margin: 0;}
	.std img.alignleft, .std img.alignright, .std a.alignleft img, .std a.alignright img {float: none !important; margin: 0 0 18px;}

	.col-layouts .col-main-wrap {margin: 0;}

	.hide-below-768 { display: none; }
	.show-below-768 { display: block; }

/* HEADER
======================================================================================= */
	.top-bar { display: none;}
	.header.row { margin-top: 0; width: 100%; max-width: 100%; z-index: 999; position: relative;}
	.header.row .grid_18 {width: inherit; margin: 0; float: none;}
	.header .logo-container {
		display: block;
		width: auto; max-width: inherit; min-height: inherit;
		text-align: center;		
	}
	.header .logo-container-indent { padding: 22px;}

	.header .header-info-container {
		display: block;
		margin: 0 auto; padding: 0;
	}
	.header-language, .header-currency {
			float: none;
		z-index: 9999;
		display: inline-block;
		width: 211px; height: 28px;
		padding: 0px 8px 0px; margin: 0;
		border: 1px solid #343434; border-color: rgba(255,255,255,.11);
		/*background: #1b1b1b;*/
		text-align: left;
		line-height: 27px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header-language {margin-right: 5px;}
	.one-switch .header-language {margin-right: 0;}
	.one-switch .header-language, .one-switch .header-currency {width: 100%;}
	.header-dropdown ul li a {white-space: inherit;}

	
		.header-currency .header-switch-trigger:before, .header-language .header-switch-trigger:before { top: 12px;}			
	 	.header-currency .header-switch-trigger:after, .header-language .header-switch-trigger:after {display: none;}

	.header-currency .header-dropdown, .header-language .header-dropdown {left: -1px; right: -1px;}

	.header .header-cart {z-index: 999; right: 14px; bottom: -45px;}

	.header .nav-search-container {min-height: 55px;}
	.header .form-search {right: 58px; top: 10px;}
	.header .form-search-over {left: 14px;}
	.header .nav-container {padding: 18px 0px 16px 14px;}
	.header-nav-wide .nav-container { padding: 0 0 0 14px; margin: -38px 0 18px;}

	#nav, .header-nav-wide #nav { margin: 18px 14px 0 0; padding: 0;}
	.nav-top-title {padding: 0 0 0 6px}

	.header .top-links {float: none; z-index: 2; position: relative; clear: both; width: 100%;}
	.header .top-links ul { float: none; display: inline-block; text-align: center;}

	/* Header small version */
	.resized-header .header .top-links-container {min-height: 0}
	.resized-header .header .top-links-container:before {background-color: transparent}
	.resized-header .header .top-links,
	.resized-header .header .header-language,
	.resized-header .header .header-currency,
	.grid-fluid .resized-header .header-language, .grid-fluid .resized-header .header-currency,
	.grid-fluid .resized-header .one-switch .header-language, .grid-fluid .resized-header .one-switch .header-currency { 
		display: none;
	}

/* ======================================================================================= */

	/* 	sidebar */
	.main .sidebar {margin-top: 15px }
	.col3-layout .sidebar {margin-left: 0;}
	.col3-layout .col-main-indent   { margin: 0 0;}


	/* 	header banner */
	.clearfix-resize:before, .clearfix-resize:after { content: ""; display: table; }
	.clearfix-resize:after { clear: both; }
	
	.header .top-links-container {text-align: center; padding: 6px 0 0; clear: both;}

	.header .one-switch, .grid-fluid .top-links-container {padding-left: 6px;padding-right: 6px;}

	.page-title h1, .product-view .product-category-title h3 {font-size: 33px;}

	/* checkout */
	body.checkout-onepage-index .col-right {margin-top: 18px;}
	.data-table table, .data-table thead, .data-table tbody, table.data-table th, table.data-table td, .data-table tr { 
		display: block; border: 0;  text-align: left !important;
	
	   
	}

	.lt-ie9 table.data-table tr, .lt-ie9 table.data-table td {
		width:100%;
	    float:left;
	}
	

	#shopping-cart-table tr {margin: 0 0 60px;}
	#shopping-cart-table tr.last {margin: 0 0 20px;}

    .data-table tfoot td { text-align:right !important;}   
    .data-table th { display:none;}    
    .data-table td {padding: 10px 0;}
    #checkout-review-table td.last {padding:10px 20px;}
    .data-table td.td-name h2 {font-size:20px; font-weight:300; }
    .data-table td.td-image a {text-align:center; }
    .cart-table a.product-image {width: auto; margin: 0 }
    .data-table .td-actions .btn-remove, .data-table .td-actions .btn-edit {display:inline-block;}
    .data-table td.td-price {padding:10px 0px; }
    .data-table td.td-qty {padding:0 0px; }
    .data-table td.td-qty .qty-container {width:185px;}
    .data-table td.td-qty .qty-container label {float:none;}
    .data-table td.last { padding: 0 0px; line-height: 21px; }
    .data-table .td-title {display:inline-block; width:100px; padding:0 10px 0 0; font-weight:bold; }
    .data-table .td-actions {display:inline; padding:0 5px; }
    .data-table th.td-wishlist, .data-table td.td-wishlist {display:none;}
    .cart-table tfoot td {padding: 0; text-align: center !important;}
    .cart-table tbody td:first-child {padding-top: 0;}

    .cart-table tbody td dl.item-options {
    	display: block;
		width: 186px;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
		text-transform: none;
    }
    .cart-table tbody td dl.item-options dt {
    	display: block;
		font-weight: bold;
		width: 100px;
		margin-right: 10px;
    }
    .cart-table tbody td dl.item-options dt:after { content: '';}



	.cart-table .product-name {
		background: #f0f0f0;
		padding: 13px 10px 11px;
		text-align: center;
	}

	.cart-table td.a-center.a-center {
		clear: both;
		display: block;
		width: 186px;
		margin: 0 auto;
		white-space: nowrap;
	}


	.cart-table tfoot td.last div { 
		float: none; border: solid #e5e5e5; border-width: 1px 0; padding: 17px 0 5px; margin-bottom: 15px;
	}

	.cart-table tfoot td .btn-update, .cart-table tfoot td .btn-empty { display: inline-block;}
	.cart-table tfoot td .btn-empty {margin-left: 4px;}
	.cart-table tfoot td .btn-continue {margin: 0 auto;}

		.lt-ie9 .cart-table tfoot td.last div { padding: 17px 0}
		.lt-ie9 .cart .cart-collaterals {padding-top: 10px;}
		.lt-ie9 .cart-table tbody td dl.item-options {width: 100%;}


	.form-list .field { width: 100%;}
	.form-list .field, .form-list li.wide input.input-text { margin-bottom: 5px;}
	.form-list .field:first-child {margin-right: 0;}

	/* login */
	.block-login { margin: 50px auto;}

	/* my account */
	.grid_13 .my-account .page-title { margin-top: 0;}
	.my-account .page-title {text-align: left;}

	/* my wishlist */
	#wishlist-table a.product-image {width: auto;}	
	.my-wishlist .data-table thead, .dashboard .data-table thead {display: none;}
	.my-wishlist .data-table tr {border-bottom: 1px solid #eaeaea;}
	.data-table .cart-cell {text-align: left;}

	.my-account .my-wishlist .data-table td.last {position: relative;}

	.data-table .cart-cell .price-box,
	.data-table .cart-cell .add-to-cart-alt,
	.data-table .cart-cell input.input-text,
	.data-table .cart-cell button.button {display: inline-block; margin: 0 4px;margin-top: -1px;}
	.my-account button.btn-cart span {height: 30px;line-height: 30px;}
	.my-account button.btn-cart span span {background-position: 0 -35px;}
	.my-account button.btn-cart:hover span span { background-position:0 2px}
	.data-table .cart-cell p {display: inline-block; margin: 0;}
	.my-account {padding-bottom: 10px;}

	.my-wishlist .buttons-set2 { padding-top: 10px;}
	.my-wishlist .buttons-set2 button { float: none; display: block; margin: 0 0 10px;}

	.my-account .my-wishlist + .buttons-set {margin-top: -8px;padding-bottom: 12px;}

	.my-wishlist .data-table .cart-cell .price-box { margin: 0; padding-bottom: 12px; display: block;}
	.my-wishlist .data-table .cart-cell .add-to-cart-alt { margin: 0; padding: 0; display: block;}
	.my-wishlist .qty-container {margin: 0;width: 74px;}
	.my-wishlist .data-table .cart-cell input.input-text {margin: 0 0 14px;display: block;}
	.my-wishlist .data-table .cart-cell button.button {margin: 0 0 7px;}
	.my-wishlist .data-table .nobr {display: block;padding-bottom: 12px;}


	/* my order */	
	.order-items {overflow: inherit;}
	.order-items table.data-table table {display: table;}
	.order-items table.data-table thead, .order-items table.data-table tbody {display: table-row-group;}
	.order-items table.data-table tr {display: table-row;}
	.order-items table.data-table th, .order-items table.data-table td {display: table-cell;}
	.order-items table.data-table th {padding: 10px;}
	.order-items table.data-table td {padding: 10px;}

	/* checkout */
	.page-title h1 {float: none;}
	.checkout-cart-index .page-title h1 {text-align: center }
	.cart .title-buttons .checkout-types {float: none;text-align: center;}
	.cart .title-buttons .checkout-types li {float: none;}

	#checkout-review-table-wrapper table.data-table table {display: table;}
	#checkout-review-table-wrapper table.data-table thead, #checkout-review-table-wrapper table.data-table tbody {display: table-row-group;}
	#checkout-review-table-wrapper table.data-table tr {display: table-row;}
	#checkout-review-table-wrapper table.data-table th, #checkout-review-table-wrapper table.data-table td {display: table-cell;}

	.checkout-onepage-success .main .col-main {padding-bottom: 20px;}

	/* shopping cart */
	.cart .checkout-types {margin-top: 6px;}
	
	.cart .data-table thead {display: none;}

	.block.block_totals .checkout-types {float: none;}
	.block.block_totals #shopping-cart-totals-table tbody td {padding-bottom: 10px;}

	.data-table button.button {display: block; margin: 0 0 10px 0px; float: none;}

	/* product slider */
	.title-container{ margin-top: -13px; line-height: 22px; }
	.title-container h3{ font-size: 22px; line-height: 22px; }
	.product-slider-container-big .title-container{ margin-top: -17px; line-height: 30px; }
	.product-slider-container-big .title-container h3{ font-size: 30px; line-height: 30px; }

	/* registration form */
	.account-create .block-login {width: 270px}
	.account-create .block-login .registration-info { float:none; margin: 0 0 15px; }

	/* products list*/
	.products-list li.item {text-align: center;}
	.products-list li.item .product-image { float: none; display: inline-block; margin: 0 auto 13px; background: transparent; max-width: 100%;}
	.products-list .product-shop { margin-left: 0; padding: 0; text-align: left;}
	


	/* product page */
	.product-view .product-img-box {max-width: 100%;float: none; margin: 0 auto 20px;}
	
	.product-view .add-review .form-add {width:auto;}
	.product-view .add-review .form-list label {width: 100%; display: block; float: none; height: inherit; line-height: inherit;}
	.product-view .add-review .form-list div.input-box { overflow: inherit;}	
	.product-view .add-review .data-table th, .add-review .data-table td {display: table-cell;}
	.product-view .add-review .data-table tr th:first-child {width: 37px;}
	.product-view .add-review .form-list div.button-review-indent {padding-left: 0;}

	.product-view .add-to-cart .qty-container {margin-right: 2px}
	.product-view .product-shop .social {padding-bottom: 13px;}
	.product-view .product-tabs {display: none;}
	.product-view .product-tabs-container h2.tab-heading {display: block;}
	.product-view .box-tags .form-add .input-box {width: 171px;}
	.product-view .dedicated-review-box .title-container button.button {margin-top: 0;}
	.product-view .product-essential {padding-bottom: 10px;}

	

	/* EMAIL TO A FRIEND */
	.send-friend {padding-bottom: 20px;}

	/* footer */	
	.footer .footer-info {}
	.footer .info { float: none; width: auto; margin: 0}
	.athlete_footer_customer_service {clear: both;padding: 20px 0 0; text-align: left;}
	.footer .facebook-block .fb-like {float: none; display: block;}
	
	.grid-fluid .footer .newsletter { padding-top: 15px;}

	.footer .facebook-block { margin-top: 0px;}

	.copyright-container .cc-icons {float: none;}
	.copyright-container address {clear: both; display: block; padding: 20px 0 0; height: inherit; min-height:inherit;}

	/*	Multiple checkout */
	ul.checkout-progress li {width: 100%;padding: 5px 0 10px;}
	.multiple-checkout .data-table thead {display: none;}
	.multiple-checkout .data-table tbody tr {border-bottom: 1px solid #e5e5e5;}
	.multiple-checkout .data-table tbody tr.last {border: 0;}
	.multiple-checkout .data-table tbody td { padding-left: 0; padding-right: 0;}
	.multiple-checkout .data-table tfoot td  { padding-bottom: 0;}
	.multiple-checkout .data-table button.button {margin-left: 0;}
	.multiple-checkout .buttons-set p.back-link {float: none;margin-bottom: 10px;}
	.multiple-checkout .buttons-set p.back-link a {display: inline-block;float: none;}
	.multiple-checkout .buttons-set button.button {float: none;}

	.prev-next {margin-top: 12px;}

	body.checkout-multishipping-overview .multiple-checkout .data-table tfoot {display: none;}

	.category-banner-container .text { line-height: 30px; font-size: 30px; letter-spacing: -2px !important; }
	.category-banner-container .link { line-height: 26px; font-size: 14px; padding: 0 41px 0 7px; }
	.category-banner-container .link span { width:19px; height: 26px; background-size: 38px 52px !important; }

	.cms-banner.cms-banner-big .text-container {margin:30px}
	.cms-banner.cms-banner-big .text { line-height: 30px; font-size: 30px; letter-spacing: -2px !important; }
	.cms-banner.cms-banner-big-link .link { line-height: 26px; font-size: 14px; padding: 0 41px 0 7px; }
	.cms-banner.cms-banner-big-link .link span { width:19px; height: 26px; background-size: 38px 52px !important; }

	.page-title .link-rss { margin-top: 13px;}



/*	Paypal
-------------------------------------------------------------- */
	.paypal-review-order table.data-table table {display: table;}
	.paypal-review-order table.data-table thead, .paypal-review-order table.data-table tbody {display: table-row-group;}
	.paypal-review-order table.data-table tr {display: table-row;}
	.paypal-review-order table.data-table th, .paypal-review-order table.data-table td {display: table-cell;}
	.paypal-review-order table.data-table th {padding: 10px;}
	.paypal-review-order table.data-table td {padding: 10px;}

	.paypal-review-order table.data-table tfoot td {padding-top: 0;padding-bottom: 3px;}
	



/*	Grid fluid
-------------------------------------------------------------- */
	.grid-fluid .header .header-info-container,
	.grid-fluid .header-nav-wide { max-width: 100%;}

	.grid-fluid .header-language,
	.grid-fluid .header-currency {
		width: 48.6%;
	}

	.grid-fluid .one-switch .header-language,
	.grid-fluid .one-switch .header-currency  { width: auto; display: block;}

	.grid-fluid .header-currency .header-dropdown, 
	.grid-fluid .header-language .header-dropdown {
		width: auto; right: -1px; padding: 0;
	}
	.grid-fluid .header-dropdown ul {padding: 15px;}


    /***************** fullwidth block ********************/
	.what-people-say {padding: 60px 20px; }

    /* revolution slider */
	.slideshow-container button.button.btn-big span { height:45px; line-height: 45px; padding:0px 30px }
	.slideshow-container .link { line-height: 26px; font-size: 14px; padding: 0 41px 0 7px; }
	.slideshow-container .link span { width:19px; height: 26px; background-size: 38px 52px !important; }
}


/***** iPhone (landscape) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	body { min-width: 456px;}
	.row { max-width: 426px;}


	.header .header-info-container { max-width: 456px;}
		
	.header-nav-wide { max-width: 456px; margin: 0 auto;}

	/* 1 columns */
	.col1-layout .product-columns-2 .products-grid li.item { width: 50%;}
	.col1-layout .product-columns-3 .products-grid li.item { width: 33.3333%;}
	.col1-layout .product-columns-4 .products-grid li.item { width: 25%;}
	.col1-layout .product-columns-5 .products-grid li.item { width: 25%;}
	.col1-layout .product-columns-6 .products-grid li.item { width: 20%;}
	.col1-layout .product-columns-7 .products-grid li.item { width: 20%;}
	/* 2 columns */
	.col2-layout .product-columns-2 .products-grid li.item { width: 50%;}
	.col2-layout .product-columns-3 .products-grid li.item { width: 33.3333%;}
	.col2-layout .product-columns-4 .products-grid li.item { width: 33.3333%;}
	.col2-layout .product-columns-5 .products-grid li.item { width: 25%;}
	.col2-layout .product-columns-6 .products-grid li.item { width: 20%;}
	.col2-layout .product-columns-7 .products-grid li.item { width: 20%;}
	/* 3 columns */
	.col3-layout .product-columns-2 .products-grid li.item { width: 50%;}
	.col3-layout .product-columns-3 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-4 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-5 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-6 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-7 .products-grid li.item { width: 33.3333%;}

	.products-grid .product-image img {height: auto;}

	/* product slider */
	.product-slider-container .title-container h3 {max-width: 318px !important;}
	.product-slider-container-big .title-container h3 {max-width: 298px !important;}

	/* product list */

	/* product page */
	.product-slider-container-big ul.products-grid .actions,
	.product-columns-3 ul.products-grid .actions,
	.product-columns-4 ul.products-grid .actions,
	.product-columns-5 ul.products-grid .actions {top: 85px;}


	.product-view .add-review .data-table colgroup {display: none;}
	.product-view .title-container {margin-top: -14px;}
	.product-view .title-container h3 {font-size: 28px;line-height: 28px;}
	

	.my-account .product-review .product-img-box {float: left;}
	.my-account .product-review .dedicated-review-box {margin: 0;}
	.my-account .dedicated-review-box .average-rating {margin: 0;}

	/* footer */
	.footer .newsletter-container { float: none; clear: both; width: auto;}

	.footer .footer-row {margin-left: -2%;}
	.footer .one_half, .footer .one_third, .footer .one_fourth, .footer .one_fifth, .footer .one_sixth {
		clear: inherit; display: inline-block; width: 48%; margin: 0 -3px 36px 2%; vertical-align: top; float: none;
	}
}

/***** iPhone (portrait) *****/
@media only screen and (max-width: 479px) {
	body { min-width: 320px;}
	.row { max-width:300px;}

	.fc_2cols_767 .fc_grid_1, .fc_2cols_767 .fc_grid_2, .fc_2cols_767 .fc_grid_3, .fc_2cols_767 .fc_grid_4,
	.fc_2cols_767 .fc_grid_5, .fc_2cols_767 .fc_grid_6, .fc_2cols_767 .fc_grid_7, .fc_2cols_767 .fc_grid_8,
	.fc_2cols_767 .fc_grid_9, .fc_2cols_767 .fc_grid_10, .fc_2cols_767 .fc_grid_11, .fc_2cols_767 .fc_grid_12 { float: none; width:100%; }

	.hide-below-480 { display: none; }
	.show-below-480 { display: block; }

	.header .header-info-container { max-width: 320px;}
	.header-language, .header-currency { width: 148px;}
	

	.header .top-links li 		  { float: none;}


	.header-currency .header-dropdown, .header-language .header-dropdown { padding: 5px;}
	.header .top-links > ul:first-child li:after { display: none;}
	.header .top-links > ul:first-child li a { margin: 0;}

	/* header 2 */
	.header-nav-wide { max-width: 320px; margin: 0 auto;}

	/* 	sidebar */
	.main .sidebar {margin-top: 15px }

	/* login */
	.block-login, .block-login .slides > li { width: 250px;}

	/* product grid */
	.col-layouts ul.products-grid li.item { width: 50%;}

	.product-columns-4 ul.products-grid .actions,
	.product-columns-5 ul.products-grid .actions {top: 96px;}

	/* product slider */
	.product-slider-container .title-container h3 {max-width: 212px !important;}
	.product-slider-container-big .title-container h3 {max-width: 192px !important;}

	/* my order */
	.order-items table.data-table th, .order-items table.data-table td {padding: 5px; font-size: 11px;}
	.order-items .data-table .product-name, .order-items .data-table .cart-price {font-size: 11px;}

	/* checkout */
	.col2-set .col-1 {float: none;width: auto;padding-bottom: 20px;}
	.col2-set .col-2 {float: none;width: auto;}
	#checkout-review-table-wrapper table.data-table thead th, #checkout-review-table-wrapper table.data-table td {padding-left: 10px;padding-right: 10px;}
	#checkout-review-submit button.btn-checkout span { font-size: 12px;}

	/* my wishlist */

	/* shopping cart */
	.block_totals button.button span span {font-size: 14px;}
	.cart .cart-collaterals .title-container {text-align: left;}
	.cart .cart-collaterals .title-container h3 {padding-left: 0;}

	.cart-table tfoot td .btn-empty { margin-left: 0;}

	/* product list */
	.sorter .view-mode { margin-right: 8px;}

	.product-shop .add-to-links { margin: 21px auto;}
	.product-shop .add-to-links li {text-align: left; line-height: 50px;}
	.product-shop .add-to-links li a { margin-left: 10px;}

	/* product page*/
	.product-view .qty-container { padding: 13px 10px 12px 5px; width: 131px;}
	.product-view .qty-container label { padding: 0px 10px 0px 0px;}
	.product-view .product-slider-container {border-top: 0;}
	.product-view .title-container h3 {font-size: 25px;line-height: 28px;}
	.product-view .dedicated-review-box .title-container button.button {margin: 8px 0 0;}
	.product-view .dedicated-review-box .average-rating .ratings-table {margin-left: 28px;}
	.add-review .form-list li {padding-bottom: 14px;}
	.add-review .form-list label, .add-review .form-list label.summary { width: 100%; float: none; height: auto; line-height: 22px; }

	.product-view .add-review .data-table colgroup {display: none;}

	.product-view .add-review .data-table td.selected-value { display: none;}
	.grid-fluid .product-view .add-review .data-table td.selected-value { display: table-cell;}


	.product-view .add-to-cart { float: none }
	.product-view .add-to-cart button.button { float: none; width: 100% }
	.product-view .add-to-cart .qty-container {float: none; width: 100%; margin: 0; padding-left: 0; padding-right: 0; text-align: center;}
	.product-view .add-to-cart .qty-content-container { display: inline-block }
	.product-view button.btn-cart > span { padding: 0px 13px 0px 7px; display: block; }
    .product-view button.btn-cart span span { padding: 0px 0px 0px 33px;}

	.my-account .product-review .product-details {margin: 0;}
	.my-account .product-review .dedicated-review-box {margin: 0;}

	.product-options dl ul.options-list .label {font-size: 12px;}

	/* footer */	
	.footer .newsletter-container { float: none; clear: both; width: auto;}

	.category-banner-container .text { line-height: 24px; font-size: 24px; letter-spacing: -2px !important; }
	.category-banner-container .link { line-height: 20px; font-size: 14px; padding: 0 31px 0 5px; }
	.category-banner-container .link span { width:14px; height: 20px; background-size: 28px 40px !important; }

	.cms-banner.cms-banner-big .text-container {margin:19px}
	.cms-banner.cms-banner-big .text { line-height: 24px; font-size: 24px; letter-spacing: -2px !important; }
	.cms-banner.cms-banner-big-link .link { line-height: 20px; font-size: 14px; padding: 0 31px 0 5px; }
	.cms-banner.cms-banner-big-link .link span { width:14px; height: 20px; background-size: 28px 40px !important; }

	table.ox_table th, table.ox_table td, table.ox_table caption {padding: 7px;}

	.page-title .link-rss { width: 13px; height: 13px; padding: 0; font-size: 0;}

	/* revolution slider */
	.slideshow-container button.button.btn-big span { height:30px; line-height: 30px; padding:0px 10px }
	.slideshow-container .link { line-height: 20px; font-size: 14px; padding: 0 31px 0 5px; }
	.slideshow-container .link span { width:14px; height: 20px; background-size: 28px 40px !important; }
}
@media only screen and (max-width: 400px) {
	.grid-fluid .product-view .add-review .data-table td.selected-value { display: none;}


/*	Paypal
-------------------------------------------------------------- */
	.paypal-review-order table.data-table .product-name {font-size: 13px;}
}


/*	HIDE PRODUCTS HOVERS
-------------------------------------------------------------- */




@media only screen and (min-width: 1680px) {
	/* Product slider container */
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{
		display: none !important;
	}
}


@media only screen and (max-width: 1679px) and (min-width: 1440px) {
	/*5 */
	.col3-layout .product-columns-5 .products-grid li.item .name, .col3-layout .product-columns-5 .products-grid li.item button.quick-view,
	/*6 */
	.col2-layout .product-columns-6 .products-grid li.item .name, .col2-layout .product-columns-6 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-6 .products-grid li.item .name, .col3-layout .product-columns-6 .products-grid li.item button.quick-view,
	/*7 */
	.col3-layout .product-columns-7 .products-grid li.item .name, .col3-layout .product-columns-7 .products-grid li.item button.quick-view,

	/* Product slider container */
	.fc_grid_6  .product-columns-5 .products-grid li.item .name, .fc_grid_6 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{
		display: none !important;
	}
}


@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	/*5 */
	.col3-layout .product-columns-5 .products-grid li.item .name, .col3-layout .product-columns-5 .products-grid li.item button.quick-view,
	/*6 */
	.col3-layout .product-columns-6 .products-grid li.item .name, .col3-layout .product-columns-6 .products-grid li.item button.quick-view,
	/*7 */
	.col2-layout .product-columns-7 .products-grid li.item .name, .col2-layout .product-columns-7 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-7 .products-grid li.item .name, .col3-layout .product-columns-7 .products-grid li.item button.quick-view,

	/* Product slider container */
	.fc_grid_6  .product-columns-5 .products-grid li.item .name, .fc_grid_6 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}
}
@media only screen and (min-width: 1280px) 	and (max-width: 1359px) {
	/*5 */
	.col3-layout .product-columns-5 .products-grid li.item .name, .col3-layout .product-columns-5 .products-grid li.item button.quick-view,
	/*6 */
	.col2-layout .product-columns-6 .products-grid li.item .name, .col2-layout .product-columns-6 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-6 .products-grid li.item .name, .col3-layout .product-columns-6 .products-grid li.item button.quick-view,
	/*7 */
	.col2-layout .product-columns-7 .products-grid li.item .name, .col2-layout .product-columns-7 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-7 .products-grid li.item .name, .col3-layout .product-columns-7 .products-grid li.item button.quick-view,

	/* Product slider container */
	.fc_grid_6  .product-columns-5 .products-grid li.item .name, .fc_grid_6 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}
}
@media only screen and ( min-width: 1024px) and (max-width: 1279px) {
	/*4 */
	.col3-layout .product-columns-4 .products-grid li.item .name, .col3-layout .product-columns-4 .products-grid li.item button.quick-view,
	/*5 */
	.col2-layout .product-columns-5 .products-grid li.item .name, .col2-layout .product-columns-5 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-5 .products-grid li.item .name, .col3-layout .product-columns-5 .products-grid li.item button.quick-view,
	/*6 */
	.col2-layout .product-columns-6 .products-grid li.item .name, .col2-layout .product-columns-6 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-6 .products-grid li.item .name, .col3-layout .product-columns-6 .products-grid li.item button.quick-view,
	/*7 */
	.col1-layout .product-columns-7 .products-grid li.item .name, .col1-layout .product-columns-7 .products-grid li.item button.quick-view,
	.col2-layout .product-columns-7 .products-grid li.item .name, .col2-layout .product-columns-7 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-7 .products-grid li.item .name, .col3-layout .product-columns-7 .products-grid li.item button.quick-view,
	
	/* Product slider container */
	.fc_grid_6  .product-columns-4 .products-grid li.item .name, .fc_grid_6 .product-columns-4 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-5 .products-grid li.item .name, .fc_grid_6 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}
}
@media only screen and (min-width: 768px) 	and (max-width: 1023px) {
	/*3 */
	.col3-layout .product-columns-3 .products-grid li.item .name, .col1-layout .product-columns-3 .products-grid li.item button.quick-view,
	/*4 */
	.col3-layout .product-columns-4 .products-grid li.item .name, .col3-layout .product-columns-4 .products-grid li.item button.quick-view,
	/*5 */
	.col2-layout .product-columns-5 .products-grid li.item .name, .col2-layout .product-columns-5 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-5 .products-grid li.item .name, .col3-layout .product-columns-5 .products-grid li.item button.quick-view,
	/*6 */
	.col2-layout .product-columns-6 .products-grid li.item .name, .col2-layout .product-columns-6 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-6 .products-grid li.item .name, .col3-layout .product-columns-6 .products-grid li.item button.quick-view,
	/*7 */
	.col2-layout .product-columns-7 .products-grid li.item .name, .col2-layout .product-columns-7 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-7 .products-grid li.item .name, .col3-layout .product-columns-7 .products-grid li.item button.quick-view,

	/* Product slider container */
	.fc_grid_4  .product-columns-2 .products-grid li.item .name, .fc_grid_4 .product-columns-2 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-3 .products-grid li.item .name, .fc_grid_4 .product-columns-3 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-4 .products-grid li.item .name, .fc_grid_4 .product-columns-4 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-5 .products-grid li.item .name, .fc_grid_4 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-6 .products-grid li.item .name, .fc_grid_4 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-7 .products-grid li.item .name, .fc_grid_4 .product-columns-7 .products-grid li.item button.quick-view,
	
	.fc_grid_6  .product-columns-2 .products-grid li.item .name, .fc_grid_6 .product-columns-2 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-3 .products-grid li.item .name, .fc_grid_6 .product-columns-3 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-4 .products-grid li.item .name, .fc_grid_6 .product-columns-4 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-5 .products-grid li.item .name, .fc_grid_6 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/*4 */
	.col1-layout .product-columns-4 .products-grid li.item .name, .col1-layout .product-columns-4 .products-grid li.item button.quick-view,
	/*5 */
	.col2-layout .product-columns-5 .products-grid li.item .name, .col2-layout .product-columns-5 .products-grid li.item button.quick-view,
	/*6 */
	.col1-layout .product-columns-6 .products-grid li.item .name, .col1-layout .product-columns-6 .products-grid li.item button.quick-view,
	.col2-layout .product-columns-6 .products-grid li.item .name, .col2-layout .product-columns-6 .products-grid li.item button.quick-view,
	/*7 */
	.col1-layout .product-columns-7 .products-grid li.item .name, .col1-layout .product-columns-7 .products-grid li.item button.quick-view,
	.col2-layout .product-columns-7 .products-grid li.item .name, .col2-layout .product-columns-7 .products-grid li.item button.quick-view,

	/* Product slider container */
	.fc_grid_6  .product-columns-4 .products-grid li.item .name, .fc_grid_6 .product-columns-4 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-5 .products-grid li.item .name, .fc_grid_6 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}

	
	.col1-layout .product-slider-container.product-columns-4 .products-grid li.item .name, .col1-layout .product-slider-container.product-columns-4 .products-grid li.item button.quick-view,
	.col2-layout .product-slider-container.product-columns-5 .products-grid li.item .name, .col2-layout .product-slider-container.product-columns-5 .products-grid li.item button.quick-view,
	.col1-layout .product-slider-container.product-columns-6 .products-grid li.item .name, .col1-layout .product-slider-container.product-columns-6 .products-grid li.item button.quick-view,
	.col2-layout .product-slider-container.product-columns-6 .products-grid li.item .name, .col2-layout .product-slider-container.product-columns-6 .products-grid li.item button.quick-view,
	.col1-layout .product-slider-container.product-columns-7 .products-grid li.item .name, .col1-layout .product-slider-container.product-columns-7 .products-grid li.item button.quick-view,
	.col2-layout .product-slider-container.product-columns-7 .products-grid li.item .name, .col2-layout .product-slider-container.product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: inherit !important;
	}
}
@media only screen and (max-width: 479px) {
	
}

@media only screen and (min-width: 480px) {
	.fc_grid_3  .product-columns-3 .products-grid li.item .name, .fc_grid_3 .product-columns-3 .products-grid li.item button.quick-view,
	.fc_grid_3  .product-columns-4 .products-grid li.item .name, .fc_grid_3 .product-columns-4 .products-grid li.item button.quick-view,
	.fc_grid_3  .product-columns-5 .products-grid li.item .name, .fc_grid_3 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_3  .product-columns-6 .products-grid li.item .name, .fc_grid_3 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_3  .product-columns-7 .products-grid li.item .name, .fc_grid_3 .product-columns-7 .products-grid li.item button.quick-view,

	.fc_grid_4  .product-columns-3 .products-grid li.item .name, .fc_grid_4 .product-columns-3 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-4 .products-grid li.item .name, .fc_grid_4 .product-columns-4 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-5 .products-grid li.item .name, .fc_grid_4 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-6 .products-grid li.item .name, .fc_grid_4 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-7 .products-grid li.item .name, .fc_grid_4 .product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}
}
a.social-icon 											{ background-size: 1196px 68px;}

.banners-slider-container .nav a,
.tp-leftarrow.default,
.tp-rightarrow.default 									{ background-size: 98px 148px;}

.brands-slider-container .title-container .slider-nav a { background-size: 44px 42px;}
.block .actions a.btn-clear 							{ background-size: 11px 11px;}
.content-container a.btn-edit  							{ background-size: 21px 42px;}/*strong icon*/
.btn-remove 											{ background-size: 21px 42px;}/*strong icon*/

.header-dropdown .btn-remove,
.block-wishlist .btn-remove,
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background-size: 14px  28px;}/*normal icon*/

.footer .athlete_footer_connect ul li a 				{ background-size: 1201px 68px;}		

.bg-line, .content-banner .row:before,
.content-banner .banner:before 							{ background-size: 10px 10px;}

.header .form-search button.button span span 			{ background-size: 30px 60px;}	

/* Proceed checkout */
/*
button.btn-proceed-checkout span span,
button.btn-proceed-checkout span span
*/
.title-buttons button.button span span, .block_totals button.button span span,
.title-buttons button.button:hover span span, .block_totals button.button:hover span span { background-size: 10px 15px;}

.qty-container .qty-math 	            				{ background-size: 28px 28px;}

.product-view .product-img-box .more-views-nav a,
.prev-next a,
.title-container .slider-nav a							{ background-size: 41px 52px;}	

.athlete-slideshow .slide .controls .slide-control      { background-size: 120px 104px;}
.slide-title .link span									{ background-size: 50px 70px;}
.category-banner-container .link span					{ background-size: 50px 70px;}
.cms-banner.cms-banner-big-link .link span				{ background-size: 50px 70px;}
.slideshow-container .link span					        { background-size: 50px 70px;}

#toTop 													{ background-size: 45px 90px;}
.product-view .product-img-box .zoom .btn-zoom-in 		{ background-size: 62px 60px;}

.toolbar-dropdown ul li a 								{ background-size: 3px 5px;}	
.rating-box, .rating-box .rating 						{ background-size: 49px 36px;}

.dedicated-review-box .average-rating .rating-large,
.dedicated-review-box .average-rating .rating-large .rating { background-size: 130px 49px;}

.header-dropdown .btn-edit 								{ background-size: 14px 28px;}	

.tool-tip .btn-close a									{ background-size: 15px 15px;}

button.btn-cart span span,
.products-grid .actions li button.button,
.products-list .add-to-links button.button span span 	{ background-size: 29px 65px;}

.products-grid .actions .add-to-links .link-compare,
.products-list .link-compare  .link_i,
.product-shop .link-compare  .link_i 					{ background-size: 29px 65px;}

.product-shop .link-email-friend  .link_i 				{ background-size: 29px 65px;}
.products-grid .actions .add-to-links .link-wishlist,
.products-list .link-wishlist .link_i,
.product-shop .link-wishlist .link_i 					{ background-size: 29px 65px;}

.view-mode .grid 										{ background-size: 31px 58px;}
.view-mode .list 										{ background-size: 32px 58px;}

.main ul.messages > li:before 							{ background-size: 31px 31px;} 

.toolbar-switch .toolbar-title 							{ background-size: 29px 58px;}

.header-cart .summary									{ background-size: 35px 70px;}

.products-grid .actions .add-to-links .link-compare,
.products-list .link-compare  .link_i,
.product-shop .link-compare  .link_i 					{ background-size: 29px 65px;}

pre 													{ background-size: 1px 42px;}


@media only screen and ( -webkit-min-device-pixel-ratio: 1.5), only screen and ( min--moz-device-pixel-ratio: 1.5), only screen and ( -o-min-device-pixel-ratio: 3/2), only screen and ( min-device-pixel-ratio: 1.5) {	
	a.social-icon 											{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/connect_icons@2x.png);}

	.banners-slider-container .nav a,
	.tp-leftarrow.default,
	.tp-rightarrow.default 									{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/banners_slider_arrows@2x.png);}
	
	.brands-slider-container .title-container .slider-nav a { background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/brands_slider_arrows@2x.png);}
	.block .actions a.btn-clear 							{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/btn_clear@2x.png);}	
	
	.header-dropdown .btn-remove,
	.block-wishlist .btn-remove,
	.remember-me-popup .remember-me-popup-head .remember-me-popup-close 	{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/btn_remove_small_sprite@2x.png);}
	
	.content-container a.btn-edit   						{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/icon_edit@2x.png);}
	.btn-remove 											{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/btn_remove_sprite@2x.png);}
	.footer .athlete_footer_connect ul li a 				{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/connect_icons@2x.png);}
	
	.bg-line,
	.content-banner .row:before,
	.content-banner .banner:before 							{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/content_banner_bg@2x.png);}
	
	.header .form-search button.button span span 			{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/icon_search@2x.png);}	
	
	.title-buttons button.button span span,
	.block_totals button.button span span
	/* button.btn-proceed-checkout span span */ 			{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/next-icon@2x.png);}	
	
	.title-buttons button.button:hover span span, 
	.block_totals button.button:hover span span
	/* button.btn-proceed-checkout:hover span span */		{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/next-icon-roll@2x.png);}
	
	.qty-container .qty-math 								{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/qty_math@2x.png);}	
	
	.product-view .product-img-box .more-views-nav a,
	.prev-next a,
	.title-container .slider-nav a							{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/slider_arrows@2x.png);}	
	
	.athlete-slideshow .slide .controls .slide-control      { background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/slideshow_arrows@2x.png);}
	.slide-title .link span										{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/slideshow_link_arrow@2x.png);}
	.category-banner-container .link span						{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/slideshow_link_arrow@2x.png);}
	.cms-banner.cms-banner-big-link .link span					{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/slideshow_link_arrow@2x.png);}
	.slideshow-container .link span					{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/slideshow_link_arrow@2x.png);}

	#toTop 													{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/totop_arrows@2x.png);}	
	.product-view .product-img-box .zoom .btn-zoom-in 		{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/zoom_icons@2x.png);}


	.toolbar-dropdown ul li a 								{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/arrow_item@2x.png);}	
	.rating-box, .rating-box .rating 						{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/bkg_rating@2x.png);}

	.dedicated-review-box .average-rating .rating-large,
	.dedicated-review-box .average-rating .rating-large .rating { background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/bkg_rating_large@2x.png);}

	.header-dropdown .btn-edit 								{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/btn_edit_sprite@2x.png);}	
	
	button.btn-cart span span,
	.products-grid .actions li button.button,
	.products-list .add-to-links button.button span span 	{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/i_btn_cart@2x.png);}
	
	.products-grid .actions .add-to-links .link-compare,
	.products-list .link-compare  .link_i,
	.product-shop .link-compare  .link_i					{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/i_btn_compare@2x.png);}
	
	.product-shop .link-email-friend  .link_i 				{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/i_btn_email@2x.png);}
	
	.products-grid .actions .add-to-links .link-wishlist,
	.products-list .link-wishlist .link_i,
	.product-shop .link-wishlist .link_i 					{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/i_btn_wishlist@2x.png);}
	
	.view-mode .grid 										{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/i_grid_mode@2x.png);}
	.view-mode .list 										{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/i_list_mode@2x.png);}

	ul.messages li.error-msg:before 						{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/i_msg-error@2x.png);}
	ul.messages li.success-msg:before 						{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/i_msg-success@2x.png);}
	ul.messages li.note-msg:before 							{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/i_msg-note@2x.png);}
	ul.messages li.notice-msg:before 						{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/i_msg-notice@2x.png);}
	
	.toolbar-switch .toolbar-title 							{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/selectbox_arrow@2x.png);}
	.header-cart .summary,
	.header-fixed .header-cart .summary 					{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/i_btn_cart_ios@2x.png);}

	.products-grid .actions .add-to-links .link-compare,
	.products-list .link-compare  .link_i,
	.product-shop .link-compare  .link_i 					{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/i_btn_compare@2x.png);}

	pre 													{ background-image: url(https://b2b.mbtradingparts.com/skin/frontend/athlete/default/images/retina/bg_code@2x.png);}
}

@media only screen and ( min-width: 1024px) {
	.header-cart .summary { background-image: none ;}
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('https://b2b.mbtradingparts.com/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}

/******************************************************************************************/
/************************* DO NOT EDIT THIS FILE ( v1.4.6.1 ) *******************************/
/******************************************************************************************/
/** Theme Font **/
.theme_font,
.main ul.messages,
.product-options dt label, .product-options dl ul.options-list .label,
.slide-title .text, .slide-title .link,
button.button span,
.header-cart .summary,
.header-cart .header-dropdown .subtotal,
	.footer .info-content h1,.footer .info-content h2,.footer .info-content h3,.footer .info-content h4,.footer .info-content h5,.footer .info-content h6,
.footer .newsletter .title,
.footer .athlete_footer_connect .title,
.athlete_footer_customer_service,
.header-cart .header-dropdown .sub-total,
#nav > li > a, #nav ul.level0 li > a, .nav-top-title a, .remember-me-popup h3,
.content-banner .banner, .content-banner .banner a,
.text-container .text,
.nav-top-title,
.page-title h1, .opc .step h3, .opc .step-title .number, .opc .step-title h2, .block .block-title, .block-currently-shopping p.block-subtitle, .block-compare h3,
.block_shipping .shipping > h2, .block_coupon  .discount > h2, .block_totals #shopping-cart-totals-table tfoot strong,
p.back-link a,
.data-table .product-name, .data-table .cart-price,
.block .actions a,
.block-poll	.block-subtitle:before,
.std h1, .std h2, .std h3, .std h4,.std h5, .std h6, 
.std .h1, .std .h2, .std .h3, .std .h4,.std .h5, .std .h6,
.std .data-table tbody  th,
.category-products .product-name, .category-products .price-box,
.new-label, .sale-label,
.products-list .link-wishlist, .products-list .link-compare,
.product-view .product-category-title h3, .product-name h1,
.product-shop .add-to-links a,
.dedicated-review-box .average-rating strong,
.dedicated-review-box ol.reviews-list li .review-title,
.add-review h2, .add-review h4,
.product-tabs a,
.product-tabs-container h2.tab-heading a,
.product-view .box-tags .form-add label,
.price-box .price,
.title-container h3,
.category-banner-container .text-container a, .cms-banner.cms-banner-big-link .link, ul.custom-menu li a, .block-login h2,
.blog-title h1, .aw-blog-read-more, .postTitle h1,.commentDetails h4.username,
.blog-date, .postTitle h2,
.athlete_style_large, .athlete_style_medium, .athlete_style_small,
.slideshow-container .link { font-family:"Open Sans", Arial, sans-serif; letter-spacing:-1px;}

/* letter spacing -2px */
	.text-container .text, .block-login .block-title, .title-container h3,
	.athlete_style_medium { letter-spacing:-2px;}
	.product-view .price-box-wrap .price-box .price { letter-spacing:-2px;}
	
/* letter spacing -3px */

/* letter spacing -4px */
	.slide-title .text, .page-title h1, .product-slider-container-big .title-container h3, .product-view .product-category-title h3, .blog-title h1, .postTitle h1,
	.athlete_style_large { letter-spacing:-4px;}
@media only screen and (max-width: 767px) {
	.slide-title .text, .page-title h1, .product-slider-container-big .title-container h3, .product-view .product-category-title h3, .blog-title h1, .postTitle h1 { letter-spacing:-2px;}
}

	.new-label, .sale-label, .block .actions a.btn-clear { letter-spacing:inherit;}

/** Theme Color **/
	.logo-container,
	.header-cart .summary,
	.header .top-links a:hover,
	.footer .info-content a:hover,
	a.social-icon,
	.header a.btn-edit:hover, .content-container a.btn-edit:hover,
	.header a.btn-remove:hover, .content-container a.btn-remove:hover, .remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover,
	.header .form-search button.button span,
	.header .form-search button.button:hover span,
	.header-currency:hover, .header-language:hover,
	#nav>li>a:hover,
	#nav>li.over>a,
	#nav>li.active>a,
	#nav>li.parent>a:hover:before,
	#nav>li.parent.over>a:before,
	.nav-top-title:hover a,
	.nav-top-title div.icon span,
	.product-view .product-img-box .zoom .btn-zoom-out:hover,
	.product-view .product-img-box .zoom .btn-zoom-in:hover,
	.opc .allow:hover .step-title,
	.opc .allow.active .step-title .number,
	.opc .allow.active:hover .step-title .number,
	
	p.back-link a,
	.block .actions a,
	.block-wishlist .link-cart:hover,
	.block-progress dt a,
	.sorter a.sort-by-arrow:hover,
	.view-mode a.grid:hover, .view-mode strong.grid, .view-mode a.list:hover, .view-mode strong.list,
	.pager .pages li a:hover, .pager .pages li.current,
	.pager .pages li a.previous :hover, .pager .pages li a.next:hover,
	.over .toolbar-title,
	.toolbar-dropdown ul li a:hover, .toolbar-dropdown ul li.selected a,
	.products-grid .actions li button.button:hover, .products-grid .actions .add-to-links .link-wishlist:hover,
	.products-grid .actions .add-to-links .link-compare:hover,
	.add-review .rating-radio.active,
	.product-tabs li.active a,
	.product-tabs a:hover,
	.product-tabs-container h2.tab-heading:hover,
	.product-tabs-container h2.active a,
	.product-tabs-container h2.active a:hover,
	.product-tags li a:hover,
	#toTop { background-color:#ffe51e}

	
/* a:hover */
	.products-grid li.item.hover .product-hover .animate-me .price { color:#ffe51e}

	.block, .remember-me-popup,
	.header-currency:hover .header-switch-trigger:after,
	.header-language:hover .header-switch-trigger:after {border-top-color:#ffe51e;}

	.theme_bg_color{ background-color:#ffe51e}
	.theme_border_color{ border-color:#ffe51e}
	.theme_color{ color:#ffe51e}


/* buttons */
	button.button span{color:#000000}
	.no-touch button.button:hover span {color:#ffffff}
	.revolution-slideshow .link:hover {color:#ffffff !important}
	button.button > span:before, #toTop {background-color:#ffe51e}
	button.button:hover > span:after, #toTop:hover {background-color:#000000}
	.revolution-slideshow .link:hover {background-color:#000000 !important}
/* inverted buttons */
	button.inverted span {color:#ffffff}
	.no-touch button.inverted:hover span{color:#000000}
	.remember-me-popup .remember-me-popup-head .remember-me-popup-close,
        .qty-container .qty-math,
	.data-table .btn-edit, .data-table .btn-remove, .block .btn-remove,
	button.inverted > span:before {background-color:#000000}
	.remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover,
        .qty-container .qty-math:hover,
	.data-table a.btn-edit:hover, .data-table a.btn-remove:hover, .block .btn-remove:hover,
	button.inverted:hover > span:after {background-color:#ffe51e}


/** cms banners **/
	.cms-banner.cms-banner-big-link .link{color:#000000}
	.no-touch .cms-banner.cms-banner-big-link .link:hover {color:#ffffff !important}
	.cms-banner.cms-banner-big-link .link {background-color:#ffe51e}
	.cms-banner.cms-banner-big-link .link:hover {background-color:#000000 !important}


/** title **/

/** price **/
	.new-product .price-box .price,
	.no-touch .products-grid li.new-product:hover .product-hover .animate-me .regular-price .price {color:#f64126}
	.new-label {background-color:#f64126}
	.sale-product .price-box .price,
	.products-grid li.item.hover .product-hover .animate-me .special-price .price {color:#00b9d5}
	.sale-label {background-color:#00b9d5}

/** header_options **/
.header-container, #nav, .header-nav-wide #nav, .header .form-search-over {background-color:#000000}


/** header content options **/
/*    .header-nav-txt.std { color:}
    .header-nav-txt.std a { color:}
    .header-nav-txt.std a:hover { color:}
*/


/*.top-bar,*/
.top-links-container, .top-links-container:before, .header .links:after {background-color:#202020}
.header-currency .header-switch-trigger:after, .header-language .header-switch-trigger:after {
	border-top-color:#202020;
}
.header-currency, .header-language, .header .top-links a {color:#d9d9d9}
.header-currency .header-switch-trigger:before, .header-language .header-switch-trigger:before {
	border-top-color: #d9d9d9 ;
}
.header .top-links a:hover, .header-cart .summary,
.header-currency:hover, .header-language:hover {color:#000000}
.header-currency:hover .header-switch-trigger:before, .header-language:hover .header-switch-trigger:before {
	border-top-color: #000000 ;
}




/** header_dropdowns **/

/* navigation */
#nav>li>a {font-size:18px}

@media only screen and (max-width: 1023px) {


	#nav ul.level0 li a {color:#fff;}
	#nav ul.level0 li a:hover, #nav ul.level0 li.active > a, #nav ul.level0 li.over > a, .nav-top-title:hover a {color:#000}
	#nav ul.level0 li a:hover, #nav ul.level0 li.active > a, #nav ul.level0 li.over > a ,.nav-top-title:hover a {background-color:#ffe51e}
}

/** content_banners **/
	.category-banner-container, .content-banner { background-color:#f7f7f7}
	.category-banner-container .text-container .text { background-color:#000000}
	.category-banner-container .text-container .text { color:#ffffff}
	.category-banner-container .text-container .text { background-color:#000000}
	.category-banner-container .text-container .text { color:#ffffff}
	.category-banner-container .text-container .link { background-color:#ffe51e}
	.category-banner-container .text-container .link { color:#000000}
	.no-touch .category-banner-container .link:hover { background-color:#000000}
	.no-touch .category-banner-container .link:hover { color:#ffffff}

/** Content area **/
	.main-container, .content-container, .brands-slider-container, .title-container h3, .title-container .slider-nav,
	.page-popup {background-color:#ffffff}
	body.shipping-tracking-popup .data-table a:hover,
        .opc .allow:hover .step-title .number,
	.opc .allow.active .step-title,
	.dashboard .box-reviews .number,
	.content-container a:hover,
	.colorswatches-container .colorswatch.current a, ul.configurable-swatch-list li.selected a.swatch-link,
	.block-blog.block-blog-tags li a,
	.block-layered-nav li.active > a, .block-layered-nav li em:hover {background-color:#000000}
	body.shipping-tracking-popup .data-table a:hover,
        .opc .allow:hover .step-title .number,
	.opc .allow.active .step-title,
	.dashboard .box-reviews .number,
	.content-container a:hover,
	.colorswatches-container .colorswatch.current a,
	.std a:hover, .block-blog.block-blog-tags li a, ul.configurable-swatch-list li.selected a.swatch-link,
	.block-layered-nav li.active > a, .block-layered-nav li em:hover {color:#ffffff}



.product-shop .add-to-links a, .product-shop .add-to-links a:hover,
.products-grid .product-name a,
.data-table a.product-image, .data-table a.product-image:hover,
.banners-slider-container .banners li a,
.minimal-price-link,
.addthis_toolbox a,.addthis_toolbox a:hover, .cms-banner {background-color:transparent}

/** footer **/
.footer-container {background-color:#000000}


body, .copyright-container {background-color:#141414}
.copyright-container, .copyright-container a {color:#666666}
.copyright-container a {color:#888888}



/* banners slider */
    .banners-slider-container .banners li {background-color:#cccccc}
    .text-container .text {background-color:#000000}
    .text-container .text {color:#ffffff}
    .no-touch .text-container .animate-me .text {color:#000000 !important}
	.no-touch .text-container .text:after {background-color:#ffe51e}
    .text-container .link {background-color:#ffe51e}
    .text-container .link {color:#000000}

.logo-container-indent { padding: 15px }
@media only screen and (max-width: 767px) {
	.header .logo-container-indent { padding: 15px }
}
.logo-container {width:205px}
.header .logo img {max-width:175px}
.wide #nav ul.level0, .wide #nav > li > div,
.athlete #nav ul.level0, .athlete #nav > li > div,
.header-1 .olegnaxmegamenu #nav li.wide > div {margin-left:-205px}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.header-nav-wide {left:205px;}
	
	/*
	.header .form-search-over, .header .search-visible .form-search-over {
		width:467px;
	}
	*/
}
.header-fixed .header-2 .header-nav-wide {
	margin: -64px 90px 0;
}


/** Product page **/
.product-view .product-img-box {width: 473px}
.product-view .product-img-box .product-image-zoom {width: 473px; height: 473px}
@media only screen and (max-width: 767px) {
	.product-view .product-img-box .product-image-zoom {width: 426px; height: 426px}
}
@media only screen and (max-width: 479px) {
	.product-view .product-img-box .product-image-zoom {width: 300px; height: 300px}
}

/** Login page **/
.customer-account-create .content-container,
.customer-account-forgotpassword .content-container,
.customer-account-resetpassword .content-container,
.customer-account-login .content-container { background-color:#000000; }

/** Cart page **/

/** Slideshow **/
.slideshow-container {background-color:#f7f7f7}
.tp-bannertimer, .athlete-slideshow .slide .controls .progress {background-color:#ffe51e}
	.fullwidthbanner-container, .fullwidthbanner-container .fullwidthbanner { max-height:620px !important;}
	.rs-banner{height:620px;}
	@media only screen and (min-width: 768px) and (max-width: 1023px) {
		.rs-banner, .rs-banner-container{ width:740px; max-height:496px !important;}
	}
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.rs-banner, .rs-banner-container { width:426px; max-height:310px !important; }
	}
	@media only screen and (min-width: 0px) and (max-width: 479px) {
		.rs-banner, .rs-banner-container { width:320px; max-height:206px !important; }
	}
	.fullwidthbanner-container .caption {font-family:"Open Sans"}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {background-color:#ffe51e}
.tp-caption.athlete_white_bg_light, .tp-caption.athlete_white_bg_medium, .tp-caption.athlete_white_bg_bold {color:#ffe51e}

	.tp-bullets.simplebullets.athlete .bullet, .tp-leftarrow.default, .tp-rightarrow.default,
	.athlete-slideshow .slide .controls .slide-control {background-color:#000000}
	.tp-bullets.simplebullets.athlete .bullet:hover,
	.tp-bullets.simplebullets.athlete .bullet.selected,
	.tp-leftarrow.default:hover, .tp-rightarrow.default:hover,
	.no-touch .athlete-slideshow .slide .controls .slide-control:hover {background-color:#ffffff}
	.slide-title .text {background-color:#000000}
	.slide-title .text {color:#ffffff}
	.slide-title .link {background-color:#ffe51e}
	.slide-title .link {color:#000000}
	.slide-title .link:hover {background-color:#000000}
	.slide-title .link:hover {color:#ffffff}

/** Product listing **/
	.category-products .product-name a {color:#000000}
	.my-account .data-table .ratings,
	.dashboard .box-reviews .ratings,
	.products-grid .ratings, .products-list .ratings .rating-box {background-color:#000000}

	.products-grid li.item.hover {background-color:#f0f0f0}
	.products-grid li.item.hover .product-name.animate-me:after,
	.products-grid li.item.hover .price-box.animate-me:after,
	.products-grid li.item.hover ul.configurable-swatch-list.animate-me:after,
	.products-list .product-name a:hover {background-color:#000000}
	.products-grid li.item.hover .product-hover .animate-me a,
	.products-grid li.item.hover .product-hover .animate-me p {color:#000000}
	.products-grid li.item.hover .product-hover .animate-me a,
	.products-grid li.item.hover .product-hover .animate-me p,
	.products-list .product-name a:hover {color:#ffffff}



/** Product details **/

/* Product Tabs */
	.product-tabs li a, .product-tabs-container h2.tab-heading a {color:#ffffff}
	 .product-tabs li a, .product-tabs-container h2.tab-heading a {background-color:#000000}
	.product-tabs li.active a,
	.product-tabs li a:hover,
	.product-tabs-container h2.tab-heading a:hover,
	.product-tabs-container h2.active a,
	.product-tabs-container h2.active a:hover {color:#000000}
	.product-tabs li.active a,
	.product-tabs li a:hover,
	.product-tabs-container h2.tab-heading a:hover,
	.product-tabs-container h2.active a,
	.product-tabs-container h2.active a:hover {background-color:#ffe51e}
	.product-view .ratings .rating-box, .dedicated-review-box ol.reviews-list li .rating-box {background-color:#000000}
	.cloud-zoom-lens  {box-shadow: inset 0 0 0 3px #000000 !important}
	.cloud-zoom-big   {box-shadow: inset 0 0 0 9px #000000 !important}
	.cloud-zoom-lens  {background-color:rgba(0,0,0, 0.07 ) !important; }

/** Sidebar **/
	/* inverted buttons */
/** poll **/

/** Global Messages  **/
	
	

/** Pager  **/
	.pager .limiter,
	.sorter .sort-by-wrap, .sorter .view-mode, .sorter .limiter,
	.pager .pages li a.previous, .pager .pages li a.next,
	.sorter a.sort-by-arrow, .view-mode .grid, .view-mode .list { background-color:#000000}
	.toolbar-dropdown { border-top-color:#000000; background-color:#000000}
	.pager .limiter,
	.sorter .sort-by-wrap, .sorter .view-mode, .sorter .limiter { color:#acacac}
	.sorter .current, .toolbar-dropdown ul li a { color:#ffffff}
	.over .toolbar-title,
	.toolbar-dropdown ul li a:hover, .toolbar-dropdown ul li.selected a,
	.view-mode a.grid:hover, .view-mode strong.grid, .view-mode a.list:hover, .view-mode strong.list,
	.pager .pages li a.previous :hover, .pager .pages li a.next:hover { color:#000000}
	.over .toolbar-title,
	.sorter a.sort-by-arrow:hover,
	.toolbar-dropdown ul li a:hover, .toolbar-dropdown ul li.selected a,
	.view-mode a.grid:hover, .view-mode strong.grid, .view-mode a.list:hover, .view-mode strong.list,
	.pager .pages li a.previous :hover, .pager .pages li a.next:hover { background-color:#ffe51e }

/** Arrows  **/

/* banner slider */
	.banners-slider-container .nav a { background-color:#000000}
	.no-touch .banners-slider-container .nav a:hover { background-color:#ffffff}
	.banners-slider-container .nav a.disabled, .no-touch .banners-slider-container .nav a.disabled:hover { background-color:#999999}

/* brands slider */
	.brands-slider-container .title-container .slider-nav a { background-color:rgba(0, 0, 0, 0)}
	.no-touch .brands-slider-container .title-container .slider-nav a:hover { background-color:#000000}
	.brands-slider-container .title-container .slider-nav a.disabled, .no-touch .brands-slider-container .title-container .slider-nav a.disabled:hover { background-color:transparent;}

/* Prevnext */
	.prev-next a, .prev-next a.icon-white { background-color:#000000}
	.no-touch .prev-next a:hover, .no-touch .prev-next a.icon-white:hover { background-color:#ffffff}

/* product slider */
	.title-container .slider-nav a, .product-view .product-img-box .more-views-nav a { background-color:#000000}
	.no-touch .title-container .slider-nav a:hover, .product-view .product-img-box .more-views-nav a:hover { background-color:#ffffff}
	.title-container .slider-nav a.disabled, .no-touch .title-container .slider-nav a.disabled:hover,
	.product-view .product-img-box .more-views-nav a.disabled, .product-view .product-img-box .more-views-nav a.disabled:hover{ background-color:#999999}

/* product slider - megamenu */
	.megamenu-block .product-slider-container .title-container .slider-nav a { background-color:#ffffff}
	.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a:hover { background-color:#000000}

/* banner slider */
	/* banners_slider_home_page */
	#banners_slider_home_page .banners {height: 0px; }
	#banners_slider_home_page .banners li a { width: 747px; height: 627px; }
	/* banners_slider_sidebar */
	#banners_slider_sidebar .banners {height: 0px; }
	#banners_slider_sidebar .banners li a { width: 232px; height: 368px; }
	/* banners_slider_blog */
	#banners_slider_blog .banners {height: 0px; }
	#banners_slider_blog .banners li a { width: 232px; height: 232px; }


/* fancybox */

	#fancybox-close {background-color:#000000}
	#fancybox-close:hover {background-color:#ffe51e}
	#fancybox-close { background-position: 5px 4px; }
	#fancybox-close:hover { background-position: 5px -17px }

	#fancybox-outer {background-color:#ffffff}
	##fancybox-content {border-color:#ffffff}
	.ajax-message a:hover {background-color:#000000}
	.ajax-message a:hover {color:#ffffff}



/* blog */
	.blog-date .inner {color:#ffffff}
	.blog-date .hover {color:#000000}
	.blog-date .inner {background-color:#000000}
	.blog-date .hover {background-color:#ffe51e}


	.postWrapper:hover .postTitle h2 a {background-color:#000000}
	.postWrapper:hover .postTitle h2 a {color:#ffffff}


	.block-blog.block-blog-tags li a:hover, .blog-img-wrap a:after {background-color:#ffe51e}
	.commentWrapper {border-color:#ffe51e}





/*****************************************************************/
/***************** theme layout & max width **********************/







/* Desktop width - 1280px */
@media only screen and (min-width: 1280px)  {
						.row { max-width: 1200px; }
			
/* default 2 columns */
.col2-layout .sidebar  { width: 20.41%;}
.col2-layout .col-main { width: 75.58%;}
	.col2-left-layout .col-main-wrap { margin-left:     269px;}
	.col2-right-layout .col-main-wrap { margin-right:   269px;}
		.col2-layout .col-main { width: 100%;}
	.col2-layout .sidebar  { width: 269px;}
	
/* default 3 columns */
.col3-layout .col-main 	{}
.col3-layout .sidebar   {}

/* product item */
.product-columns-2 ul.products-grid li.item { width: 33.3333%;}
.product-columns-3 ul.products-grid li.item { width: 25%;}
.product-columns-4 ul.products-grid li.item { width: 20%;}
.product-columns-5 ul.products-grid li.item { width: 16.6666%;}
.product-columns-6 ul.products-grid li.item { width: 14.2857%;}
.product-columns-7 ul.products-grid li.item { width: 12.5%;}
}


/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	29/10/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


@font-face {
  font-family: 'revicons';
  src: url('https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.eot?5510888');
  src: url('https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
       url('https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
       url('https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */

							

/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper{
	position:relative;
	z-index: 0;
}


.rev_slider{
	position:relative;
	overflow:visible;
}

.tp-overflow-hidden { overflow:hidden;}

.tp-simpleresponsive img,
.rev_slider img{
	max-width:none !important;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin:0px;
	padding:0px;
	border-width:0px;
	border:none;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
	list-style:none !important;
	position:absolute;	
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
	top:0px;left:0px;
}


.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
	visibility:hidden; 
}

.tp-revslider-slidesli,
.tp-revslider-mainul	{	
	padding:0 !important; 
	margin:0 !important; 
	list-style:none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}


.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}

.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}

.rev_slider .tp-caption,
.rev_slider .caption 	{ 
	position:relative;  
	visibility:hidden; 
	white-space: nowrap;
	display: block;
}


.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
	margin-bottom:0;

}

	
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
	cursor:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/css/openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
	cursor:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/css/closedhand.cur), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
	z-index:1
}

.tp_inner_padding {	
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	max-height:none !important;	
}


.tp-caption {	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;	
	position:absolute;
	-webkit-font-smoothing: antialiased !important;
}

.tp-caption.tp-layer-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;	
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {	
	visibility:hidden !important; 
	display:none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
	max-width: none !important
}






/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.rev_slider_wrapper	{	width:100%;}

.fullscreen-container {	
	position:relative;
	padding:0;
}


.fullwidthbanner-container{
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	
	position:absolute; z-index:101; top:0px;left:0px;
	/*pointer-events:none;*/

}


.tp-caption .frontcorner		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}
									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}

.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}

.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid .tp-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	-webkit-transition:opacity 300ms ease-out !important;
	-moz-transition:opacity 300ms ease-out !important;
	-o-transition:opacity 300ms ease-out !important;
	transition:opacity 300ms ease-out !important;				
}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}

.videoisplaying  .tp-video-play-button			{	display:none}
.tp-caption:hover .tp-video-play-button 		{ 	display:block}

.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}

.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50)));	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {	opacity: .9;}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover 				{	cursor: pointer;}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; }

.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}

.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-background-video-layer video::-webkit-media-controls { display:none !important;}


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;
    -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;
    -moz-border-radius:100px / 20px;
    border-radius:100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
	padding:6px 13px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
	font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
	text-decoration:none;
}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px}

	
/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }

.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;}

.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; }


/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; }


/* ROUNDING OPTIONS */
.rev-maxround 							{ 	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.rev-minround 							{ 	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }	


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
	0% { opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% { opacity: 0;top: 50%;}
	100% { opacity: 0;top: 29%;}
}
@-moz-keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	filter: alpha(opacity=80);
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: rev-ani-mouse 2.5s linear infinite;
	-moz-animation: rev-ani-mouse 2.5s linear infinite;
	animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
	border-color:#333;
}
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; /*background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}


/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

 .tp-simpleresponsive img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom: 1;
}



/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{	background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/coloredbg.png) repeat}
.tp-shape {	width:100%;height:100%;}



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.tp-caption .rs-starring				{	display: inline-block}
.tp-caption .rs-starring .star-rating	{	float: none;}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
	display: inline-block;
    vertical-align: top;
}

.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;
	
	width: 5.4em;
	font-family: star;
}

.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.tp-caption .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
}


.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {
	
	font-size: 1em !important;
	font-family: star;
}


/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/loader.gif) no-repeat center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	
	background:url(https://b2b.mbtradingparts.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/loader.gif) no-repeat 10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	-webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {-webkit-transform: scale(1.0); opacity: 0;}
}

@keyframes tp-scaleout {
  0% {transform: scale(0.0);-webkit-transform: scale(0.0);} 
  100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;}
}


.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/


.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;}

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important}

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important}

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}

.tp-bannertimer					{	background:#000; background:rgba(0,0,0,0.15); height:5px;}


.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }


/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

/*******************
	- DEBUG MODE -
*******************/

.hglayerinfo				   {	  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;peft:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}

