/**
 * 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@magentocommerce.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.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { /*background:#496778 url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_body.gif) 50% 0 repeat-y;*/ font-family: 'Lato', sans-serif; color:#2f2f2f; text-align:center;margin:0;padding:0; }

img           { border:0; vertical-align:top; }

a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
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 */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
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; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { /*background:#fbfaf6 url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_main1.gif) 50% 0 no-repeat;*/ }
.main { /*width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_main2.gif) 0 0 no-repeat; */text-align:left; width:100%;max-width:1440px; padding:20px; margin:0 auto; box-sizing:border-box;}

/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width: 720px; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.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/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.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 li.fields { margin-right:-15px; }*/
.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:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.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; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* 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 { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.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 .name-middlename 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 { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* 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:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:none; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.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; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { font-size:11px; background:#fff url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; padding:3px 8px; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter {  }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:normal; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { /*background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_th.gif) repeat-x 0 100% #d9e5ee;*/ background:#353531; color:#FFF;font-weight: normal; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { /*border-bottom:1px solid #d9dde3;*/ }
.data-table tfoot tr.first td {/* background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_tfoot.gif) 0 0 repeat-x;*/ }
.data-table tfoot tr { /*background-color:#dee5e8 !important;*/ }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
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://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_collapse.gif) 100% 5px 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% -52px; }

/* 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:1.5em; }
.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:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/btn_previous.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://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/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://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/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:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.logo img {
    width: 100%;
    height: auto;
}
.header-container { /*border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_header.jpg) 50% 0 repeat;*/ background-color:#173e6d;/*#1e1c1d;*//*353531;*/clear:both; }
.header { width:100%;/*max-width:1200px;*/box-sizing:border-box; margin:0 auto; padding:0px 20px 0 20px; text-align:right; position:relative; z-index:10; height:155px; }
.header .logo { float:left; margin:22px 0 0px 0px; text-decoration:none !important; }
.header > a.logo {
    margin-top: 42px;
}
.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; */}
.header .quick-access { float:right; width:650px;/*width:800px;*/ /*padding:28px 10px 0 0;*/ }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { /*position:absolute; top:0; right:29px; width:315px; height:30px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px;*/ position:relative; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden;display:none; }
.header .form-search input.input-text { float:left; border:none; background:none; background-color:#0e2b4e;/*#464646;*/ width:168px;height:37px; padding:0; color:#f2f2f2;font-size:1em; text-indent:10px;     width: 100%;
    padding-right: 43px;
    box-sizing: border-box; }
.header .mobileSearchForm .form-search input.input-text {
	height:35px;
}
.header .form-search button.button { float:left; background-color:#0e2b4e;/*#464646; background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/searchIcon.jpg);*/ width:43px; height:35px; background-repeat:no-repeat; background-position:10px 10px; float:none; position:absolute;right:0;  }
.header .form-search button.button span { background:none; border:none; height:auto; display:block; /*text-indent:100%; white-space:nowrap; overflow:hidden;*/ /*border:0; height:21px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif;*/  }
.header .form-search button.button span span { /*background-position:100% 0; padding:0 6px 0 3px;*/ }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; /*margin:0 0 6px;*/background-color:#d7c1a0; padding:14px; }
.header .links li { float:left; /*font-size:11px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px;*/ color:#000; padding-right:7px; padding-left:7px; border-right: 1px solid #000;
font-size:0.8em;}
.header .links li.first {
padding-left:0;	
}
.header .links li.last {
padding-right:0;
border-right:none;	
}
.header .links a { color:#000; text-transform:uppercase; text-decoration:none; font-size:0.8em;}
.header .links a:hover { text-decoration:underline; }

.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }
.top-container .paypal-logo {text-align: left; display: inline-table;}

/********** < Navigation */
.nav-container { /*background:#0a263d url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_nav0.jpg) 50% 0 repeat-y; *//*width:829px;*/ width:100%;
float:right;}
#nav { }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { /*display:block; line-height:1.3em; text-decoration:none;*/text-decoration:none; display:block; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; /*border-right:1px solid #3F3F3D;*/ }

#nav li.active a { color:#d96708; }
#nav a { float:left; /*padding:5px 12px 6px 8px; color:#a7c6dd;*/ font-weight:normal; color:#FFF; text-transform:uppercase; padding-left:22px;
padding-right:22px; height:28px;
line-height:28px; }
#nav > li.first > a {
padding-left:0;
}
#nav li.over a,
#nav a:hover { /*background-color:#d7c1a0;*/ color:#d7c1a0; }
#nav li.last {
border-right:none;	
}
#nav li.last a {
color:#d21116;
font-weight:bold;	
}

/*#nav li.last a:hover {
color:#FFF;
background-color:#ED4650;	
}*/
/* 1st Level */
#nav ul li,
#nav ul li.active { /*float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_nav1.gif) 0 100% repeat-x;*/ }
#nav ul li.last { /*background:#ecf3f6; padding-bottom:0;*/ border-right:none; }

#nav ul a,
#nav ul a:hover { /*float:none; padding:0; background:none;*/ }
#nav ul li a { /*font-weight:normal !important;*/ }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav li.nav-1 div.wrapDiv {
    min-height: 600px;
}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { /*background:#ecf3f6;*/ }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#FFF;}
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.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-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#353531; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-layered-dd.gif) 0 100% repeat-x;margin-left:0; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.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 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.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 button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* 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-image img { width:100%; height:auto;}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { /*border-bottom:1px solid #d9ddd3; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_grid.gif) 0 0 repeat;*/ position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:1em; color:#203548; text-align:center; margin-top:10px;margin-bottom:10px; }
.products-grid .product-name a { color:#000; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid {
    width: 100%;
    padding: 0 20px;
    max-width: 1440px;/*1220px;*/
    margin: 0 auto;
    clear: both;
	box-sizing:border-box;
}

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; 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; color:#203548; }
.products-list .product-name a { color:#203548; }
.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; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.products-grid li.item .rating-box {
position: absolute;
top: 130px;
left: 50%;
margin-left: -45px;
}

.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 {}
/*.availability.out-of-stock span { color:#d83820; }*/
.availability span { color:#3f3f3f;}

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.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 { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:left; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 60px; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.bml-checkout-type { list-style: none; }
.bml-checkout-type .bml_button  { width: 150px; display: inline-table; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:1px solid #c4c6c8; margin-bottom:20px; }

.product-essential { padding:25px; background:#fff url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_product-view.gif) 100% 0 no-repeat; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { background:#faf7ee url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; padding-left:0;padding-right:0; }
.product-collateral h2 { font-weight:bold; font-size:15px; font-family: 'Lato', sans-serif;
color: #2f2f2f; text-transform:uppercase;border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }
.product-collateral h3 {
color:#2f2f2f;
font-weight:normal;	
}
.product-collateral h4 {
color:#2f2f2f;
font-weight:normal;	
text-transform:uppercase;
margin-top:20px;
}

/* Product Images */
.product-view .product-img-box { float:left; width:50%;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.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 { font-size:11px; margin:0 0 5px; 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://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ 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://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/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 h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; /*width:56px; height:56px;*/width: 116px; height: 116px; border:2px solid #ddd; overflow:hidden; }

.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 { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:50%; box-sizing:border-box;border:20px solid #FFF;border-top:none; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; margin-bottom:20px;margin-top:20px;}
.catalog-product-view .product-name {
	 text-align:center;
}
.catalog-product-view .col-main .product-name h1 {
	font-size:2.3em;
}
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { padding:40px; background:#173e6d;/*#b3db07;*/float:left;font-size:1.3em; }
.product-view .product-shop .short-description h2, .product-view .product-shop .short-description p {
	/*color:#FFF;*/
	    color: #d8d8d8;/*#fbfbfb;*/
}
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart, .gifter .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* 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 a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float: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; vertical-align: top;}
.cart .checkout-types .bml_button {display:inline-table; width: 150px; margin: 0 0 5px;}
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; 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; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/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 h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.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; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.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; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d7c1a0; border:1px solid #a3aeb3; border-bottom:0; color:#000; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#000; text-transform:uppercase; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#353531; border:1px solid #bbafa0; padding-bottom:5px; color:#FFF; cursor:default; }
.opc .active .step-title .number { background:#2f2f2f; border:none; color:#FFF; }
.opc .active .step-title h2 { color:#FFF; text-transform:uppercase; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { /*min-height:345px;*/ padding:14px 21px; /*background:#faf7ee url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; */}
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#2f2f2f; }
.account-login .new-users h2 { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_page2.gif); }
.account-login .buttons-set { /*border:1px solid #bbb6a5; border-top:0;*/ margin:0; padding:8px 13px; /*background:#dee5e8 url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_buttons-set1.gif) 0 0 repeat-x; */}

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.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); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/window_overlay.png) repeat; 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; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -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://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { /*background:#fff url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc;*/ /*border-color:#ccc #999 #999 #ccc;*/ padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#2f2f2f; }

.dashboard .box .box-title { background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_ma-reviews.gif); }
.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:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/i_ma-tags.gif); }
.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:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.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 { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* 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 Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.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 h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* 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; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; 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://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; 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; }
.map-popup-checkout .paypal-or { clear:both; display:block; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-checkout li { list-style: none; }
.map-popup-checkout { text-align: center; }
.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; }
/* ======================================================================================= */


/* Footer ================================================================================ */

.footer-container {
    border-top: none;
    background-color: #173e6d;/*#3a3a3a;*/
    padding-top: 20px;
    padding-bottom: 40px;
    color: #FFF;
}
.footer { width:100%; max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;margin:0 auto;box-sizing:border-box;}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#FFF; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#FFF; }
.footer .bugs a { color:#FFF; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#FFF; }
.footer address a { color:#FFF; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; margin-left:0;padding-left:0;}
.footer ul.links { display:block; }
.footer li { display:inline; /*background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; */}
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* 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,
.col3-layout .product-options-bottom .price-box: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 .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description: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 { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */




.guest-select {width:305px !important;}
.header .form-search .search-autocomplete {
top: 35px !important;
    width: 100%;
    left: 0 !important;
}

/*Header Changes*/
.sub-access {
float:right;	
clear:both;
width:600px;
margin-top:25px;	
}
/*Search Form*/
#search_mini_form {
margin-right:5px;
float:right;
width:60%;
position:relative;
}
.store-tel {
	float:right;
	margin-right:5px;
	background-color: #464646;
height: 35px;
padding-left:18px;
padding-right:18px;
line-height:35px;
font-size:0.9em;
}
.store-tel a {
color:#FFF;
text-transform:uppercase;
text-decoration:none;	
}
.store-tel a strong {
font-weight:600;	
}
.store-tel a:hover {
text-decoration:underline;	
}
.mini-cart {
float:right;
height:35px;	
width:30%;
}
.mini-cart a {
display:block;
padding-left:39px;
/*background-color:#f25f62;*/
background:none;
background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/cartIcon.png);
background-repeat:no-repeat;
background-position:10px 8px;
height:35px;
line-height:35px;
padding-right:12px;
color:#FFF;
text-decoration:none;
font-size:0.9em;
font-weight:600;	
text-align:center;
border:1px solid #3f3f3f;
}
.mini-cart a:hover {
background-color:#d83c3f;	
}

/*Navigation*/
#nav {
float:left;
margin-top:16px;	
font-size:0.9em;
}

/*Footer*/
.footer {
text-align:left;	
padding-top:33px;
}
.footer-left {
float:left;	
width:360px;
font-size:0.9em;
}
.footer-left p {
margin-top:10px;	
}
.footer-left ul li {
padding-right:7px;
padding-left:7px;
}
.footer-left ul li.first {
padding-left:0;	
}
.footer-left ul li.last {
border-right:none;	
}
.footer-mid {
float:left;
padding-left:17px;
padding-right:17px;
border-right:1px solid #FFF;	
width:175px;
}
.footer-mid h3 {
font-size:0.9em;
color:#FFF;	
}
.footer-mid input {
font-size:0.7em;
text-indent:5px;	
}
.footer-right {
float:left;
width:387px;	
}
.footer-right ul {
float:left;	
}
.footer-right ul li {
float:left;
margin:0;
padding:0;	
}

.footer-right ul li a, ul.footsocial li a, .socialDiv .footsocial li a:hover {
    padding-left: 0px;
}
.socialDiv .footsocial li a {
    padding: 0;
}
.socialDiv .footsocial li a:hover {
}


.footer-right img {
float:right;	
}
.footer-sub {
width:100%;
margin-top:10px;
float:left;	
font-size:0.7em;
font-family:'Lato', sans-serif;
}
.footer-sub span {
float:right;	
}
#fieldEmail {
background:none;
border:none;
background-color:#353531;
height:22px;
width:157px;	
float:left;
}
.footer-mid button {
border:none;
background:none;
background-color:#f25f62;
width:17px;
height:22px;
background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/arrow.png);	
background-repeat:no-repeat;
background-position:4px 5px;
text-indent:100%;
overflow:hidden;
white-space:nowrap;
float:left;
}

/*Banner Styling*/
.magestore-bannerslider-title {
display:none;	
}
.bannerCenter {
width:100%;
height:377px;
position:absolute;
top:0;	
}
.bannerCenter div {
background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bannerCentre.png);
width:436px;
height:377px;
text-align:center;
margin:0 auto;
background-repeat:no-repeat;
position:relative;
}
.magestore-bannerslider .slides a:hover {
background-color:#000;	
}
.magestore-bannerslider .slides a:hover .bannerCenter div {
	background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/bannerCentreOn.png);
}
.flexslider .slides a:hover img{
	zoom:1;
	filter: alpha(opacity=70);
	opacity: 0.7;
/*	-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out; 
-o-transition: all 1s ease-in-out; 
-ms-transition: all 1s ease-in-out; */	

}

.magestore-bannerslider {
/*height:377px;*/
overflow:hidden;	
}
.flexslider .slides img {
/*min-height:377px;
min-width:1146px;*/
/*-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out; 
-o-transition: all 1s ease-in-out; 
-ms-transition: all 1s ease-in-out; 	*/
}
.flexslider .slides li {
/*min-height:	377px;*/
}
.whiteText {
color:#FFF;
text-transform:uppercase;
padding:10px 0 10px 0;
border:1px solid #FFF;
display:block;
width:80px;
text-align:center;
position:absolute;
top:40px;
left:50%;
margin-left:-40px;
font-weight:600;
}
.bannerCenter h2 {
font-weight:300;
text-transform:uppercase;
color:#353531;	
padding-top:100px;
font-size:1.3em;

}
.bannerCenter p {
color:#282826;
font-size:0.8em;
line-height:1em;
width:170px;
margin:0 auto;	
margin-top:20px;
}
.bannerCenter .linkText {
position:absolute;
bottom:70px;
left:49%; /*50% doesnt look quite right*/
margin-left:-40px;
color:#FFF;
font-size:1.3em;	
text-transform:uppercase;
width:80px;
text-align:center;
font-family:'Ubuntu Mono';
}

.row {
width:100%;
float:left;
margin-bottom:18px;	
}
.row .hBlock {
position:relative;
}

.row .hBlock a {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
display:block;
}
.row .hBlock img {
	display:block;
}
.row .hBlock img, .instagramfeed img {
	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out; 	
}
.row .hBlock:hover img {
background-color:#000;
		zoom:1;
	filter: alpha(opacity=70);
	opacity: 0.7;

}
.instagramfeed img:hover {
	background-color:#000;
	zoom:1;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.row .hBlock p {
margin-top:10px;	
}

.row .hBlock.last {
margin-right:0;	
}
.row.row1 .hBlock, .row.row2 .hBlock {
width:25%;
	width:calc(100% / 4);
box-sizing:border-box;
margin:0;
border:10px solid #FFF;
	display:inline-block;
	vertical-align: top;
}
.row.row2 .hBlock.half, .row.row1 .hBlock.half {
	width:50%;
	width:calc(100% / 2);
}
.row.row1 {
	text-align:center;
}

.row.row1 .hBlock.last {
margin-right:0;	
}
.bannerLeft {
    width: 66.666%;
    width: calc(100% / 3 * 2);
    box-sizing: border-box;
	border: 2.5px solid #FFF;
	float:left;
}
.bannerRight {
	width:33.333%;
	width: calc(100% /3);
	box-sizing: border-box;
	border:2.5px solid #FFF;
	border-bottom:none;

	float:right;
}
.bannerRight .hBlock {
	width:100%;
	position:relative;
}
.bannerRight .hBlock img {
	width:100%;
	height:auto;
}
.bannerRight .hBlock a {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
}
.bannerRight .hBlock p {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
}
.bannerRight .hBlock p span {
	    background-color: #FFF;
    padding: 10px 30px;
    color: #000;
    text-transform: uppercase;
    min-width: 46%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    opacity: 0.8;
}
.hBlock.size565.second {
    border-top: 7px solid #FFF;
}
.cms-home .flex-direction-nav a {
	top:50%;
	margin-top:-15px;
}
.instagramfeed {
	float:left;
	width:100%;
	margin-top:40px;
}
.instagramfeed img {
    width: 100%;
    height: auto;
}

.instagramfeed li {
    display: inline-block;
    width: 25%;
}

.instagramfeed ul {
    margin: 0;
    padding: 0;
}
/*New Styles - Reworked Homepage*/
/*.row.row1 .hBlock {
	width:25%;border:none;
	margin-top:25px;
}
.row.row1 .hBlock img {
    width: 100%;
    height: auto;
}*/
/*End re-worked homepage*/


#nav > li {
position:static;	
}
#nav div {
position:absolute;
width:980px;
top:150px;
background-color:#d7c1a0;	
min-height: 500px;/*280px;*/
border:none;
padding-bottom:20px;
}
#nav ul > li {
float:left;
border:none;	
width:100%;
}
/*#nav ul > li.level0.nav-2 li {
width:50%;	
}*/
#nav div ul {
width:50%;	
margin-top:10px;
}
#nav div ul.splitLargeUl {
width:33.33%;
box-sizing:border-box;
float:left;	
}
#nav div ul.hasSubChildren {
width:100%;	
}
#nav div.head {
position:static;
width:auto;
height:auto;
top:auto;
left:auto;	
min-height:0;
margin-top: 20px;
margin-left: 35px;
font-size: 1.4em;
text-transform: uppercase;
margin-bottom: 0;
padding-bottom: 0;
}

#nav ul li.last a {
color:#2f2f2f !important;
font-weight:normal;	
background-color:none;
}
#nav ul li.last a:hover {
color:#2f2f2f;
text-decoration:underline;
background-color:none;
}
#nav ul li.last:hover, #nav ul li:hover {
background:none;
}
#nav ul li.over a, #nav ul a:hover {
background:none !important;
}

#nav ul li a:hover {
background:none !important;
text-decoration:underline;
}
.socialDiv .footsocial li a:hover {
    background-color: #FFF !important;

}
#nav li ul span {
font-size: 0.8em;
}

#nav div.subSubWrap {
width: 100%;
position: static;
top: auto;
min-height: 0;
background: none;
padding: 0;
margin-left: 12px;
}
#nav div.subSubWrap div.head {
margin-left:0;
margin-top:10px;	
}
#nav ul li.parent div.head a {
	background:none;
}
#nav ul > li.level1.parent {
width: 45%;	
}
#nav div ul.level1 {
	width:100%;
	clear: both;
}
#nav div ul.level1 li a {
margin-left:0;
padding-left: 8px;}

li.level1.nav-4-3.last {
clear: left;
margin-top: 20px;
}
.brandDiv, .socialDiv {
width: 450px !important;
left: auto !important;
min-height: 0 !important;
right: 0 !important;
z-index: 9;
top: 0 !important;
background: none !important;	
}
.socialDiv {
right:auto !important;
left:0 !important;
width:700px !important;	
}
#nav div.brandDiv ul {
width:100%;	
}

