<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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; */ } /* &lt;- Safari &amp; 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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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 */

/********** &lt; 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; }

/* 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 &gt; */

/* 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://blackbirdracing.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://blackbirdracing.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; }

/* 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://blackbirdracing.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 &amp; 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 &gt; 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 ============================================================================== */
/********** &lt; 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://blackbirdracing.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://blackbirdracing.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 &gt; */

/* 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://blackbirdracing.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; }

/********** &lt; 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 &gt; */

/* 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://blackbirdracing.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://blackbirdracing.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-2016 X.commerce, Inc. and affiliates (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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* CSS Document */
.process-container {
  display: none;
  float: left;
  width: 100%;
  position:absolute;
}
.process-container &gt; img {
  margin-top: 5px;
  width: 30px;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 121; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.71); /* Black w/ opacity */
}
.sms-modal-content {
	background-color: #ECEFF1;
	border: 3px solid #e0e0e0;
	margin: 15% calc(50% - 150px);
	padding: 20px;
	position: absolute;
}
.verify_mobile &gt; input {
    clear: both;
    width: auto !important;
}
.verify_mobile .button {
  clear: both;
  margin-top: 5px;
  width: auto;
}
.infosms {
  clear: both;
  float: left;
  font-size: 11px;
}
.verify {
    float: left;
}

.verify_mobile {
  clear: both;
  float: left;
}
.notverify_yet {
    background-color: #fbebe7;
    border: 1px solid red;
    padding: 5px;
}
.verify.resendcode {
    padding: 5px;
}
.mobilenotverifed
{
	clear:both;
	float:left;
}
.changemobbtn{
	padding-top:5px;
}
.updateloadimage{
	display:none;
}
.changemobloadimage{
	display:none;
}
.updatedverifyotp, .changenum{
	float:left;
}
.verify {
  width: 100% !important;
}
.error &gt; span {
  color: #f00;
}
.success &gt; span {
  color: #11b400;
}

.verify_mobile {
  clear: both;
  float: left;
  width: 278px;
}
.ajax-is-otp-require label.verify {
    width: 100% !important;
    padding-bottom: 9px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 18px;
	text-align:center;
}
.verify_otp_action{
	float:left;
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {

}
	



.intl-tel-input.allow-dropdown {
  width: 100%;
}
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 9999;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://blackbirdracing.com/skin/frontend/base/default/countryflag/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("https://blackbirdracing.com/skin/frontend/base/default/countryflag/img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

.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://blackbirdracing.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%; text-align: center; }
.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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 &gt; * { 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;}
}
/********** &lt; Navigation */
.nav-container {}
.olegnaxmegamenu  {}
.megamenu-dropdown {padding-right: 10px;}

.olegnaxmegamenu #nav li.wide {position:static}
.olegnaxmegamenu #nav div.megamenu-dropdown &gt; ul { position:static; width:auto; border:none; padding: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}

.olegnaxmegamenu #nav li.wide &gt; 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 &gt; li { float:none; width: 16.6666%; display:inline-block; vertical-align:top; margin:0 0 20px;}
.olegnaxmegamenu #nav li.wide ul.level0 &gt; li.parent { margin:0 0 2px;}