p.note-msg {
background:none;
border:none !important;
color:#282826;
font-weight:normal;
padding-left:0 !important;	
}
.breadcrumbs a {
color:#282826;
}
.category-title {
text-transform:uppercase;	
}
.block-layered-nav {
margin-top:20px;	
}
.block-layered-nav .block-content {
background:none;
border:none;	
}
.block-layered-nav .block-title {
background:none;
border:none;	
text-indent: 0;
}
.block .block-title strong span {
font-size:1.3em;
color:#464646;
}
.block-layered-nav .block-subtitle {
display:none;	
}
/*.block-layered-nav dt {
background:none;
padding-left:0;
color:#FFF;
background-color:#464646;
font-weight:normal;
padding-bottom:5px;
padding-top:5px;
text-indent:5px;
margin-bottom:10px;
}*/
/*.block-layered-nav dt {
    background: none;
    padding-left: 0;
    color: #FFF;
    background-color: #000;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
    text-indent: 5px;
    margin-bottom: 10px;
    font-size: 0.8em;
    font-family: arial;
    padding: 8px;
}*/
.block-layered-nav dt {
    background: none;
    padding-left: 0;
    color: #000;
    font-weight: normal;
    text-indent: 5px;
    margin-bottom: 10px;
    font-size: 0.8em;
    font-family: arial;
    padding: 8px;
	border:1px solid #CCC;
}
.narrow-by dt.adj-nav-dt-selected {
background:none !important;	
}
.block-layered-nav dd {
background:none;	
padding-left:0;
font-size: 0.9em;
color:#464646;
}
.block-layered-nav dd a {
color:#464646;
}
#narrow-by-list ol {
    margin-left: 10px;
	padding-left:0;
}
.block-layered-nav .currently li {
background:none;
padding-left:0;
color:#FFF;
background-color:#464646;
font-weight:normal;
padding-bottom:5px;
padding-top:5px;
text-indent:5px;
margin-bottom:10px;}
.block-layered-nav .currently .label {
background:none;
padding-left:0px;	
font-weight:normal;
margin-left: -5px;
}
.block-layered-nav .currently .value {
font-size:0.8em;	
margin-top: 2px;
}
.block-layered-nav .actions {
background:none;
border:none;	
}
.block-layered-nav .actions a {
color:#464646;	
}
.btn-remove {
background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/layeredNavCross.png);
width:8px;
height:9px;	
}
.block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove {
right: 8px;
top: 13px;
}
/*.toolbar .pager {
background:none;
border:none;
padding-bottom:10px;
border-bottom:1px solid #e2e2e2;	
margin-bottom:10px;
}
.toolbar-bottom .pager {
border-bottom:none;
border-top:1px solid #e2e2e2;
padding-top:10px;
margin-top:10px;	
}*/
.toolbar .pager, .toolbar-bottom .pager {
	background:none;
border:none;
float:right;
}
.toolbar, .toolbar-bottom {
background:none;
border:none;
padding-bottom:0px;
border-bottom:1px solid #e2e2e2;	
margin-bottom:10px;
	
}


.pager .pages {
margin:0;
float:right;	
}
.pager .pages > strong {
	display:none;
}
.pager .pages li {
color:#FFF;
float: left;
}
.pager .pages li a, .pager .pages li.current {
text-decoration:none;	
padding:0x 10px 0px 10px;
	/*background-color:#f0f0f0;*/
	border:1px solid #CCC;
color:#464646;
font-weight:bold;
height: 25px;
padding-left: 10px;
padding-right: 10px;
line-height: 25px;
}
.pager .pages li.current {
background-color:#f0f0f0;	
}
.pager .pages li a {
display:block;	
}
.pager .pages li a.next, .pager .pages li a.previous {
padding-left:0;
padding-right:0;
width:27px;
background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/arrowRight.png);	
background-repeat:no-repeat !important;
background-position:10px 8px;
display:block;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

 .pager .pages li a.previous {
background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/arrowLeft.png);	
 }
 .pager .pages li a:hover {
	background-color:#000; 
	color:#FFF;
 }
 
 .col2-left-layout .products-grid, .col2-right-layout .products-grid {
	width:100%; 
	margin-bottom: 20px;
padding-bottom: 20px;
	 padding-left:0;
 }
 .products-grid {
	background:none; 
 }
 
 .products-grid .product-image {
	width:auto;
	height:auto; 
 }
 .products-grid li.item {
 width:33.333%;
 padding:0;
 }
  .products-grid li.item  {
	margin-right:20px;  
	height: auto;
	position:relative;
  }
  .products-grid li.item:last-child {
	margin-right:0;  
  }
  
  .products-grid .product-name a {
	font-weight:bold;
	text-decoration:none; 
	text-transform:none; 
  }
  
  .products-grid .price-box {
  /*background-color:#d7c1a0;*/
  /*background-color: #f25f62;*/
  background:none;
  position: absolute;
bottom: 0;
/*padding:5px 10px 5px 10px;*/
padding:0;
color:#000;
  }
  .regular-price .price {
color:#000;
  }
  .product-essential .regular-price .price {
	color:#FFF;  
  }
  .product-essential .old-price .price, .product-essential .price span, .product-essential .old-price .price-label, .product-essential .price-box p {
	color:#FFF;  
	display:inline;
	float:left;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
  }
  .product-essential .special-price .price-label, .product-essential .special-price .price {
	color:#FFF;  
	white-space:normal !important;
  }
  .product-essential .special-price {
	margin-left:10px;  
  }
  div.view {
	position:absolute;
	bottom:0;
	right:0; 
	margin:10px 0;
  }
  div.view a {
background-color: #464646;  position: absolute;
bottom: auto;
padding:5px 10px 5px 10px;
color:#FFF;
text-decoration:none;
position:static;
bottom:auto;
text-transform:uppercase;
  }
   div.view a:hover {
	   background-color:#6d6c6c;
   }
   
   .bgMsg {
	display:none;   
   }

   .owl-item a.product-image:hover {
	display:block;   
   }
 
 .products-grid li.item:hover .bgMsg {
	    width: 40%;
    position: absolute;
    left: 50%;
    margin-left: -20%;
    color: #FFF;
    text-transform: uppercase;
    bottom: 40%;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 0.9em;
	 font-family: lato;
    opacity: 1;
    font-weight: bold;
    box-sizing: border-box;
    height: auto;
	 
 }
.bgMsg a {
	color:#FFF;
	padding:10px 20px;
	    background-color: #14c2ff;
	text-decoration: none;

}
 .bgMsg i {
    float: right;
    margin-right: 10px;
    margin-top: 8px;
}
 .products-grid li.item:hover .bgMsg2 a {
    display: block;
    background-color: #none;
    color: #000 !important;
    padding: 5px;
    text-align: center;
}
 .products-grid li.item:hover .bgMsg2 a:hover {
	color:#3D3D3D; 
 }
.products-grid li.item:hover .bgMsg2 {
    display: block !important;
    position: absolute;
	top:20px;
    right: 20px;

}
  
  
  /*DTF: STRIPPED BACK Product View*/
  .product-view {
	border:none;  
  }
  .product-essential {
	background:none;  
	padding:0;

  }
  .product-collateral {
	background:none;  
  }/*End Stripped back*/
  
   #product_tabs_description_tabbed_contents {
	font-size:0.8em;   
   }
  #product_tabs_description_tabbed_contents .std ul {
	  list-style-type:none;
	  margin:0;
	  padding:0;
  }
    #product_tabs_description_tabbed_contents .std ul li {
	 margin:0;
	 padding:0;
	 border-bottom:1px solid #C4C3C3;
	 padding-bottom:5px;
	 margin-bottom:5px;
 }
  #product_tabs_description_tabbed_contents .std ul li:last-child {
	border-bottom:0;  
  }
  .box-collateral {
	font-size:0.8em;  
  }
  
  /*Product Detail Page*/
 /*.product-view .product-shop .product-name h1 {
font-weight: 300;
text-transform: uppercase;
color: #353531;
padding-top: 0px;
font-size: 2em;
font-family:'Lato', sans-serif;
}*/
.no-rating {
display:none;	
}
.short-description {
clear:both;	
}
.short-description h2 {
display:none;	
}
.product-options {
border:none;
background:none;
padding:0;	
}
.product-shop .product-options-bottom {
background:none;
border:none;
padding:0;	
}
.product-view .product-shop .price-box {
		/*background-color: #6d6c6c;*/
		/*background-color:#cc0000;*/
				background-color:#000;

padding: 10px;
color: #FFF;
float: left;
width: auto;
text-transform: uppercase;
/*height:15px;*/
height:17px;
line-height:15px;
margin-left:5px;
}
.product-view .product-shop .product-options-bottom .price-box {
	background:none;
	padding:0;
	height:auto;
	display:none;
}
.product-options-bottom {
margin-bottom:20px;	
}
.product-options-bottom .regular-price .price {
color:#000;
font-size:2em;
}

.availability {
border:1px solid #999999;	
}
.availability.in-stock {
	/*background-color: #19bc19;*/
background-image: url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/inStockIcon.png);
background-repeat: no-repeat;
background-position: 70px center;
padding: 10px;
color: #FFF;
float: left;
width: 80px;
text-transform: uppercase;
}
.availability.out-of-stock {
	/*background-color:#c51a1a;*/
		background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/noStockIcon.png);
	background-repeat:no-repeat;
background-position: 100px center;
	padding:10px;
	color:#FFF;
	float: left;

width: 110px;
text-transform: uppercase;

}
.availability.in-stock.lowstock {
/*background-color:#e46d15;*/
background-image:none;	
width:auto;
}
/*.availability.out-of-stock span {
color:#FFF;	
}*/
.availability.out-of-stock span {
    color: #000;
}
.ratings {
float:right;
margin-top: 20px;	
}

.rating-box {
background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/rating-bg.png) 0 0 repeat-x;	
height:17px;
width:90px;
}
.rating-box .rating {
background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/rating-bg.png) 0 100% repeat-x;	
height:17px;
width:90px;

}
button.button {
display: block;
padding:10px;
background-color: #f25f62;
background-repeat: no-repeat;
background-position: 10px 8px;
color: #FFF;
text-decoration: none;
font-size: 0.9em;
font-weight: 600;
text-transform:uppercase;	
}
button.button:hover {
background-color: #d83c3f;	
}
button.button span {
background:none;
border:none;
padding:0;	
}

button.button#product-addtocart-button {
width:100%;	
padding-left:0;
padding-right:0;
font-size:1.2em;
margin-top:25px;
}
.product-options-bottom .add-to-cart,  .gifter .add-to-cart {
width:100%;	
}
.product-options dt label {
color:#666;
width:auto;
float:left;}
.product-options dt label.required em {
float:right;
margin-left:0;	
}
.product-options dd select {
width:200px;	
height: 30px;
}

.product-options dd{
padding:0;
margin-left:20px;
float: left;	
}
.add-to-cart label {
width:56px;	
}
.add-to-cart .qty {
height:30px;	
}
.data-table#product-review-table {
width:50%;	
margin-bottom:30px;
}
form#review-form .buttons-set {
	float:left;
	margin-top:20px;
	border-top:none;
}
.more-views {
overflow:hidden;	
}
.more-views h2 {
display:none;	
}
.page-title h1 {
color:#2f2f2f;
	text-transform:uppercase;
	
}
.product-name a {
color:#2f2f2f;
text-transform:uppercase;
font-weight:normal;
}
table a {
color:#2f2f2f;
}
.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span {
background:none;	
}
.cart .discount button span, .cart .shipping button span {
background:none;	
}
.cart .btn-remove {
	background-color:#353531;
	padding:5px;
	background-position:5px 5px;
}
.cart .totals {
background:none;
border:none;	
}
.cart .discount, .cart .shipping {
background:none;
border:none;
float:left;	
}
.cart .shipping {
display:none;	
}
.cart .discount h2 {
background:none;	
padding-left:0;
color: #2f2f2f;
text-transform: uppercase;
font-family: 'Lato', sans-serif;
}
/*.cart .col2-set .col-1 {
display:none;	
}*/
.cart .col2-set .col-2 {
float:left;	
}
.checkout-onepage-index .form-list label {
	font-weight:normal;
	font-size:0.9em;
	text-transform:uppercase;
}
#checkoutSteps p, #checkoutSteps ul {
font-size:0.9em;	
}
h2.legend, .fieldset .legend {
	background:none;
	background-color: #353531;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #464646;
}
.fieldset label {
	font-weight:normal;
	font-size:0.9em;
	text-transform:uppercase;
}
.registered-users .form-list label {
	font-weight:normal;
	font-size:0.9em;
	text-transform:uppercase;
}

.col-left.sidebar .block-cart {
display:none;	
}
.col-left.sidebar .block-compare {
display:none;	
}
.col-left.sidebar .block{
	border:none;
}
.block-account .block-title {
background:none;	
}

.old-price {
font-size: 0.7em;	
}
.special-price .price {
font-size:1.2em;	
}
a.button.popup.askquest {
margin-left: 10px;
line-height: 55px;
font-size: 0.8em;
display:none;
}
#popup-wrap {
background-color: #353531;	
}
#popup-wrap label, #popup-wrap p {
color:#FFF;	
}
#popup-wrap button {
background-color:#f25f62 !important;
color:#FFF;	
padding:5px 10px !important;
height:auto !important;
border:none !important;
}
.popup-body {
background-color: #353531 !important;	
}
#popup-wrap .content .control span.name, #popup-wrap .content .control span.price {
color:#FFF;	
}
#popup-wrap p {
margin-top:20px;	
}
#creare-container {
clear:left;	
}
#creare-container.block .block-subtitle {
text-align:left !important;	
padding-left:0 !important;
font-family: 'Lato', sans-serif;
font-weight:normal !important;
text-transform:uppercase;
}
#creare-container.block, #creare-container.block .block-content {
border:none;
background:none;	
}
#creare-container.block {
display:inline;	
}

img.cardLogosUnderAddto {
float: left;
margin-top: 20px;
}

/*MOBILE STYLING*/
#mobile-navigation {
display:none;	
}
#mobBask {
display:none;	
}
#featured-products-mob {
display:none;	
}
.mob-product-image {
display:none;	
}
#mobileImage, #mobileImages {
/*display:none;	*/
/*width:50%;*/
	float:left;
	width:100%;
}
.images {
	width:50%;
	float:left;
}
.item .old-price {
	display:inline;
}
.item .old-price .price-label {
display:none;	
}
.item .special-price {
display:inline;	
}

span.wasPrice {
font-size:0.7em;
  text-decoration: line-through;	
}
span.nowPrice {
  font-weight: bold;
  color: red;
  margin-left:5px;
}
span.savePerc {
  font-size: 0.9em;
  color: red;
}
.dtfPrice.regular {
font-size:1.2em;
font-weight:bold;	
}
.dtfPrice {
position:absolute;
bottom:3px;	
}
#mobLayered {
display:none;	
}

#discontinuedBlock {
    background-color: #f25f62;
    color: #FFF;
    padding: 0px;
    text-align: center;
}
#discontinuedBlock a {
    color: #FFF;
	padding:10px;
	display:block;
	text-align:center;
	text-decoration:none;
}
#discontinuedBlock p {
margin:0;
padding:0;
display:inline;	
}
#discontinuedBlock a:hover {
background-color:#883537;
}

.col-left.sidebar .block-subscribe {
display:none;	
}


.dtfPriceWrap {
    width: auto;
    float:right;
	display:inline-block;
	text-align:right;
}

.dtfPrice {
position:relative;
bottom:auto;	
	top:5px;
}
.pl-top-right .label {
opacity:1 !important;	
}



/*Homepage*/

.cms-home .main, .cms-page-view .main, .contacts-index-index .main {
	width:100%;
	/*max-width:1440px;*/
	max-width:100%;
	padding:0;
	box-sizing:border-box;
}
.cms-page-view .main .col-main, .contacts-index-index .main {
	max-width:1440px;
	margin:0 auto;
}
.catalog-product-view .main {
	max-width:100%;
	padding: 0;
}


.row .hBlock p span {
    background-color: #FFF;
    padding: 10px 30px;
    color: #000;
    text-transform: uppercase;
	    min-width: 46%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
	opacity:0.8;
}

.row .hBlock img {
	width:100%;
	height:auto;
}
.featuredRow .block-title strong {
display:inline-block;
position:relative;	
}





/*.featuredRow .block-title strong::before {
content:" ";
width:60px;
height:2px;
background-color:#000;
border-top:7px solid #FFF;	
float:left;
margin-right:20px;
}
.featuredRow .block-title strong::after {
content:" ";
width:60px;
height:2px;
background-color:#000;
border-top:7px solid #FFF;	
float:right;
margin-left:20px;
}*/
.featuredRow {
    margin-top: 40px;
    float: left;
    width: 100%;
}























.header .form-search {
position:relative;	
}

.ksps {
    border-bottom: 1px solid #000;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-top: 1px solid #000;
    padding-top: 15px;
}
.ksps > span {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9em;
    text-align: center;
    font-weight: bold;
}
.ksps span.smaller {
    font-weight: normal;
    font-size: 0.8em;
}

 .catalog-category-view .products-grid li.item {
	border:1px solid #FFF;
	/*padding:20px;   */
	padding-bottom:20px;
	font-family: arial;
  }
  .catalog-category-view .products-grid li.item:hover {
	border:1px solid #e2e2e2;  
  }
  
  .wp-sidebar .block .block-title {
background: none;
    padding-left: 0;
    color: #FFF;
    background-color: #000;
    font-weight: normal;
    padding-bottom: 5px;
    padding-top: 5px;
    text-indent: 5px;
    margin-bottom: 10px;
    font-size: 0.8em;
    font-family: arial;
    padding: 8px;
	border:none;
  }
  .wp-sidebar .block .block-title strong span {
	font-size:1em;
	color:#FFF;  
  }
  .wp-sidebar .block .block-content {
	background:none;  
  }
  .wp-sidebar a {
	color:#464646;  
	font-size:0.8em;
  }
  .wp-sidebar .block li.odd {
	background:none;  
  }
  .wp-sidebar .block li.even {
	background:none;  
  }
  .is-blog .post-list-item h2 a, .is-blog .post-list-item h2, .is-blog .page-title h1 {
	text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-bottom: 0;  
	color:#0a263c;
	text-decoration:none;
  }
   .is-blog .post-list-item h2, .is-blog .page-title h1 { 
      font-size: 1.5em;
	  margin-bottom:10px;
   }
   .is-blog .page-title {
	border:none;   
   }
.is-blog .blog-title {
display:none;	
}
.is-blog .post-date {
margin-bottom:20px;	
}
.post-list li.item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.is-blog .post-entry .featured-image {
	margin-bottom:20px;
}
.is-blog .pager {
background:none;
border-top:none;
font-size:0.8em;	
}
.is-blog .post-entry, .post-meta {
font-family:Arial;
font-size:1em;	
}
.post-meta {
font-size:0.8em;	
}
.featured-image {
border:none;	
}
.featured-image img {
width:100%;
height:auto;	
}

.catalog-category-view .col3-layout .col-right .block-cart, .catalog-category-view .col3-layout .col-right .block-viewed {
	display:none;
}
.rightcta img {
width:100%;
height:auto;
border:5px solid #FFF;	
}
.rightcta a:hover img {
border:5px solid #dddddd;	
}





/*Owl Carousel*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* 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://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/css/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.3
*/

.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://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/css/AjaxLoader.gif) no-repeat center center
}
/* 
 *  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); }
}

.block-list.center-title .block-title {
	text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.block-list div.item img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 8px;
}
.block-list .product-info {
    text-align: center;
    margin-top: 10px;
}
.block-list .product-name a {
text-decoration:none;	
font-size:0.8em;
}

.block-list h2.product-name span.brandHighlight {
	    font-weight: bold;
    font-size: 13px;
    color: #203548;
    text-align: center;
}
span.brandHighlight {
display:block;
    text-align: center;
	padding-top: 15px;
    font-size: 1em;
    font-weight: bold;
	padding-bottom:5px;
}
.brandHighlight img.brandImage {
    width: 10% !important;
    float: none;
    display: inline-block;
	padding:0;
}
.block-list div.item {
padding-bottom:55px;	
}

.dtfInfWrap {
    width: auto;
    float: right;
	margin-top:20px;
	display:inline-block;
}
.products-grid li.item h2.product-name {
    width: 70%;
    margin: 0 auto;
}

.addthis_sharing_toolbox {
    display: none;
}
.deliveryNotification {
width:380px;	
float:left;
text-align:center;
margin-top:20px;
}
.deliveryNotification .note {
padding:15px;
background-color:#000;
color:#FFF;	
}
.deliveryNotification .note p {
margin:0;	
}

#overlay_modal.overlay_popup {
	background-color:#000 !important;
}
#popupDialog .popup_content {
	background-color:#000 !important;
	color:#FFF !important;	
}
#popupDialog #popup-heading {
	background-color:#000 !important;
}
#popup-heading>h2 {
font-size:2.5em !important;	
}
#popup-text {
padding-top: 2%;	
}
#popup-form-data input {
height: 30px;
}
button.ok_button {
    background: none;
    padding: 10px 10px;
    border: none;
    color: #FFF;
    background-color:#f25f62;
    float: left;
    margin-left: 141px;
}
button.ok_button:hover {
background-color:#d83c3f;
cursor:pointer;	
}
.onestepcheckout-index-index div.ehut-socialconnect-social .col3-set .col-3 .content {
border:none !important;	
text-align:left !important;
padding: 0 !important;
}

.onestepcheckout-index-index div.ehut-socialconnect-social .col3-set .col-3 .content h2 {
	display:none !important;
}
.onestepcheckout-index-index div.ehut-socialconnect-social .col3-set .col-3 .content .ehut-social-button-login {
float:left;	
}

.deliveryNotification .note {
    padding: 15px;
    background-color: #000;
    color: #FFF;
    background: none;
    color: #000;
    /*border: 1px solid #000;*/
    padding-left: 40%;
    text-align: left;
	background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/next-day-delivery-iconv2.png);
	background-repeat:no-repeat;
	    padding-top: 0;
    padding-bottom: 20px;
	font-size:0.9em;
}
.deliveryNotification .note.nobg {
background:none;
border:1px solid #dddddd;	
padding-left:0;
padding:20px;
    min-height: 115px;
}
.deliveryNotification .note.nobg img {
float:left;
margin-right:10px;	
margin-bottom:20px;
}
.deliveryNotification .note.nobg span.red {
	color:#ff0000;
	font-weight:bold;
}
.deliveryNotification .note p strong {
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.deliveryNotification .note.nobg h2 {
    text-transform: Uppercase;
    font-size: 1.2em;
    font-weight: normal;
    color: #000;
	margin-top:15px;
	padding-left: 40%;
}
.deliveryNotification .note p {
    margin: 0;
    font-size: 1em;
    font-family: arial;
    line-height: 1.3em;
	padding-left:40%;
}
.deliveryNotification.inmain {
    width: 72%;
    float: right;
    text-align: center;
    margin-top: 20px;
}
/*.newfooter {
display:none !important;	
}*/
.newfooter {
	color:#d8d8d8;
}
.newfooter a {
	color:#d8d8d8;
}
.newfooter a:hover {
	color:#FFF;
}
.newfooter .footsocial a {
	color:#FFF;
}
.footer-left.newfooter {
width:47%;	
font-size:0.9em;
}
.newfooter ul li {
border:none !important;	
}
.newfooter ul li {
display:block;	
text-transform:none;
	margin:0;
	padding:0;
	line-height:1.8em;
}
.footsocial li {
float:left !important;	
padding-left:5px !important;
padding-right:5px !important;
padding-top:0 !important;
}

.newfooter h2 {
color:#d8d8d8;
text-transform:none;
padding-bottom:0px;
margin-bottom:25px;
font-size:1.4em;	
}
ul.keylinks {
	margin-top:40px !important;
	float:left;
	width:100%;
}
ul.keylinks a {
    padding-right: 20px;
    font-size: 1.1em;
    border-right: 1px solid #5b5b5b;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.keylinks li:last-child a {
	border-right:none;
}
.newfooter .row {
margin-bottom:50px;	
}
.newfooter .col {
	float:left;
	width:50%;
	box-sizing:border-box;
}
.newfooter .col.social, .newfooter .col.accept {
width:50%;	
}
.newfooter .col.social {
	width:53%;
}
.newfooter .col.range ul {
box-sizing:border-box;
}
.newfooter .col.accept img {
	width:100%;
    background-color: #FFF;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.newfooter.footer-right {
    float: right;
    width: 53%;
}
.newfooter .call a, .newfooter .opening h2, .newfooter .mailing h2 {
    margin-left: 20px;
    font-weight: normal;
    font-family: 'arial';
    font-size: 1.8em;
    position: relative;
    top: -6px;
}
.newfooter .opening h2, .newfooter .mailing h2 {
border-bottom:none;
font-size:	1.4em !important;
display:inline-block;
margin-left:15px;
margin-bottom:0;
}
.newfooter .call i, .newfooter .opening i, .newfooter .mailing i {
    margin-top: 0px;	
}
.footer-right.newfooter .row {
margin-bottom:20px;	
}
.footer-right.newfooter ul {
    font-size: 0.9em;
	    margin: 0px;
	padding:0;
}
.footer-right.newfooter ul li {
	height:auto;
}
.newfooter ul li strong {
    margin-right: 10px;
}
.newfooter .col.logos {
    width: 47%;
    text-align: center;
}
.newfooter .col.logos img {
    width: 100%;
	height:auto;
	margin-bottom:10px;
}
.newfooter .col.logos img.bdlog {
	max-width:204px;
	margin-bottom:0;
}
.col.logos a {
	display:inline-block;
}
.newfooter .mailing p, .newfooter .mailing form {
margin-left:15px;	
}
.newfooter .mailing form {
display:block;	
margin-top:10px;
}
.newfooter .mailing form #fieldEmail {
background-color:#000;
border:none;
border:1px solid #FFF;
border-radius:5px;	
height:26px;
color:#FFF;
padding-left:5px;
}

.newfooter .mailing form button {
	background:none;
background-color:#FFF;
border:none;	
height:26px;
color:#000;
text-transform:uppercase;
margin-left:5px;
border-radius:5px;
font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1em;
}
.fixed-footer {
    width: 100%;
	float:left;
    background-color: #0e2b4e;/*#353334;*/
    border-bottom: 1px solid #0e2b4e;
	height:35px;
	padding-top:10px;
	padding-bottom:46px;
	font-size:0.9em;
		position:relative;
}
.fixed-footer.socialfixed {
	position:fixed;
	bottom:0;
    background-color: #0e2b4e; /*#1e1c1d;*/
	z-index:9;
	text-align:center;
	padding-bottom:5px;
}
.fixed-footer:after {
	content:" ";
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	bottom:0px;
	background-color:#84be41;
}
.fixed-footer:before {
	content:" ";
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	bottom:3px;
	background-color:#e85c25;
}


.fixed-footer .center, .cms-home .center {
width:100%;
max-width:1200px;
padding-left:20px;
padding-right:20px;
box-sizing:border-box;
margin:0 auto;	
}
.cms-home .col-main {
	clear:both;
}
.cms-home .center .std {
	text-align:center;
}
.fixed-footer a, .fixed-footer span {
	color:#FFF;
	text-decoration:none;
}
.fixed-footer span, .fixed-footer ul {
	float:left;
}
.fixed-footer ul {
	margin:0;padding:0;
	margin-left:40px;
}
.fixed-footer li {
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.fixed-footer li a {
	padding-left:5px;
	padding-right:5px;
}
.fixed-footer a:hover {
	text-decoration: underline;
}
a.dtfLink {
	float:right;
}



.product-name h1 {
text-transform:uppercase;
font-family:Arial, sans-serif;
font-size:1.5em;
margin-bottom:0;
}
.product-name {
margin-bottom:20px;	
/*width:57%;
float:right;*/
}
.product-name span.sku {
    font-size: 0.9em;
    margin-top: -1px;
    display: block;
    font-family: Arial;
}

.short-description .std p {
    font-family: arial;
    font-size: 0.7em;
    line-height: 1.4em;
	margin-bottom:5px;
}
/*.short-description .std.hasBrandImg {
width:	84%;
float:right;
}*/
img.brandImage {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

/*.bordered {
    border: 1px solid #000;
    float: left;
    padding: 20px 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 5px;
	position:relative;
}*/
.bordered.cardlogos {
    width: 380px;
	margin-top:20px;
}
/*.bordered h2 {
    position: absolute;
    top: -8px;
    left: -5px;
    padding-left: 5px;
    background-color: #FFF;
    padding-bottom: 5px;
    padding-right: 10px;
}*/
.bordered.cardlogos img {
width:100%;	
}
.product-options {
clear:both;	
}
.product-options-bottom .add-to-cart,  .gifter .add-to-cart {
width:30%;	
}
button.button#product-addtocart-button {
background-color:#f18902;
border-radius:5px;	
font-family:arial;
font-weight:bold;
font-size:1em;
}
.product-options p.required {
display:none;	
}
button.button#product-addtocart-button:hover {
background-color:#fc9003;	
}
.bordered#altConfig {
width:100%;	
margin-top:20px;
}
#altConfig ul {
padding-top:10px;
padding-bottom:20px;	
margin-left:10px;
}
#altConfig li {
float:left;
margin-right:4px;	
margin-bottom:4px;
}
#altConfig li a {
padding:15px;
background-color:#000;
color:#FFF;
text-decoration:none;	
border-radius:5px;
font-weight:bold;
    min-width: 25px;
    text-align: center;
    display: inline-block;
	cursor:pointer;
}
#altConfig li a:hover {
background-color:#a6bda5;	
}
#altConfig li a.selected {
	background-color:#5aae54;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(128,128,128,1);
-moz-box-shadow: 2px 2px 0px 0px rgba(128,128,128,1);
box-shadow: 2px 2px 0px 0px rgba(128,128,128,1);
}
#product-options-wrapper {
display:none;	
}



/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.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:#fff}.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-remove:before,.fa-close:before,.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,.fa-bar-chart: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-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.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,.fa-gratipay: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-pp: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-buoy: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-resistance: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-y-combinator-square:before,.fa-yc-square:before,.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"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */

/* Requirements */

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
	    background-color: #FFF;
    border:none;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color:#000;

	
}

/* Basic Theme */

[data-accordion] {
    line-height: 1;
}

[data-control],
[data-content] > * {
    border-bottom: 1px solid #888;
    padding: 10px;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    padding-right: 40px;
}

[data-accordion] > [data-control]:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 15px;
    width: 24px;
    background: url('https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/down.png') center center no-repeat;
    background-size: 50%;
}

[data-accordion].open > [data-control]:after {
    -webkit-transform: rotate(-180deg); 
    -ms-transform: rotate(-180deg); 
    transform: rotate(-180deg); 
}
.additionalAccordionAcc {
    background-color: #000;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    text-transform: uppercase;
    font-size: .9em;
}

.sizeguide {
    float: left;
    margin-top: 20px;
    padding-top: 15px;
	text-align:center;
	position:relative;
	box-sizing:border-box;
	width:26%;
}
.sizeguide h2 {
    font-size: 1em;
    font-weight: normal;
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sizeguide a {
color:#000;
text-transform:uppercase;
text-decoration:none;	
display:block;
}
.sizeguide a span {
	background-color:#000;
	color:#FFF;
	text-align:center;
	padding:8px 15px;
	display:inline-block;
	font-size:0.9em;
}
.sizeguide a:hover span {
background-color:#222222;	
}

#mobHandWrap {
display:none;	
}
.mobileLogo, .mobileLogo2 {
display:none;	
}
.topSearchIcon {
display:none;	
}
.mobileSearchForm {
display:none;	
}

#mobCategory {
display:none;	
}
#subCatList, #subCatList2 {
display:none;	
}

.col-left > p > img {
    width: 100%;
}
.is-blog #respond .form-list li.wide textarea {
    width: auto;
}

table.deliveryTable {
    text-transform: none;
    font-size: 0.9em;
    width: 100%;
	margin-bottom:25px;
}
table.deliveryTable td {
    padding: 5px;
}
tr.tbhead td {
    padding-top: 30px;
font-weight:bold;
line-height:1.3em;
}
tr.tbhead td img {
    margin-right: 10px;
}
tr.rowhead td {
    font-weight: bold;
    text-decoration: underline;
}
.socialDiv ul.footsocial li {
    width: auto !important;
    float: left !important;
}
#nav div ul.footsocial {
    width: 100%;
    clear: both;
}

#nav ul.navsocial > li {
    width: auto;
	    margin-left: 20px;
}
#nav div ul.navsocial {
    width: 100%;
    float: left;
	margin-left:20px;
}
#nav ul.navsocial li a {
    padding: 10px 18px;
}
#nav ul.navsocial li a, #nav ul.navsocial li a:hover  {
    padding: 10px 18px;
    background-color: #FFF !important;
    border-radius: 50%;
}
#nav ul.navsocial li.pinterest a, #nav ul.navsocial li.gplus a, #nav ul.navsocial li.instagram a {
    padding: 10px 12px;
}
#nav ul.navsocial li.twitter a {
    padding: 10px 8px;
}

.product-name h1 {
text-transform:none;	
}
.product-name span.brandname {
width:100%;
display:inline-block;	
text-transform:uppercase;
font-size:0.6em;
}
.additionalAccordionAcc .std {
text-transform:none;	
}
.additionalAccordionAcc .std ul {
margin-top:20px;	
}
.additionalAccordionAcc .std ul li {
list-style-type:square;
padding-bottom:5px;	
}
.additionalAccordionAcc .data-table {
border:none;
text-transform:capitalize;	
}
.additionalAccordionAcc .data-table .odd, .additionalAccordionAcc .data-table .even {
background:none;	
}
.additionalAccordionAcc .data-table th tr.label {
font-weight:bold;	
}
.additionalAccordionAcc p {
	text-transform:none;	
}
.colourguide {
width:100%;
margin-top:20px;
margin-bottom:20px;	
}
.colourSkus li {
float:left;
margin-right:5px;	
}
.colourSkus li a {
    display: block;
    border-radius: 5px;
    background-color: #EDEDED;
    opacity: 0.8;
    color: #000;
    text-decoration: none;
    padding: 15px 10px;
}
.colourSkus.textVersion {
	width:auto;	
}
.colourSkus li a:hover {
opacity:1;	
}

.colourSkus li .black {
background-color:#000;	
border:2px solid #000;	
opacity:1;
}
.colourSkus li .blue {
background-color:#136df5;	
border:2px solid #136df5;	
}
.colourSkus li .brown {
background-color:#843200;	
border:2px solid #843200;	
}
.colourSkus li .burgundy {
background-color:#800000;	
border:2px solid #800000;	
}
.colourSkus li .camo {
background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/camo.jpg);	
width:54px;
height:54px;
}
.colourSkus li .cream {
background-color:#f1ecd6;	
border:2px solid #f1ecd6;	
}
.colourSkus li .green {
background-color:#1BC42E;	
border:2px solid #1BC42E;	
}
.colourSkus li .grey {
background-color:#A8A8A8;	
border:2px solid #A8A8A8;	
}
.colourSkus li .iron {
background-color:#818287;	
border:2px solid #818287;	
}
.colourSkus li .khaki {
background-color:#57582c;	
border:2px solid #57582c;	
}
.colourSkus li .multicolours {
background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/multicolour.jpg);	
width:54px;
height:54px;
}
.colourSkus li .navy {
background-color:#1e2748;	
border:2px solid #1e2748;	
}
.colourSkus li .orange {
background-color:#E75E0C;	
border:2px solid #E75E0C;	
}
.colourSkus li .pink {
background-color:#DB28C9;	
border:2px solid #DB28C9;	
}
.colourSkus li .red {
background-color:#F00E12;	
border:2px solid #F00E12;	
}
.colourSkus li .yellow {
background-color:#f5ed13;	
border:2px solid #f5ed13;	
}


.colourSkus li .olive {
background-color:#acaa6f;	
border:2px solid #acaa6f;	
}
.colourSkus li .sand {
background-color:#d2b675;
border:2px solid #d2b675;	
}
.colourSkus li .stone {
background-color:#e3e3e3;	
border:2px solid #e3e3e3;	
}
.colourSkus li .white {
background-color:#F4F4F4;	
border:2px solid #F4F4F4;	
}

.colourSkus li .selected {
border:2px solid #252525;
opacity:1;	
}
.colourSkus li .multicolours.selected, .colourSkus li .camo.selected  {
	width:50px;
	height:50px;
border:2px solid #252525;	
}

.block-list.center-title .block-title {
font-size:1.6em;	
}
em.title {
    transform: rotate(-8deg);
    display: inline-block;
    background: #000;
    padding: 5px 10px;
    color: #FFF;
    position: relative;
    top: -29px;
    right: -80px;
    border: 3px solid #FFF;
    backface-visibility: hidden;
	font-size:0.7em;
}
.brandSlider {
margin-top:40px;	
width:100%;
float:left;
}
.customerservices {
text-align:center;	
}
.customerservices > div {
width:33%;
padding:20px;
padding-bottom:40px;
float:none;
border:10px solid #FFF;
display:inline-block;
background-color:#F2F2F2;
text-align:center;
vertical-align:top;
box-sizing:border-box;
font-size:0.9em;
position:relative;
min-height:260px;
max-height:260px;
}
.customerservices > div a.buttonborder {
border:1px solid #D8D8D8;
color:#000;
text-decoration:none;	
padding:5px 10px;
font-size:1.1em;
position:relative;
bottom:-20px;
text-align:left;
}
.customerservices > div a.buttonborder:hover {
background-color:#000;
border:1px solid #000;	
color:#FFF;
}

.top-line-links {
width:100%;
background-color: #0e2b4e;/*#3a3a3a;*/
color:#FFF;	
float:left;
}
.top-line-links a.linkLeft {
	float:left;color:#FFF;font-size:0.7em;
padding:8px 15px;	

display:block;
text-decoration:none;

}
.top-line-links ul {
margin:0;
padding:0;	
list-style-type:none;
float:right;
}
.top-line-links li {
float:left;
}
.top-line-links li.helpsupport i.fa-chevron-down {
	font-size:1em;
	padding-left:5px;
}
i.fa-chevron-down {
	font-size:1em;
}
.top-line-links li a {
padding:8px 15px;	
color:#FFF;
text-decoration:none;
font-size:0.8em;
display:block;
	text-align:left;
}
.top-line-links li a i {
	padding-right:5px;
	font-size:1.1em;
}
.top-line-links li a:hover, .top-line-links a.linkLeft:hover {
text-decoration:underline;	
}

.top-line-links li ul {
	display:none;
}
.top-line-links li:hover {
	position:relative;
}
.top-line-links li:hover ul {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	background-color:#FFF;
	z-index:999;
	-webkit-box-shadow: 0 0 10px 0px #3a3a3a;
box-shadow: 0 0 10px 0px #3a3a3a;
}
.top-line-links li:hover ul li {
	width:100%;
	float:none;
}
.top-line-links li:hover ul li a {
	color:#3a3a3a;
}
.centreWrapping {
width:100%;
	/*max-width:1200px;*/
margin:0 auto;	
	padding:0 20px;
	box-sizing:border-box;
}
.storesWrap {
	position:relative;
	float:left;
	padding-top:5px;
}
.storesWrap span {
	font-size:0.8em;
}
ul.stores {
	display:none;
	
}
.storesWrap i:first-child {
	padding-right:5px;
}
.storesWrap i:last-child {
}
.storesWrap:hover ul.stores {
	border-top:7px solid #3a3a3a;
	display: block;
    position: absolute;
	float:none;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 0px #3a3a3a;
    box-shadow: 0 0 10px 0px #3a3a3a;
	width:150%;
}
.storesWrap:hover ul.stores li, .top-line-links > ul > li > ul > li {
	width:100%;
}
.storesWrap:hover ul.stores li a, .top-line-links li:hover ul li a {
	color:#3a3a3a;
	width:100%;
	box-sizing:border-box;
	display:inline-block;
}
.storesWrap ul.stores li a:hover, .top-line-links li ul li a:hover {
	background-color:#e8e8e8;
}
.kspswrap {
    width: 100%;
    float: left;
    background-color: #e71117;
    color: #FFF;
}
.kspswrap .ksps {
border:none;	
padding:10px;
box-sizing:border-box;
margin:0;
}
.kspswrap .ksps span {
text-transform:uppercase;
}
.kspswrap .ksps span span {
font-size:0.8em;	
}
.main-container {
clear:both;	
}.kspswrap .ksps span.kspKeep {
position:relative;	
}
.kspswrap .ksps span.kspKeep:hover:after {
content: 'Use code: NEWCUST10';
position:absolute;
left:0;
width:100%;
background-color:#f54013;
}