.olegnaxmegamenu #nav li.wide &gt; 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 &gt; 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://blackbirdracing.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 &gt; 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 &gt; 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;position:relative;}
.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 &gt; li {width: 100%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-2 ul.level0 &gt; li {width: 50%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-3 ul.level0 &gt; li {width: 33.3333%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-4 ul.level0 &gt; li {width: 25%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-5 ul.level0 &gt; li {width: 20%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-6 ul.level0 &gt; li {width: 16.6666%;}

/********** &lt; 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://blackbirdracing.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%;}

/********** &lt; 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://blackbirdracing.com/skin/frontend/athlete/default/images/olegnax/megamenu/arrow_item_sidebar.gif') -20px 0 no-repeat }
.olegnaxmegamenu-sidebar li li.active &gt; a span:before,
.olegnaxmegamenu-sidebar li li a:hover span:before { background-position: 0 0 }
.olegnaxmegamenu-sidebar li li li a{ padding-left: 32px; padding-right: 0; width: 68%; }
.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://blackbirdracing.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://blackbirdracing.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 &gt; a { }
.olegnaxmegamenu-sidebar span { display:block; cursor:pointer; white-space:pre-line; }
.olegnaxmegamenu-sidebar &gt; li &gt; 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 &gt; 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://blackbirdracing.com/skin/frontend/athlete/default/images/olegnax/megamenu/retina/arrow_item_sidebar@2x.png') }
	.olegnaxmegamenu-sidebar .toggle-plus { background-image: url('https://blackbirdracing.com/skin/frontend/athlete/default/images/olegnax/megamenu/retina/arrow_toggle_sidebar_plus@2x.png') }
	.olegnaxmegamenu-sidebar .toggle-minus { background-image: url('https://blackbirdracing.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 &gt; div.megamenu-dropdown,
	.olegnaxmegamenu #nav li.wide &gt; div.shown-sub { display: none;}

	.megamenu-block, .megamenu-dropdown .clear {display: none;}
	.olegnaxmegamenu #nav ul.level0, .olegnaxmegamenu #nav ul.level0 div &gt; 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 &gt; */
/* ======================================================================================= */

/********** &lt; Helper */
.category_sp {position:absolute; left: 0; top: 0; width: 1px; height:90%; margin-top:5%; background:#e8e8e8}

/********** Navigation &gt; */
/* ======================================================================================= */

/* 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 &gt; span:before, button.button &gt; span:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: -1;}
button.button &gt; span:before { width: 100%; }

.no-touch button.button:hover &gt; 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://blackbirdracing.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;}

/* combinations*/	
button.btn-cart.icon-white-white span span { background-position:0 13px;}
.no-touch button.btn-cart.icon-white-white:hover span span { background-position:0 13px;}

button.btn-cart.icon-white-black span span { background-position:0 13px;}
.no-touch button.btn-cart.icon-white-black:hover span span { background-position:0 -24px;}

button.btn-cart.icon-black-white span span { background-position:0 -24px;}
.no-touch button.btn-cart.icon-black-white:hover span span { background-position:0 13px;}

button.btn-cart.icon-black-black span span { background-position:0 -24px;}
.no-touch button.btn-cart.icon-black-black: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: 0; right: 0; 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://blackbirdracing.com/skin/frontend/athlete/default/images/athlete/btn_edit_sprite.png');}
.header-dropdown .btn-remove {background-image: url('https://blackbirdracing.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://blackbirdracing.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;}

/********** &lt; 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 55px 22px 24px; margin:0; }

/* All Levels */
#nav &gt; li, #nav ul.level0 li { text-align:left; position:relative; }
#nav &gt; li.over, #nav ul.level0 li.over { }
#nav &gt; li.parent, #nav ul.level0 li.parent {}
#nav &gt; li &gt; a, #nav ul.level0 li a { display:block; text-decoration:none; color:#000; font-size:14px; font-weight:700; text-transform:uppercase; }
#nav &gt; li &gt; a:hover, #nav ul.level0  li a:hover { text-decoration:none; }
#nav &gt; li &gt; a span, #nav ul.level0 li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav &gt; li ul.level0 a span { white-space:normal; }
#nav &gt; li.parent &gt; a &gt; 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&gt;li { float:left; margin:0 5px 0 0; }
#nav&gt;li&gt;a { display:block; position:relative; color:#fff; font-size:18px; font-weight:700; line-height:27px; padding:0 9px 1px;letter-spacing: -1px;}
#nav&gt;li&gt;a:hover,
#nav&gt;li.over&gt;a,
#nav&gt;li.active&gt;a { color:#000; background:#ffe51e; }
#nav&gt;li.parent&gt;a:hover:before,
#nav&gt;li.parent.over&gt;a:before { content:'';width:100%; height:16px; position:absolute; z-index:998; top:28px; left:0; background:#ffe51e; }


/* 2nd Level */
#nav &gt; li &gt; 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 &gt; a,
#nav ul.level0 li.over &gt; 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 &gt; a,
#nav li.custom-block ul.custom-menu li.over &gt; 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: 0;
    right: 0;
    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://blackbirdracing.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 &gt; div {margin-left: 0;}


/* HEADER SLIM
======================================================================================= */
/*.slim-header  { position: fixed; top: 0; left: 0; right: 0; z-index: 9999;}*/
.slim-header, .slim-header .nav-search-container {min-height: 64px;}
.slim-header .header-2 .header-nav-wide {position: static}

.slim-header .logo-container { min-height: 64px; width: auto;}
.slim-header .logo-container-indent { padding-top: 0; padding-bottom: 0;}

.slim-header .header .logo img {max-height: 43px;}

.slim-header .top-links,
.slim-header .header-currency, .slim-header .header-language { display: none;}

.slim-header .top-links-container { min-height: inherit; background-color: transparent;}
.slim-header .top-links-container:before { display: none;}

.slim-header .form-search { right: 56px; top: 14px;}
.slim-header .header-cart {
    position: absolute; right: 0; top: 14px;
    float: none; margin: 0;
    width: 35px; height: 35px;
}
.slim-header .header-cart .header-dropdown {top: 35px;}
.slim-header .header-cart .summary span {display: none;}
.slim-header .header-cart .summary {	
    width: 35px; padding:0;
    background-image:url('https://blackbirdracing.com/skin/frontend/athlete/default/images/i_btn_cart_ios.png');
    min-width: inherit;
}
.slim-header .header-info-container {width: 100%;}
.slim-header .header-info-container,
.slim-header .nav-search-container {position: inherit;}
.slim-header .relative  {position: inherit !important;}

.slim-header #nav {padding: 19px 55px 17px 24px;}

.slim-header .header-1 .olegnaxmegamenu #nav li.wide &gt; 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 &gt; div.shown-sub { right: 0;}


/* fix block with table cell  Opera */
noindex:-o-prefocus, .header-fixed .header-2 .header-info-container {width: 100%;}


/********** Navigation &gt; */
/* ======================================================================================= */

/* 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://blackbirdracing.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://blackbirdracing.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 &gt; 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://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/athlete/next-icon.png) no-repeat right 50%;}
.title-buttons button.button:hover span span {background:url(https://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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 &gt; h2, .block_coupon  .discount &gt; h2, .block_totals #shopping-cart-totals-table tfoot strong {
    font-weight: 800; font-size: 19px; line-height: .8;
    text-transform: uppercase;
}
.block_shipping .shipping &gt; h2, .block_coupon  .discount &gt; h2 { padding: 19px 0 7px;}

.block_totals #shopping-cart-totals-table tfoot strong .price {font-size: 18px;letter-spacing: normal;}

.block_coupon .discount-form &gt; 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://blackbirdracing.com/skin/frontend/athlete/default/images/athlete/next-icon.png) no-repeat right 50%;}
.block_totals button.btn-button:hover &gt; span { color: #000;}
/* .no-touch  */.block_totals button.button:hover span span { background:url(https://blackbirdracing.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://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/athlete/next-icon.png) no-repeat right 50%;}

.block_totals button.btn-button:hover &gt; 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 &amp; 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 &gt; li {	
    padding:25px 25px 25px 76px; 
    font-size: 15px; 
    line-height: 1.1;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}

.main ul.messages &gt; 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://blackbirdracing.com/skin/frontend/athlete/default/images/i_msg-error.png); 	 background-color: #ff3808;}
ul.messages li.success-msg:before 	{ background-image:url(https://blackbirdracing.com/skin/frontend/athlete/default/images/i_msg-success.png); background-color: #aacd3e;}
ul.messages li.note-msg:before 		{ background-image:url(https://blackbirdracing.com/skin/frontend/athlete/default/images/i_msg-note.png); 	 background-color: #00b9d5;}
ul.messages li.notice-msg:before 	{ background-image:url(https://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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 &gt; span, .block-compare button.button &gt; 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 &gt; 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 &gt; 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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/i_grid_mode.png); background-repeat: no-repeat;}
.view-mode .list { width: 31px; background-image: url(https://blackbirdracing.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; }

/* Pager Slim */

.pager.slim_pager{padding: 0;}




/* Toolbar */
.toolbar {margin-bottom: 21px;}
.products-grid + .toolbar-bottom &gt; .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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/i_btn_wishlist.png') no-repeat 2px -34px;}
.products-list .link-compare  .link_i { background: url('https://blackbirdracing.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://blackbirdracing.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 "~" &amp; 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 44px; margin-left: 25px;
    width: 65px;
    height: 34px;
    font-weight: 600; font-size: 14px; line-height: .9;
    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://blackbirdracing.com/skin/frontend/athlete/default/images/i_btn_wishlist.png'); background-repeat: no-repeat;}
.product-shop .link-compare .link_i { background-image: url('https://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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 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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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;}

/********** &lt; 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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
    display: block;
    background-color: inherit;
}

/* 
	Popup styles:
*/
.page-popup #toTop {display: none !important;}
.page-popup div &gt; .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 &gt; .buttons-set {padding-top: 5px;}



.slideshow-container button.button &gt; span:before, .rev_slider_wrapper button.button &gt; span:before { display: none }
.slideshow-container button.button.btn-big span, .rev_slider_wrapper button.button.btn-big span { height:65px; line-height: 65px; padding:0px 50px }
.slideshow-container button.button.btn-big span span, .rev_slider_wrapper button.button.btn-big span span { padding:0 }
.slideshow-container .link, .rev_slider_wrapper .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, .rev_slider_wrapper .link.no-arrow {  padding:0 11px; }
.slideshow-container .link span, .rev_slider_wrapper .link span { display: block; position: absolute; top: 0; right: 0; overflow: hidden; width:25px; height: 35px; background-image:url('https://blackbirdracing.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, .no-touch .rev_slider_wrapper .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://blackbirdracing.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;}

/* Blog reCaptcha
----------------------------------*/
#recaptcha_area { padding-left: 76px; padding-bottom: 20px;}

/* medium button ----------------------------------*/
button.medium-button span {
    padding: 10px 35px;
}

/* rounded and transparent social icons styles ----------------------------------*/	
.rounded a.social-icon{ border-radius: 17px; }	
.nobg a.social-icon{background-color:transparent;}
/* content blocks---------------------------------- */
.content-block{
    width: 100%;
    max-width: 600px;
    padding: 15px;
    margin: 0 auto;
}

.table-block .cell{
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.no-padding {
    padding: 0 !important;
}

.table-block{
    display: table;
    width:100%;
}

.half-block {
    max-width: 500px;
}
.third-block  {
    max-width: 350px;
}
.half-block .images, .third-block .images {
    position: relative;
}

.relative{
    position: relative;
}

.table-block .images{
    overflow: hidden;
}

.table-block .images img{
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}

/* Hover buttons */
a&gt;span.onhover {
    visibility: hidden;
    opacity: 0;
    transition: all 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}

a:hover&gt;span.onhover {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 1024px){
    .content-block {max-width:400px;}
    .tablet_grid_6 {width: 49.998%}    
}


@media (max-width: 767px){
    .table-block .content-block {
	padding: 60px 0;
    }
    .table-block .cell, .table-block  {
	display: block;
	width:100%;
	margin:0;
    }
    .half-block, .third-block{
	max-width: 100%;
    }
    .content-block{
	max-width: 100%;
    }
    .mobile_a-center {
	text-align: center;
    }
}



/* 
 * 	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://blackbirdracing.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://blackbirdracing.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 &gt; 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 &gt; 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; }
.slim-header .header .header-cart {
	top:14px;
}
	.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://blackbirdracing.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 &gt; li.parent &gt; a &gt; em, #nav ul.level0 li.parent a em {display:block;}
	#nav &gt; li &gt; 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&gt;li&gt;a:hover,
	#nav&gt;li.over&gt;a,
	#nav&gt;li.active&gt;a{border:none; background:transparent; color:#000; }
	#nav&gt;li.parent&gt;a:hover:before,
	#nav&gt;li.parent.over&gt;a:before {display:none;}
	#nav li.custom-block { display:none !important;}
	#nav &gt; li &gt; 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 &gt; li &gt; div, #nav ul.level0 div { padding: 0 !important;}
	#nav ul li {width:auto; }
	#nav ul.level0 &gt; 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 &gt; a, #nav ul li.over &gt; 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) {
	.fc_grid_6 .product-slider-container{
	margin: 20px 0 0;
}
	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; }
		.slim-header .header .nav-container {padding: 23px 0px 0 23px;}
		.header .nav-container {padding: 28px 0px 0 23px;}

.slim-header #nav{
	top: 50px;
}
		#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 &gt; span, .title-buttons button.button &gt; 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 &gt; li,
	.col2-left-layout .slider-container .products-grid &gt; li,
	.col2-right-layout .slider-container .products-grid &gt; li,
	.col3-layout .slider-container .products-grid &gt; 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;}
	.slim-header .header .header-cart {top:10px;}

	.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 &gt; ul:first-child li:after { display: none;}
	.header .top-links &gt; 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 &gt; 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; text-align: center;}
	.product-shop .add-to-links li {text-align: left;}
	.product-shop .add-to-links li a { margin-left: 10px;}
	.product-shop .add-to-links li:first-child a {margin-left: 0;}

	/* 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 &gt; 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) {
	#recaptcha_area { padding-left: 0px; padding-bottom: 0px;}
	/*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: none !important;
	}
}
@media only screen and (max-width: 479px) {
#recaptcha_area { padding-left: 0px; padding-bottom: 0px;}
#recaptcha_area  { transform: scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
.add-comments ul.form-list .input-box, .add-comments ul.form-list textarea{max-width: 255px;}
}

@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;
	}
}

/*************************** Content blocks ***************************/

@media only screen and ( min-width: 767px) {
.c-block{
display: table-cell;   float: none;   vertical-align: middle;
}
.ch-block{
max-width: 500px; margin: 0 auto;
}
}
@media only screen and ( max-width: 767px) {
.ch-block{
margin: 10%;
}
}

/*************************** Hide ***************************/
@media only screen and (max-width: 1023px) and (min-width: 768px) {
.hidetablet{
display:none;
}
button.medium-button span {
padding: 5px 20px;
}
}
@media only screen and ( max-width: 767px) {
.hidemobile{
display:none;
}
button.medium-button span {
padding: 5px 20px;
}
}

a.social-icon 											{ background-size: 1196px 68px;}

.banners-slider-container .nav a,
.tp-leftarrow.default.custom,
.tp-rightarrow.default.custom 									{ 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 &gt; 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://blackbirdracing.com/skin/frontend/athlete/default/images/retina/connect_icons@2x.png);}

	.banners-slider-container .nav a,
	.tp-leftarrow.default.custom,
	.tp-rightarrow.default.custom 									{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/banners_slider_arrows@2x.png);}
	
	.brands-slider-container .title-container .slider-nav a { background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/brands_slider_arrows@2x.png);}
	.block .actions a.btn-clear 							{ background-image: url(https://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/retina/btn_remove_small_sprite@2x.png);}
	
	.content-container a.btn-edit   						{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/icon_edit@2x.png);}
	.btn-remove 											{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/btn_remove_sprite@2x.png);}
	.footer .athlete_footer_connect ul li a 				{ background-image: url(https://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/retina/content_banner_bg@2x.png);}
	
	.header .form-search button.button span span 			{ background-image: url(https://blackbirdracing.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://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/retina/next-icon-roll@2x.png);}
	
	.qty-container .qty-math 								{ background-image: url(https://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/retina/slider_arrows@2x.png);}	
	
	.athlete-slideshow .slide .controls .slide-control      { background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/slideshow_arrows@2x.png);}
	.slide-title .link span										{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/slideshow_link_arrow@2x.png);}
	.category-banner-container .link span						{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/slideshow_link_arrow@2x.png);}
	.cms-banner.cms-banner-big-link .link span					{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/slideshow_link_arrow@2x.png);}
	.slideshow-container .link span					{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/slideshow_link_arrow@2x.png);}

	#toTop 													{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/totop_arrows@2x.png);}	
	.product-view .product-img-box .zoom .btn-zoom-in 		{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/zoom_icons@2x.png);}


	.toolbar-dropdown ul li a 								{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/arrow_item@2x.png);}	
	.rating-box, .rating-box .rating 						{ background-image: url(https://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/retina/bkg_rating_large@2x.png);}

	.header-dropdown .btn-edit 								{ background-image: url(https://blackbirdracing.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://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/retina/i_btn_compare@2x.png);}
	
	.product-shop .link-email-friend  .link_i 				{ background-image: url(https://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/retina/i_btn_wishlist@2x.png);}
	
	.view-mode .grid 										{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/i_grid_mode@2x.png);}
	.view-mode .list 										{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/i_list_mode@2x.png);}

	ul.messages li.error-msg:before 						{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/i_msg-error@2x.png);}
	ul.messages li.success-msg:before 						{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/i_msg-success@2x.png);}
	ul.messages li.note-msg:before 							{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/i_msg-note@2x.png);}
	ul.messages li.notice-msg:before 						{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/i_msg-notice@2x.png);}
	
	.toolbar-switch .toolbar-title 							{ background-image: url(https://blackbirdracing.com/skin/frontend/athlete/default/images/retina/selectbox_arrow@2x.png);}
	.header-cart .summary,
	.header-fixed .header-cart .summary 					{ background-image: url(https://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/images/retina/i_btn_compare@2x.png);}

	pre 													{ background-image: url(https://blackbirdracing.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://blackbirdracing.com/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('https://blackbirdracing.com/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.1.0') format('embedded-opentype'), url('https://blackbirdracing.com/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('https://blackbirdracing.com/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('https://blackbirdracing.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 &gt; 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.5.0 ) *******************************/
/******************************************************************************************/
/** 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 &gt; li &gt; a, #nav ul.level0 li &gt; 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 &gt; h2, .block_coupon  .discount &gt; 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:"Raleway", Arial, sans-serif; letter-spacing:0px;}

/* letter spacing -2px */
	.text-container .text, .block-login .block-title, .title-container h3,
	.athlete_style_medium { letter-spacing:-1px;}
	.product-view .price-box-wrap .price-box .price { letter-spacing:-1px;}
	
/* 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:-2px;}
@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&gt;li&gt;a:hover,
	#nav&gt;li.over&gt;a,
	#nav&gt;li.active&gt;a,
	#nav&gt;li.parent&gt;a:hover:before,
	#nav&gt;li.parent.over&gt;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:#17161d}
	.no-touch button.button:hover span {color:#ffffff}
	
	button.button &gt; span:before, #toTop {background-color:#ffe51e}
	button.button:hover &gt; span:after, #toTop:hover {background-color:#17161d}
	
/* inverted buttons */
	button.inverted span {color:#ffffff}
	.no-touch button.inverted:hover span{color:#17161d}
	.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 &gt; span:before {background-color:#17161d}
	.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 &gt; span:after {background-color:#ffe51e}


/** cms banners **/
	.cms-banner.cms-banner-big-link .link{color:#17161d}
	.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:#17161d !important}


/** title **/
	.theme_title_color,
	.page-title h1,
	.block .block-title, .block-currently-shopping p.block-subtitle, .block-compare h3, .block_shipping .shipping &gt; h2, .block_coupon .discount &gt; h2, .block_totals #shopping-cart-totals-table tfoot strong,
	.std h1, .std h2, .std h3, .std h4,.std h5, .std h6,
	.std .h1, .std .h2, .std .h3, .std .h4,.std .h5, .std .h6,
	.product-view .product-category-title h3, .product-name h1,
	.dedicated-review-box ol.reviews-list li .review-title,
	.add-review h2, .add-review h4,
	.title-container h3
	{color:#22212c}

/** price **/
	.price-box .price {color:#22212c}
	.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:#ffe51e}
	.sale-label {background-color:#ffe51e}

/** header_options **/
.header-container, #nav, .header-nav-wide #nav, .header .form-search-over {background-color:#ffffff}


/** header content options **/
/*    .header-nav-txt.std { color:}
    .header-nav-txt.std a { color:}
    .header-nav-txt.std a:hover { color:}
*/


.logo-container {background-color:#ffffff}
/*.top-bar,*/
.top-links-container, .top-links-container:before, .header .links:after {background-color:#ffffff}
.header-currency .header-switch-trigger:after, .header-language .header-switch-trigger:after {
	border-top-color:#ffffff;
}
.header-currency, .header-language, .header .top-links a {color:#000000}
.header-currency .header-switch-trigger:before, .header-language .header-switch-trigger:before {
	border-top-color: #000000 ;
}
.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 .top-links a:hover, .header-cart .summary,
.header-currency:hover, .header-language:hover {background-color:#ffe51e}

@media only screen and (max-width: 767px) {
	.header-language, .header-currency {
		background-color:#ffe51e	}
}

.header-currency:hover .header-switch-trigger:after, .header-language:hover .header-switch-trigger:after {
	border-top-color:#ffe51e;
	}

	.header-cart .summary {color:#17161d}


.header .form-search input {background-color:#ffffff}
.header .form-search input {color:#17161d}

/** header_dropdowns **/

/* navigation */
.header-nav-wide:before, .header-fixed .header-2 .form-search {background-color:#f2f2f2}
#nav&gt;li&gt;a,
.nav-top-title a, .header-nav-txt.std, .header-nav-txt.std a {color:#17161d}
.nav-top-title:hover div.icon span,
.nav-top-title.active div.icon span {background-color:#17161d}
#nav&gt;li&gt;a:hover,
#nav&gt;li.over&gt;a,
#nav&gt;li.active&gt;a,
.nav-top-title:hover a, .header-nav-txt.std a {color:#17161d}
.nav-top-title:hover div.icon span, .nav-top-title.active div.icon span {background-color:#17161d}

#nav&gt;li&gt;a:hover,
#nav&gt;li.over&gt;a,
#nav&gt;li.active&gt;a,
#nav&gt;li.parent&gt;a:hover:before,
#nav&gt;li.parent.over&gt;a:before,
.nav-top-title:hover a,
.nav-top-title div.icon span, .header-nav-txt.std a{background-color:#ffe51e}
#nav&gt;li&gt;a {font-size:14px}
#nav &gt; li &gt; div,
#nav ul.level0, #nav ul.level0 ul, #nav ul.level0 div,
#nav .title-container h3, #nav .title-container .slider-nav {background-color:#f2f2f2}
#nav .title-container h3,
#nav .std h1, #nav .std h2, #nav .std h3, #nav .std h4, #nav .std h5, #nav .std h6,
#nav .std .h1, #nav .std .h2, #nav .std .h3, #nav .std .h4, #nav .std .h5, #nav .std .h6,
#nav .std {color:#17161d}
#nav ul.level0 li a {color:#17161d}

@media only screen and (max-width: 1023px) {

	.header-nav-wide .nav-top-title a, .header-nav-wide #nav, .nav-top-title.over:after {background-color:#f2f2f2}

	#nav ul.level0 li a {color:#17161d}
	#nav ul.level0 li a:hover, #nav ul.level0 li.active &gt; a, #nav ul.level0 li.over &gt; a, .nav-top-title:hover a {color:#17161d}
	#nav ul.level0 li a:hover, #nav ul.level0 li.active &gt; a, #nav ul.level0 li.over &gt; a, .nav-top-title:hover a {background-color:#ffe51e}
}

/** content_banners **/
	.category-banner-container, .content-banner { background-color:#ffffff}
	.category-banner-container .text-container .text { background-color:#ffffff}
	.category-banner-container .text-container .text { color:#17161d}
	.category-banner-container .text-container .text { background-color:#ffffff}
	.category-banner-container .text-container .text { color:#17161d}
	.category-banner-container .text-container .link { background-color:#ffe51e}
	.category-banner-container .text-container .link { color:#ffe51e}
	.no-touch .category-banner-container .link:hover { background-color:#17161d}
	.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}
	.content-container, .std {color:#17161d}
	.content-container a,
	.std a, .block-blog.block-blog-tags li a:hover, .content-container table.rss-table a.link-rss, .content-container table.rss-table a.link-rss:hover,
	.data-table .product-name a {color:#17161d}
	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 &gt; a, .block-layered-nav li em:hover {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,
	.std a:hover, .block-blog.block-blog-tags li a, ul.configurable-swatch-list li.selected a.swatch-link,
	.block-layered-nav li.active &gt; a, .block-layered-nav li em:hover {color:#ffe51e}

	ol.configurable-swatch-list li a.swatch-link.has-image,
	ol.configurable-swatch-list li a.swatch-link.has-image:hover {color:#17161d}


.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}
	.footer .facebook-block,
	.footer .info-content ul.block-tw-list li + li {border-top-color:#000000}
.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
{color:#ebebeb}
.footer, .footer .newsletter p, .footer .info-content a {color:#ebebeb}
.footer a, .footer .info-content a {color:#ebebeb}
.footer a:hover, .footer .info-content a:hover, .copyright-container a:hover {background-color:#ffe51e}

.footer .newsletter {background-color:#000000}

body, .copyright-container {background-color:#ffffff}
.copyright-container, .copyright-container a {color:#000000}
.copyright-container a {color:#888888}



/* banners slider */
    .banners-slider-container .banners li {background-color:#ffffff}
    .text-container .text {background-color:#ffffff}
    .text-container .text {color:#17161d}
    .no-touch .text-container .animate-me .text {color:#17161d !important}
	.no-touch .text-container .text:after {background-color:#ffe51e}
    .text-container .link {background-color:#ffe51e}
    .text-container .link {color:#22212c}

.logo-container-indent { padding: 3px }
@media only screen and (max-width: 767px) {
	.header .logo-container-indent { padding: 3px }
}
.logo-container {width:286px}
.header .logo img {max-width:280px}
.wide #nav ul.level0, .wide #nav &gt; li &gt; div,
.athlete #nav ul.level0, .athlete #nav &gt; li &gt; div,
.header-1 .olegnaxmegamenu #nav li.wide &gt; div {margin-left:-286px}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.header-nav-wide {left:286px;}
	
	/*
	.header .form-search-over, .header .search-visible .form-search-over {
		width:386px;
	}
	*/
}
.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:#22212c; }

/** Cart page **/

/** Slideshow **/
.slideshow-container {background-color:#f7f7f7}
.tp-bannertimer, .athlete-slideshow .slide .controls .progress {background-color:#ffe51e}
	.fullwidthbanner-container .caption {font-family:"Raleway"}
.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.custom:hover, .tp-rightarrow.default.custom: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:#22212c}
	.my-account .data-table .ratings,
	.dashboard .box-reviews .ratings,
	.products-grid .ratings, .products-list .ratings .rating-box {background-color:#22212c}

	.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:#f0f0f0}
	.products-grid li.item.hover .product-hover .animate-me a,
	.products-grid li.item.hover .product-hover .animate-me p {color:#22212c}
	.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:#22212c}
	.products-grid li.item.hover .product-hover .animate-me .price,
	.products-grid li.item.hover .product-hover .animate-me .price-box,
	.products-grid li.item.hover .product-hover .animate-me .minimal-price-link .label {color:#717171}



/** Product details **/

.product-tabs-content, .product-view .short-description{ font-size:14px;}
.product-tabs-content, .product-view .short-description{ line-height:1.5;}




/* Product Tabs */
	.product-tabs li a, .product-tabs-container h2.tab-heading a {color:#22212c}
	 .product-tabs li a, .product-tabs-container h2.tab-heading a {background-color:#ffe51e}
	.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:#ffffff}
	.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:#22212c}
	.product-view .ratings .rating-box, .dedicated-review-box ol.reviews-list li .rating-box {background-color:#22212c}
	.cloud-zoom-lens  {box-shadow: inset 0 0 0 3px #22212c !important}
	.cloud-zoom-big   {box-shadow: inset 0 0 0 9px #22212c !important}
	.cloud-zoom-lens  {background-color:rgba(34,33,44, 0.07 ) !important; }

/** Sidebar **/
	.block {border-top-color:#ffe51e}
	.block a:hover, .block-layered-nav li a:hover, .block-layered-nav li em:hover, .block-layered-nav li.active &gt; a, .block-account li a:hover, .block-tags li a:hover {color:#17161d}
	.block a:hover, .block-layered-nav li a:hover, .block-layered-nav li em:hover, .block-layered-nav li.active &gt; a, .block-account li a:hover, .block-tags li a:hover {background-color:#ffe51e}
	/* inverted buttons */
/** poll **/

/** Global Messages  **/
	
	

/** Pager  **/
	.sorter, .pager { background-color:#f2f2f2}
	.pager .pages li a:hover, .pager .pages li.current { color:#ffffff}
	.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:#f2f2f2}
	.toolbar-dropdown { border-top-color:#f2f2f2; background-color:#f2f2f2}
	.pager .limiter,
	.sorter .sort-by-wrap, .sorter .view-mode, .sorter .limiter { color:#22212c}
	.sorter .current, .toolbar-dropdown ul li a { color:#22212c}
	.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:#22212c}
	.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:#22212c}
	.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:#22212c}
	.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:#22212c}
	.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:#22212c}

/* banner slider */
	/* banners_slider_home_page */
	#banners_slider_home_page .banners {height: 0px; }
	#banners_slider_home_page .banners li a { width: 320px; height: 220px; }
	/* 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:#17161d}
	#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 {color:#17161d}
	.ajax-message a {color:#17161d}
	.ajax-message a:hover {background-color:#ffffff}
	.ajax-message a:hover {color:#ffe51e}



/* blog */
	.blog-date .inner {color:#ffffff}
	.blog-date .hover {color:#17161d}
	.blog-date .inner {background-color:#17161d}
	.blog-date .hover {background-color:#ffe51e}


	.postWrapper:hover .postTitle h2 a {background-color:#ffffff}
	.postWrapper:hover .postTitle h2 a {color:#ffe51e}


	.block-blog.block-blog-tags li a:hover, .blog-img-wrap a:after {background-color:#ffe51e}
	.commentWrapper {border-color:#ffe51e}





/*****************************************************************/
/***************** theme layout &amp; max width **********************/


			.grid-fluid .row { max-width: 1428px; }
	

/* Desktop width - 1440px */
@media only screen and (min-width: 1440px)  {

/* default 2 columns */
.col2-layout .sidebar  { width: 17.75%;}
.col2-layout .col-main { width: 78.24%;}
	.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: 25%;}
.product-columns-3 ul.products-grid li.item { width: 20%;}
.product-columns-4 ul.products-grid li.item { width: 16.6666%;}
.product-columns-5 ul.products-grid li.item { width: 14.2857%;}
.product-columns-6 ul.products-grid li.item { width: 12.5%;}
.product-columns-7 ul.products-grid li.item { width: 12.5%;}
}


/* Desktop width - 1360px */
@media only screen and (min-width: 1360px) and (max-width: 1439px) {

/* default 2 columns */
.col2-layout .sidebar  { width: 18.84%;}
.col2-layout .col-main { width: 77.15%;}
	.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%;}
}

/* Desktop width - 1280px */
@media only screen and (min-width: 1280px) and (max-width: 1359px) {

/* 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%;}
}


.page, .footer-container, .main-container {
    overflow-x: visible;
}
.grecaptcha-badge {
    z-index: 1;
}
/*HOME*/
.slim-header .header .logo img {
    max-height: 63px;
    max-width: 400px;
}
.logo-container {
    background-color: #000000;
}
.header-container, #nav, .header-nav-wide #nav, .header .form-search-over {
    background-color: #000000;
}
.header-cart .summary {
    color: #000;
}
.header .top-links a:hover {
    color: #fff;
}
#nav&gt;li&gt;a:hover, #nav&gt;li.over&gt;a, #nav&gt;li.active&gt;a, #nav&gt;li.parent&gt;a:hover:before, #nav&gt;li.parent.over&gt;a:before, .nav-top-title:hover a, .nav-top-title div.icon span, .header-nav-txt.std a {
    color: #ffe51e;
    background-color: #000000;
}
#nav&gt;li&gt;a, .nav-top-title a, .header-nav-txt.std, .header-nav-txt.std a {
    color: #ffffff;
}
.nav-top-title div.icon span {
    background-color: #fff;
}
.nav-top-title:hover div.icon span{
    background-color:#ffe51e;
}

.header .form-search input{
    border: #ffe51e solid 1px;
    background-color: #000000;
    color: #ffffff;
}
.header .form-search input::selection {
    background: #ffe51e; /* WebKit/Blink Browsers */
}
.header .form-search input::-moz-selection {
    background: #ffe51e; /* Gecko Browsers */
}
@media only screen and (max-width: 1023px) {
    #nav ul.level0 li a {
        color: #ffffff;
    }
}

#search_left_form .form-search button{
    margin-top: 10px;
    float: right;
}
#search_left_form .form-search .search-select{
    width: 100%;    
    background: #dfdfdf;
    margin-top: 10px;

}
#search_left_form .form-search select{
    width: 100%;
    padding: 7px;
    height: 30px;
    border: none;
    background: transparent;
}

.form-search .search-autocomplete li {
    padding: 3px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-align: left;
}

.form-search .search-autocomplete ul {
    border: 1px solid #ddd;
    background-color: #fff;
}

.form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
    margin-right: 0px;
}

#nav ul.level0 ul.level1.shown-sub {
    width:400px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
}
#nav ul.level0 li {
    flex-basis: 130px;
}
#nav li ul.shown-sub {
    border: solid;
}
#nav li.level1 ul.level1 {
    display: flex;
    flex-wrap: wrap;
}
#nav li.level1 .megamenu-dropdown {
    width:400px;
}
#nav ul.level0 ul.level2, #nav li.level2 .megamenu-dropdown {
    display:none;
}

.sidebar .block-cart .actions,
.sidebar .block-cart .actions .paypal-logo{
    text-align: center;
    padding-top: 0px;
    padding-bottom: 5px;
}
.sidebar .block-cart .actions button {
    float:none;
}
.sidebar .block-cart .actions .paypal-logo a{
    background-color: transparent;
}
.sidebar .block-cart .actions .paypal-logo .paypal-or {
    padding:0;
}
button.button span {
    z-index: 0;
    height: auto;
    white-space: normal;
}

.footer .info {float:left; width: 61.7529%; margin-right: 1.9922%; padding-top: 0px;}


.footer .athlete_footer_connect {padding:15px 0px 10px;}
.footer .athlete_footer_connect .title {margin:0 0 5px; color:#fff; font-size:24px; font-weight:700; text-transform:uppercase; }


.footer .newsletter .title {color:#ebebeb}
.footer .newsletter {border: 1px solid #ffe51e; background-color:#000000;}

.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: 10px 10px; }
.what-people-say:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
    display: block;
    background-color: inherit;
}

.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;	
}
.copyright-container .row{
    text-align:center;
}

.copyright-container .grid_18{
    width: auto;
    float: none;
    display: inline-block;
}

.std ul {padding-left: 18px;}
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {margin: 0 0 3px;}


.fc_container { width: 100%; margin: 0 0 20px; }
.fc_border_box { margin-left: -4px; margin-right: -4px; margin-top: -15px; 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 0px; }



/*CATEGORY PAGE*/
.category-title h1 {
    font-size: 38px;
}
.category-grid .item,.category-subgrid .item {
    text-align: center;
    margin-left: 2%!important;
    margin-right: 0px!important;
    width:30%!important;
    height: auto!important;
    background-color: #f0f0f0;
}

.category-subgrid.second-level .item {
    width: 47%;
}
@media only screen and (max-width: 1092px) {
    .category-subgrid .item {
        width: 47%!important;
    }
}
@media only screen and (max-width: 840px) {
    .category-subgrid .item {
        width: 100%!important;
    }
}
@media only screen and (max-width: 767px) {
    .category-subgrid .item {
        width:47%!important;
    }
}
@media only screen and (max-width: 521px) {
    .category-subgrid .item {
        width: 100%!important;
    }
}
.category-grid .item.hover {
    background-color: #fff!important;
}
.category-grid .item h3 {
    padding-top: 15px;
    border-top: #ffe51e solid;
}

.category-grid .item .cat-image {
    height: 180px;
    margin-bottom: 15px;
    background-color: #f0f0f0;
}
.category-grid .item .cat-image .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.category-grid .item .cat-image img {
    vertical-align: middle;
    max-width: 180px;    
    max-height: 180px;
}

.category-subgrid .item,.category-subgrid .item{
    border-bottom: #fff solid;
}
.category-subgrid .item.hover,.category-subgrid .item.selected{
    border-bottom: #ffe51e solid;
}
.category-subgrid .item.hover,.category-subgrid .item:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}
.category-subgrid .item .std{
    width: 100%;
    height: 100%;
}
.category-subgrid .item a{
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding:0;
}
.category-subgrid .item a h2{
    height: 84px;
    line-height: 84px;
}
.category-subgrid .item img{    
	max-width: 100%;
}

/*DETAIL PAGE*/
.breadcrumbs {
    padding: 1px 0 10px 1px;
}
.product-shop .social .f-left, .product-shop .social span {
    margin: 0 0 0 0;
}
#product_addtocart_form {
    display: block;
}
.product-shop div.marca-modello {
    font-weight: bold;
    font-size: 1.3em;
}
ul.configurable-swatch-list li {
    vertical-align: top;
}
ul.configurable-swatch-list li span.swatch-label {
    display: inline;
}
ul.configurable-swatch-list .hover-text {
    float: right;
}
.colorswatches-container .colorswatch img,
ul.configurable-swatch-list li a.swatch-link img,
ul.configurable-swatch-list li a.swatch-link div{
    border: none;
    display: block;
}
.colorswatches-container .colorswatch.current img, 
.colorswatches-container .colorswatch img:hover, 
ul.configurable-swatch-list li a.swatch-link:hover img, 
ul.configurable-swatch-list li.selected a.swatch-link img{	
    border: 2px solid #ffe51e!important;
}
ul.configurable-swatch-list li img.no-color {
    background-image: url(https://blackbirdracing.com/skin/frontend/athlete/blackbird/images/empty_color.png);
    background-size: 42px 42px;
    background-repeat: no-repeat;
}

.product-main .note,
.products-list .note,
.products-grid .note {
    padding: 10px 15px;
    background-color: #FEF7B1;
    color: gray;
    line-height: 20px;
    margin: 20px 0px;
}
.product-options dd select option:disabled, .configurable-swatch-list .not-available, .colorswatch.not-available{
    opacity: 0.4;
    pointer-events: none;
}
.product-options dd button.select-button {
    padding: 3px;
    width: 100%;
    text-align: left;
}
.product-options dd.forcedlock select,
.product-options dd.forcedlock input.input-text,
.product-options dd.forcedlock button.select-button {
    border: none!important;
    background: transparent;
    pointer-events: none;
}
.product-options dd .configurable-swatch-list {
    display: none;
    background: #ebebeb;
    border: none;
    padding: 10px;
    right: 0;
    z-index: 1000;
    width:auto;
    max-width: 250px;
    max-height: 400px;
    position: fixed;
    text-align: center;
    overflow: auto;
}
.product-options dd .configurable-swatch-list p {
    margin: 2px 0 10px;
    text-align: left;
}
.product-options dd select, .product-options dd button.select-button {
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://blackbirdracing.com/skin/frontend/athlete/blackbird/images/btn_down.png) no-repeat right;
    background-size: 16px 16px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 16px;
}
.product-options dd input[type="file"] {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.validation-advice {
    display: none;
}
.validation-failed ~ button.select-button {
    border: 3px solid #f00 !important;
}
.product-shop .add-to-links a {
    height: 50px;
    width: 110px;
}
.product-image img {
    border: solid;
}
.product-top .product-image img {
    max-width: 100%;
    height: auto;
}
.main-container .product-view .product-img-box {
    width: 70%;
    max-width: 100%;
    float: none;
    margin: 0 auto 20px;
}
.main-container .product-view .product-img-box .more-views .owl-wrapper {
    width: auto!important;
}
#cart-sidebar li.item dl.item-options {
    position: absolute;
    background: white;
    border: solid;
    z-index: 9999;
    display: none;
    margin-top:-20px;
    font-size: 10px;
}
#cart-sidebar li.item:hover dl.item-options {
    display: block;
}
.sidebar.col-right, .product-image.configurator {
    transition: none;
}

.product-image.configurator .image-configurator {
    max-width: 100%;
}
.product-image.configurator .cloud-zoom-loading {
    display: none;
    width: 140px;
    position: absolute;
    left: 50%;
    margin-left: -96px;
    margin-top: -11px;
    text-align: center;
}
.product-image.configurator.loading .cloud-zoom-loading {
    display: block;
}
.btn-edit {    
    background-image: url(https://blackbirdracing.com/skin/frontend/athlete/blackbird/images/athlete/icon_edit.png);
    background-repeat: no-repeat;
}
.btn-edit, .btn-edit:hover {
    width: 21px;
    height: 21px;
}
.product-options dl dt label em {
    color: #c40000;
    font-size: 18px;
    display: none;
}
.top-col2-layout .breadcrumbs {
    margin-top: 0px;
}
.product-name {
    margin-bottom: 10px;
}
.top-col2-layout .product-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.top-col2-layout .product-top .product-img-box {
    margin: 0px 10px 0px 0px;
    width: 70%;
}
.top-col2-layout .product-top .product-options {
    margin: 0px 10px;
    width: 30%;
    overflow-y: auto;
}
.top-col2-layout .product-top .product-options dl {
    display: table;
    width:100%;
}
.top-col2-layout .product-top .product-options dl dt {
    line-height: 30px;
    width: auto;
    display: table-cell;
    float: none;
    padding: 0px 5px 0px 0px;
}
.top-col2-layout .product-top .product-options dl dt label {
    font-weight: 700;
    font-size: 12px;
    cursor: default;
}
.top-col2-layout .product-top .product-options dl dd {
    width: auto;
    margin: 0 10px 0px 0px;
    display: table-cell;
    float: none;
    padding: 0px 5px;
}
.top-col2-layout .product-top .product-options dl dd .note {
    margin: 0px;
}
.top-col2-layout .product-shop,
.top-col2-layout .product-tabs-container,
.top-col2-layout .row.all-sliders{
    display: block;
    width: 75%!important;
}

.all-sliders .top-sliders {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .top-col2-layout .product-shop,
    .top-col2-layout .product-tabs-container,
    .top-col2-layout .row.all-sliders{
        width: 100%!important;
}
}
.sale-product .price-box .price,
.products-grid li.item.hover .product-hover .animate-me .special-price .price {
    color: #d31e1e;
}
.price-box .old-price .price {
    color: #22212c!important;
}
.sale-label {
    background-color: #d31e1e;
}
.top-col2-layout .product-info-price .product-info,
.top-col2-layout .product-info-price .product-options-bottom {
    min-width: 300px;
    margin-left: 0px;
}
.top-col2-layout .product-info-price {
    border-bottom: solid #bbb;
    margin-bottom: 50px;
    padding: 20px 0px;
}
.top-col2-layout .product-info-price .product-options-bottom {
    margin-top: 16px;
}
.top-col2-layout .product-info-price,
.top-col2-layout .product-options-bottom .add-to-cart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-col2-layout .sidebar.col-right,
.col2-layout .sidebar.col-right {
    float: right;
    position: relative;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .top-col2-layout .sidebar.col-right,
    .col2-layout .sidebar.col-right {
        position: relative;
        margin-top: 0!important;
    }
}
.col2-layout #product_addtocart_form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.col2-layout .col-main &gt; .prev-next {
    display: none;
}
.col2-layout .product-name,
.col2-layout .product-view .product-img-box{
    width:100%;
}
.col2-layout .product-view .product-shop {
    left:10px;
}
.col2-layout .product-view .product-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.configurable-swatch-list li &gt; .icon-noify {
    display: none;
    position: relative;
    z-index: 100000;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    opacity: 1;
}
.configurable-swatch-list .not-available &gt; .icon-noify {
    background-image: url(https://blackbirdracing.com/skin/frontend/athlete/blackbird/images/athlete/icon_cross.png);
    background-size: 40px 40px;
    display: block;
}
.configurable-swatch-list li.selected  &gt; .icon-noify {
    background-image: url(https://blackbirdracing.com/skin/frontend/athlete/blackbird/images/athlete/icon_ok.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    width: 20px;
    height: 20px;
    display: block;
}

.form-list.info-ask textarea {
    width: 100%;
}
.product-validation-error {
    color: red!important;
    margin-bottom: 10px!important;
    font-size: 15px!important;
    display: none;
}
@media only screen and (max-width: 767px) {
    .top-col2-layout .product-top {
        flex-direction: column;
    }
    .top-col2-layout .product-top .product-img-box {
        width: 100%;
        margin: 0px;
    }
    .top-col2-layout .product-top .product-options {
        width: 100%;
        margin: 10px 0px;
        height: auto!important;
    }
    .col2-layout .product-view .product-main {
        flex-wrap: wrap;
    }
    .product-options dd .configurable-swatch-list {
        max-width: 90%;
    }
}
/*Prodotti suggeriti*/

.product-view .related-products, .product-view .upsell-products {
    border-top: none;
}
.product-view .related-products .title-container, .product-view .upsell-products .title-container {
    text-align: center;
}
.product-view .related-products .slider-container, .product-view .upsell-products .slider-container {
    padding-left: 20px;
    padding-right: 20px;
}
.product-view .related-products, .product-view .upsell-products {
    float: none;
    width: 50%;
}
.product-view .related-products .title-container h3, .product-view .upsell-products .title-container h3,
.product-view .category-products .title-container h3{
    padding-left: 24px;
    font-size: 25px;
}
.product-view .title-container {
    text-align: center;
}
@media only screen and (max-width: 1040px) {
    .product-view .upsell-products,
    .product-view .related-products {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* CHECKOUT */
#olegnax-osc-area.skin .olegnax-osc-page-title, #olegnax-osc-area.skin  .olegnax-osc-login-block {
    width: 100%!important;
}
#olegnax-osc-area.skin .login-button {
    max-width: 400px!important;
    margin: auto!important;
    float: none!important;
}
div#olegnax-osc-block-container select:focus, div#olegnax-osc-block-container input:focus {
    border: black 1px solid!important;
}
.block_totals .checkout-types li div.proceed-checkout-wrap, #olegnax-osc-area.skin-athlete #olegnax-osc-place-order {
    background-color: transparent!important;
}
#olegnax-osc-area .validation-failed {
    border-width:3px!important;
}
.reseller-form-list {
    list-style: none!important;
    padding-left: 0px!important;
}
#olegnax-osc-review-cart .item-options {
    display:none;
}

tr.disabled-usa{
    border: solid 2px red!important;
    text-decoration: line-through;
}

/* OTHER PAGES */
h2 ~ div &gt; h3, h2 ~ div &gt; div {
    padding-left: 0px;
}
.product-cat-desc {    
    padding-left: 6px;
}

select.onloading {
    display:none;
}

select.onloading ~ .loading-circle {
    background-image: url('https://blackbirdracing.com/skin/frontend/athlete/blackbird/images/loading.gif')!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    color: white!important;
    background-color: white!important;
    background-size: 20px!important;
    border: solid 2px #ff4e00 !important;
    width: 100%;
    height: 30px!important;
    display:  block;
}

.oxajax-cart-options .col2-right-layout .col-main-wrap {
    margin-right: 0px;
}
.oxajax-cart-options .main {
    padding-bottom: 0px;
}
.oxajax-cart-options .sidebar.col-right,
.oxajax-cart-options .breadcrumbs,
.oxajax-cart-options .header-container,
.oxajax-cart-options .footer-container, 
.oxajax-cart-options .copyright-container {
    display: none;
}
.form-list span.required em {
    font-style: normal;
    color: #eb340a;
    top: 0;
    padding-right: 3px;
}
.form-list select {
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .3em;
    padding-right: 1.5em
}
input[type="checkbox"].validation-failed {
    outline: 3px solid #f00 !important;
}
.cms-banner, .cms-banner img {
    width:100%;
}
.product-slider-container {
    border-top: none;
}

.extra_team_box_form {
    margin-top: 20px;
}
.team-tab .tab {
    background: #ffe51e;
}
.team-tab .tab a {
    background: transparent;
}
.team-tab .tab.selected, .team-tab .tab:hover {
    background: #000;
}
#teamForm .tabbed {
    background: #f8f8f8;
}
.team-tab .tab.selected a, .team-tab .tab:hover a {
    color: #fff;
}
.team-tab .tab {
    width: 33.3%;
}
.team-tab .tab &gt; div {
    text-align: center;
}
#teamForm .tabbed {
    padding: 10px 0;
}
#teamForm .tabbed input.numero {
    width: 100px;
}
#teamForm .tabbed .team_kit_img, #teamForm .tabbed .team_copertine_img, #teamForm .tabbed .team_kit_copertine_img {
    text-align: center;
}
#teamForm .form-list textarea {
    width:100%;
}
.what-people-say:before {
    left: 0;
    right: 0;
}
input[type="checkbox"].validation-failed ~ label {
    border: solid #ff4e00 !important;
}
/*Effetto hover slide*/
/*
.cms-banner-big-link {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 134px!important;
    height: 52px;
}
.cms-banner-big-link:before, .cms-banner-big-link:after {
    content: '';
    width: 0;
    height: 0;
    opacity: 0.8;
    position: absolute;
    border: 0 solid;
    box-sizing: border-box;
    border-width: 104px 154px; //Variabile a seconda delle dimensioni del div: 104=52*2, 154=134+20 dove 20 Ã¨ lo slittamento dei due div after e before, per responsive si potrebbe gestire con script js su resize di pagina
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.cms-banner-big-link:before {
    top: -20px;
    left: 0px;
    border-color: transparent transparent transparent #333333;
}
.cms-banner-big-link:after {
    bottom: -20px;
    right: 0px;
    border-color: transparent #ffe51e transparent transparent;
}
.cms-banner-big-link:hover:before, .cms-banner-big-link:hover:after {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-width: 0;
}
*/

.cms-racing table {
    border-collapse: collapse;
    background: white;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.cms-racing table * {
    position: relative;
}
.cms-racing table td,
.cms-racing table th {
    padding-left: 8px;
    vertical-align:middle;
}
.cms-racing table thead tr {
    height: 30px;
    background: #d2d2d2;
    color: #696969;
    font-size: 15px;
}
.cms-racing table tbody tr {
    height: 50px;
}
.cms-racing table tbody tr:last-child {
    border: 0;
}

.cms-racing tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.cms-racing tbody tr {
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #454545;
    line-height: 1.2;
    font-weight: unset;
    vertical-align:middle;
}




@media screen and (max-width: 992px) {
    .cms-racing table {
        display: block;
    }
    .cms-racing table &gt; *,
    .cms-racing table tr,
    .cms-racing table td,
    .cms-racing table th {
        display: block;
    }
    .cms-racing table thead {
        display: none;
    }
    .cms-racing table tbody tr {
        height: auto;
        padding: 37px 0;
    }
    .cms-racing table tbody tr td {
        padding-left: 40% !important;
        margin-bottom: 24px;
    }
    .cms-racing table tbody tr td:last-child {
        margin-bottom: 0;
    }
    .cms-racing table tbody tr td:before {
        font-family: OpenSans-Regular;
        font-size: 14px;
        color: #999999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 30px;
        top: 0;
    }

    .cms-racing tbody tr {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .grid-fluid .footer .newsletter {
        margin: 0;
    }
}
/*-----------------------------------------------------------------------------

-	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://blackbirdracing.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.eot?5510888');
  src: url('https://blackbirdracing.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('https://blackbirdracing.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
       url('https://blackbirdracing.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
       url('https://blackbirdracing.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'; } /* 'î&nbsp;‚' */
.revicon-pencil-1:before { content: '\e831'; } /* 'î&nbsp;±' */
.revicon-picture-1:before { content: '\e803'; } /* 'î&nbsp;ƒ' */
.revicon-cancel:before { content: '\e80a'; } /* 'î&nbsp;Š' */
.revicon-info-circled:before { content: '\e80f'; } /* 'î&nbsp;' */
.revicon-trash:before { content: '\e801'; } /* 'î&nbsp;' */
.revicon-left-dir:before { content: '\e817'; } /* 'î&nbsp;—' */
.revicon-right-dir:before { content: '\e818'; } /* 'î&nbsp;˜' */
.revicon-down-open:before { content: '\e83b'; } /* 'î&nbsp;»' */
.revicon-left-open:before { content: '\e819'; } /* 'î&nbsp;™' */
.revicon-right-open:before { content: '\e81a'; } /* 'î&nbsp;š' */
.revicon-angle-left:before { content: '\e820'; } /* 'î&nbsp;&nbsp;' */
.revicon-angle-right:before { content: '\e81d'; } /* 'î&nbsp;' */
.revicon-left-big:before { content: '\e81f'; } /* 'î&nbsp;Ÿ' */
.revicon-right-big:before { content: '\e81e'; } /* 'î&nbsp;ž' */
.revicon-magic:before { content: '\e807'; } /* 'î&nbsp;‡' */
.revicon-picture:before { content: '\e800'; } /* 'î&nbsp;€' */
.revicon-export:before { content: '\e80b'; } /* 'î&nbsp;‹' */
.revicon-cog:before { content: '\e832'; } /* 'î&nbsp;²' */
.revicon-login:before { content: '\e833'; } /* 'î&nbsp;³' */
.revicon-logout:before { content: '\e834'; } /* 'î&nbsp;´' */
.revicon-video:before { content: '\e805'; } /* 'î&nbsp;…' */
.revicon-arrow-combo:before { content: '\e827'; } /* 'î&nbsp;§' */
.revicon-left-open-1:before { content: '\e82a'; } /* 'î&nbsp;ª' */
.revicon-right-open-1:before { content: '\e82b'; } /* 'î&nbsp;«' */
.revicon-left-open-mini:before { content: '\e822'; } /* 'î&nbsp;¢' */
.revicon-right-open-mini:before { content: '\e823'; } /* 'î&nbsp;£' */
.revicon-left-open-big:before { content: '\e824'; } /* 'î&nbsp;¤' */
.revicon-right-open-big:before { content: '\e825'; } /* 'î&nbsp;¥' */
.revicon-left:before { content: '\e836'; } /* 'î&nbsp;¶' */
.revicon-right:before { content: '\e826'; } /* 'î&nbsp;¦' */
.revicon-ccw:before { content: '\e808'; } /* 'î&nbsp;ˆ' */
.revicon-arrows-ccw:before { content: '\e806'; } /* 'î&nbsp;†' */
.revicon-palette:before { content: '\e829'; } /* 'î&nbsp;©' */
.revicon-list-add:before { content: '\e80c'; } /* 'î&nbsp;Œ' */
.revicon-doc:before { content: '\e809'; } /* 'î&nbsp;‰' */
.revicon-left-open-outline:before { content: '\e82e'; } /* 'î&nbsp;®' */
.revicon-left-open-2:before { content: '\e82c'; } /* 'î&nbsp;¬' */
.revicon-right-open-outline:before { content: '\e82f'; } /* 'î&nbsp;¯' */
.revicon-right-open-2:before { content: '\e82d'; } /* 'î&nbsp;­' */
.revicon-equalizer:before { content: '\e83a'; } /* 'î&nbsp;º' */
.revicon-layers-alt:before { content: '\e804'; } /* 'î&nbsp;„' */
.revicon-popup:before { content: '\e828'; } /* 'î&nbsp;¨' */

							

/******************************
	-	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 &gt;ul,
.rev_slider_wrapper &gt;ul,
.tp-revslider-mainul &gt;li,
.rev_slider &gt;ul &gt;li,
.rev_slider &gt;ul &gt;li:before,
.tp-revslider-mainul &gt;li:before,
.tp-simpleresponsive &gt;ul,
.tp-simpleresponsive &gt;ul &gt;li,
.tp-simpleresponsive &gt;ul &gt;li:before,
.tp-revslider-mainul &gt;li,
.tp-simpleresponsive &gt;ul &gt;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 &gt;li,
.rev_slider &gt;ul &gt;li,
.rev_slider &gt;ul &gt;li:before,
.tp-revslider-mainul &gt;li:before,
.tp-simpleresponsive &gt;ul &gt;li,
.tp-simpleresponsive &gt;ul &gt;li:before,
.tp-revslider-mainul &gt;li,
.tp-simpleresponsive &gt;ul &gt;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://blackbirdracing.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/css/openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
	cursor:url(https://blackbirdracing.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://blackbirdracing.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(https://blackbirdracing.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(https://blackbirdracing.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(https://blackbirdracing.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 &gt; * {
	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 &gt; *:hover,
.rev-scroll-btn &gt; *:focus,
.rev-scroll-btn &gt; *.active {
	color: #ffffff;
}
.rev-scroll-btn &gt; *:hover,
.rev-scroll-btn &gt; *:focus,
.rev-scroll-btn &gt; *:active,
.rev-scroll-btn &gt; *.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://blackbirdracing.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://blackbirdracing.com/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{	background:url(https://blackbirdracing.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://blackbirdracing.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://blackbirdracing.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;}

.rev_slider_wrapper .tp-leftarrow.default.custom									{	z-index:100;cursor:pointer; position:relative;	background:#000 url('https://blackbirdracing.com/skin/frontend/athlete/default/images/athlete/banners_slider_arrows.png') 0 0 no-repeat;	width:49px;	height:74px;}
.rev_slider_wrapper .tp-rightarrow.default.custom									{	z-index:100;cursor:pointer; position:relative;	background:#000 url('https://blackbirdracing.com/skin/frontend/athlete/default/images/athlete/banners_slider_arrows.png') 100% 100% no-repeat;	width:49px;	height:74px;}
.rev_slider_wrapper  .tp-leftarrow.default.custom {left: 10px !important;}
.rev_slider_wrapper  .tp-rightarrow.default.custom {right: 10px !important;}

.rev_slider_wrapper .tp-leftarrow.custom:hover,
.rev_slider_wrapper .tp-rightarrow.custom:hover 									{	background-position:bottom left}



.rev_slider_wrapper .tp-leftarrow.default.custom:hover									{	background-color:#fff; background-position:100% 0; }
.rev_slider_wrapper .tp-rightarrow.default.custom:hover									{	background-color:#fff; background-position:0 100%; }

.rev_slider_wrapper .tp-leftarrow.default.custom {background-position:100% 0;}
.rev_slider_wrapper .tp-leftarrow.default.custom:hover {background-position:0 0;}
.rev_slider_wrapper .tp-rightarrow.default.custom {background-position:0 100%;}
.rev_slider_wrapper .tp-rightarrow.default.custom:hover {background-position:100% 100%;}


.rev_slider_wrapper .tparrows.preview2:after {margin-top:-17px;}

/** Slideshow **/
.rev_slider_wrapper  .tp-bannertimer {background-color:#ffffff}


.rev_slider_wrapper.fullwidthbanner-container .caption {font-family:"Open Sans"}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:hover,
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet.selected {background-color:#c2e124}
.rev_slider_wrapper .tp-caption.athlete_white_bg_light, .rev_slider_wrapper .tp-caption.athlete_white_bg_medium, .rev_slider_wrapper  .tp-caption.athlete_white_bg_bold {color:#c2e124}

.rev_slider_wrapper .tp-bullets.simplebullets.athlete .bullet, .rev_slider_wrapper .tp-leftarrow.default.custom,.rev_slider_wrapper  .tp-rightarrow.default.custom {background-color:#ffffff}
.rev_slider_wrapper .tp-bullets.simplebullets.athlete .bullet:hover,
.rev_slider_wrapper .tp-bullets.simplebullets.athlete .bullet.selected,
.rev_slider_wrapper .tp-leftarrow.default.custom:hover, .rev_slider_wrapper .tp-rightarrow.default.custom:hover{background-color:#444444}
.rev_slider_wrapper .slide-title .text {background-color:#000000}
.rev_slider_wrapper .slide-title .text {color:#ffffff}
.rev_slider_wrapper .slide-title .link {background-color:#c2e124}
.rev_slider_wrapper .slide-title .link {color:#000000}
.rev_slider_wrapper .slide-title .link:hover {background-color:#000000}
.rev_slider_wrapper .slide-title .link:hover {color:#ffffff}
</pre></body></html>