.cms-home .block-title strong > span {
    margin-left: -80px;
}

.category-brands .toolbar {
display:none;	
}
.brandsubcategories > li {
float:left;
width:25%;	
padding-right:20px;
padding-left:20px;
box-sizing:border-box;
height:180px;
}
.brandsubcategories > li strong {
/*text-decoration:underline;	*/
border-bottom:1px solid #404040;
width:100%;
display:block;

}
.brandsubcategories li li {
float:left;
width:100%;	
}
.brandsubcategories li li a {
text-decoration:none;
color: #2f2f2f;	
font-size:0.9em;
}
.brandsubcategories li li a:hover {
text-decoration:underline;	
}

#adj-nav-filter-producttype, #adj-nav-filter-color, #adj-nav-filter-brand, #adj-nav-filter-size {
 height: 161px; /*overflow-x: hidden;*/  /* height: 161px;
    overflow-x: hidden;
    overflow-y: scroll;*/
	overflow-x: hidden !important;
}

/*!
 * 
 *             SimpleBar.js - v2.2.1
 *             Scrollbars, simpler.
 *             https://grsmto.github.io/simplebar/
 *             
 *             Made by Adrien Grsmto from a fork by Jonathan Nicol
 *             Under MIT License
 *         
 */
[data-simplebar]{position:relative;z-index:0;overflow:hidden;-webkit-overflow-scrolling:touch;display:-webkit-box;display:-ms-flexbox;display:flex}.simplebar-scroll-content{overflow:scroll;position:relative;z-index:0;padding:0 15px 15px 0;margin:0 -15px -15px 0;max-width:100%;width:100%}.simplebar-content{margin-bottom:-15px}.simplebar-track{z-index:1;position:absolute;top:0;right:0;bottom:0;width:11px}.simplebar-track .simplebar-scrollbar{position:absolute;right:2px;border-radius:7px;min-height:10px;width:7px;opacity:0.2;-webkit-transition:opacity .2s linear;transition:opacity .2s linear;background:#6c6e71;background-clip:padding-box}.simplebar-track:hover .simplebar-scrollbar{opacity:.7;-webkit-transition:opacity 0 linear;transition:opacity 0 linear}.simplebar-track .simplebar-scrollbar.visible{opacity:.7}.horizontal.simplebar-track{top:auto;left:0;width:auto;height:13px; }.horizontal.simplebar-track .simplebar-scrollbar{right:auto;top:2px;height:7px;min-height:0;min-width:10px;width:auto}

.simplebar-track {
width: 13px;
    background-color: #FFF;
}
.horizontal.simplebar-track {
display:none;	
}
.simplebar-scroll-content {
overflow-x:hidden;	
}
.simplebar-content {
padding-bottom:15px;
}
.sort-by a {
color:#000;	
text-decoration:none;
}
.sort-by, .limiter {
font-size:0.8em;	
}
.sort-by {
	float:left;
	margin-top:2px;
}
.limiter {
    float: right;
    margin-right: 25px;
    margin-top: 9px;
}
.grayed {
color:#DDDDDD;	
}
.sort-by i {
	display:inline-block;
}
.sort-by i.fa-sort-asc {
position:relative;
top:13px;	
}
.sort-by select {
margin-right:5px;	
}

.subCatList2Items .block-layered-nav .actions a {
color:#FFF;	
}
.subCatList2Items .adj-nav-clearall {
display:none;	
}

.sorter {
background:none;	
}
.sorter .view-mode {
margin-left:25px;	
}
.view-mode strong, .view-mode a {
border:1px solid #666;
padding:5px 2px 5px 5px;	
display:block;
float:left;
margin-right:15px;
}
.view-mode strong span, .view-mode a span {
    width: 20px;
    height: 20px;
    background-color: #000;
    display: block;
    float: left;
    margin-right: 3px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;

}
.view-mode a span {
background-color:#DDDDDD;	
}

.more-views .slick-slide {
padding:0;	
}
.product-view .product-img-box .more-views .slick-slide {
margin:0 !important;	
}
.product-view .product-img-box .more-views .slick-slide a {
border:none;	
}
.product-view .product-img-box .more-views ul {
    border: 30px solid #FFF;
    border-top: none;
    border-bottom: none;
	margin-left:0;
}
.product-view .product-img-box .more-views ul.noslick {
border:none;
}

.product-view .product-img-box .more-views ul.noslick li {
margin:0;
width:33.333%;
box-sizing:border-box;	
}
.product-view .product-img-box .more-views ul.noslick li img {
width:100%;	
height:auto;
}
.product-view .product-img-box .more-views ul.noslick li a {
width:100%;
display:inline-block;
box-sizing:border-box;
height:auto;	
}

.processdetails li {
counter-increment:step-counter;	
}
.processdetails li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: rgb(200,200,200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}
.processdetails li {
    counter-increment: step-counter;
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    border-bottom:1px solid #ebebeb;
    text-align: center;
}
.processdetails li.active::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #000000;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}
.processdetails li.sectioncomplete::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color:#14C76B;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}
.onestepcheckout-login-link, .onestepcheckout-sociallogin-link {
	float:right;
}
.onestepcheckout-sociallogin-link {
float:right;
clear:right;	
margin-bottom:20px;
}
.onestepcheckout-sociallogin-link p {
font-size:0.9em;	
}
.one-step-checkout .address-order {
clear:both;	
}
.onestepcheckout-index-index div.ehut-socialconnect-social .col3-set .col-3 .content {
text-align:center !important;	
margin:0;
min-height:0;
}
.onestepcheckout-index-index div.ehut-socialconnect-social .col3-set .col-3 .content .ehut-social-button-login {
    float: none;
    width: auto;
    display: inline-block;
}
.onestepcheckout-title {
    float: left;
    width: 50%;
    font-size: 0.9em;
	    margin-top: 40px;
}
#payment_form_sagepayform span {
    clear: both;
    float: left;
    font-size: 0.8em;
	display:none;
}
.sagepay-form-content-image, .sagepay-server-content-image {
float:right;	
}

button.dtfbutton {
    background: none;
    border: none;
    background-color: #000;
    padding: 20px;
    color: #FFF;
	cursor:pointer;
	margin-top:20px;
}
.dtfContinueBtn {
float:right;	
}

.checkout-cart-index .processdetails {
margin-bottom:25px;	
}
.cart {
    clear: both;
    margin-top: 25px;
    float: left;
    width: 100%;
}
.checkout-cart-index .data-table thead th {
	background:none;
	background-color:#fbfaf6;
	color:#464646;
	font-weight: bold;
    font-size: 14px;
	text-transform: uppercase;
	padding:20px;
}
.checkout-cart-index .data-table {
	border: 1px solid #ebebeb;	
}
.checkout-cart-index .product-name {
}
.checkout-cart-index .product-name a {
text-transform:none;
}
.checkout-cart-index .item-options {
}
.checkout-cart-index p.paypal-logo {
	display:none;
}
.checkout-cart-index button.button {
background:#464646;	
}
.checkout-cart-index .btn-proceed-checkout {
	background: #13bb33 !important;
}
.checkout-cart-index .cart .totals td {
	font-size:0.8em;
}
.checkout-cart-index .discount-form {
font-size:0.8em;	
}
.checkout-cart-index tr td {
font-size:0.8em;	
}
.checkout-cart-index .messages .points-notice-msg {
display:none;	
}
.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}

#facebookLikeOfferBlock {
/*display:none;	*/
border:2px solid #3B5998;
border-radius:5px;
padding:10px;
float:left;
max-width:100%;
}
#facebookLikeOfferBlock h2 {
    color: #3B5998;	
	font-size:0.8em;
	margin-bottom:13px;
}
#facebookLikeOfferBlock h2 strong {
	font-size:1.7em;
}
#facebookLikeOfferBlock h2 i {
margin-right:10px;	
font-size:2.5em;
}
#facebookLikeOfferBlock .fb_iframe_widget {
    display: inline-block;
    position: relative;
    max-width: 60%;
}
.cart .cart-collaterals .col2-set .col-2 {
    width: 294px;
    padding: 10px;
    box-sizing: border-box;
    padding-top: 0;
}
.discount-form .button {
    width: auto;
    float: left !important;
    margin-right: 10px !important;
}
.cart .discount button span span {
    font-size: 0.8em;
}
.cart .discount input.input-text {
    height: 34px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
}

.col-left.sidebar .block.block-account {
    font-size: 0.9em;
}
.col-left.sidebar .block-reorder {
display:none;	
}


.onestepcheckout-payment-methods input#points_amount {
    float: left;
    clear: left;
}
#one-step-checkout-form dt label[for=points_amount] {
float:left;
margin-left:10px;	
}
div#checkout-payment-methods-container {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
input#use_points {
    float: left;
    margin-right: 10px;
}
input#giftvoucher {
    float: left;
    margin-right: 8px;
}

.content p, .dashboard p {
font-size:0.9em;	
}

.customer-account-index .data-table thead th, #my-orders-table.data-table thead th, .my-account .data-table thead th {
    background: none;
    background-color: #fbfaf6;
    color: #464646;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px;
}
.my-account .data-table {
font-size:0.9em;	
}
.my-account .order-info {
border:1px solid #E7E7E7;
background:none;	
}
.my-account .order-info a {
color:#2f2f2f;		
}
.customer-account-index .dashboard a {
color:#2f2f2f;	
}
.my-account .page-title a {
color:#2f2f2f;	
}
.my-account .pager {
background:none;	
}
.my-account h2.legend, .my-account .fieldset .legend {
    color: #2f2f2f;
    text-transform: uppercase;
	background:none;
	border:none;
	margin:0;
	margin-bottom:20px;
	font-size:20px;	
	font-weight:normal;
}
.my-account .fieldset {
margin:0;
padding:0;
border:none;
background:none;	
}
.my-account ul.form-list {
clear:both;	
}
.my-account .page-title button.button {
float:right;	
}
.addresses-list h2 {
    color: #2f2f2f;
    text-transform: uppercase;
	background:none;
	border:none;
	margin:0;
	margin-bottom:20px;
	font-size:20px;	
	font-weight:normal;
}
.addresses-list li.item {
background:none;	
}
.addresses-list a {
    color: #2f2f2f;
	font-size:0.8em;
	font-weight:normal;
}
.addresses-list li.empty p {
font-weight:normal;	
}
#aw_points-summary-box {
background:none !important;	
}
.aw_points-coupon-box button {
	margin-top:20px !important;
}
#acp-configurable-block #product-options-wrapper {
display:block !important;
}
.cms-page-view .std {
  padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.col-left-half, .col-right-half {
	width:50%;box-sizing:border-box;}
.col-left-half {
	float:left;
	padding-right:40px;
}
.col-right-half {
	float:left;background:#b3db07;
	padding:40px;
}
.contactform div label {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    width: 50%;
	box-sizing:border-box;
	padding-right:15px;
	float:left;
}

.contactform fieldset {
	margin:0;
	padding:0;
}
.contactform fieldset div {
	margin-bottom:15px;
	float:left;
	width:100%;
}
.contactform div input, .contactform div textarea, .contactform div select {
    height: 35px;
    margin: 0;
    padding: 0;
    border: none;
    width: 50%;
    float: right;
}
.contactform div input#readterms, .contactform div input#readtermslife, .contactform div input#acceptmarketing,  .contactform div input#acceptrev100, .contactform div input#datausage {
    width: 25px;
    height: 25px;
    float: left;
}
.contactform div #checkbox input {
	width:25px;
height:25px;
float:left;}
.contactform fieldset div#checkbox {
	float:left;
	width:50%;
}
.contactform div div#checkbox label {
	float:left;
	width:25%;
	margin-left:5px;
}
.fbsubmit {
	    background: #000;
    border: none;
    padding: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.8em;
    marin-top: 10px;
    cursor: pointer;
}

#postcodeForm {
	margin-bottom:25px;
	width:100%;
		float:left;
	text-align:center;
}
#postcodeForm label {
	font-weight:bold;
	text-transform: uppercase;
	display:inline-block;
	margin-right:25px;
	vertical-align: top;
	height:35px;
	line-height:35px;
}
#postcodeForm input {
	height:35px;
	border:solid 1px #b2b2b2;
	background:#FFF;
	display:inline-block;margin:0;
	padding:0;
	width:20%;
		vertical-align: top;

}
#postcodeForm a {
	background-color:#000;
	color:#FFF;
	text-transform: uppercase;
	font-weight:900;
	display:inline-block;
	height:37px;
	padding-left:20px;
	padding-right:20px;
	line-height:37px;
	margin-left:25px;
	text-decoration: none;
	cursor:pointer;
		vertical-align: top;
}
span.sort {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
    padding-right: 30px;
    font-weight: normal;
    font-size: 0.9em;
	position:relative;
	margin-bottom:10px;
}
span.sort.asc:after {
	content:" ";display:block;
	position:absolute;
	right:10px;
	width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid black;
	    top: 50%;
    margin-top: -2px;
}
span.sort.desc:after {
	content:" ";
	display:block;
	position:absolute;
	right:10px;
	 width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top: 5px solid black;
	    top: 50%;
    margin-top: -2px;
}
ul.list span.date-added {
    display: none;
}
.std ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
	clear:both;
}
ul.list li {
    border-bottom: 1px solid #f2f2f2;
    line-height: 40px;
	position:relative;
}
ul.list li > div {
	width:60%;
	display:inline-block;
}
ul.list li > div span.model {
	width:30%;
	display:inline-block;
	text-indent:20px;
}
ul.list li > div a.product {
	width:70%;
	display:inline-block;
}
ul.list li span.year {
	
}
ul.list li .product {
    color: #000;
    display: inline-block;
}
ul.list li span.model {
   /* background-color: #14c2ff;
    padding: 5px;
    border-radius: 5px;
    font-style: italic;
    font-weight: 900;
	font-size:0.7em;
	margin-left:20px;*/
}
ul.list li:hover {
    background-color: #f2f2f2;
}
ul.list li:hover > div .product {
	text-indent:20px;
}
.listhead {
	width:100%;
	float:left;
}
.listhead span {
	
	font-weight:bold;
}
.listhead .productmodelhead, .listhead .modelhead, .listhead .yearNo {
	display:inline-block;
	width:30%;
}

.listhead .productmodelhead {
	width:42%;
}
.listhead .modelhead {
	text-indent:20px;
	width:18%;
}
.listhead.eventlist .modelhead {
	text-indent:0;
}
.listhead.eventlist .productmodelhead, .listhead.eventlist .modelhead {
	width:30%;
}
.listhead.eventlist .yearNo {
	width:15%;
}

.brochureDownload h3 {
    margin-top: 10px;
}


.brochureDownload img {
    width: 100%;
    height: auto;
	opacity:0.7;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.brochureDownload {
    width: 25%;
    float: left;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 20px;
	min-height:340px;
	position:relative;
}
.brochureDownload a {
	display:block;
	position:relative;
}
.brochureDownload a:hover img {
	opacity:1;
}

ul.list.eventlist li>div {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
ul.list.eventlist li > div a.product {
	width:30%;
	vertical-align: top;
	text-decoration: none;
}
ul.list.eventlist li > div span.model {
	text-indent:0;
		vertical-align: top;
	line-height:1.4em;
box-sizing: border-box;
    padding-left: 0px;
    padding-right: 10px;
	vertical-align:middle;
}
ul.list.eventlist li:hover {
	background:none;
}
ul.list.eventlist li:hover > div .product {
	text-indent:0;
}

ul.list.eventlist span.date-added, ul.list.eventlist span.date-end {
	display:inline-block;
	width:15%;
		vertical-align: top;

}






/*.brochureDownload a:hover:after {
	content:" ";
	width:15px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-7.5px;
	background-color:#000;
	top:0;
	opacity:0.7;
}
.brochureDownload a:hover:before {
	content:" ";

	width:100%;
	height:15px;
	position:absolute;
	left:0;
	margin-top:-7.5px;
	background-color:#000;
	top:50%;opacity:0.7;
}*/
.hintstips .col1 {
	border-right:1px solid #f2f2f2;
}
.hintstips .col1, .hintstips .col2 {
	width:50%;
	padding-right:20px;
	box-sizing:border-box;
	float:left;
}
.hintstips .col2 {
	padding-left:20px;
	padding-right:0
		;
}
.hintstips div > div {
	margin-bottom:60px;
	margin-top:10px;
}
.hintstips iframe { width:100%;}
.col-main h1, .col-main h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-size: 1.4em;
    margin-bottom: 15px;
}.col-main .product-name h1 {
	color:#d8d8d8;
	line-height:180px;
}

.col-main .lookingfor h2 {
    color: #FFF;
    font-size: 1.3em;
    font-weight: bolder;
    margin: 0;
    padding: 0;
	text-transform:none;
}
.col-main h1 {
	font-weight:900;
}
.col-main h2 {
	font-size:1.1em;
}
.col-main p {
	color:#000;
	margin-bottom:15px;
}
.borderbtn {
	text-decoration:none;
	padding:10px 20px;
	border:1px solid #000;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	font-size:0.9em;
	margin-top:20px;
	display: inline-block;
	margin-bottom:20px;
}
.borderbtn:hover {
	color:#FFF;
	background:#000;
}
.prod-name-wrap {
	background-image:url(/media/wysiwyg/21landscapeshot.jpg);/*landscapeshot.jpg);*/
	min-height:180px;
	background-size:cover;
	background-position: center;
	width:100%;
	float:left;
	margin-bottom:20px;
}

.detailbtn {
	/*border:1px solid #2c3301;
	color:#2c3301;*/
	border:1px solid #FFF;
	color:#d8d8d8;
	text-transform: uppercase;
	padding: 25px 25px;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	font-size:0.7em;
}
.detailbtn:hover {
	background-color:#14c2ff;
	color:#FFF;
}
.short-description .std p {
	color:#FFF;
	font-weight:bold;
	margin-bottom:20px;
}
.short-description .std p:last-child {
	margin-bottom:0;
}


.buyBtns {
	float:right;
	width:auto;
	margin-top:0px;
	text-align: right;
font-size: 0.7em;
}
.buyBtns a {
	width:auto;
	display:inline-block;
	color:#FFF;
	padding:20px 20px;
	line-height:1.6em;
	font-size:1em;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	box-sizing: border-box;
	margin-bottom:20px;
}
.buyBtns a.outlet {
	background-color:#e85c25;
	border:5px solid #ef6c43;
}
.buyBtns a.outlet:hover {
	background-color:#ef6c43;
	border:5px solid #e85c25;

	
}
.buyBtns a.where {
	background-color:#14c2ff;
	border:5px solid #4eb3ce;
}
.buyBtns a.where:hover {
	background-color:#4eb3ce;
	border:5px solid #14c2ff;
}
.buyBtns a.dealdet {
	background-color:#d81027;
	border:5px solid #d16970;
}
.buyBtns a.dealdet:hover {
	background-color:#d16970;
	border:5px solid #d81027;
}
.buyBtns a.videoBut {
	background-color:#b3db07;
	border:5px solid #8dad05;
}
.buyBtns a.videoBut:hover {
	background-color:#8dad05;
	border:5px solid #b3db07;
}

.productSavings {
	font-size:1.7em;
	font-weight:900;
	color:#000;
	text-transform: uppercase;
	margin-top:0px;
	display:inline-block;
    margin-right: 20px;
}
.productSavings strong {
	font-weight:900;
}
.short-description .std .productSavings p.expect {
	color:#14c2ff;
	font-weight:900;
}.productSavings p {
	margin-bottom:0;
	padding-bottom:0;
}
.product-shop {
	position:relative;
	/*padding-bottom:300px;*/
}
.pane.right {
	float:none !important;
}
.pane .panelogo {
    margin-bottom: 40px;
}
.pane .paneText {
    padding: 40px;
    background: #FFF;
    width: 45%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.71);
}
.pane.nobg .paneText {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding-top:0;
	padding-bottom:0;
	width:60%;
	display: inline-block;
    box-sizing: border-box;
	vertical-align: middle;
}
.pane.nobg.largerightimg .paneText {
	width:50%;
}
.pane.nobg.largerightimg .rightimage {
	width:50%;
	max-width:535px;
	display:inline-block;
	float:right;
}
.pane.nobg.largerightimg .rightimage img {
	width:100%;
	height:auto;
}
.pane {
	padding:50px;
	clear:both;
}
.pane:after {
	content: "";
  display: table;
  clear: both;
}
.paneText .text {
    width: 70%;
	display:inline-block;
		vertical-align: middle;

}
.pane.right .paneText {
	float:right;
	width:40%;
}
.pane.nobg .paneText .text, .pane.right .paneText .text {
	width:100%;
}
.pane.right.rightimg .paneText .text {
	width:70%;
}
.paneText:after, .additionalInfo:after {
	content: "";
  display: table;
  clear: both;
}
.pane .panelogoright {
	width:30%;
	
	display:inline-block;
	vertical-align: middle;	
	padding-left:40px;
	box-sizing:border-box;
}
.pane .panelogoright img {
	width:100%;
	height:auto;
}
.col-main .paneText .text p:last-child {
    margin-bottom: 0;
}

.panevideo {
    width: 40%;
	max-width:550px;
    display: inline-block;
    box-sizing: border-box;
	vertical-align: middle;
	position:relative;
	float:right;
}
.panevideo img {
	width:100%;
	height:auto;
	display:block;
}
.panevideo .videoText {position:absolute;bottom:25px;

width:100%;
box-sizing:border-box;
padding-left:25px;
	padding-right:25px;
}
.panevideo .videoText .text {background:#FFF;width:100%;
padding:20px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.71);
	box-sizing:border-box;
	padding-right:100px;
}
.col-main .videoText .text h2 {
	font-weight:900;
	font-size:1.5em;
}
.col-main .videoText .text p {
	width:70%;
}
.videoText .text:after {
	content:" ";

	border:3px solid #14c2ff;
	border-radius:50%;
	width:60px;
	height:60px;
	position:absolute;
	right:60px;
	top:50%;
	margin-top:-30px;
	
}
.videoText .text:before {
	content:" ";
background-color:#FFF;

	position:absolute;
	right:80px;
	    top: 50%;
    margin-top: -10px;
	
	content:" ";
    width: 0; 
	height: 0; 
	border-bottom: 15px solid transparent;  /* left arrow slant */
	border-top: 15px solid transparent; /* right arrow slant */
	border-left: 20px solid #14c2ff; /* bottom, add background color here */
	font-size: 0;
	line-height: 0;

	
}
.panevideo a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
}
.tabs > ul {
	margin:0;
	padding-left:0;
	margin-bottom:25px;
}
.tabs > ul > li {
	background: white;
	border: 1px solid #dddddd;
	margin: 0 10px 15px 0;
	display: inline-block;
}

.tabs > ul > li > a {
	color: #666666;
	display: block;
	font-weight: 300;
	padding: 18px 28px;
	text-decoration: none;
}

	.tabs > ul > li:hover {
	background: #565656;
	border: 1px solid #565656;
}

.tabs > ul > li:hover a {
	color: white;
}

.tabs > div > ul {
	width:100%;
	padding-right:20px;
	box-sizing:border-box;
	/*border-right:1px solid #3f3f3f;*/
	float:left;
}

.tabs > div > ul:last-child {
	padding-right:0;
	padding-left:20px;
	border:none;
}
.tabs > div.techspeclis > ul {
	width:100%;
	padding-right:0;
	padding-left:0;
	border:none;
}
.tabs > div > ul li {
	line-height:2.5em;
}
.tabs > div.floorplanbox img {
	width:50%;
	height:auto;
	box-sizing:border-box;
	padding:20px;
}
.mobileimg, .row.row2 .hBlock.accessory .mobileimg {
	display:none;
}
.pane .paneText {
	text-align:left;
}

.media100right {
	float:right;
}
.pane.headtwo h2 {
	color:#000;
	font-weight:900;
	font-size:1.5em;
}

h2.bigbold {
    font-size: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
	width:100%;
	border-bottom:1px solid #000;
}
.related {
	padding:40px;
	box-sizing:border-box;
}
.chunk .item {
    width: 25%;
    display: inline-block;
    text-align: center;
	padding:40px;
	box-sizing:border-box;
}
.chunk .item img {
	width:100%;height:auto;
}
.chunk .item .product-name a {
	    font-weight: 900;
    text-transform: uppercase;
	text-decoration: none;

}
.chunk .item .product-name {
	margin-top:15px;
}

.colourguide {
    float: left;
    margin-bottom: 0;
    width: 60%;
    margin-top: 50px;
}
ul.stores i {
    float: left;
    display: block;
}
.storesWrap ul.stores span {
    font-size: 1em;
    float: left;
    display: inline-block;
	margin-left:7px;
	position:relative;top:-2px;
}
.fixed-footer.socialfixed ul {
    padding: 0;
    margin: 0;
	float:none;
}
.fixed-footer.socialfixed ul li {
    margin-left: 5px;
    margin-right: 5px;

    float: none !important;
    display: inline-block;
	}

p.notice {
	clear:both;font-size:0.7em;
	color:#FFF;
}
.blog-post-view .full.explainer {
    display: none;
}
.blog-post-view .parallax-mirror {
	display:none;
}

.postWrapper {
    width: 33.333%;
    width: calc(100%/3);
    box-sizing: border-box;
    clear: none;
    display: inline-block;
    padding: 20px;
	vertical-align:top;
}
.blog-post-view .postWrapper {
	width:100%;
}
.postWrapper img {
	width:100%;
	display:block;
	height:auto;
}
.postContent {
	clear:both;
}
.postWrapper .postTitle {
	padding:10px;
	box-sizing: border-box;
	font-size:0.9em;
	padding-left:0;
	padding-right:0;
	text-transform:uppercase;
	border-bottom:0;
	margin-bottom:0;
	margin-top:10px;
	vertical-align: top;
}
.postWrapper .postTitle div {
	float:left;
	color:#808080;
}
.postWrapper h2 {
	    font-weight: 900;
    font-size: 1.3em;
    margin-top: 5px;
    margin-bottom:10px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #000;
	    font-family: 'Lato',sans-serif;
}
.postWrapper h2 a {
	color:#000;	text-decoration:none;

	
}
.postWrapper h2 a:hover {
		text-decoration:underline;

}
.aw-blog-read-more {
	color:#FFF;
	background-color:#000;
	padding:10px;
	text-decoration:none;
	display:inline-block;
}
.clearafter {
    clear: both;
    width: 100%;
    float: left;
}
.clearaftertwo {
	display:inline;
}

.linkedblock {
	position: relative;
}
/*.linkedblock a {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}*/
.linkedblock:hover {
	opacity: 0.8;
}



.floorplanbox .sssnext, .floorplanbox .sssprev {
    width: 30px;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background: url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/arr-blue.png) no-repeat;
}
.floorplanbox .sssprev {
    left: 3%;
    background-position: 0 50%;
}
.floorplanbox .sssnext {
  
    right: 3%;
    background-position: -31px 50%;
}
.logoblocks {
    margin-top: 30px;
}

.keyfeatures {
    max-width: 50%;
}
.contacts-index-index .col-right-half {
    display: none !important;
}
.contacts-index-index .col-left-half {
	
	width:100%;
	padding-right:0;
}








/*Screens larger than our 1000 sizing*/
@media only screen and (min-width: 1060px) { /*was 1200*/
	
	
	
	
	
	.catalog-category-view .products-grid li.item {
	border:1px solid #FFF;
	/*padding:20px;   */
	padding-bottom:20px;
	font-family: arial;
  }
  .catalog-category-view .products-grid li.item:hover {
	border:1px solid #e2e2e2;  
  }
	
	
.catalog-category-view .col3-layout .col-wrapper {
width:100%;	
}
	
	
.catalog-category-view .main, .catalogsearch-result-index .main {
    /*padding: 20px;*/
	padding:0;
    box-sizing: border-box;
    width: 100%;
	max-width:none;
}
.catalog-category-view .col3-layout .main {
position:relative;	
}
.catalog-category-view .col-left, .catalogsearch-result-index .col-left {
position:absolute;
left:10px;	
margin-top:0px; /*To make room for the KSPS block*/
}
.catalog-category-view .col3-layout .col-left {
margin-top:0;	
}

.catalog-category-view .col2-left-layout .col-main, .catalog-category-view .col3-layout .col-main, .catalogsearch-result-index .col2-left-layout .col-main {
    width: 100%;
    padding-left: 250px;
    padding-right: 0px;
    float: left;
    box-sizing: border-box;
}
.catalog-category-view .col3-layout .col-main {
    padding-right: 15%;
	
}
.catalog-category-view .col3-layout .col-right {
	width:14%;	
    position: absolute;
    right: 10px;
	top:130px;
}
.catalog-category-view .products-grid li.item, .catalogsearch-result-index .products-grid li.item {
    /*padding: 0;*/
    box-sizing: border-box;
    height: auto !important;
    padding-bottom: 20px;
} 
.catalog-category-view .products-grid.threecolgrid li.item, .catalogsearch-result-index .products-grid.threecolgrid li.item {
	width:33.333%;
	margin-right:0;
	border:30px solid #FFF;
}
.catalog-category-view .products-grid.threecolgrid li.item.first, .catalogsearch-result-index .products-grid.threecolgrid li.item.first {
clear:both;	
}
.catalog-category-view .products-grid li.item img, .catalogsearch-result-index .products-grid li.item img {
    width: 100%;
    height: auto;
}




}

@media only screen and (max-width:1420px) {
	
	.buyBtns {
		width:40%;
	}
	
	.pane .paneText {
		width:65%;
	}
	.pane .panelogo {
		margin-bottom:10px;
	}
	.panevideo {
		float:none;
		
	}
	.pane.nobg {
    display: inline-block;
}
	.panevideo .videoText .text {
		font-size:0.8em;
	}
	
}


@media only screen and (max-width:1240px) { /*3col layout needsa adjustment*/
	 .catalog-category-view .col3-layout .products-grid li.item {
	 width:22%;
		padding:0;
	}
	.catalog-category-view .col3-layout .products-grid li.item h2.product-name {
		width:80%;
		font-size:0.7em;
	}
	
	.productSavings {
    font-size: 1.1em;
	}
	.buyBtns a {
		font-size:1em;
		padding:10px 10px;
	}
	.pane .panelogo img {
    max-width: 100%;
    height: auto;
}
	
	div#homevideo {
		width:100% !important;
		height:auto !important;
	
	}
	
}
@media only screen and (max-width: 1160px) { /*was 1200*/
	
	.col-left-half, .col-right-half {
		width:100%;
	}

.cms-page-view .std p img {
   /* float: none !important;*/
    width: 40% !important;
    height: auto !important;
   /* margin: 0 !important;
    margin-bottom: 20px !important;*/
}
}

@media only screen and (max-width: 1145px) {

.brochureDownload {
	    min-height: 280px;
	}
	
	.videoitemcount_2 .videoslider iframe {
    height: 300px;
}
	
	
}
@media only screen and (max-width: 1059px) { /*was 1200*/
.view-mode {
display:none;	
}

/*.products-grid li.item {
width:43%;	
height:auto;
margin-right:0;
}*/
.catalog-category-view .products-grid.threecolgrid li.item {
/*width:50%;	*/
margin-right:0;
	border:10px solid #FFF;
box-sizing:border-box;
	height:450px;
}
/*.catalog-category-view .products-grid.threecolgrid li.item.odd, .catalog-category-view .products-grid li.item.odd {
    clear: both;
}*/

.products-grid li.item img {
    width: 100%;
    height: auto;
}
.centreWrapping {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.sorter {
    float: left;
    clear: left;
    margin-left: 0;
	padding-left:0;
	margin-top:10px;
}
.sorter .view-mode {
margin:0;
padding:0;	
}

}


@media only screen and (max-width:1020px) {
	
	.media100right {
    float: left;
    margin-top: 20px;
		clear:both;
}
	
	
	.brochureDownload {
		width:50%;
	}
	
	
	.wrapper {
		min-width:0;
	width:100%;	
	}
	.header {
	width:100%;
	box-sizing:border-box;	
	}
	.header .quick-access {
	width:	54%;
	}
	.main {
    text-align: left;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
	box-sizing:border-box;
	}
	
	.row1 .hBlock {
	width:33.333%;
	border:5px solid #FFF;
	box-sizing:border-box;	
	margin-right:0;
	}
	.row2 .hBlock, .row3 .hBlock, .row4 .hBlock, .row5 .hBlock {
	width:50%;
	border:5px solid #FFF;
	box-sizing:border-box;	
	margin-right:0;
	}
	.row img {
	width:100%;
	height:auto;	
	}
	
	/*Footer Styling*/
	.footer {
	width:100%;
	box-sizing:border-box;	
	}
	.newfooter .call a, .newfooter .opening h2, .newfooter .mailing h2 {
	font-size:1.1em;	
	}
	.newfooter .opening h2, .newfooter .mailing h2 {
	font-size:1.1em !important;	
	}
	
	.pane.nobg {
		text-align:center;
	}
	.pane.nobg .paneText {
    width: 100%;
	margin-bottom:40px;
		text-align:left;

		
	}
	.panevideo {
    width: 60%;
	text-align:left;
		margin:0 auto;
	}
	.pane .paneText, .pane.right .paneText {
    width: 100%;
    box-sizing: border-box;
	}
	.pane.nobg.largerightimg .paneText {
		width:100%;
	}
	.pane.nobg.largerightimg .rightimage {
		float:none;
	}
	.keyfeatures {
		display:none;
	}
	.col1-layout .product-view .product-shop {
		padding-bottom:0;
	}
	
}

@media only screen and (max-width:995px) {

.product-view .product-img-box {
width:41%;	
}
img.cloudzoom {
    width: 100%;
    height: auto;
}
.product-view .product-img-box .more-views li {
/*width:33.333%;*/	    
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
}
.product-view .product-img-box .more-views li a {
width:100%;	
height:auto;
}
.product-view .product-img-box .more-views li a img {
width:100%;
height:auto;
}
.bordered.cardlogos {
width:41%;	
}
.sizeguide h2 {
    font-size: 0.8em;
}


}

@media only screen and (max-width:975px) {
.col2-left-layout .col-main {
width:75%;	
}
.col-left {
width: 22%;	
}

}

@media only screen and (max-width:940px) {
.catalog-category-view .col3-layout .products-grid li.item {
width:48%;
padding-top:20px;	
}
.col3-layout .col-main {
width:74%;	
}
.col3-layout .col-right {
width:21%;	
}
.col3-layout .col-wrapper {
width:78%;	
}

.customerservices > div {
width:50%;	
    min-height: 230px;
    max-height: 230px;
}
.customerservices > div a.buttonborder {
bottom:-10px;	
}
	
	.catalog-product-view .col-main .product-name h1 {
    font-size: 1.7em;
	}
	.col-main .product-name h1 {
		line-height:100px;
	}
	.prod-name-wrap {
		min-height:100px;
	}

}



@media only screen and (max-width:915px) { 
	
	.postWrapper {
		width:50%;
	}
	.clearafter {
    clear: none;
    display: inline;
    float: none;
    width: auto;
}
	.clearaftertwo {
		clear:both;
		display:block;
	}
.footer-right.newfooter, .footer-left.newfooter {
	width:100%;
}
.footer-left.newfooter {
border-right:none;	
}
.footer-right i, .footer-right h2 {
float:left;	
}
.footer-right ul {
clear:both;
margin-left:0;	
}
.footer-right.newfooter .row {
width:50%;
margin-bottom:20px;	
}
.footer-right.newfooter .row.call a {
    top: 6px;
    font-size: 1.8em;
	}
.newfooter .opening h2, .newfooter .mailing h2 {
	    font-size: 1.8em !important;

}
.newfooter .mailing form {
clear:both;
}
.footer-right.newfooter .row.opening li {
float:none !important;	
}

}

@media only screen and (max-width:910px) {
	
	.listhead .modelhead {
	width:28%;	
	}
	ul.list li>div {
		width:70%;
	}
	ul.list li > div a.product {
		width:60%;
	}
	

	
	
}
@media only screen and (max-width:875px) { 
.mini-cart {
width:auto;	
}
#search_mini_form {
width:60%;	
}
}
@media only screen and (max-width:860px) { /*bring in mobile header */
	
	#postcodeForm input {
		width:60%;
	margin-bottom:20px;
	}
	#postcodeForm label {
		margin-bottom:20px;
	}
	span.sort {
		margin-right:10px;
	}
	
	
	
	.topSearchIcon {
display:block;
float:right;
    /*background-color: #f25f62;*/
    background-image: url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/searchIcon.png);
    width: 39px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 10px 10px;	
	margin-right:5px;
	cursor:pointer;
}
.topSearchIcon:hover {
/*background-color:#d83c3f;	*/
}
#search_mini_form {
display:none;	
}
.mobileSearchForm {
width:100%;	
float:left;
position:relative;
margin-top:10px;
}
.header .mobileSearchForm .form-search label {
display:none;	
}
.header .mobileSearchForm input {
width:100% !important;	
padding-right:40px;
box-sizing:border-box;
background-color:#FFF !important;
color:#000 !important;
}
.header .mobileSearchForm button {
width:40px !important;	
position:absolute;
right:0;
}
	
	
	
	#navigationNew {
		display:none;
	}
#nav > li.first > a {
padding-left:22px;
}

	.header {
	height:auto !important;
	padding-bottom:20px;	
	}
	.header > .logo {
		
	}
	.header .logo a.logo {
	width:100%;	
	}
	.header .logo img {
	width:100%;
		max-width:350px;
	height:auto;
	/*display:none;	*/
	}
	/*.header .logo img.mobileLogo {
	display:block;	
	}*/
	.quick-access ul.links {
	display:none;	
	}
	.mini-cart a {
	width: 39px;
    padding-left: 0;
    padding-right: 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
	}
	.store-tel {
	display:none;	
	}
	.nav-container {
	display:none;	
	}
	.sub-access {
	width:auto;	
	margin-top:32px;
	}.header .quick-access {
		width:auto;
	}

	/*Mobile Navigation*/
	
	.wrapper {
		    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
	    width: 100%;
    height: 100%;
    right: 0!important;
	-moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
	    -webkit-transform: translate3d(0,0,0);
	}
	body.mobActive .wrapper {
	    -webkit-transform: translate3d(-85%,0,0);
    -moz-transform: translate3d(-85%,0,0);
    -ms-transform: translate3d(-85%,0,0);
    -o-transform: translate3d(-85%,0,0);
    transform: translate3d(-85%,0,0);
	position:fixed;
	}
	
	
	
	
	
	
	#mobile-navigation {
width: 85%;
    background: #1e1c1d;
    display: inline;
    z-index: 200;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
		height:100%;
	position:fixed;

}
#mobile-navigation.mobActive {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

}
.mobActive .fixed-footer {
display:none;	
}
.mobActive .overlay {
background-color:#000;
position:absolute;
left:0;
top:0;
z-index:1;
opacity:0.7;
width:100%;
height:100%;	
}
.nav-container {
display:none;	
}
#mobHandWrap {
display:block;	
}
#mobNav {
display:none;	
background-color: #1e1c1d;
color: #FFF;
width: 100%;
z-index:999;
position:relative;
}
#mobNav.mobActive {
display:block;	
}
#mobNav ul li {
width:100%;
float:left;	
}
	#mobNav ul li.toplevel ul {
		display:none;
	}
#mobNav ul li a {
width:100%;	
	color:#FFF;
	text-decoration: none;
	text-align:left;
}

.header #mobHandWrap > span, #mobHandWrap2 > span, #mobHandWrap3 > span {
text-transform:uppercase;	
		color: #FFF;
font-family: 'Lato', sans-serif;
font-weight: normal;
margin-left:10px;
float:left;
line-height:13px;
margin-top:14px;
}
 #mobHandWrap2 > span {
	float:right;
	margin-left:0; 
 }
.header #mobHandWrap > span {
display:none;	
}
.header #mobHandWrap > span#mobHandle {
display:block;
}
.header #mobHandWrap > span#mobHandle, #mobHandWrap2 > span#mobHandle2, #mobHandWrap3 > span#mobHandle3 {
background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/mobileHandleWhite.png);
width:23px;
height:13px;
background-repeat:no-repeat;
display:block;
margin-top:14px;
}
.header #mobHandWrap > span#mobHandle {
    margin-top: 11px;
    margin-left: 7px;	
}

#mobHandWrap, #mobHandWrap2, #mobHandWrap3 {
float:left;
height:41px;
width:100%;
cursor:pointer;
-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
		z-index:9991;
		position:relative;

}
#mobHandWrap2 {
width:121px;
font-size:0.7em;
float:right;	
}
#mobLayered {
margin-top:0;	
}
#mobHandWrap2 > span#mobHandle2 {
float:right;	
padding-right:0;
margin-right:10px;
}
#mobHandWrap {
width:	39px;
height:35px;
float:right;
    /*background-color: #f25f62;*/
	margin-left:5px;
}






#mobClose {
    text-transform: uppercase;
    color: #FFF;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
	cursor:pointer;
}

#mobNav ul li {

	position:relative;
}

#mobNav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;	
}
#mobNav li.level-top.parent:after {
	    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 15px;
    width: 24px;
    background: url('https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/down.png') center center no-repeat;
    background-size: 50%;
}
#mobNav li.level-top.parent div {
    display: inline;
    position: relative;
    top: initial;
    left: initial;
    background: none;
    min-height: 0;
    width: auto;
	display:none;
}

#mobNav li.level-top.parent div.head {
display:none;	
}
#nav div ul {
    margin-top: 10px;
    position: relative;
    width: 100%;
    left: initial;
    top: initial;
}
#nav div ul li a {
width:100%;
text-transform:none;
padding-top:0;
padding-bottom:0;
}
#nav div ul li.last:hover, #nav div ul li:hover {
	background:none !important;
}

#nav ul li a, #nav ul li a:hover, #nav ul li.last a {
color:#FFF !important;	
}
.brandDiv {
display:inline !important;	
}
.brandDiv .head {
	display:block !important;
	background-color: #f25f62 !important;
    clear: both !important;
    float: left !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px !important;
    font-size: 1em !important;
	margin:0 !important;
    color: #FFF !important;
	margin:0;
	padding-left:33px !important;	
	text-transform:none !important;
	cursor:pointer;
}
.brandDiv .head:after {
   content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 15px;
    width: 24px;
    background: url('https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/down.png') center center no-repeat;
    background-size: 50%;	
}


.brandDiv ul {
display:none !important;	
}
#nav div.brandDiv ul.tabActive {
display:block !important;
background-color:#272727;	
}
#nav div.brandDiv ul.tabActive li {
background-color:#272727;	
}
#nav div.brandDiv ul.tabActive span {
    margin-left: 5px;
}

#nav ul > li.level1.parent {
width:100%;	
margin:0;
padding:0;
}
#mobNav li.level-top.parent div.subSubWrap {
display:block;	
margin-left:0;
}
#mobNav li.level-top.parent div.subSubWrap ul {
margin-top:0;	
}

.subSubWrap li span {
    margin-left: 14px;
}
.wrapDiv {
clear:both;	
}

.products-grid li.item {
width:50%;	
}
	.catalog-category-view .products-grid.threecolgrid li.item {
		height:auto;
	}
	.catalog-category-view .products-grid.threecolgrid li.item.odd {
		clear:left;
	}

/*#nav > li.last {display:none;	}*/
	.bannerLeft {
		width:100%;
	}
	.bannerRight {
		width:100%;
		border-bottom:5px solid #FFF;
	}
	.bannerRight .hBlock {
		width:50%;
	}
	.row.row1 .hBlock {
		width:50%;
		width:calc(100% / 2);
		float:none;
		display:inline-block;
		text-align:left;
	}
	.bannerRight .hBlock {
		width:50%;
		float:left;
		box-sizing:border-box;
		border-right:2.5px solid #FFF;
	}
	.hBlock.size565.second {
		border:none;
		border-left:2.5px solid #FFF;
	}
	.row.row1 {
    width: auto;
    float: none;
    display: inline;
    margin: 0;
    text-align: center;
}
	
	
	

}

@media only screen and (max-width:830px) {
	
	
	.media100right {
    float: right;
    margin-top: 0px;
		clear:none;
}
	
.processdetails li {
font-size:0.8em;	
}
	
	.images {
		width:100%;
	}
	.col1-layout .product-view .product-shop {
		width:100%;
		border:10px solid #FFF;
		border-top:none;
	}
	.keyfeatures {
    max-width: 100%;
}
	

}

@media only screen and (max-width:790px) {
/* .sizeguide {
	width:100%; 
 }
 .sizeguide img {
	float:left; 
 }*/
 .sizeguide a span {
	font-size:0.7em; 
 }
 .sizeguide img {
    width: 100%;
}
.deliveryNotification .note.nobg h2 {
font-size:0.9em;	
margin-top:5px;
}

.limiter {
    clear: both;
    margin-right: 10px;	
}


 
}
@media only screen and (max-width:750px) {

.kspswrap {
display:none;	
}
	
	.hintstips .col1, .hintstips .col2 {
		width:100%;
	}
	.hintstips .col1 {
		border-right:none;
	}
	
	
	.keyfeatures {
		display:none;
	}
	.product-shop {
		padding-bottom:0;
	}
	
}

@media only screen and (max-width:725px) {
.processdetails {
display:none;
}
	
	.panevideo {
		width:100%;
	}
	
	

}





@media only screen and (max-width:700px) { 
	.fixed-footer.socialfixed {
		display:none;
	}
.fixed-footer span {
		margin-bottom:20px;
	}
	.fixed-footer span, .fixed-footer ul {
		width:100%;
		text-align:center;
		margin-left:0;
		padding-left:0;
	}
	.fixed-footer li {
		width:100%;
		margin:0;
		padding-bottom:10px;
	}
	a.dtfLink {
		display:inline-block;
		width:100%;
		float:none;
		text-align:center;
	}
	.fixed-footer {
	height:auto;
	padding-bottom:10px;
	}
	
	.paneText .text {
		width:100%;
		margin-bottom:20px;
	}
	.pane .panelogoright {
		width:50%;
		margin-left:0;
		padding-left:0;
	}
	
}
@media only screen and (max-width:690px) {
.customerservices > div {
width:100%;	
    min-height:0;
    max-height:none;
}
#search_mini_form {
margin-right:10px;	
}
.sorter {
display:none;	
}
}
@media only screen and (max-width:660px) { /* replace search box */

	.postWrapper {
		width:100%;
	}
	
	.chunk .item {
		width:50%;
		margin-bottom:20px;
		font-size:0.7em;
		padding:5px;
	}
	
	
	
	
	.contactform div label {
		width:100%;
		padding-right:0;
		margin-bottom:10px;
	}
	.contactform div input, .contactform div textarea, .contactform div	select {
		width:100%;
	}

.cms-page-view .std p img {
   float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}
	
	.header .quick-access {
width:auto;	
}
.mini-cart a {
border:none;	
}


.newfooter .col, .newfooter .col.range {
width:100%;
text-align:center;
padding-right:0;
margin-bottom:20px;	
}
.newfooter .col.social, .newfooter .col.accept {
width:100%;	margin-bottom:20px;	
}
.newfooter .col.range ul {
padding:0;
width:100%;	
}
.footer .col.social ul {
    display: inline-block;
}
.footer-right.newfooter .row {
width:100%;
text-align:center;	
float:left;
}
.footer-right.newfooter .row.call i {
float:none;	
}
.footer-right.newfooter .row.call {
top:-6px;
}

.footer-right.newfooter .row.opening ul {
    width: 100%;
	margin:0;
	padding:0;
}
.mailing h2 {
    top: 1px !important;
}
.newfooter .opening h2 {
top:-1px;	
}
.newfooter form #fieldEmail {
float:none;	
}
.footer-right i, .footer-right h2 {
    float: none;
}

/**Sort the KSP Blocks etc */
.ksps {
border:none;
    background-color: #ddd;	
}
.ksps > span {
display:none	
}
.ksps > span.kspKeep {
display:inline;	
width:100%;
}
.ksps > span.kspKeep br {
display:none;	
}
.ksps span.smaller {
margin-left:10px;
}
.breadcrumbs {
display:none;	
}

.col2-left-layout .col-main {
float: left;
width: 100%;
padding: 0;
}
.col-left {
width:100%;	
}

.col1-layout .product-view .product-shop {
float: left;
width: 100%;
}
.product-shop .add-to-box .add-to-cart {
width:100%;	
}
.product-collateral ul.tabs {
display:none;	
}
#mobileImage, #mobileImages {
display:inline;	
	width:100%;
}
.product-img-box {
display:none;	
}
p.required {
display:none;	
}

.products-grid li.item h2.product-name {
width:100%;	
font-size:0.7em;
text-transform:none;
color:#000;
}
.products-grid li.item h2.product-name a {
text-transform:none;
color:#000;
	
}
	.leftvar {
		font-size:0.8em;
	}
	.dtfPrice.regular, .dtfPrice {
		font-size:1em;
		top:3px;
	}
	
span.brandHighlight {
/*display:none;*/	
}
.bgMsg, .products-grid li.item:hover .bgMsg, .bgMsg2, .products-grid li.item:hover .bgMsg2 {
display:none !important;	
}
.col2-left-layout .products-grid, .col2-right-layout .products-grid {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.catalog-category-view .products-grid li.item {
border:5px solid #FFF;	
}

.bordered.cardlogos {
width:100%;	
}
.bordered.cardlogos img {
height:auto;	
}

.col3-layout .col-right {
display:none;	
}
.col3-layout .col-wrapper {
width:100%;	
}
/*.col3-layout .col-main {
width:100%;	
}*/
#mobCategory.active {
	display:block;
}
#mobLayered {
display:block;	
}
.dtfToolbarWrap {
    width: 100%;
    float: left;
    margin-bottom: 20px;
	margin-top:20px;
}
.col3-layout .col-main {
width:100%;	
}
.category-products > .toolbar {
margin-bottom:0;
padding-bottom:0;	
border-bottom:none;
}
.top-line-links {
display:none;	
}

.brandsubcategories > li {
width:33.333%;	
}
	
	.footer .col.social ul {
		width:100%;
	}
	.footer-right.newfooter ul li {
    height: auto;
    display: inline-block;
    float: none !important;
}
	.newfooter .col.logos{
		width:100%;
		margin-top:20px;
	}
	
	

}
@media only screen and (max-width:639px) {
.one-step-checkout h3 {
text-indent:10px !important;	
}
	
	.videoitemcount_2 .videoslider iframe {
    height: 160px;
}
	
}

@media only screen and (max-width:550px) {

	.pane {
		padding:20px;
	}
	.pane .paneText {
		padding:30px;
	}
	
	
	
	
	.row.row1 .hBlock {width:100%;border-left:0;border-right:0;overflow:hidden;}
	.bannerRight .hBlock, .hBlock.size565.second {width:100%;border-right:0;border-left:0;border-bottom:5px solid #FFF;}
	.bannerRight {
		border-left:0;
		border-right:0;
	}
	.bannerLeft {
		border-left:0;
		border-right:0;
	}
	.instagramfeed li {
		width:50%;
	}
	
	ul.list li>div {
		width:auto;
		margin-right:10px;
	}
	ul.list li > div a.product {
		width:auto;
		margin-right:10px;
	}
	ul.list li span.year {
		float:right;
	}
	.listhead .yearNo  {
		width:auto;
		float:right;
	}
	.listhead .modelhead {
		display:none;
	}
	ul.list li > div span.model {
		width:auto;
	}
}


@media only screen and (max-width:500px) {
.catalog-category-view .products-grid li.item {
padding:0px;
    width: 50%;	
}
	.catalog-category-view .products-grid.threecolgrid li.item {
		border:5px solid #FFF !important;
		border-bottom: 20px solid #FFF !important;
	}

.slick-next {
    right: 0;
	display:none !important;
}
.slick-prev {
left:0;	display:none !important;

}
	
	.brochureDownload {
		width:100%;
		min-height:0;
	}
	
	
	.media100right {
    float: left;
    margin-top: 20px;
		clear:none;
}
	.detailbtn {
		    width: 100%;
    text-align: center;
    box-sizing: border-box;
		font-size:0.7em;
	}
	.buyBtns {
		width:100%;
	}

}

@media only screen and (max-width:480px) {

.flexslider .slides li {
min-height:0;	
}
.flexslider .slides img {
min-width:0;
min-height:0;	
}
.magestore-bannerslider {
height:auto;
}
.bannerCenter {
height:auto;	
}
.bannerCenter div {
	background:none;
background-color:#d7c1a0;
float:left;
width:auto;
height:auto;	
}	
.row {
display: inline;
    float: none;
    width: auto;	
}
.row .hBlock {
margin-right:0;
margin-bottom: 10px;
width:100%;

   width: 49%;
	/*width:50%;*/
    float: none;
    display: inline-block;
    margin-right: 1%;
	
/*margin-right: 0;
    padding: 0;
    margin: 0 !important;
    float: left;*/
}	
	


.row .hBlock.last {
    margin-right: 1%;
}
.row.row1 .hBlock {
	width:100%;
    display: inline-block;
margin-right: 0;
    padding: 0;
    margin: 0 !important;
    /*float: left;*/
}	

.row .hBlock img {
width:100%;	
}
.row.row3 .hBlock, .row.row4 .hBlock, .row.row5 .hBlock {
	width:50%;
	margin:0;
	border:5px solid #FFF;
	float:left;
}
.row.row2 .hBlock.last {
width:100%;
margin-right:0;	
}
.row.row1 .hBlock.last, .row.row4 .hBlock.last, .row.row5 .hBlock.last {
margin-right:0;	
}

.limiter {
display:none;	
}
.toolbar, .toolbar-bottom {
border-bottom:none;	
}
.toolbar-bottom {
    margin-top: 25px;
}
.toolbar .pager, .toolbar-bottom .pager {
width:100%;
float:left;	
padding:0;
}
.pager .pages {
float:none;	
}
.pager .pages ol {
display:inline-block;	
}

.brandsubcategories > li {
width:50%;	
}

.sort-by {
width:100%;	
text-align:center;
}
.sort-by select {
display:inline-block;	
}

}

@media only screen and (max-width:424px) {
	
	
	.panevideo .videoText {
    position: relative;
    bottom: auto;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}
	.panevideo .videoText .text {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
		padding:10px;
		padding-right:100px;
	}
	.panevideo {
		    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.71);
    box-sizing: border-box;
	}
	.videoText .text:after {
		right:20px;
	}
	.videoText .text:before {
		right:40px;
	}
	
	
}

@media only screen and (max-width:375px) {

	
.catalog-category-view .products-grid li.item {
/*width:42%;*/	
    width: 50% !important;
    margin-right: 0 !important;
    border: 10px solid #FFF !important;
    box-sizing: border-box !important;
}
	
}


/* Smartphones (portrait and landscape) ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/
@media only screen and (max-width : 695px) {

.main {
padding:0;
width:95%;
padding:0;	
padding-top:10px;
}
	
	.catalog-product-view .main {
		width:100%;
	}


/*Cart Stuff*/

.col2-set .col-1 {
width:100%;	
}
#facebookLikeOfferBlock .fb_iframe_widget {
max-width:100%;	
}
#discount-coupon-form {
width:100%;	
}
#facebookLikeOfferBlock {
width: 100%;
    box-sizing: border-box;
}
.cart .title-buttons .checkout-types {
width:100%;	
}
.cart .title-buttons .checkout-types li {
margin-left:0;	
width:100%;
}

.cart button.button {
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
}
.cart .data-table tr, .cart .data-table td, .my-wishlist .data-table tr, .my-wishlist .data-table td, .my-account .data-table tr, .my-account .data-table td, .order-review .data-table tr, .order-review .data-table td {
width:100%;
border: none !important;
background: transparent !important;
display: block;
width: 100%;
text-align: left !important;
}
.cart .data-table thead, .my-wishlist .data-table thead, .my-account .data-table thead, .order-review .data-table thead {
display:none;	
}
.cart .data-table tr, .my-wishlist .data-table tr, .my-account .data-table tr, .order-review .data-table tr {
border-bottom: 1px solid #e5e5e5 !important;
margin-bottom: 20px;	
}

.cart .totals {
width:100%;
float:none;	
}
.cart .cart-collaterals .col2-set {
width:100%;	
}
.cart-table.data-table tfoot tr td {
border-top:0;	
}
.cart-table.data-table tbody tr td {
padding:0;	
padding-bottom:10px;
}
.cart .title-buttons .checkout-types {
width:100%;	
}
.cart .title-buttons .checkout-types li {
float:none;	
margin-left:0;
}
.cart button.button {
	width:100%;
	margin-bottom:10px;
}
.cart .cart-collaterals .col2-set .col-2 {
width:100%;	
}
.cart .discount input.input-text {
width:100%;	
padding: 0;
height: 35px;
}
.cart .discount .input-box {
width:100%;	
}
.cartitemLabel {
display:inline;	
}
	.account-login .col2-set .col-1 {
		width:100%;
	}
	.account-login .col2-set .col-2 {
		width:100%;
		float:left;	
	}
	
	#shopping-cart-table tfoot {
	display:none;	
	}
	#shopping-cart-table {
	border:none;	
	}
	.cart .discount, .cart .shipping {
	padding:0;	
	width:100%;
	}
	.cart .discount {
	margin-top:20px;	
	}
	.cart .totals .checkout-types {
	padding:0;	
	}
	
	.checkout-onepage-index .col-right.sidebar {
		display:none;		
	}

	.opc .step {
	padding:5px;	
	}
	.step .col2-set .col-1, .step .col2-set .col-2 {
	width:100%;	
}
 .step .col2-set .col-2 {
	margin-top:25px; 
 }
.col2-right-layout .col-main {
	width:100%;
}

.form-list li.wide .input-box {
width:260px;	
}
.form-list li.wide .input-box input.input-text {
width:254px;	
}

.products-grid div.view {
display:none;	
}
.dtfPrice {
position:relative;	
}
/*.products-grid li.item {
width:49% !important;
margin-right:0;
float:none;
display:inline-block;	
vertical-align:top;

}*/
.category-products .toolbar {
display:none;	
}
.toolbar-bottom .toolbar {
display:block;	
}

/*.block-layered-nav {

	display:none;	

	}*/
 
	#mobLayered.block-layered-nav {

	display:block;	

	height: 41px;

	overflow: hidden;
z-index: 5;
position: relative;
margin-bottom:20px;
background-color:#f25f62;
	}
.block-layered-nav .block-title {
display:none;	
}
/*.block-layered-nav dt, .block-layered-nav .actions {
background-color:#f25f62;
}*/


.owl-pagination {
display:none;	
}
.cardLogosUnderAddto {
width:100%;
height:auto;	
}

}

@media only screen and (max-width : 620px) {
.onestepcheckout-login-link {
display:none;	
}
.onestepcheckout-sociallogin-link {
display:none;	
}
.onestepcheckout-title {
width:100%;	
}
}
@media only screen and (max-width : 500px) {
.two-fields {
width:100% !important;	
}
button.button#product-addtocart-button, .product-options-bottom .add-to-cart {
width:100%;	
}
button.button#product-addtocart-button {
padding:10px !important;
height:auto;
font-size:1.3em;
box-sizing:border-box;	
}
button.button#product-addtocart-button span span {
font-size:1.3em !important;
}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
.col2-left-layout .products-grid, .col2-right-layout .products-grid {
text-align: center;
display: inline-block;
}
.products-grid li.item {
/*float:none;
display:inline-block;	
margin-bottom:25px;
width:100% !important;*/
    width: 50%;
    margin-right: 0;
    border: 10px solid #FFF;
    box-sizing: border-box;
}
}


@media only screen and (max-width:332px) {
	.catalog-category-view .products-grid li.item {
	width: 50% !important;
    margin-right: 0 !important;
    border: 10px solid #FFF !important;
    box-sizing: border-box !important;
	}
	.header > .logo img.mobileLogo2 {
		width:90%;
	}
	.sub-access {
	margin-top:10px;	
	}
	
}

@media print {
*     { background:none !important; text-align:left !important; }
html  { margin:0 !important; padding:0 !important; }
body  { background:#fff !important; font-size:9pt !important; padding:0 !important; margin:10px !important; }
a     { color:#2976c9 !important; }
th,td { color:#2f2f2f !important;  border-color:#ccc !important; }

.header-container,
.nav-container,
.footer-container,
.pager,
.toolbar,
.actions,
.buttons-set { display:none !important; }

.page-print .data-table .cart-tax-total { background-position:100% -54px; }
.page-print .data-table .cart-tax-info { display:block !important; }
}




#mobHandWrap3 > span {
text-transform:uppercase;	
		color: #FFF;
font-family: 'Lato', sans-serif;
font-weight: normal;
margin-left:10px;
float:left;
line-height:13px;
margin-top:14px;
}
#mobHandWrap3 > span#mobHandle3 {
background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/mobileHandleWhite.png);
width:23px;
height:13px;
background-repeat:no-repeat;
display:block;
margin-top:14px;
}
#mobHandWrap3 {
float:left;
height:41px;
width:121px;
cursor:pointer;
-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
		z-index:9991;
		position:relative;
    background-color: #f25f62;
    font-size: 0.7em;
}
#mobHandWrap3:hover {
background-color:#d7c1a0;	
}

#mobCategory #subCatList.active, #subCatList2.active {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: #000;
    height: 150px;
    padding: 20px 20px;
    box-sizing: border-box;
	border-radius:5px;
}
#subCatList2.active {
height:auto;	
}
#subCatList2.active .block-title {
display:none;	
}
#subCatList2.active .block-layered-nav dt, #subCatList2.active div.narrow-by a.adj-nav-attribute {
color:#FFF;	
}
#subCatList2.active #adj-nav-filter-producttype, #subCatList2.active #adj-nav-filter-color, #subCatList2.active #adj-nav-filter-brand, #subCatList2.active #adj-nav-filter-size {
	height:auto;
	overflow:hidden;
}
#subCatList2.active .simplebar-track {
	display:none;
}
#subCatList2.active .simplebar-scroll-content {
overflow:visible !important;	
}
#mobCategory #subCatList.active h2, #subCatList2.active h2 {
color:#fff;	
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 20px;
}
#mobCategory #subCatList.active select {
width:100%;
height:35px;	
border-radius:0;
-webkit-appearance: none;
}
#mobCategory #subCatList.active button {
width:100%;
height:35px;
background:none;
border:none;
    background-color: #f25f62;
	text-transform:uppercase;
	padding:10px;
	box-sizing:border-box;
	color:#FFF;	
}

/*Try styling for mobblock2*/
#mobHandWrap2 > span {
text-transform:uppercase;	
		color: #FFF;
font-family: 'Lato', sans-serif;
font-weight: normal;
margin-left:10px;
float:left;
line-height:13px;
margin-top:14px;
}
 #mobHandWrap2 > span {
	float:right;
	margin-left:10px; 
 }
#mobHandWrap2 > span#mobHandle2 {
background-image:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/images/mobileHandleWhite.png);
width:23px;
height:13px;
background-repeat:no-repeat;
display:block;
margin-top:14px;
}

#mobHandWrap2 {

float:left;
height:41px;
width:100%;
cursor:pointer;
-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
		z-index:9991;
		position:relative;

}
#mobHandWrap2 {
width:95px;
font-size:0.7em;
float:right;	
}
#mobHandWrap2 > span#mobHandle2 {
float:right;	
padding-right:0;
margin-right:10px;
}

#mobHandWrap2:hover {background-color:#f25f62;	
}
#mobLayered.block-layered-nav {


	height: 41px;

	overflow: hidden;
z-index: 5;
position: relative;
margin-bottom:20px;
background-color:#f25f62;
float:right;
	}
	
	.showOverlay .overlayalt {
background-color:#000;
position:absolute;
left:0;
top:0;
opacity:0.7;
width:100%;
height:100%;	
}
#subCatList span.close, #subCatList2 span.close {
	position:absolute;
	top:10px;
	right:10px;
	width:20px;
	height:20px;
	color:#FFF;
	cursor:pointer;
}



.paddButton button.button#product-addtocart-button {
padding:10px;	
}
.giftvoucher-product-info {
clear:both;	
}
/*#giftcard-template-show-images .images-for-slide {
display:block !important;	
}*/
.subCatList2Items select {
    width: 100%;
    height: 35px;
    border-radius: 0;
    -webkit-appearance: none;
}
button.button#submitFilter {
    width: 100%;
    height: 35px;
    background: none;
    border: none;
    background-color: #f25f62;
    text-transform: uppercase;
    padding: 10px;
    box-sizing: border-box;
    color: #FFF;	
}
.subCatList2Items h3 {
color:#FFF;
margin-top:10px;	
}
.subCatList2Items .adj-nav-clear {
display:none;	
}


#navigationNew {
    float: right;
	margin-top:20px;
	position:relative;
	clear:right;
} 
#navigationNew > ul ul{
    display:none;
}
#navigationNew > ul > li {
	float:left;
}
#navigationNew > ul > li > a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1em;
}

#navigationNew .topleveltwone > li > div > ul > li > a {
    color: #8bc645;
	font-weight:bold;
	text-decoration: none;
	    margin: 0 !important;
    padding: 0 !important;
	text-transform:uppercase;
}

#navigationNew > ul > li > a {
	padding: 10px 10px 20px 10px;
}
#navigationNew > ul > li:hover > a {
	background-color:#0e2b4e;/*#3c3c3c;*/
}

#navigationNew > ul > li:hover > ul {
    display: block;
    position: absolute;
    float: none;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 0px #3a3a3a;
    box-shadow: 0 0 10px 0px #3a3a3a;
    width: 100%;
    left: 0;
	top:130%;
    padding: 40px 40px;
    box-sizing: border-box;
    text-align: left;
    border-top: 10px solid #0e2b4e;/*#3c3c3c;*/
}
#navigationNew > ul li:hover ul {
	display:block;
}
#navigationNew > ul > li:hover > ul > li {
	width:100%;
}
#navigationNew > ul > li:hover > ul > li > a {
	color:#3a3a3a;
	width:100%;
	box-sizing:border-box;
	display:inline-block;
	background:none;
	padding:10px 40px;
}
/*#navigationNew > ul > li > ul > li a:hover {
	background-color:#e8e8e8;
}*/

#navigationNew .topleveltwone > li > div > ul {
    width: 33.333%;
    float: left;
}
a.parentnav {
    display: block;
    width: 100%;
}
span.subcatdesc {
	color:#7f7f7f;
	font-size:0.8em;
}
.newsubl2 a {
	color:#101223;
	text-decoration: none;
}
.newsubl2 a:hover {
	text-decoration: underline;
}
ul.newsubl2 li {
    margin-top: 5px;
}
ul.newsubl2 {
    margin-top: 15px;
}

.newsub > li {
    margin-bottom: 25px;
}


.lookingfor {
	width:100%;
	float:left;
	position:relative;
	background-color:#0e2b4e;/*#14c2ff;*/
	padding:0;
	box-sizing:border-box;
	color:#FFF;

}
.lookingfor:after {
	content: " ";
	background-color:#173e6d;
	width:50%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	
}
.lookingfor .center {
	margin:0 auto;
	max-width:1220px;
	padding:0 20px;
}
.lookingfor h2 {
	color:#FFF;
	font-size:1.3em;
	font-weight:bolder;
	margin:0;
	padding:0;
}
.lookingfor ul {
	text-align:center;
	margin:0;
	padding:0;
	position:relative;
	z-index:9;
	width:100%;
}
.lookingfor li {
	display:inline-block;
	width:21.75%;
	width: calc((100% - 13%) / 3 );
	background:#0e2b4e;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}
.lookingfor li.first {
background:none;
	width:13%;
	text-align:left;
}

.lookingfor li:after {
	content: " ";
    width: 0;
    height: 0;
    border-top: 78px solid #0e2b4e;
    border-right: 68px solid transparent;
    position: absolute;
    right: -68px;
    top: 0;
    z-index: 9;
}
.lookingfor li.alt:after {
    border-top: 78px solid #173e6d;
    border-right: 68px solid transparent;	
}
.lookingfor li.first:after {
    border-top: 78px solid #0e2b4e;
    border-right: 68px solid transparent;
    z-index: 9;
}
.lookingfor li:last-child:after {
	display:none;
}

.lookingfor li a {
	display:inline-block;
	width:100%;
	padding:20px 10px;
	color:#FFF;
	text-decoration:none;
	box-sizing:border-box;
	text-indent:68px;

}
.lookingfor li.alt {
	background:#173e6d;/*b3db07;*/
	
}
.lookingfor a:hover {
	text-decoration: underline;
}
/*.lookingfor li:hover {
	background-color:#99b71a;
}*/
/*.lookingfor li:hover:after {
	border-top: 78px solid #99b71a;
}*/
/*.lookingfor li.alt:hover {
	background-color:#c7e223;
}*/
/*.lookingfor li.alt:hover:after {
    border-top: 78px solid #c7e223;	
	
}.lookingfor li.first:hover:after {
    border-top: 78px solid #14c2ff;
}
.lookingfor li.first:hover {
	background:none;

}*/
.cms-home .col-main {
	padding-top:40px;
	padding-bottom:40px;
}

/*Explainer video*/
.full {
	width:100%;
	
}
.blockwoverlay {
	margin-top:30px;
	margin-bottom:40px;
	float:left;
	position:relative;
	
}
.full.explainer {
	min-height:555px;
	/*background-image:url(/media/wysiwyg/explainervideo.jpg);*/
	/*background-position: right;*/
	/*background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;*/
}

/*.full.explainer .imagepane {
	background-image:url(/media/wysiwyg/explainervideo.jpg);
	background-position: 50% 50%;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}*/

.blockwoverlay .text {
position:absolute;
	bottom:40px;
	left:40px;
	background-color:#FFF;
	padding:40px;
	-webkit-box-shadow: 0 0 10px 0px #3a3a3a;
box-shadow: 0 0 10px 0px #3a3a3a;
	max-width:30%;
	padding-right:80px;
}
.blockwoverlay .text h2 {
	color:#000000;
	margin:0;
	padding:0;
	margin-bottom:15px;
	font-weight:900;
	width:60%;
	font-size:1.4em;
}	
.blockwoverlay .text p {
	color:#000000;
	font-size:0.9em;
	margin-bottom:0;
	padding-bottom:0;
	width:70%;
}
.blockwoverlay a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:200%;
	overflow:hidden;
	white-space:nowrap;
	z-index:2;
}
.blockwoverlay.video .text:after {
	content:" ";
	width:80px;
	height:80px;
	border-radius:50%;
	border:5px solid #14c2ff;
	position:absolute;
	right:40px;
	top:50px;
}
.blockwoverlay.video .text:before {
	    content: " ";
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 25px solid #14c2ff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 67px;
    top: 80px;
}
/*.blockwoverlay.video a {
    display: none;
}*/
img.parallax-slider {
    left: 0 !important;
}

.hastext .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 40px;
}
.hBlock.blue .text h2, .hBlock.blue .text p, .col-main .hBlock.blue .text p {
	color:#FFF;
}
.hBlock .text h2 {
    font-weight: 900;
    font-size: 1.1em;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.hBlock .text p {
	font-size:1.1em;
}
.whitebtn, .row .hBlock a.whitebtn {
	position:relative;
	top:auto;
	left:auto;
	width:auto;
	height:auto;
	text-indent:0;
	white-space:normal;
	overflow:visible;
	display:inline-block;
	padding:20px;
	background-color:#FFF;
	color:#0b2c4f;
	text-transform: uppercase;
	font-weight:900;font-size:0.8em;
text-decoration:none;
margin-top:10px;
}
.whitebtn:hover, .row .hBlock a.whitebtn:hover {
	background:#FFF;
	text-decoration: underline;
}
.row .hBlock .text p {
	position:relative;
	bottom:auto;
	left:auto;
	font-weight:normal;
}

.hBlock.hastext:hover img {
	opacity:1;
}

.hBlock .text input {
    width: 100%;
    height: 35px;
    padding: 2px;
    box-sizing: border-box;
    text-indent: 10px;
    border: none;
    background: #FFF;
    margin-bottom: 10px;
    color: #4f4f4f;    border: 1px solid #0b2c4f;
    height: 40px;
}
button.blackbtn {
	background:#000;
	border:none;
	padding:20px;
	color:#FFF;
	text-transform: uppercase;
	font-weight:900;font-size:0.8em;
	marin-top:10px;
	cursor:pointer;
}
.hBlock button.blackbtn {
	    background: #0b2c4f;
}
button.blackbtn:hover {
background:#FFF;
	color:#000;
}
.hBlock button.blackbtn:hover {
	    background: #0F3B6A;
	color:#FFF;
}
.cms-home .center .std p {
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media only screen and (max-width:1700px) {
	.hBlock .text p {
		font-size:1em;
	}
	.hBlock.blue .text h2, .hBlock.blue .text p, .col-main .hBlock.blue .text p, .hBlock .text h2 {margin-bottom: 5px;}
	.hBlock .text h2 {width:100%;}
}

@media only screen and (max-width:1580px) {
.whitebtn, .row .hBlock	a.whitebtn, button.blackbtn {font-size:0.7em;}
	.hBlock .text h2 {
		font-size:1em;
	}
	.hBlock .text p {
		font-size:0.9em;
	}
	.hastext .text {
		padding:20px;
	}
}

@media only screen and (max-width:1550px) {
img.parallax-slider {
	left:auto !important;
    right: -350px !important;
}
}

@media only screen and (max-width:1410px) {
	
	.blockwoverlay .text h2 {width:80%;}
	.blockwoverlay .text p {width:80%;}
	.blockwoverlay .text {
		max-width:40%;
	}
	
	.hBlock .text input {
    width: 60%;
}
	.hBlock form button.blackbtn {
    width: 40%;
    float: right;
}
	
}
@media only screen and (max-width:1335px) {
	#navigationNew {
		font-size:0.9em;
	}
}
@media only screen and (max-width:1290px) {

	img.parallax-slider {
	left:auto !important;
        right: -550px !important;
}
	
}
@media only screen and (max-width:1235px) {
	.row.row2 .hBlock {
		min-height:278px;
		max-height:278px;
		width:33.333% !important;
		width:calc(100% / 3) !important;
		overflow:hidden;
	}
	.hBlock.accessory img {
		display:none;
	}
	.hBlock.accessory {
		background-image:url(/media/wysiwyg/homeblocks/accessorytwo-v2.jpg);
		background-size:cover;
		background-position:center;
	}
	.row.row2 img {
		width:200%;
	}
	.hBlock .text {
		padding:40px;
		padding-top:20px;
	}
	.hBlock .text h2 {
		font-size:1.1em;
	}
	.hBlock .text p {
    font-size: 1em;
		margin-top:10px;
		margin-bottom:10px;
}
	.hBlock .text input {
		width:100%;
	}
	.hBlock form button.blackbtn {
		width:auto;
		float:none;
		margin-top:10px;
	}
	
}


@media only screen and (max-width:1265px) {
	.logo img {
		max-width:314px;
		margin-top:8px;
	}

}
@media only screen and (max-width:1162px) {
	#navigationNew {
		    float: left;
    clear: both;
    margin-bottom: 0px;
	}
	#navigationNew > ul {
		margin:0;
		width:100%;
		padding:0;
	}
	#navigationNew>ul>li {
		float:none;
		display:inline-block;
	}
	.logo img { 
		margin-top:-20px;
		}
	.header {
		height:130px;
	}

}

@media only screen and (max-width:1145px) {
	.lookingfor li a {
			font-size:0.8em;
	}
	.lookingfor li:after {
		border-top: 76px solid #97bf04;
	}
.lookingfor li.first:after {
    border-top: 76px solid #14c2ff;
	}
.lookingfor li.alt:after {
	    border-top: 76px solid #b3db07;
	}
	
	
}




@media only screen and (max-width:1025px) {
	.lookingfor li a {
			font-size:0.8em;
	}
	.lookingfor li:after {
		border-top: 76px solid #97bf04;
		border-right: 38px solid transparent;
		right:-38px;
	}
.lookingfor li.first:after {
    border-top: 76px solid #14c2ff;
	border-right: 38px solid transparent;
	}
	.lookingfor li.alt:after {
	border-right: 38px solid transparent;
	}
	.lookingfor li a {text-indent:38px;}
	.lookingfor	h2 {
		font-size:1em;
		margin-top:5px;
	}
}
@media only screen and (max-width:925px) { 

.row.row2 .hBlock {
		width:50% !important;
		width:calc(100% / 2) !important;
	max-height:none;
	min-height:0;
	}
	.row.row2 img {
		width:100%;
	}
	.row.row2 .hBlock.accessory {
		width:100% !important;
		width:calc(100% / 1) !important;
	max-height:none;
	min-height:0;
		background:none;
	}
	.hBlock.accessory
	img {
		display:block;
	}
}

@media only screen and (max-width:885px) { 

img.parallax-slider {
	left:auto !important;
           right: -750px !important;
}
}


@media only screen and (max-width:870px) { 
	.lookingfor li:after {
		display:none;
	}
	.lookingfor li a {
		text-indent:0;
	}
	.lookingfor li {
		width:25%;
		width:calc(100% /4);
	}
	.lookingfor li.first {
		width:100%;
		text-align:center;
		font-size:1.3em;
		background:#14c2ff;
	}
	.lookingfor li.first:hover {
		background:#14c2ff;

	}
	.lookingfor li.first:after, .lookingfor li.first:hover:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #14c2ff;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 100%;
}
	.lookingfor:after {
		display:none;
	}
	.lookingfor {
		background:none;
	}
	.lookingfor .center {
		padding:0;
	}
}

@media only screen and (max-width:860px) { 
	header {
		height:auto !important;
	}	
	.fixed-footer.socialfixed {
		display:none !important;
	}
	.fixed-footer {
		padding-bottom:10px;
	}
}
@media only screen and (max-width:770px) { 
	
	.blockwoverlay .text {
    max-width: 88%;
    box-sizing: border-box;
}
	.blockwoverlay.video .text:before {
		top:65px;
	}
	.blockwoverlay.video .text:after {
		top:35px;
	}
	.hBlock .text {
		padding:20px;
	}
	.row.row2 .hBlock {
		width:100% !important;
		width:calc(100% / 1) !important;
		max-height:230px;
		overflow:hidden;
	}
	.cms-home .center .std p {
		max-width:90%;
	}
}
@media only screen and (max-width:700px) { 
	.tabs>div>ul {
		width:100%;
		border-right:none;
	}
	.tabs>div>ul, .tabs>div>ul:last-child {
		padding:0;
		margin:0;
		
	}
	
}

@media only screen and (max-width:670px) { 
	.row.row2 .hBlock {
		max-height:260px;
	}
}

@media only screen and (max-width:640px) { 
.lookingfor li {
		width:50%;
		width:calc(100% /2);
	}
	.lookingfor li.first {
		width:100%;
	}
	
}

@media only screen and (max-width:600px) { 
	
	.blockwoverlay .text {
    max-width: 100%;
    box-sizing: border-box;
		left:0;
		bottom:20px;
		box-shadow:none;
}
	.blockwoverlay.video .text:before {
		top:84px;
		right:47px;
	}
	.blockwoverlay.video .text:after {
		top:54px;
		right:20px;
	}
	.blockwoverlay .text h2 {
		font-size:1.1em;
	}
	.parallax-mirror {
		display:none;
	}
	.explainer {
		background-image:url(/media/wysiwyg/1920x855Videos.jpg);
		background-position:80% !important;
    background-size: 250%;
    background-repeat: no-repeat;
	}
	
	.row.row2 .hBlock.accessory img {
		display:none;
		
	}
	/*.row.row2 .hBlock.accessory {
	background-image: url(/media/wysiwyg/homeblocks/accessorytwo-v2.jpg);
    background-size: contain;
    background-position: center;
	min-height:400px;
		background-repeat:no-repeat;
	}*/
	.row.row2 .hBlock.accessory .mobileimg {
		display:block;
	}
	
}

@media only screen and (max-width:520px) { 

	.header .logo img {
		max-width:300px;
		
	}
	.sub-access {
		margin-top:30px;
	}
	.topSearchIcon {
		margin-right:0;
	}
	#mobHandWrap {
		margin-left:0;
	}
	.lookingfor li {
		width:100%;
		width:calc(100% /1);
		padding-top:0;
		padding-bottom:0;
	}
	.lookingfor li.first {
		padding-top:10px;
		padding-bottom:10px;
	}
	.lookingfor li:nth-child(2) {
		padding-top:10px;
	}
}

@media only screen and (max-width:480px) { 

img.parallax-slider {
	left:auto !important;
               right: -1050px !important;
}
}

@media only screen and (max-width:470px) { 

	.header .logo img {
		max-width:280px;
		
	}
	
	.row.row2 .hBlock.green {
		max-height:260px;
		overflow:hidden;
	}
	
}

@media only screen and (max-width:435px) { 

	.header .logo img {
		max-width:240px;
		
	}
}

#mobNav .storesWrap {
	width: 100%;
    text-align: left;
	cursor:pointer;
}
#mobNav .centreWrapping {
	width:auto;
	margin:0;
	margin-top:40px;
	padding:0;
	float:left;
	margin-left:40px;
}
#mobNav ul.top-links {
    float: left;
    margin-left: 0;
	width:100%;
    padding-left: 0;
}
#mobNav .helpsupport i.fa-question-circle, #mobNav .top-links i {
    padding-right: 5px;
}
#mobNav .storesWrap span {
	font-size:1em;
}
#mobNav li i.fa-map-marker, #mobNav li i.fa-user {
    padding-right: 5px;
}
#mobNav ul li:hover ul, #mobNav .storesWrap:hover ul {
	display:none;
}
#mobNav .storesWrap ul.stores {
	margin-left:0px;
	padding-left:40px;
	margin-top:10px;
}
#mobNav .storesWrap:hover ul.stores {background:none;position:relative;border:none;-webkit-box-shadow:0;box-shadow:0;margin-left:0;padding-left:40px;}
#mobNav .storesWrap:hover ul.stores li {
	margin-left:0;
	padding-left:0;
}
#mobNav > ul > li > ul, #mobNav > div > ul > li > ul {display:none;}
#mobNav i.fa.fa-chevron-down {
        margin-right: 20px;
    position: absolute;
    right: 0;
    top: 5px;
	cursor:pointer;
}
#mobNav .storesWrap ul.stores li a:hover {
	background:none;
	text-decoration:underline;
}

.catheader {
	position:relative;
}
.catheader .texts {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	box-sizing: border-box;
	padding:130px;
	color:#FFF;
	z-index:2;
	text-align:center;
}
.catheader .texts h1, .catheader .texts p, .col-main .catheader p {
	color:#FFF;
}
.catheader .texts h1 {
	font-size:2.8em;
}
.catheader .texts p {
	font-size:1.4em;
	    width: 40%;
    margin: 0 auto;
}
.catheader:after {
	content:" ";
	background:#000;
	opacity:0.3;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.catheader img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width:1580px) {
	.catheader .texts h1 {
    font-size: 2.4em;
}
.catheader .texts p {
		font-size:1.2em;
	width:60%;
	}
}
@media only screen and (max-width:1380px) {
	
	
	.catheader	.texts {
		padding:80px;
	}
	
}
@media only screen and (max-width:1200px) {
	
	
.catheader .texts {
    padding: 50px;
}
	.catalog-category-view .main {
		width:100%;
		padding:0;
	}
		.catheader .texts h1 {
    font-size: 2em;
}
	.catheader .texts p {
		font-size:1.1em;
	width:80%;
	}
}
@media only screen and (max-width:1200px) {

	.catheader .texts {
		padding:20px;
	}
}
@media only screen and (max-width:900px) {

.catheader .texts {
    background: #0e2b4e;
	position:relative;
}
	.catheader img {
		display:none;
	}
}

.inthiscat {
	margin:0 auto;
	max-width:1440px;
	padding:0 20px;
	
}
.inthiscat h2 {
	font-weight:900;
	font-size:1.3em;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	width:100%;
}
.inthiscat ul {
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	margin-bottom:20px;
	float:left;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inthiscat ul li {
	float:none;
	display:inline-block;
	width:25%;
	width:calc(100%/4);
	border:10px solid #FFF;
	padding:10px;
	position:relative;
	box-sizing:border-box;
	margin-bottom:20px;
	vertical-align:top;
	    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
}
.inthiscat ul li span {
	color:#666666;
	text-decoration:None;
}
.inthiscat a {
    border: 1px solid #ddd;
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    width: 100%;
	position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.inthiscat a:hover {
	background-color:#ECECEC;
}

.inthiscat img {
	width:100%;
	height:auto;
}
p.note-msg {
    clear: both;
    margin-left: 20px;
}
@media only screen and (max-width:1000px) {
.inthiscat ul li {
		    width: 33.333%;
    width: calc(100%/3);
	border-bottom:0;
	margin-bottom:10px;
	}
	
}
@media only screen and (max-width:800px) {
.inthiscat ul li {
		    width: 50%;
    width: calc(100%/2);
	border-bottom:0;
	margin-bottom:10px;
	}
	
}
@media only screen and (max-width:470px) {
.inthiscat ul li {
		    width: 100%;
    width: calc(100%);
	border-bottom:0;
	border-top:0;
	margin-bottom:0px;
	
	}
	
}


@media only screen and (max-width:670px) {
	ul.list.eventlist div a, ul.list.eventlist div span {
		width:100% !important;
	}
	ul.list.eventlist div span.date-added, ul.list.eventlist div span.date-end {
		width:50% !important;
	}
	ul.list.eventlist div span.date-added:before {
    content: "Starts:";
    margin-right: 5px;
    font-weight: bold;
}
	ul.list.eventlist div span.date-end:before {
		content:"Ends:";
		margin-right: 5px;
    font-weight: bold;
	}
	ul.list.eventlist div a {
		font-weight:bold;
	}
	.listhead.eventlist .modelhead {
		display:none;
	}
	.listhead.eventlist .yearNo {
		display:none;
	}
	
	
}


.leftvar {
	float:left;
	display:inline-block;
	color:#757575;
	font-weight:bold;
	margin-top:20px;
}
.leftvar i {
	margin-right:10px;
}

.leftvar span {
	font-size:1.3em;
	    position: relative;
    top: -3px;
}


.additionalImages {
	width:100%;
	float:left;
}
.additionalImages a {
	width:25%;
	display:inline-block;
	border:10px solid #FFF;
	box-sizing: border-box;
	float:left;
	/*height:135px;*/
	overflow:hidden;
}

.inflationtime {
		width:20%;
	max-width:94px;
	height:114px;
	background-size:contain;
	background-image:url(/media/wysiwyg/or2017/inflation.png);
	float:left;
	box-sizing:border-box;
	position:relative;
	margin-left:40px;
	background-repeat: no-repeat;
}
.inflationtime span {
	position:absolute;
	bottom:30px;
	text-align:center;
	width:100%;
	color:#000;
	font-weight:bold;
	text-indent: -5px;
}
.oxygenair {
	background-image:url(/media/wysiwyg/panerightimages/oxygen-air-block.png);
	/*width:356px;*/
	width:33.333%;
	max-width:423px;
	height:81px;
	background-size:contain;	
	float:left;
	box-sizing:border-box;

	margin-top:20px;
	background-repeat: no-repeat;
}
.hexEndure {
	width:33.333%;
	max-width:212px;
	height:23px;
	background-size:contain;
	background-image:url(/media/wysiwyg/or2017/hexendure.png);
		float:left;
	box-sizing:border-box;
    margin-left: 20px;
	background-repeat: no-repeat;
}
.hexEndure span {
	color:#FFF;
	font-weight:bold;
	position:relative;
	top:1px;
	left:5px;
	font-size:0.9em;
}
.proclimate {
	width:33.333%;
	max-width:306px;
	height:62px;
	background-size:contain;
	background-image:url(/media/wysiwyg/panerightimages/pro-climate-block.png);
		float:left;
	box-sizing:border-box;
    margin-left: 20px;
	background-repeat: no-repeat;
}
.pro800 {
	width:33.333%;
	max-width:146px;
	height:27px;
	background-size:contain;
	background-image:url(/media/wysiwyg/or2017/pro800.png);
		float:left;
	box-sizing:border-box;
    margin-left: 20px;
	background-repeat: no-repeat;
}
.duratech {
	width:33.333%;
	max-width:355px;
	height:71px;
	background-size:contain;
	background-image:url(/media/wysiwyg/21icons/Dura-Tech.jpg);
		float:left;
	box-sizing:border-box;
    margin-left: 20px;
	background-repeat: no-repeat;
}

.phoenixmesh {
	width:130px;
	max-width:423px;
	height:71px;
	background-size:contain;
	background-image:url("/media/wysiwyg/21icons/Pheonix%20Mesh.jpg");
		float:left;
	box-sizing:border-box;
    margin-left: 20px;
	background-repeat: no-repeat;
}
.driveawaycompat {
	width:33.333%;
	max-width: 155px;
    height: 71px;
	background-size:contain;
	background-image:url(/media/wysiwyg/21icons/Driveaway%20Compatible.jpg);
		float:left;
	box-sizing:border-box;
    margin-left: 20px;
	background-repeat: no-repeat;
}
.variodoor {
	width:35%;
	max-width:213px;
	height:86px;
	background-size:contain;
	background-image:url(/media/wysiwyg/panerightimages/vario-block.png);
		float:left;
	box-sizing:border-box;
    margin-left: 20px;
background-repeat: no-repeat;
}
.singlepointinflation {
	width:35%;
	max-width:219px;
	height:113px;
	background-size:contain;
	background-image:url(/media/wysiwyg/panerightimages/single-point-inflation-block.png);
		float:left;
	box-sizing:border-box;
    margin-left: 20px;
background-repeat: no-repeat;
}

.lumilink {
	width:138px;
	max-width:205px;/*305px;*/
	height:71px;
	background-size:contain;
	background-image:url("/media/wysiwyg/21icons/Lumi%20Link%20Ready.jpg");
		float:left;
	box-sizing:border-box;
    margin-left: 0px;
background-repeat: no-repeat;
	margin-right:10px;
}


/*2021 Icons*/
.uplighter {
	/*width:33.333%;
	max-width:305px;
	height:84px;
	background-size:contain;
	background-image:url("/media/wysiwyg/21icons/Uplighter%20Compatible.jpg");*/
		float:left;
	box-sizing:border-box;
    margin-right: 10px;
/*background-repeat: no-repeat;*/
}
.oxygenpockets {
	/*width:33.333%;
	max-width:305px;
	height:84px;
	background-size:contain;
	background-image:url("/media/wysiwyg/21icons/Oxygen%20Pocket%20Compatible.jpg");*/
		float:left;
	box-sizing:border-box;
	margin-right:10px;
   /* margin-left: 0px;
background-repeat: no-repeat;*/
}



.keyfeatures {
	position:absolute;
	bottom:0;
	width:100%;
	/*Straighten out features*/
	float:left;
	position:relative;
	bottom:auto;
	margin-top:20px;
}
.keyfeatures > div {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

/*Video SLider*/
.videoslider {
	display:inline-block;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.videoslider iframe {
    max-width: 80% !important;
    width: 100%;
    margin: 0 auto;
    display: inherit;
    margin-top: 20px;
    height: 360px;
	border: 5px solid #173e6d;/*#b3db07;*/
}
.videoSliders.videoitemcount_1 .videoslider {
    width: 100%;
}
.videoSliders.videoitemcount_2 .videoslider {
    width: 50%;
}
.videoSliders.videoitemcount_3 .videoslider {
    width: 33.333%;
	width:calc(100% / 3);
}
.videoSliders.videoitemcount_3 .videoslider iframe {
height:400px;
}
.videoSliders {
    width: 100%;
}
.additionalInfo {
	width:50%;
	padding:40px;
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
	
}
.additionalInfo h2 {
	font-size:1.5em;
	font-weight:900;
	text-transform: uppercase;
	margin-bottom:30px;

	
}
.floorplanbox.rhs {
    display: inline-block;
    width: 50%;
		vertical-align: top;
	padding:40px;
	box-sizing: border-box;
}
.floorplanbox.rhs img {
    width: 100%;
    height: auto;
}

/*Tab Styling*/
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
	
}





.cms-page-view .std, .contacts-index-index .std {
	padding-top:40px;
	padding-bottom:40px;
	    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.cms-page-view.cms-become-a-dealer .std {
	padding-top:0;
	padding-bottom:0;
}
.cms-page-view.cms-become-a-dealer .std .std {
	padding-top:40px;
	padding-bottom:40px;}
#map_canvas {
	width:100%;
	height:100%;
}
.nearestWrap, #nearestStockists {
    width: 100%;
    height: 700px;
}

.markerBlock {
	text-align:center !important;
}
.markerBlock h2 {
	font-weight:900;
	text-transform: uppercase;
	color:#2f2f2f;
}
.markerBlock p strong {
	width:100%;
	display:inline-block;
}
.markerBlock .borderbtn {
	margin-bottom:0;
	margin-left:3px;
	margin-right:3px;
	cursor: pointer;
}





.accordion {
   margin: 50px;  
	margin-bottom:50px !important;
	float:left;width:100%;
	position:relative;
}

.accordion dt, .accordion dd {
      padding: 10px;
      border: none;
      border-bottom: 0; 
}
.accordion dt:last-child, .accordion dd:last-child {
        border-bottom: none; 
      }
     /* .accordion dd > a {
        display: block;
        color: black;
        font-weight: bold;
      }*/
   


 .accordion dd {
     border-top: 0; 
   
     
}
.accordion dd:last-child {
       border-top: 1px solid white;
       position: relative;
       top: -1px;
}

.accordion dt a {
	color:#FFF;text-decoration:none;
	cursor:pointer;
	width: 100%;
    display: inline-block;
}
.accordion dt {
	    background-color: #14c2ff;
	margin-top:5px;
}


#postcodeForm.instructions {
	margin-top:50px;
	margin-bottom:50px;
}





.catalogsearch-result-index .page-title {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 20px;
} 
.dtfInfWrap {
	display:none;
}
div#homevideo iframe {
    width: 100%;
    height: 99%;
    box-sizing: border-box;
}


div#homevideo {
    width: 100%;
    height: 100%;
}

/*Deal Detective*/
div#dealdetective {
    padding: 0;
	width:100%;
	max-width:900px;
}
 .dealHeader {
	background:#aacf30;
	 padding:35px;
}
.dealHeader h2 {
	color:#211e1f;
	font-size:1.5em;
}
.dealBody {
	padding:35px;
}
.dealBody .half {
	width:50%;
	float:left;
}
.dealBody .half label, .dealBody .half input {
	
	float:left;
	box-sizing:border-box;
	margin:0;
	padding:0;height:35px;
	line-height:35px;
}
.dealBody .half label {
	font-weight:bold;
	text-transform: uppercase;
	padding-right:20px;
}
.dealBody .half input {
	width:50%;
	
	border:1px solid #959495;
}
.dealBody .form > label {
	font-weight:bold;
	text-transform: uppercase;
	height:35px;
	line-height:35px;
}
.dealBody button, a.webreturn {
	width:100%;
	float:left;
	clear:both;
	background:none;
	border:none;
	margin:0;
	padding:0;
	margin-top:40px;
	margin-bottom:35px;
	cursor:pointer;
}
.dealBody button span, a.webreturn span {
	color:#211e1f;
	background-color:#aacf30;
	border:5px solid #8cc437;
	width:100%;
	box-sizing:border-box;
	padding:20px;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	font-size:1.3em;
}
.dealBody button:hover span, a.webreturn:hover span {
	border:5px solid #aacf30;
	background-color:#8cc437;
}
.dealBody .form > input {
	float:left;
	width:25px;
	height:25px;
	background:none;
	border:1px solid #959495;
	margin-right:10px;
}
.dealBody label.lower {text-transform: none;}
.dealBody p {
	line-height:1.5em;
}
.dealBody .form {
	margin-top:20px;
}
.dealBody .form p {
	padding-top:30px;
	padding-bottom:20px;
}
.dealBody label.optional {
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:15px;
}
.dealBody label.optional em {
	font-weight:normal;
	text-transform: none;
}
select.chosen-select {
    width: 100%;
}
.chosen-container {
width: 100% !important;
	
}
.globalmap {
float:right;
width:	50%;
margin-bottom:20px;
margin-left:20px;
text-align:center;
}
.globalmap img {
width:100%;
height:auto;	
}
.globaltext {
clear:both;	
}
.globaltext .colu {
float:left;
width:33.333%;
padding:20px;
box-sizing:border-box;
min-height:350px;	
}
.cms-international .std > .hdwra {
		float:left;
	width:40%;
}
.short-description h2 {
	display:block;
}

#mobNav > ul {
    margin-left: 40px;
}
@media only screen and (max-width:910px) {
	

	.additionalInfo, .floorplanbox.rhs {
		width:100%;
	}
	
	
	
}
/**
 * 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-2017 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://oldsite.outdoor-revolution.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://oldsite.outdoor-revolution.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://oldsite.outdoor-revolution.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://oldsite.outdoor-revolution.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://oldsite.outdoor-revolution.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://oldsite.outdoor-revolution.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://oldsite.outdoor-revolution.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://oldsite.outdoor-revolution.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://oldsite.outdoor-revolution.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentTitle {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.commentTitle div {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #0a263c;
    line-height: 1.35;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://oldsite.outdoor-revolution.com/skin/frontend/base/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 5px;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    width: 350px;
    min-height: 95px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #008080;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    margin-top: 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.amfpc-info .amfpc-content
{
    line-height: 48px;
}
#magestore-bannerslider-popup{
	padding: 2px;
    position: fixed;
    z-index: 19990;
	background: #fff;
	border: 2px;
}
#magestore-bannerslider-popup-close{
	cursor: pointer;
    height: 22px;
	width:22px;
    position: absolute;
    right: 0px;
    top: -25px;   
    z-index: 19999;
	background:url(https://oldsite.outdoor-revolution.com/skin/frontend/outdoor_rev_2021/default/css/magestore/bannerslider/image/close-tiny.png) no-repeat center;
}
#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
	opacity: 0.7;
}
.cookiealert{background: #333; color: #fff; padding: 5px 0; font: 12px/18px Arial, Helvetica, sans-serif;}
.cookiealert .message{max-width: 960px; margin: 0 auto;}
.cookiealert .message span.cookie-title{display: block; color: #fff; font-size: 16px; font-weight: bold; margin: 0.4em 0 0;}
.cookiealert .message a{color: #f90; text-decoration: underline;}
.cookiealert .message a:hover{text-decoration: none;}
.cookiealert .message .close a{font-size: 16px; text-decoration: none; font-weight: bold;}
.cookiealert .message .close a:hover{text-decoration: underline;}

