/**
 * OpenMage
 *
 * 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:
 * https://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.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
 * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#496778 url(https://www.espressotoscano.it/skin/frontend/default/default/images/bkg_body.gif) 50% 0 repeat-y; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }

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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/default/images/bkg_main2.gif) 0 0 no-repeat; text-align:left; }

/* 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; }
.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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.espressotoscano.it/skin/frontend/default/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.espressotoscano.it/skin/frontend/default/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:1px solid #ccc; 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://www.espressotoscano.it/skin/frontend/default/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; background:#fff url(https://www.espressotoscano.it/skin/frontend/default/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.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 { border-bottom:1px solid #fff; }
.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:bold; }
.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://www.espressotoscano.it/skin/frontend/default/default/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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; }
.header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(https://www.espressotoscano.it/skin/frontend/default/default/images/bkg_header.jpg) 50% 0 repeat; }
.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; 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://www.espressotoscano.it/skin/frontend/default/default/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(https://www.espressotoscano.it/skin/frontend/default/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; }
.header .links li { float:left; font-size:11px; background:url(https://www.espressotoscano.it/skin/frontend/default/default/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.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://www.espressotoscano.it/skin/frontend/default/default/images/bkg_nav0.jpg) 50% 0 repeat-y; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* 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; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(https://www.espressotoscano.it/skin/frontend/default/default/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(https://www.espressotoscano.it/skin/frontend/default/default/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#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 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://www.espressotoscano.it/skin/frontend/default/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:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/default/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/default/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://www.espressotoscano.it/skin/frontend/default/default/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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 {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(https://www.espressotoscano.it/skin/frontend/default/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:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.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:790px; margin:0 auto; }

/* 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://www.espressotoscano.it/skin/frontend/default/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.espressotoscano.it/skin/frontend/default/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.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-only { margin:10px 0 7px; line-height:16px; background:url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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; }

.product-essential { padding:25px; background:#fff url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/default/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { 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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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; 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:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(https://www.espressotoscano.it/skin/frontend/default/default/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.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 { 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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/default/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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:#e76200; }
.account-login .new-users h2 { background-image:url(https://www.espressotoscano.it/skin/frontend/default/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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:#e65505; }

.dashboard .box .box-title { background:url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/default/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.espressotoscano.it/skin/frontend/default/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:15px solid #b6d1e2; }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.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:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(https://www.espressotoscano.it/skin/frontend/default/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://www.espressotoscano.it/skin/frontend/default/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.espressotoscano.it/skin/frontend/default/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;}

/**
 * OpenMage
 *
 * 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:
 * https://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.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
 * @license     https://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://www.espressotoscano.it/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://www.espressotoscano.it/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://www.espressotoscano.it/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://www.espressotoscano.it/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://www.espressotoscano.it/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://www.espressotoscano.it/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://www.espressotoscano.it/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://www.espressotoscano.it/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://www.espressotoscano.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

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

/*seo-info*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 100%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display:none;
 }
.seositemap-index-index div.seositemap-map table {
  width:100%;
}
.seositemap-index-index div.seositemap-map table tbody tr td {
  vertical-align: top;
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1ff9ce6bf7cbbcbc62b7)
 * Config saved to config.json and https://gist.github.com/1ff9ce6bf7cbbcbc62b7
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://www.espressotoscano.it/skin/frontend/b-responsive/default/fonts/glyphicons-halflings-regular.eot');
  src: url('https://www.espressotoscano.it/skin/frontend/b-responsive/default/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.espressotoscano.it/skin/frontend/b-responsive/default/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.espressotoscano.it/skin/frontend/b-responsive/default/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.espressotoscano.it/skin/frontend/b-responsive/default/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #888888;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #626262;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 800px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #888888;
}
a.text-primary:hover {
  color: #6f6f6f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #333333;
}
a.text-info:hover {
  color: #1a1a1a;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #888888;
}
a.bg-primary:hover {
  background-color: #6f6f6f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #dddddd;
}
a.bg-info:hover {
  background-color: #c4c4c4;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 800px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 800px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 800px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #dddddd;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #d0d0d0;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 799px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, 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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 800px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 800px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
@media (min-width: 800px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 800px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #888888;
  border-color: #7b7b7b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #6f6f6f;
  border-color: #5d5d5d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #888888;
  border-color: #7b7b7b;
}
.btn-primary .badge {
  color: #888888;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #b3b3b3;
  border-color: #a1a1a1;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #cccccc;
  border-color: #bfbfbf;
}
.btn-info .badge {
  color: #cccccc;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #888888;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #626262;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #888888;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 800px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #888888;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 800px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 800px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #888888;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 800px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 800px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 800px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 800px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 800px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 800px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 800px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 800px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 800px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 800px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 799px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 800px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
}
@media (min-width: 800px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 800px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 799px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 800px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -10px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 800px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 799px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 799px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 0 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #888888;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #626262;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #888888;
  border-color: #888888;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #888888;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #6f6f6f;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #cccccc;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #b3b3b3;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #eeeeee;
  border-radius: 0;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #666666;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #888888;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 800px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #888888;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #dddddd;
  border-color: #cbcbcb;
  color: #333333;
}
.alert-info hr {
  border-top-color: #bebebe;
}
.alert-info .alert-link {
  color: #1a1a1a;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #888888;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #cccccc;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #888888;
  border-color: #888888;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #eeeeee;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #333333;
  background-color: #dddddd;
}
a.list-group-item-info {
  color: #333333;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #333333;
  background-color: #d0d0d0;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #888888;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #888888;
  border-color: #888888;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #888888;
}
.panel-primary > .panel-heading .badge {
  color: #888888;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #888888;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #cbcbcb;
}
.panel-info > .panel-heading {
  color: #333333;
  background-color: #dddddd;
  border-color: #cbcbcb;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cbcbcb;
}
.panel-info > .panel-heading .badge {
  color: #dddddd;
  background-color: #333333;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cbcbcb;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 800px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 800px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 799px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 799px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 799px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 799px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 799px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/**
* Custom Styles for Responsive Default (boilerplate) Theme
*
**/
/* FIXES TO MAGENTO STYLES */
body {
  color: #5a5a5a;
}

a {
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  outline: none;
}

img { max-width: 100%;}

.wrapper { min-width: 280px;}

.page {
  text-align: left;
  width: auto;
}
.page-header {
  margin-top: 20px;
}
.page.container-fluid {
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
}

.page.container-fluid .footer > .container {
  margin: 0 auto;
  padding: 0;
}

li {list-style: none}

.links li {display:inline}

.divider {
  background: #eee;
}

.branding {
  position: relative;
  margin: 0;
  height: auto;
}
.branding .logo {
  margin: 0;
}

.header {
  width: auto;
  padding: 20px 0;
}

.cms-b-responsive-home-page .body-wrapper {
  padding: 0;
  width: 100%;
}

.category-view {
  margin: 0 auto 20px;
}

.breadcrumbs {
  background: none;
  padding: 0px;
}

.checkout-link {
  float: right;
}

.header-panel {
  line-height: 38px;
  padding: 0;
  min-height: 43px;
  box-shadow: none;
  z-index: 999 !important;
  margin-bottom: 0;
}
.header-panel .links {
  float: none;
  display: inline-block;
}
.header-panel .links li a,
.header-panel .links li a:hover {
  color: #333;
}
.header-panel .welcome-msg {
  margin: 0;
  line-height: 38px;
  font-weight: normal;
}

.switches {
  background: none;
  line-height: 38px;
  white-space: nowrap;
}

.top-cart {
  white-space: normal;
}

#dropdown {
  position: absolute;
  right: 0;
  top: 100%;
}
#dropdown label {
  font-weight: normal;
  line-height: normal;
  text-align: left;
}
#dropdown .close {
  font-size: 14px;
  color: #333;
  opacity: 1;
}
#dropdown .actions .btn-link {
  clear: both;
  display: block;
  margin-top: 8px;
  padding-left: 0;
  text-align: left;
}

.buttons-set {
  margin: 2em 0;
  border: none;
  padding: 0;
}

#messages_product_view {
  margin: 0 auto;
  padding: 0;
}
.product-view {
  background: none;
  margin: 20px auto;
  padding: 0;
  float: none;
  border: 0;
}
.product-view .short-description {
  display: block;
}
.product-view .add-to-box {
  margin-top: 10px;
}
.product-view .add-to-box .add-to-links {
  margin-top: 10px !important;
  float: none;
}
.add-to-box .add-to-cart { float: none;}

.collateral-tabs .tab-content {
  padding: 15px;
}

.page-title {
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 10px;
  padding: 20px 0 9px;
  background: none;
}

.page-title h1, .page-title h2 {
  color: #5A5A5A;
  font: 32px/36px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-top: 0;
}

.account-login .new-users, .account-login .registered-users {
  width: 49%;
}

.account-login {
  background: none;
  margin-bottom: 20px;
}
.account-login .fieldset h2 {
  margin: 0;
}

.font12 {
  font-size: 12px !important;
}

.color-primary {
  color: #333 !important;
}

.mr-3 {
  margin-right: 3px;
}

a.product-image {
  padding: 0;
}

.mini-products-list .product-image {
  border: none;
  width: auto;
}

.page.container > .span12 {
  min-height: 400px;
}

.product-name, .category-products .price-box {
  font-size: 14px;
}

.product-essential .price-box {
  font-size: 18px;
  margin-bottom: 15px;
}

.sidebar .block-layered-nav .block-title {
  padding: 10px;
}

.sidebar .block .block-title {
  background-color: #888888;
  color: #FFFFFF;
  padding: 10px;
}

.sidebar .block .block-title strong { background-image: none; padding: 0; font-weight: normal; font-size: 12px;}

.sidebar .block .block-title span {
  color: #ffffff;
}

.block .block-content .product-name {
  font-size: 12px;
}

.block-poll .label {
  text-align: left;
}

#poll-answers label {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
  text-transform: uppercase;
}

.nav .parent:hover > .dropdown-menu {display:block; top:0; left: 100%;}
.nav .parent {position:relative;}
.nav .level0.parent:hover > .dropdown-menu {top:auto; left:auto;}
.nav .level0.parent {position:static;}


.nav.mega-menu li.level1 {float:left;}
.nav.mega-menu li.level1 .dropdown-menu {position: relative; display: block; float:none; left:auto;}
.nav.mega-menu ul.columns2 {-webkit-columns: 2; -moz-columns: 2; columns: 2; }
.nav.mega-menu .dropdown-menu {
  padding: 15px;
}
.nav.mega-menu .dropdown-menu .container {
  padding: 0;
  width: auto;
}
@media screen and (min-width: 900px){
  .nav.mega-menu .dropdown-menu .container .level0 {
    width: 64%;
    float: left;
  }
}
.nav.mega-menu .dropdown-menu .container .level0 > .level1 {
  display: inline-block;
  padding-right: 30px;
  float: left;
}
.nav.mega-menu .dropdown-menu .container .level0 > .level1 .dropdown-menu {
  display: inline;
  clear: both;
}
.nav.mega-menu .dropdown-menu .container .level0 > .level1.parent > a {
  display: block;
  margin-bottom: 5px;
}
.nav.mega-menu .dropdown-menu .container .level0 .dropdown-menu {
  border: none;
  padding: 0;
  margin-top: 5px;
  top: 0;
}
@media (max-width: 799px){
  .sidebar .block-layered-nav #filter-list {
    height: 0;
    overflow: hidden;
  }
  .footer ul.links ~ ul, .footer ul.links {
    margin: 15px 0 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .footer .switcher-store {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-top: 15px;
  }
}
@media screen and (min-width: 900px) {
  .nav.mega-menu .dropdown-menu .container .static-container {
    width: 35%;
    float: right;
  }
}
@media screen and (max-width: 899px) {
  .nav.mega-menu .dropdown-menu .container .static-container {
    display: none;
  }
}
.nav.mega-menu .dropdown-menu .container .static-container .img-thumbnail {
  display: block;
  width: 100%;
}
.nav.mega-menu .dropdown-menu .see-all {
  margin-top: 10px;
}
.nav.mega-menu .level0 > .dropdown-menu > .see-all {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 8px;
}

.sidebar .block.block-layered-nav {
  background: none;
  border: none;
}

.sidebar .block.block-layered-nav > .visible-xs .btn {
  padding: 10px 15px;
}

.sidebar .block.block-layered-nav .block-title {
  background: none;
  padding: 10px 0;
}

.sidebar .block.block-layered-nav .block-title span {
  color: #555;
}

.block-layered-nav .currently li {
  padding-right: 10px;
  background: none;
}

.sidebar .block-layered-nav dt {
  font-size: 14px;
  padding-left: 10px;
}

.sorter .sort-by {
  float: left;
  margin-right: 40px;
}

.sorter .amount, .sorter .limiter {
  float: right;
}

.sorter .amount {
  margin-right: 40px;
}

.products-grid .product-image, .products-grid li.item {
  width: auto;
  height: auto;
  text-align: center;
}

.cart {
  background: none;
}

.cart .cart-collaterals h2 {
  font-size: 1.6em;
}

.opc-progress-container {
  width: 20%;
}

.opc .step, .form-list label {
  font-size: inherit;
}

#checkout-step-login .col2-set {
  background: none;
}

#newsletter-validate-detail input {
  display: block;
  margin-bottom: 0;
}

.old-price {
  font-size: 12px;
  margin-bottom: 0;
}

.please-wait {
  border-color: #444;
  color: #444;
}

/* RESET MAGENTO BUTTON STYLES TO THE DEFAULT BOOTSTRAP STYLE */
button.button {
  -moz-user-select: none;
  border: 1px solid transparent;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: #333333;
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  border-color: #CCCCCC;
  text-shadow: 0 1px 0 #FFFFFF;
}

button.button span, button.button span span {
  background: none;
  color: #333333;
  font-family: inherit;
  font-size: 14px;
}

.cart .checkout-types .btn-proceed-checkout span, .cart .checkout-types .btn-proceed-checkout span span {
  background: none;
  font-weight: normal !important;
  text-transform: uppercase;
}

button.button.btn-proceed-checkout {
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  border-color: #419641;
}

.cart-table .button, .cart .giftcard .check-gc-status {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
}

/* HOME PAGE  STYLES FROM BOOTSTRAP CAROUSEL*/
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}

.carousel {
  margin-bottom: 20px;
  overflow: hidden;
}

footer {
  clear: both;
}

.footer ul.links li,
.footer ul li {
  border: none;
}

.featurette-divider {
  margin: 80px 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.cms-index-index .navbar {
  margin-bottom: 0;
}

/* Global Messages  */
.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;
  background-image: none !important;
}

.messages li li {
  margin: 0 !important;
  line-height: 24px;
}

.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 16px !important;
  font-size: 12px !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.error-msg,
.messages li.error-msg {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}

.success-msg,
.messages li.success-msg {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #468847;
}

.note-msg,
.messages li.note-msg {
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  color: #3A87AD;
}

.notice-msg,
.messages li.notice-msg {
  background-color: #FCF8E3;
  border-color: #FBEED5;
  color: #C09853;
}

/* Cateogory page */
.category-image img {
  width: 100%;
  height: auto;
}

.products-list h2.product-name {
  margin-top: 0;
}

/* Shopping Cart */
.cell-label {
  display: none;
  vertical-align: middle;
}

.cart-table a span.glyphicon {
  margin-right: 5px;
  vertical-align: text-top;
}
.cart-table input.qty {
  display: inline-block;
  vertical-align: middle;
}
.cart-table .btn-update {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 0 5px;
  margin: 0;
}
.cart-table .item-options {
  margin-bottom: 0;
}
.cart-table .product-name {
  margin-top: 0;
  white-space: normal;
}
.cart-table .unit-price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.cart-table td.cell-product-img {
  min-width: 150px;
}

.product-name {
  font-size: 18px;
  white-space: normal;
}
.product-name a {
  text-decoration: none;
  color: #333;
}
.table .product-name {
  margin-top: 10px;
}

.cart .checkout-types {
  float: none;
  text-align: right;
}
.cart .checkout-types .btn-proceed-checkout span {
  padding: 0 !important;
}
.cart .checkout-types .btn-proceed-checkout span span {
  padding: 0 !important;
}

.panel.panel-coupon .btn, .panel.panel-giftcard .btn {
  margin-top: 5px;
}

.panel-title > a {
  display: block;
  outline: none;
  text-decoration: none;
}
.panel-title > a:hover {
  text-decoration: none;
}

.navbar {
  z-index: 900;
}

.navbar-toggle {
  margin-left: 10px;
}

.top-cart .block-title {
  background: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
  padding: 0;
  text-transform: none;
  height: auto;
}
.top-cart .block-title strong {
  background: none;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
  padding-right: 0;
  text-decoration: none;
}
.top-cart .block-title strong,
.top-cart .block-title.expanded strong {
  color: #444;
}
.top-cart .block-content {
  top: 38px;
  line-height: normal;
  background: none;
  text-align: left;
}
.top-cart .block-content ol {
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-cart .block-content .item {
  padding: 10px 0;
}
.top-cart .block-content .item .product-name {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
}
.top-cart .block-content .item .product-name a {
  font-size: 14px;
}
.top-cart .block-content .item .product-name a:hover {
  color: #333;
}
.top-cart .block-content table {
  margin: 5px 0;
}
.top-cart .block-content table th {
  text-align: left;
}
.top-cart .block-content .subtotal {
  background: none;
  padding: 0;
  text-align: right;
}
.top-cart .block-content .subtotal .label {
  color: #444;
  font-size: 12px;
}
.top-cart .inner-wrapper {
  border-color: #DDD;
}
.top-cart .cart-empty {
  padding: 15px;
}
.top-cart .panel-heading {
  position: relative;
}
.top-cart .panel-heading .glyphicon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 12px;
}
.top-cart .actions {
  background: none;
  padding: 0;
}

.mini-products-list .product-details .btn-remove,
.mini-products-list .product-details .btn-edit {
  font-size: 12px;
}
.mini-products-list .product-details .btn-remove > span,
.mini-products-list .product-details .btn-edit > span {
  margin-right: 3px;
}

.block .btn-remove,
.block .btn-edit {
  float: none;
  margin: 0;
  display: inline;
}

.btn-edit,
.btn-remove {
  background: none;
  overflow: visible;
  width: auto;
  height: auto;
  line-height: 1;
  text-indent: inherit;
}

.truncated a.details {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
}

.item-options dt {
  font-size: 12px;
  padding: 0;
}
.item-options dd {
  font-size: 12px;
  padding-bottom: 10px;
}

.panel-body .item .product-shop {
  margin-bottom: 20px;
}

.add-to-links .btn-link {
  padding: 0;
}
.add-to-links .btn-link .glyphicon {
  margin-right: 3px;
}

/* Checkout styles */
.opc-wrapper {
  background: none;
}
.opc-wrapper .page-title {
  margin-bottom: 20px;
}
.opc-wrapper > .row .panel.checkout-container {
  padding: 0;
}
.opc-wrapper > .row .panel.checkout-container > .panel-body {
  padding: 0;
}

.opc-block-progress {
  margin-bottom: 0;
  font-size: 12px;
}
.opc-block-progress .col-md-12 {
  margin-bottom: 10px;
}
.opc-block-progress dt {
  padding-bottom: 5px;
  border-bottom: 1px solid #DDD;
  font-size: 12px;
  margin-bottom: 5px;
}
.opc-block-progress dt a {
  font-weight: normal;
}
.opc-block-progress .panel-body {
  padding: 15px 0;
}
.opc-block-progress address {
  margin-bottom: 0;
}
.opc-block-progress table th {
  padding-right: 10px;
}
.opc-block-progress .panel-title {
  font-size: 14px;
}

.opc {
  float: none;
  width: auto;
  margin: 0;
}
.opc .step {
  background: none;
  border-color: #DDD;
}
.opc .step-title {
  margin: 0;
  text-transform: none;
  color: #444444;
  font-size: 14px;
  height: auto;
  line-height: normal;
  padding: 8px 20px;
}
.opc .section .step-title {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(whitesmoke), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, whitesmoke, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  border-color: #ddd;
  color: #666;
}
.opc .section .reward-message {
  margin-right: 10px;
  margin-left: 10px;
}
.opc .section.allow .step-title {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(whitesmoke), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, whitesmoke, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  border-color: #ddd;
  color: #666;
}
.opc .section.allow.active .step-title {
  border-color: #ddd;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  margin-bottom: 0;
  padding: 8px 20px;
}
.opc .section .row {
  margin: 0;
  padding: 10px 0;
}
.opc .section .row .panel {
  padding: 0;
  margin-bottom: 0;
}
.opc .section .row .panel .panel-body {
  padding: 15px;
}

#checkout-step-login h4 {
  margin: 0;
}

.gift-message-form {
  border: none;
  background: none;
}
.gift-message-form .list-group {
  margin-bottom: 0;
}
.gift-message-form .inner-box h4 {
  padding: 0;
  margin: 0;
}

.tool-tip {
  position: static;
  margin-bottom: 20px;
}

#checkout-review-table .product-name {
  font-size: 14px;
  margin: 0 0 5px;
  color: #444;
}
#checkout-review-table .item-options {
  color: #999;
}

#checkout-step-review {
  padding: 20px;
}

#review-buttons-container a span.glyphicon {
  margin-right: 3px;
}

.reward-message {
  margin: 5px 0;
}
.reward-message .a-more a {
  color: #333;
  font-weight: bold;
}

#wishlist-table td {
  padding: 5px;
}

.toolbar {
  font-size: 12px;
}
.toolbar .sort-by select {
  margin: 15px 5px 15px 0;
}
.toolbar .navbar {
  box-shadow: none;
  margin-bottom: 5px;
  z-index: 10;
}
.toolbar .pagination {
  margin: 0;
}
.toolbar p.navbar-text {
  margin: 15px;
}

.add-to-cart .qty,
.add-to-cart label {
  display: inline-block;
}
.add-to-cart .qty {
  width: 4em !important;
  text-align: center;
}

.minimal-price-link .label {
  color: #333;
}

.options-container-small dt {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  float: none;
}

.box-collateral .product-details {
  padding-right: 0;
}
.box-collateral .checkbox {
  margin-top: 0;
}
.box-collateral .checkbox input[type="checkbox"] {
  margin-top: 0;
}
.box-collateral .btn-link {
  padding-left: 0;
  color: #999;
}
.box-collateral .price-box {
  margin-bottom: 5px;
}
.box-collateral .price-box p {
  margin: 0;
}
.box-collateral .item {
  margin-bottom: 10px;
}

.results-view {
  margin: 0;
}
.results-view .recommendations {
  padding: 20px 0 0;
}

.header-panel.navbar.navbar-default.row {
    border-left: medium none;
    border-right: medium none;
}
.header-panel .glyphicon {
    margin: 2px;
}

/* COMMUNITY VERSION STYLE FIXES */
body {background-image:none}

.header .form-search,.block .block-title {background-image:none; height: auto; overflow: visible; text-indent: inherit;}

.block-layered-nav .block-subtitle { display: none;}
.block-layered-nav dd { background: none; border-bottom: 1px solid #fff;}

.block .block-title strong , .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: 1em;}

.block .block-content,.block .actions,.block-layered-nav .block-subtitle,.block-layered-nav .block-content
,.block-layered-nav dt,.product-essential,.account-login .content, .account-login .buttons-set ,.block li.odd,
.block-cart .subtotal,.product-view .box-up-sell .products-grid td,.product-view .box-up-sell .products-grid td.empty,
.cart .crosssell {background:none }
#upsell-product-table tbody > tr > td { border-top: none;}
.product-view .product-options-bottom { background-color: #f6f6f6; margin-bottom: 20px; padding: 10px; float: none;}
.product-view .product-options-bottom .add-to-cart { padding: 0 !important; float: none;}

.block-poll button.button span {
    background: none;
    border:none;
}
.block-content {border:none !important}

.sidebar .block {
    background: url("https://www.espressotoscano.it/skin/frontend/b-responsive/default/images/bkg_block.gif") repeat-x scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #CFCFCF;
    border-left: medium none;
    border-right: medium none;
    margin-bottom:15px;
}

.block-cart .summary {
  background: none;
}

.block-cart .subtotal .label { color: #555;}

.sidebar .block .block-content {
    color: #555555;
    font-size: 12px;
    padding: 10px;
}
#narrow-by-list > .list-group-item {
  padding-right: 10px;
  font-size: 14px;
}
#narrow-by-list > .list-group-item a {
  color: #fff;
  padding: 5px;
  font-size: 12px;
}
#narrow-by-list > .list-group-item a:hover,
#narrow-by-list > .list-group-item a:focus {
  text-decoration: none;
}
#narrow-by-list > .list-group-item .pull-left {
  line-height: 1.7;
}
#narrow-by-list2 li {
  margin-bottom: -1px;
}
.sidebar .block-layered-nav .block-content {
  padding: 0;
}
.sidebar .block-layered-nav .block-content .filter-state .list-group {
  margin-bottom: 0;
}
.sidebar .block-layered-nav .block-content .filter-state + .actions {
  background: none;
  padding: 0;
  margin: 10px 0;
}
.sidebar .block .block-content .list-group .text {
  display: inline-block;
  line-height: 1;
  max-width: 79%;
}
.products-grid .actions {
    bottom: 0;
    position: relative;
}
.products-grid {
    background: none;
    border-bottom: none;
    position: relative;
    padding: 0;
}
.header form {
    background: none;
    float: right;
    height: auto;
    position: relative;
    top: 0;
    width: auto;
    right:0;
}
.footer {width:auto}
.footer a {color: #333}

button.button span {border:none}
.account-login .content,.account-login .buttons-set {border:none;}
.account-login .new-users h2,.account-login .content h2 {background:none !important; padding:0;margin:10px 0; font-size:20px; }
.links li {
    border-right: 1px solid #808080;
    padding: 0 9px 0 5px;
}
.links li.last {border-right:none}

.info-box h2 { margin-top: 0;}
.order-info { background: none; border: none; padding: 5px 0;}
.opc .step-title h2,
.opc .active .step-title h2,
.opc .allow .step-title h2 { color: #333; background: none; margin: 0; padding: 0; border: 0 none; text-transform: none; font-weight: normal;}
.opc .step-title h2 { color: #999; font-size: 14px;}
.opc .active .step-title .number { background: #fff; color: #333; border: none;}
.opc-block-progress dl dd { margin-bottom: 10px;}

@media (min-width: 768px) {
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    margin-top: 20px;
  }

  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .header .container {
    padding: 0;
  }
  .header form {
    max-width: 230px;
  }
}
@media (min-width: 780px) {
  .body-wrapper {
    padding: 0;
  }
}
@media (min-width: 800px) {
  .sidebar .block-layered-nav #filter-list {
    height: auto !important;
    overflow: visible;
    display: block !important;
  }
  .footer ul.links ~ ul, .footer ul.links {
    width: 16.66%;
    margin: 0;
    padding: 0 10px;
  }

  .footer .switcher-store {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
/* MOBILE ONLY FIXES */
@media (max-width: 990px) {
  .opc-block-progress {
    margin-bottom: 10px;
  }
}
@media (max-width: 799px) {
  .welcome-msg, .header-panel > .links {
    display: none !important;
  }

  .header .form-search {
    float: none;
    clear: both;
    padding-left: 0;
  }

  .product-collateral {
    width: 100%;
  }

  img {
    max-width: 100%;
  }

  .toolbar p.navbar-text {
    margin-left: 15px;
    margin-right: 1px;
    display: inline-block;
  }
  .toolbar .limiter p.navbar-text + div {
    display: inline-block;
  }

  .box-collateral .product-details {
    padding: 0;
    float: none;
    width: 100%;
    clear: both;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-view {
    width: auto;
  }
  .nav.mega-menu .level0:hover .dropdown-menu {
    display: none !important;
  }
  .header {
    z-index: 901;
    padding: 10px 0;
  }
  .header form {
    display: block;
    width: auto;
    position: absolute;
    top: 100%;
    right: 10px;
    margin-top: 6px;
  }
  .header form .form-control {
    color: #ccc;
    background-color: transparent;
    border-color: #222;
  }
  .header form .btn {
    border-color: #222;
  }
  .branding .logo {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    max-width: 75%;
  }
  .switches {
    text-align: left !important;
  }
  #dropdown {
    right: auto;
    left: 0;
  }
  .catalog-category-view .navbar-inverse {
    margin: 0 10px 5px;
  }
  .catalog-category-view .breadcrumb {
    margin-bottom: 5px;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .cell-label {
    display: inline-block;
    font-weight: bold;
    min-width: 80px;
    font-size: 14px;
  }

  .cart-table {
    display: block;
    border: none;
    width: auto;
  }
  .cart-table .btn-update {
    float: none;
  }
  .cart-table thead {
    display: none;
  }
  .cart-table tbody {
    display: block;
  }
  .cart-table tbody td {
    display: block;
    clear: both;
    padding: 5px 15px;
    text-align: left !important;
  }
  .cart-table tbody td span + span {
    display: inline-block;
    vertical-align: middle;
  }
  .cart-table tbody tr {
    display: block;
  }
  .cart-table tbody tr.last td {
    border: none;
  }
  .cart-table tbody tr td {
    border: none;
  }
  .cart-table tbody tr td.last {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
  .cart-table .product-name {
    margin-top: 0;
  }
  .cart-table .cart-price {
    display: inline-block;
    vertical-align: text-top;
  }
  .cart-table .glyphicon-remove:after {
    content: "Remove";
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
}
@media screen and (max-width: 480px) {
  .category-products .products-grid .col-xs-4 {
    display: block;
    float: none;
    margin: 0 auto 20px;
    width: 70%;
  }
}
@media screen and (max-width: 360px) {
  #dropdown {
    width: 100% !important;
  }
  .panel-body .item.col-xs-6 {
    width: 100%;
  }

  #checkout-review-table {
    font-size: 12px;
  }
  #checkout-review-table .product-name {
    font-size: 12px;
  }

  #checkout-step-review {
    padding: 10px;
  }

  .opc-block-progress .col-md-12 {
    width: 100%;
  }
  .opc-block-progress .col-md-12 table {
    width: 100%;
  }

  .panel-crosssell .item {
    width: 50%;
  }

  .category-products .products-grid .col-xs-4 {
    display: block;
    float: none;
    margin: 0 auto 20px;
    width: 80%;
  }

  .products-list .col-xs-9 {
    width: 100%;
    clear: both;
  }
  .products-list .col-xs-3 {
    margin-bottom: 20px;
    width: 50%;
  }

  .toolbar .sort-by,
  .toolbar .limiter {
    width: 100%;
  }
  .toolbar .limiter p.navbar-text,
  .toolbar .limiter p.navbar-text + div {
    margin-top: 0 !important;
  }
  .toolbar > .row .col-xs-8 {
    width: 100%;
    clear: both;
    float: none;
    text-align: center !important;
  }
  .toolbar > .row .view-mode {
    display: none;
  }

  .box-collateral .item {
    width: 100%;
    float: none;
    clear: both;
  }
}
.product-slider .title {
    font-size: 20px;
    margin: 10px 0;
}

@font-face {
    font-family: 'Font-ET';
    src:    url('https://www.espressotoscano.it/skin/frontend/eto/default/fonts/ET/fonts/Font-ET.eot?bbquz7');
    src:    url('https://www.espressotoscano.it/skin/frontend/eto/default/fonts/ET/fonts/Font-ET.eot?bbquz7#iefix') format('embedded-opentype'),
        url('https://www.espressotoscano.it/skin/frontend/eto/default/fonts/ET/fonts/Font-ET.ttf?bbquz7') format('truetype'),
        url('https://www.espressotoscano.it/skin/frontend/eto/default/fonts/ET/fonts/Font-ET.woff?bbquz7') format('woff'),
        url('https://www.espressotoscano.it/skin/frontend/eto/default/fonts/ET/fonts/Font-ET.svg?bbquz7#Font-ET') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Font-ET' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ic-et-location:before {
    content: "\e909";
}
.ic-et-minus:before {
    content: "\e906";
}
.ic-et-plus:before {
    content: "\e907";
}
.ic-et-radio:before {
    content: "\e908";
}
.ic-et-checked:before {
    content: "\e902";
}
.ic-et-heart:before {
    content: "\e903";
}
.ic-et-label:before {
    content: "\e904";
}
.ic-et-ship:before {
    content: "\e905";
}
.ic-et-close:before {
    content: "\e619";
}
.ic-et-left:before {
    content: "\e61d";
}
.ic-et-arrow-down:before {
    content: "\e62c";
}
.ic-et-arrow-up:before {
    content: "\e62d";
}
.ic-et-down:before {
    content: "\e606";
}
.ic-et-up:before {
    content: "\e604";
}
.ic-et-down2:before {
    content: "\e607";
}
.ic-et-right:before {
    content: "\e622";
}
.ic-et-cart:before {
    content: "\e901";
}
.ic-et-uniF045:before {
    content: "\f045";
}
.ic-et-uniF02D:before {
    content: "\f02d";
}
.ic-et-uniF033:before {
    content: "\f033";
}
.ic-et-uniF036:before {
    content: "\f036";
}
.ic-et-logo:before {
    content: "\e900";
}


/* 
 *  Owl Carousel - Animate Plugin
 */

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


.disabled {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  opacity: 0 !important;
}
.owl-nav.disabled {
  display: none;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.espressotoscano.it/skin/frontend/eto/default/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}



.owl-carousel-home .owlcarousel-caption {
  right: 0;
  text-align: right;
  top: 28%;
}
.owlcarousel-caption {
  left: 20%;
  padding-bottom: 30px;
  right: 20%;
}
.owlcarousel-caption  {
  bottom: 20px;
  color: #ffffff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.owl-carousel-home .item {
  min-height: 218px;
}
.owl-carousel-home .item > img,
.owl-carousel-home .item > a > img {
  margin: 20px 0;
  max-height: 418px;
  width: auto;
}
.owl-carousel-home .item h2,
.owl-carousel-home .item h3 {
  font-weight: 900;
  line-height: 95%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.owl-carousel-home .item h2 {
  font-size: 60px;
}
.owl-carousel-home .item h3 {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -1px;
}
.owl-carousel-home .item p {
  display: inline-block;
  font-size: 17px;
  line-height:30px;
  font-weight: 400;
  margin-top: 16px;
  max-width: 352px;
  width: 463px;
}
.owl-carousel-home .item p .btn {
  margin-left: 10px;
}

.owl-carousel-home .owl-dots {
  bottom: 18px;
  position: absolute;
  right: 0;
}

.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 0 0 5px;
}
.owl-dots .owl-dot span {
  border-radius: 30px;
  display: block;
  background-color:rgba(27, 8, 6,0.3);
  height: 14px;
  width: 14px;
  border:0;
  margin: 0 2px;
  -o-transition: opacity 200ms ease 0s;
  -moz-transition: opacity 200ms ease 0s;
  -webkit-transition: opacity 200ms ease 0s;
  transition: opacity 200ms ease 0s;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background-color: #cb413a;
}

/* resize fix **/
.owl-carousel-home .owl-item .owl-lazy,
.owl-carousel-home .owlcarousel-caption {
  -webkit-transition: opacity 2000ms ease;
  -moz-transition: opacity 2000ms ease;
  -ms-transition: opacity 2000ms ease;
  -o-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;
}
.owl-carousel-home .resized .owlcarousel-caption {
  transition: none!important;
}

.owl-carousel .owl-item img,
.owl-carousel-home .owlcarousel-caption,
.owl-carousel-home .resized.active .owlcarousel-caption {
  opacity: 0!important;
}

.owl-carousel .owl-item.active img,
.owl-carousel-home .active .owlcarousel-caption {
  opacity: 1!important;
}

@media (max-width: 991px) {
  .owl-carousel-home .item > img,
  .owl-carousel-home .item > a > img {
    max-height: 250px;
  }
  .owl-carousel-home .item h2 {
    font-size:50px;
  }
  .owl-carousel-home .item h3 {
    font-size: 34px;
  }
}
@media (max-width: 780px) {
  .owl-carousel-home .item,
  .owl-carousel-home .owl-dots {
    right: 10px;
  }
}
@media (max-width: 631px) {
  .owl-carousel-home .item > img,
  .owl-carousel-home .item > a > img {
    max-height: 184px;
  }
  .owl-carousel-home .item h2 {
    font-size: 38px;
  }
  .owl-carousel-home .item h3 {
    font-size: 23px;
  }
  .owl-carousel-home .item > img,
  .owl-carousel-home .item > a > img {
    margin:0;
    padding:0
  }

}
@media (max-width: 580px) {
  .owl-carousel-home .item > img,
  .owl-carousel-home > .item > a > img {
    margin: auto auto 14px;
    max-height: 184px;
    text-align: center;
  }
  .owl-carousel-home .owlcarousel-caption {
    position: relative;
    text-align: center;
    padding-bottom:0;
    max-width: 100%;
    width: 100%;
    left:0
  }
  .owl-carousel-home .owl-dots {
    padding-bottom:30px!important;
    margin: 0 auto!important;
    position: relative!important;
    text-align: center!important;
    bottom: 0!important;
  }
  .owl-carousel-home .item p {
    max-width: auto;
    width: 100%;
  }
}

/* fix grapping **/

#homecarousel {
  margin: 0 -10px;
}

.owl-carousel-home .item {
  margin: 0 auto;
  max-width: 1160px;
  min-height: 218px;
  position: relative;
}

.owl-carousel-home .owl-dots {
  margin: -32px auto 30px;
  max-width: 1162px;
  position: relative;
  text-align: right;
  z-index: 111;
}

@media (max-width: 1199px) {
  .owl-carousel-home .item,
  .owl-carousel-home .owl-dots {
    max-width: 960px;
  }
}

@media (max-width: 1199px) {
  .owl-carousel-home .item,
  .owl-carousel-home .owl-dots {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .owl-carousel-home .item,
  .owl-carousel-home .owl-dots {
    max-width: 740px;
  }
  .owl-carousel-home .owl-dots {
    margin: 16px auto 0;
  }
}

@media (max-width: 631px) {
  .owl-carousel-home .owl-dots {
    margin: 38px auto 16px;
  }
}



/* Magnific Popup CSS */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 640px;
  margin: 20px auto;
  text-align:center
}
.white-popup .content {
  padding: 20px
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
}


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*
====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.6s;
  transform: translateY(-100%);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.6s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(30%);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-100%);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  width: 0;
  height: 0; }

/* input.uniform_active & Textarea */
input.uniform_active.uniform-input.uniform_active,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  outline: 0; }
  input.uniform_active.uniform-input.uniform_active.active,
  select.uniform-multiselect.active,
  textarea.uniform.active {


  }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input.uniform_active,
input.uniform_active[type="search"],
input.uniform_active[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  position: relative;
  overflow: hidden; }

  div.selector span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 26px;
    line-height: 26px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%;
    display: block; }

   .form-group div.selector,
   .input.uniform_active-box div.selector,
   .select-style div.selector{
    border: 1px solid rgb(215, 208, 203);
    border-radius: 3px;
    height: 38px;
    width: 100% !important;
  }
  .form-group div.selector span,
  .input.uniform_active-box div.selector span,
  .select-style div.selector span {
    background-position: right 0;
    cursor: pointer;
    display: block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding-left: 11px;
    padding-right: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100% !important;
  }

.form-group div.selector span:after,
 .input.uniform_active-box div.selector span:after,
.select-style div.selector span:after {

    content:'\e62c';
    cursor: pointer;
    color: #B39284;
    font-family: "Font-ET";
    font-size: 16px;
    padding: 0 0 0 8px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 1px;
 }
.select-style div.selector select {
  box-sizing: border-box !important;
  height: 34px;
  margin-top: 0;
  padding: 0 0 0 2px;
  width: 100% !important;
}
.product-options div.selector,
.product-options div.selector span {
  height: 26px;
  line-height: 24px;
  border:0
}
.product-options div.selector span:after {
  content: '';
  position:relative;
  padding:0
}
div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 155px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    position: absolute;
    min-height: 22px;
    height: 100%;
    top: 2px;
    left: 0;
    width: 100%; }
  div.selector.active {
    background-position: 0 -156px; }
    div.selector.active span {
      background-position: right -26px; }
  div.selector.hover, div.selector.focus {
    background-position: 0 -182px; }
    div.selector.hover span, div.selector.focus span {
      background-position: right -52px; }
    div.selector.hover.active, div.selector.focus.active {
      background-position: 0 -208px; }
      div.selector.hover.active span, div.selector.focus.active span {
        background-position: right -78px; }
  div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -234px; }
    div.selector.disabled span, div.selector.disabled.active span {
      background-position: right -104px; }

/* Checkbox */
.radio label,
.checkbox label {
  padding-left: 2px;
  font-weight: 600;
  font-size: 13px;
}

div.checker {
  position: relative; }
  div.checker, div.checker span, div.checker input.uniform_active {
    height: 14px;
    padding: 0 1px;
    width: 14px;
  }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px; }
    div.checker span.checked {
      background-position: -76px -260px; }
  div.checker input.uniform_active {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker.active span { }
    div.checker.active span.checked { }
  div.checker.hover span, div.checker.focus span { }
    div.checker.hover span.checked, div.checker.focus span.checked { }
  div.checker.hover.active span, div.checker.focus.active span {}
    div.checker.hover.active span.checked, div.checker.focus.active span.checked {}
  div.checker.disabled span, div.checker.disabled.active span { }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked { }

div.checker .ic-et-check {
  background: #dedede none repeat scroll 0 0;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
div.checker span.checked:before {
  opacity: 0;
  color: #ffa401;
  content: "\e013";
  font-family: "Glyphicons Halflings";
  font-size: 15px;
  font-weight: bold;
  left: 1px;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 100%;
  z-index: 2;

  -o-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
div.checker span.checked:before  {
  opacity: 1;
}
/* Radio */
/*.radio input.uniform_active[type="radio"], .radio-inline input.uniform_active[type="radio"], .checkbox input.uniform_active[type="checkbox"], .checkbox-inline input.uniform_active[type="checkbox"]
{
  margin-left: -10px;
}*/
div.radio {
  position: relative;
  max-height: 14px;
}
.radio span .icon {
  color:#dedede;
  font-size:14px
}
div.radio span.checked {
  position:relative
}
.radio span.checked::before {
  color: #ffa401;
  content: "";
  font-family: Font-ET;
  font-size: 7px;
  height: 0.5em;
  left: 0;
  margin-top: -36%;
  position: absolute;
  text-align: center;
  top: 49%;
  width: 100%;
}

div.radio span, div.radio input.uniform_active {
    width: 14px;
    height: 14px; }
  div.radio span {
    display: block;
    *display: block;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px; }
div.radio span.no-display {
  display: none;
}

  div.radio input.uniform_active {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio.active span {
    background-position: -18px -279px; }
    div.radio.active span.checked {
      background-position: -90px -279px; }
  div.radio.hover span, div.radio.focus span {
    background-position: -36px -279px; }
    div.radio.hover span.checked, div.radio.focus span.checked {
      background-position: -108px -279px; }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: -54px -279px; }
    div.radio.hover.active span.checked, div.radio.focus.active span.checked {
      background-position: -126px -279px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: -144px -279px; }
    div.radio.disabled span.checked, div.radio.disabled.active span.checked {
      background-position: -162px -279px; }

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 82px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 85px;
    padding: 0 10px; }
  div.uploader input.uniform_active {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }
  div.uploader.active span.action {
    background-position: right -465px; }
  div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px; }
    div.uploader.hover span.action, div.uploader.focus span.action {
      background-position: right -437px; }
    div.uploader.hover.active span.action, div.uploader.focus.active span.action {
      background-position: right -493px; }
  div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -325px; }
    div.uploader.disabled span.action, div.uploader.disabled.active span.action {
      background-position: right -381px; }

/* Buttons */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input.uniform_active {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 22px;
    text-align: center;
    background-position: right -521px;
    height: 22px;
    margin-left: 13px;
    padding: 8px 15px 0 2px; }
  div.button.active {
    background-position: 0 -671px; }
    div.button.active span {
      background-position: right -551px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -701px; }
    div.button.hover span, div.button.focus span {
      background-position: right -581px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -731px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -611px;
      cursor: default; }

/* input.uniform_active & TEXTAREA */
input.uniform_active.uniform-input.uniform_active,
select.uniform-multiselect,
textarea.uniform {
}
  input.uniform_active.uniform-input.uniform_active.hover, input.uniform_active.uniform-input.uniform_active.focus,
  select.uniform-multiselect.hover,
  select.uniform-multiselect.focus,
  textarea.uniform.hover,
  textarea.uniform.focus {

  }

/* PRESENTATION */
/* Buttons */
div.button span {

}
div.button.hover span, div.button.focus span {
}
div.button.disabled span, div.button.disabled.active span {
}

/* Select */
div.selector {
}
  div.selector span {
  }
  div.selector select {
  }
  div.selector.disabled span, div.selector.disabled.active span { }

/* Checker */
div.checker {
  margin-right: 10px; }

/* Radio */
div.radio {
  margin-right: 3px;
  margin-top: 4px;
}

/* Uploader */
div.uploader span.action {
  font-size: 11px;
  font-weight: bold; }
div.uploader span.filename {
  border-right: solid 1px #bbb;
  font-size: 11px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
}
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
}

input.uniform_active.uniform-input.uniform_active, input.uniform_active.uniform-input.uniform_active:focus {
}

/**
* Custom Styles for Espresso Toscano Theme
 */

/* PAGE GENERALE *******************************************************************/
body {
    background: #471816;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body > .bg-radial {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7b2c23+0,481816+69 */
    background: rgb(123,44,35); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(123,44,35,1) 0%, rgba(72,24,22,1) 69%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(123,44,35,1) 0%,rgba(72,24,22,1) 69%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(123,44,35,1) 0%,rgba(72,24,22,1) 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2c23', endColorstr='#481816',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body > .bg-radial {
    height: 142%;
    position: absolute;
    top: -400px;
    width: 100%;
    z-index: -1;
}
@media screen and (max-width: 779px) {
    body > .bg-radial {
        top:100px;
        margin: 0;
        overflow: hidden;
        width: 100%;
        z-index: -1;
        height:50%
    }
}

html.touch .visible-ontouch {
    display: block!important;
}
html.touch .hidden-ontouch {
    display: none!important;
}

.content-height {
    min-height: 600px;
}

.subtitle,
.sub-title {
    color: #a47c6c;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 30px;
}
a {
    outline: none!important;
}

.btn,
.btn span {
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
a.btn-link,
.table td a,
.data-table td a,
.color-primary,
.back-link a {
    color:#fa820d!important;
}
.sidebar .color-primary {
    color:#FFA401!important;
}
a.btn-link:hover,
a.btn-link:hover span,
a.btn-link:focus,
a.btn-link:focus span,
.table td a:hover,
.table td a:focus,
.color-primary:hover,
.color-primary:focus,
.data-table td a:hover,
.data-table td a:focus,
.back-link a:hover,
.back-link a:focus {
    color:#3f1210;
}

.a-right a.btn-link,
.a-right a.btn-link span {
    color: #fa820d
}
.a-right a.btn-link:hover,
.a-right a.btn-link:hover span,
.a-right a.btn-link:focus,
.a-right a.btn-link:focus span {
    color:#3f1210;
    text-decoration: none;
}
.btn-primary,
.btn-default {
    background-color:#cb413a;
    border-color: transparent;
    color: #ffffff;
    border-radius: 4px;
    padding: 4px 3%;
    font-size:14px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color:#fa820d;
    border-color: transparent;
    color:#fff
}
.btn-success {
    border-radius: 4px;
    padding: 10px 4%;
    background-color: #fa820d;
    border-color: #fa820d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.btn-success {
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn-success span {
    line-height: 100%;
}
.btn-success span span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color:#fff
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #ffa401;
    border-color: #ffa401;
}
.std b, .std strong {
    font-weight: 600;
}

.info-set {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.info-set h2.legend {
    background: transparent;
    border-bottom: 0;
    margin: 20px 0 15px;
    padding: 0;
    color: #a47c6c;
}
.info-set h2.legend a {
    text-transform: none;
    color: #a47c6c;
}
.info-set h2.legend a:hover,
.info-set h2.legend a:active,
.info-set h2.legend a:focus {
    text-decoration: none;
    color: #481D1B
}
.info-set h2.legend .separator {
    color: #ffa401;
}
.info-set h2 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.info-set .box .box-title h3 {
    background-color: #f5f5f5;
    background-image: none;
    border: 0 none;
    color: rgb(63, 18, 16);
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 15px;
    margin: 0
}
.info-set .box .box-content {
    padding: 20px 15px;
}

/* PAGE FORM *******************************************************************/
.form-control,
.input-box input {
    box-shadow: none;
    -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.form-group.focus .form-control,
.form-control:focus,
.input-box input,
.input-box input:focus,
input.input-text:focus,
select:focus, textarea:focus {
    border-color: #481816;
    outline: 0;
    box-shadow: none;
    background: transparent;
}
.form-control.validation-failed,
.input-box input.validation-failed {
    color: #e74c3c!important;
    border-color: #e74c3c;
    box-shadow: none;
    border-style: solid!important;
    background:transparent!important;
}

.form-control,
.input-box input,
input.input-text,
textarea {
    border-width: 1px;
    border-color: rgb( 215, 208, 203 );
    border-style: solid;
    border-radius: 3px;
    background-color: rgb( 255, 255, 255 );
    min-height: 41px;
    box-shadow: 0 0 0;
    font-size: 12px;
    color: #481816;
    padding: 6px 10px;
}

.form-control:focus,
.input-box input:focus {
    color: #000;
    font-weight: 600;
}
.input-box div {
    margin-bottom: 4px
}
.input-box div.radio {
    margin-bottom: 1px;
}
textarea.form-control {
    min-height: 124px;
    padding-top: 16px;
}

.form-group label {
    color:#3f1210;
    text-transform: uppercase;
    font-size:12px;
    font-weight: 600;
    margin: 20px 0 10px;
}
.fieldset {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
}
.fieldset .legend {
    background: transparent none repeat scroll 0 0;
    color: #a47c6c;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    border: 0;
}
p.required {
    color: #cb413a;
    font-size: 11px;
    text-align: right;
}
.validation-advice {
    background: none;
    padding: 0 0 0 10px;
}
.validation-advice:before {
    content: "\e62d";
    font-family: Font-ET;
    font-size: 14px;
    left: -3px;
    position: relative;
    top: 2px;
}

/* PAGE table *******************************************************************/
.table-responsive {
    border: 0;
    overflow: hidden;
}
.table > thead > tr > th,
.data-table > thead > tr > th {
    border-bottom: 0;
}
.data-table,
.data-table tr.odd,
.data-table tr.even {
    background:transparent;
    border:0
}
.data-table th.label {
    display: block;
    border-radius: 0;
    line-height: 19px;
    text-align:left
}
.table th,
.table th span,
.data-table th,
.data-table th span {
    color: rgb( 63, 18, 16 );
    background: #F4F4F4;
    font-weight: bold;
    font-size: 13px;
}
.table-hover > tbody > tr:hover > td ,
.table-hover > tbody > tr:hover > th,
.data-table > tbody > tr:hover > td,
.data-table > tbody > tr:hover > th {
    background: transparent;
}
.table td h5 {
    font-size: 12px;
    margin:0;
    line-height: 18px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td,

.data-table > thead > tr > th,
.data-table > tbody > tr > th,
.data-table > tfoot > tr > th,
.data-table > thead > tr > td,
.data-table > tbody > tr > td,
.data-table > tfoot > tr > td {
    padding: 10px 14px;
    border-color: #f4f4f4;
}
td .item-options {
    margin: 18px 0;
    color: #999;
    padding:0
}
td .item-options dt {
    display: none;
}
.item-options dd {
    padding:0
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 0; /*reset bootstrap*/
}
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-bottom: 1px solid #f4f4f4; /*reset bootstrap*/
}
/********* mobile table */
.table-mobile.table,
.table-mobile.table tbody,
.table-mobile.table tfoot,
.table-mobile.table thead,
.table-mobile.table th,
.table-mobile.table tr,
.table-mobile.table td {
    display: inline-block;
    float: none !important;
    width: 100%;
    white-space: normal!important;
}
.table-mobile.table tfoot td {
    display: inline-block;
    width: 100%;
}
.table-mobile.table thead,
.table-mobile.table th { display: none; }
.table-mobile.table tbody td:before {
    content: attr(data-title);
    padding-right: 36px;
}
.table-mobile.table tbody td.no-datatitle:before {
    padding-right:0;
    content: ''
}

.table-mobile.table tbody td:before,
.table-mobile.table tfoot td:first-child {
    color: rgb(63, 18, 16);
    font-size: 13px;
    font-weight: bold;
    text-align: left !important;
}
.table-mobile.table tfoot td:first-child {
    background: #f4f4f4 none repeat scroll 0 0;
}
.table-mobile.table td span {
    display: inline-block;
}
.table-mobile.table tbody,
.table-mobile.table tbody tr {
    width:100%
}

.table-mobile .cell-label {
    display: none!important;
}

/* PAGE ACCORDION PANEL *******************************************************************/
#accordion .panel,
#accordion .panel .panel-default {
    border:0;
    box-shadow: 0 0 0;
}
#accordion .panel .panel-default > .panel-heading ,
#accordion .panel .panel-body,
#accordion .panel .panel-group .panel-heading + .panel-collapse > .panel-body {
    border:0
}
#accordion .panel .panel-title a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    outline: medium none;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 13px;
    position:relative;
}
#accordion .panel .panel-title a span {
    color:#FA820D;
    position: absolute;
    right: 0;
}
/* PAGE navbar - toolbar - pagination - pager  *******************************************************************/
.divider {
    background: transparent;
}
.limiter div.selector span {
    height: 23px;
    line-height: 23px;
    padding-right: 0;
}
.limiter label {
    margin-bottom: 3px;
}
.limiter div.selector span:after {
    color: rgb( 63, 18, 16 );
    content:'\e62c';
    font-family: "Font-ET";
    font-size: 7px;
    padding: 0 0 0 8px;
    text-decoration: none;
}
.navbar-default .navbar-text {
    color: #e8cdb8
}
.navbar-default .sort-by .navbar-text {
    float: left;
    display: inline-block;
    text-align:right
}
.toolbar p.navbar-text {
    margin: 5px
}
.toolbar-top .pager, .toolbar-bottom .navbar-default {
    display: none;
}
.toolbar-bottom .pager {
    background: none;
    text-align:center;
    border:0
}
.toolbar-bottom .pager .pages {
    margin: 0;
}
.pagination > li > a, .pagination > li > span {
    float:none
}
.pager {
    background: transparent;
    border:0
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pager li > a:hover,
.pager li > a:focus
{
    background: transparent;
    color:#fb9f45;
    outline: none;
}
.pager li > a,
.pager li > span {
    background:transparent;
    border:0;
    color:#e8cdb8;
    padding: 5px;
}
.pager li > a.previous {
    margin-right:8px
}
.pager li > a.next  {
    margin-left:8px
}
.pager li > a.previous,
.pager li > a.next {
    background-color: #3a1311;
    border-radius: 2px;
    padding: 3px 10px 4px;
}
.pager li > a.previous img,
.pager li > a.next img {
    display: none;
}
.pager li > a.previous:after,
.pager li > a.next:after {
    font-family: 'Font-ET';
    font-size: 7px;
}
.pager li > a.previous:after {
    content: "\e61d";
}
.pager li > a.next:after {
    content: "\e622";
}
.pager li > a.previous:hover,
.pager li > a.next:hover {
    background-color:#fb9f45;
}
.pager li > a.next:hover:after {
    color: #3a1311;
}

/* SIDEBAR *******************************************************************/
.sidebar .block {
    background: rgba(27, 8, 6,0.3);
    border:0;
    color: #e8cdb8;
}
.sidebar .block .block-title {
    background-color: transparent;
    color: #ffa401;
    padding: 22px 22px 12px;
}
.sidebar .block .block-title > a {
    display: block;
}
.sidebar .block .block-title a.collapsed {
    margin-bottom:10px;
}
.sidebar .block .block-title.collapsed {
    padding: 22px;
}
.sidebar .block .block-title span {
    color: #ffa401;
    font-size: 13px;
    font-weight: 600;
}
.sidebar .block .block-title {
    border-bottom:0;
}
.sidebar .block .block-content {
    color: #e8cdb8;
    padding: 10px 16px;
}
.sidebar .block .block-content .item {
    background: transparent none repeat scroll 0 0;
}
.sidebar .block.block-layered-nav .block-content {
    padding: 0;
}
.sidebar .block .block-content .product-name,
.sidebar .block .block-content .product-name a {
    color: #e8cdb8;
}

@media screen and (max-width: 799px) {
    /* sidebar **/
    .col2_right-layout .col-sm-3.sidebar {
        margin-top: 24px;
    }
}
/* notice-msg *******************************************************************/
.note-msg,
.notice-msg {
    background-image: none ;
}

/* HEADER *******************************************************************/
.header {
    color:#a47c6c;
    padding:0;
    margin-bottom: 2px;
}

/** header top.links ***/
.row.header-panel {
    float: right;
}
.header-panel .navbar-default {
    background-color: rgba(27, 8, 6, 0.1);
    border-color: transparent;
    float: right;
    line-height: normal;
    min-height: 0;
    padding: 5px 16px;
    margin-bottom:0
}
.header .header-panel .navbar-default .links > li + li::before
{
    content: "| ";
    padding: 0 5px;
    color:#5e3423;
}
.header .header-panel .navbar-default .links > li.welcome-msg::before {
    content: "";
    padding: 0 26px 0 0;
}
.header .header-panel .navbar-default .welcome-msg > div {
    display: inline;
}
.header .header-panel .links {
    margin:0;
}
.header .links li {
    background: none;
    border:0;
    padding: 0;
}
.header-panel .links li a {
    color:#a47c6c;
    outline: none;
}
.header-panel .links li a:hover,
.nav-page ul li a:hover {
    color:#E0C2AE;
    text-decoration:none
}
.header-panel .nav-page {
    min-width: 50%;
}
.nav-page ul,
.nav-page > div {
    display: inline-block;
}

/** welcome message ***/
.header-panel .welcome-msg {
    float: left;
    font-weight: normal;
    line-height: normal;
    font-size: 11px;
    color:#a47c6c;
}
/** branding **/
.branding {
    float: left;
    padding: 10px 0;
}
.branding .logo {
    padding-right: 16px;
    float: left;
    text-align:left;
    max-width: 100%;
}
.header h1.logo {
    margin: 0;
    padding-right: 0;
}

.branding img {
    max-width: 175px
}

/** intro message ***/

.intro {
    box-sizing: border-box;
    color: #a47c6c;
    font-family: georgia,serif;
    font-size: 13px;
    font-style: italic;
    padding: 30px 4px 0;
    text-align: left;
    float:left;
}
.intro p {
    margin:0;
    font-size: 13px;
}
.intro span {
    color:#e8cdb8
}

/** nav page ***/
.nav-page {
    display: inline-block;
}
.nav-page ul li {
    display: inline-block;
    line-height: 32px;
    padding: 0 18px;
}
.nav-page ul li:last-child {
    padding-right:0
}
.nav-page ul li a {
    color: #e0c2ae;
    font-size: 14px;
    font-weight: 600;
}
.nav-page,
.mini-cart {
    margin-top: 2px;
}
@media screen and (max-width: 999px) {
    .nav-page ul li {
        padding: 0 7px;
    }
}
@media screen and (max-width: 799px) {
    .nav-page li.link-contact {
        display: none;
    }
    .nav-page ul li {
        padding: 0
    }
    .logo-block {
        max-width: 193px;
    }
}
@media screen and (max-width: 631px) {
    .nav-page li.link-location {

    }
    .nav-page ul,
    .nav-page li {
        padding:0;
        margin:0
    }
    .nav-page li.link-location {
        max-height: 70px;
        padding: 0;
    }
    .nav-page li.link-location a {
        display: block;
        max-width: 70px;
    }
    .nav-page li.link-contact {
        display: none;
    }
    .nav-page li.link-location a,
    .nav-page li.link-location a span {
        font-size: 0;
        min-width: 50px;
        display: block;
    }
    .nav-page li.link-location a:before {
        background-color: rgba(27, 8, 6, 0.3);
        color: #ffa401;
        content: "\e909";
        display: block;
        padding: 19px 39%;
        font-family: Font-ET;
        font-size: 24px;
        min-height: 70px;
        box-sizing: border-box;
    }
}

/* HEADER mini-cart *******************************************************************/
.mini-cart {
    clear: both;
    float: right;
}
.mini-cart .block-cart {
    position: relative
}
.mini-cart .block-cart .dropdown a:hover {
    text-decoration: none;
}
.mini-cart .block-cart,
.mini-cart .block .block-title {
    border:0
}
.mini-cart .block-cart .block-title,
.mini-cart .block-cart .subtotal
{
    display: inline-block;
}
.mini-cart .block-cart .subtotal {
    padding: 2px 14px 2px 0;
}
.mini-cart .block-cart .block-title strong {
    background-image: none;
    color: #ffa401;
}
.mini-cart .block-cart .subtotal .price {
    color: #fff;
    font-weight: normal;
    margin-bottom:0
}
.mini-cart .glyphicon-shopping-cart::before {
    content: "\e901";
    font-family: 'Font-ET';
}
.mini-cart .glyphicon-shopping-cart {
    padding: 2px 8px;
}

/* HEADER store-switcher *******************************************************************/
#store-switcher {
    display: none;
}
#store-switcher:after {
    font-family: 'Font-ET';
    content:'\e62c';
    color: #a47c6c;
    font-size: 7px;
    padding: 0 0 0 2px;
}

ul.links a#store-switcher img {
    margin-right: 7px;
    margin-top: -3px;
    width: 18px;
}
#storeSwitcherModal .head {
    background-color:#FFA400;
    color:white;
    font-weight:900;
    font-size:16px;
    padding: 14px;
    border-bottom:1px solid #EE9600;
    text-transform:uppercase;
}
#storeSwitcherModal .content {
    padding:42px 0;
    margin:0
}
#storeSwitcherModal .content a {
    width:130px;
    display:inline-block;
    margin-bottom: 40px;
    outline: none;
}
#storeSwitcherModal .content a:hover,
#storeSwitcherModal .content a:focus {
    text-decoration:none;
    outline: none;
}
#storeSwitcherModal .content a img {
    display:block;
    margin:0 auto;
}
#storeSwitcherModal .content a span {
    font-weight:bold;
    font-size:14px;
    margin-top:10px;
    color:#3C3A3B;
    display:inline-block;
}
#storeSwitcherModal .content #bottom {
    color:#3C3A3B;
    text-align:center;
    line-height:18px;
    font-size:14px;
}

@media screen and (max-width: 799px) {
    .header .welcome-msg, .header .header-panel > .links {
        display: inline-block !important;
    }
    .mini-cart .block-cart .block-title strong {
        padding-left: 0;
    }
}
@media (max-width: 631px) {
    .branding .logo {
        max-width: 100%;
        padding-right:0
    }
    .branding .logo img {
        width: 100%;
    }

    /** top links **/
    .header .links li {
        line-height: 22px;
    }

    .row.header-panel {
        float: none;
    }

    .row.header-panel .navbar {
        width: 100%;
        background: transparent;
    }

    .branding {
        padding: 0;
    }
    /** block cart  **/
    .block-cart .block-title strong {
        padding: 0
    }
    .mini-cart,
    .nav-page {
        margin: 6px 0 0;
    }
    .mini-cart .block-cart .cart-icon-title > a {
        display: block;
        min-width: 70px;
        padding: 6px 14px;
    }
    .mini-cart .glyphicon-shopping-cart {
        padding: 2px 0;
    }
    .mini-cart .block-cart .subtotal {
        padding: 2px 0;
    }
    .mini-cart .block-cart .block-title,
    .mini-cart .block-cart .subtotal {
        display: block;
        text-align:center
    }
    .mini-cart .block-cart .block-title span.glyphicon {
        font-size:24px
    }
    .mini-cart .block-cart {
        background-color: rgba( 27, 8, 6, 0.3 );
        margin-left: 5px;
    }
    .mini-cart .block .block-title {
        padding: 2px 0
    }
    .mini-cart .block-cart .cart-title {
        display: none;
    }
    .mini-cart .block-title > a {
        font-size: 24px;
    }
    .mini-cart .block-cart .subtotal {
        font-size: 11px
    }
}
@media (max-width: 580px) {

    .header .links {
        width: 100%;
    }

    .header-panel .links {
        text-align: center
    }

    .header .links li {
        float: none
    }
}
@media (max-width: 440px) {
    .branding {
        margin: 0 0 24px;
        position: relative;
        z-index: 200;
    }
    .header .mobile-button {
        position: absolute;
        width: 100%;
        right:0;
        z-index: 199;
    }
    .header .welcome-msg, .header .header-panel > .links {
        display: inline-block !important;
    }

    .header .links li {
        padding: 0 1%;
    }

    .header .header-panel .navbar-default .links > li + li::before,
    .header .header-panel .navbar-default .links > li.welcome-msg::before {
        padding: 0;
    }

    .header-panel .navbar-default {
        padding: 5px 0;
    }
}
@media (max-width: 400px) {
    .nav-page li.link-location a::before {
        font-size:20px;
        min-height: 63px;
        padding: 15px 39%;
    }
    .mini-cart .block-cart .cart-icon-title > a {
        padding: 6px 16%;
        min-width: 70px;
    }
    .mini-cart .block-cart .block-title span.glyphicon {
        font-size: 18px
    }
}
/* NAV *******************************************************************/
.page > .navbar {
    margin: 0 -10px 19px;
    padding: 0 10px;
}
.page > .navbar > .container {
    padding: 0
}
.navbar {
    background-color:#1b0806
}
.navbar .navbar-header {
    position:static
}
.navbar .row {
    position:relative
}
.navbar .navbar-header ul > li .dropdown-menu {
    left:0!important;
    width: 100%;
}
.navbar .navbar-nav > li > a {
    color:#f4ede5;
    outline: none;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 10;
}
.navbar .navbar-nav > li.parent > a:hover,
.navbar .navbar-nav > li.parent > a:focus,
.navbar .navbar-nav > li.active > a:hover,
.navbar .navbar-nav > li.active > a:focus,
.navbar .navbar-nav > li.parent > a.on-hover {
    color:#f4ede5;
    background:#ffa401;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover
{
    color:#ffa401;
    background:none;
}

/* nav mobile ***/

.navbar-inverse .navbar-toggle {
    border-color: transparent;
    margin: 0 -10px;
    padding: 16px 20px
}
.navbar-inverse .navbar-toggle .title-nav-mobile,
.navbar-inverse .navbar-toggle .icon {
    display: inline-block;
    color: rgb( 244, 237, 229 );
    font-weight: bold;
    text-transform: uppercase;
}

/** hamburger menu **/

/* hamburger menu active state */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle,
.navbar-toggle
 {
     background-color: #ffa401;
 }

.navbar-toggle .icon {
    margin-right: 16px;
    position:relative;
    top: -6px;
}

.navbar-toggle {
    position: relative;

    -o-transition:background 0.3s;
    -moz-transition:background 0.3s;
    -webkit-transition:background 0.3s;
    transition: background 0.3s;
}
.navbar-toggle .icon-bar {
    width: 14px;
    height:2px;
    display: block;
    position: absolute;

    -o-transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;

    -o-transition-delay: 0s, 0.3s;
    -moz-transition-delay: 0s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.navbar-toggle .icon-bar::before,
.navbar-toggle .icon-bar::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    -o-transition-duration:  0.3s, 0.3s;
    -moz-transition-duration:  0.3s, 0.3s;
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;

    -o-transition-delay: 0.3s, 0s;
    -moz-transition-delay: 0.3s, 0s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background: none;
}

.navbar-toggle .icon-bar::before {
    top: 0;
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle .icon-bar::after {
    bottom: 0;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggle .icon-bar::before,
.navbar-toggle .icon-bar::after {
    -o-transition-delay: 0s, 0.3s;
    -moz-transition-delay: 0s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.navbar-toggle.collapsed
{
    background-color: transparent;
}
.navbar-inverse .navbar-toggle.collapsed .icon-bar {
    background-color:#fff
}
.navbar-toggle.collapsed .icon-bar::before {
    top: -4px;
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform: rotate(0deg);
}
.navbar-toggle.collapsed .icon-bar::after {
    bottom: -4px;
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform: rotate(0deg);
}
.navbar .navbar-header ul > li .dropdown-menu {
    background: none;
    border:0;
    box-shadow: 0 0 0;
}
.navbar .navbar-header ul > li .dropdown-menu  .submenu-container {
    background:#fff;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    padding: 15px;
}
.nav-content-home_content ul.nav-content-home_subcat li.level1 {
    float:none
}
.nav.mega-menu .dropdown-menu {
    padding: 0 10px;
}
.mega-menu .nav-content-home_item {
    padding:0
}
.mega-menu .nav-content-home_item .li-box {
    margin-bottom: 5px;
    border-radius: 0;
}
.mega-menu .nav-content-home_item .nav-content-home_content.product-content {
    border: 1px solid #fff;
}
.mega-menu .nav-content-home_content ul li a {
    padding: 6px;
    text-decoration: none;
}

/** search ***/
.navbar .search-menu {
    float:right;
    height: 53px;
    max-width: 197px;
}
.navbar .form-search {
    float: right;
    background: #240e0b;
}
.navbar .form-search input {
    font-size: 12px;
}
.navbar .form-search .input-group-btn {
    min-width: 40px;
    position: relative;
}
.navbar .search-menu .input-group-btn > .glyphicon {
    color: #a47c6c;
    display: table-cell;
    font-size: 14px;
    height: 53px;
    line-height: 47px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 12;
    text-align: center;
}
.navbar .search-menu.onfocus .input-group-btn > .glyphicon,
.navbar .search-menu.onhover .input-group-btn > .glyphicon {
    z-index: 1;
}
.navbar .form-search .input-group-btn .btn {
    min-width: 40px;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    width: 100%;
}
.navbar .form-search .input-group-btn .btn {
    padding-left:0;
}
.navbar .form-search .input-group-btn .btn:focus {
    outline: none;
}
.navbar .form-search {
    -o-transition:background 0.6s;
    -moz-transition:background 0.6s;
    -webkit-transition:background 0.6s;
    transition: background 0.6s;
}
.navbar .form-search .form-control,
.navbar .form-search .btn-primary
{
    background-color:transparent;
    color:#a47c6c;
    border-color:transparent;
    height: 53px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 0;
}
.navbar .onfocus .form-search,
.navbar .onhover .form-search {
    background-color:#fff;
    border-color:transparent;
    color: #000;
    font-weight: 600;
    border-radius: 0;
}
.navbar .form-search .form-control:focus {
    box-shadow: 0 0 0;
    border-radius: 0;
}
#search_autocomplete {
    background: #fff;
    padding: 20px;
    min-width: 177px;
}
#search_autocomplete li {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 0;
}

@media (max-width: 991px) {
    .navbar .form-search {
        background-color: transparent;
        width: 100%;
    }
    #search_mini_form {

    }
    #search_mini_form.onhover .form-search,
    #search_mini_formonfocus .form-search{
        width: 100%;
    }
    .navbar .search-menu {
        float: right;
        height: 53px;
        overflow: visible;
        position: absolute;
        right: 0;
        width: 100%;
        max-width: 100%;
        z-index: 1;
    }
    .navbar .search-menu.onhover,
    .navbar .search-menu.onfocus {
        z-index: 11;
    }

    .navbar .search-menu .input-group {
        overflow: hidden;
    }
    .navbar .search-menu #search {
        opacity: 0;
        right: -100%;

        -o-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        transition: all 400ms ease-in-out 0s;
    }
    .navbar .search-menu.onhover #search,
    .navbar .search-menu.onfocus #search {
        right:0;
        opacity: 1;
    }
    .navbar .search-menu .input-group-btn {
        z-index: 10;
    }
}
@media (max-width: 799px) {
    .navbar .search-menu {
        background-color: #240e0b;
        width: 50%;
        max-width: 100%;
    }
    .navbar .search-menu #search {
        right:0
    }

    .navbar .form-search .form-control,
    .navbar .form-search .btn-primary {
    }
    .navbar .form-search .btn-primary {
        padding-right: 32px;
    }
    .navbar-inverse .navbar-toggle {
        padding: 16px 21px
    }
    .navbar-collapse {
        background: #fff none repeat scroll 0 0;
        color: #000;
        padding: 0 20px;
        width: 100%;
    }
    .navbar-collapse .navbar-nav > li {
        padding: 0;
        border-bottom: 1px solid #ddd;
    }
    .navbar-collapse .navbar-nav > li:last-child {
        border:0
    }
    .navbar-collapse .navbar-nav > li:hover .dropdown-menu {
        display: block!important;
    }
    .navbar-collapse .navbar-nav > li.last {
        border-bottom: 0
    }
    .navbar-collapse .navbar-nav > li > a,
    .navbar .navbar-nav > li > a {
        color: #000;
        padding: 16px 30px;
    }
    .navbar .search-menu {
        padding: 0;
    }
    .navbar-inverse .navbar-toggle {
        padding: 15px 10px 16px;
    }
    .navbar .form-search {
        max-width: 100%;
        float: none;
    }
    .navbar .form-search .btn-primary {
        padding-right: 25px;
    }

    .navbar-collapse .navbar-nav a {
        font-weight: 600;
    }
    .navbar-collapse .navbar-nav .active a {
        color: #000
    }
    .navbar-collapse .navbar-nav ul.columns2 {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .navbar-collapse .navbar-nav .dropdown-menu .container .level0 > .level1 {
        color: #ffa401;
        display: block;
        float: none;
        font-weight: normal;
        padding: 8px 10px;
        text-transform: uppercase;
    }
    .navbar-collapse .navbar-nav > li > .dropdown-menu {
        border: 0 none;
        box-shadow: 0 0 0;
        display: block !important;
        float: none;
        position: relative;
    }
    .navbar-collapse .navbar-nav > li > .dropdown-menu  .see-all {
        display: none;
    }
    .navbar-collapse .navbar-nav .dropdown-menu .container .level0 > .level1 a {
        color: #ffa401;
        font-size: 12px;
        font-weight: normal;
    }
    .navbar-collapse .nav.mega-menu .level0:hover .dropdown-menu {
        display: block !important;
    }
    .navbar-inverse .navbar-toggle {
        margin:0
    }

    .navbar-nav {
        margin-left: -20px;
        margin-right: -20px
    }
    .navbar-header {
        padding-left:0;
        padding-right:0;
    }
    .navbar-collapse .mega-menu .nav-content-home_item {
        text-align: left;
    }
    .navbar-collapse .mega-menu .nav-content-home_thumbnail,
    .navbar-collapse .mega-menu .level0.dropdown.parent .dropdown {
        display: none;
    }
    .navbar-collapse .mega-menu .nav-content-home_item .nav-content-home_content.product-content {
        border:0;
        background: none;
        padding:0;
        min-height: 0;
    }
    .navbar .navbar-header ul > li .dropdown-menu .submenu-container {
        padding:0;
        box-shadow: 0 0 0;
        border-radius: 0;
        background: none;
    }
    .navbar-collapse .mega-menu .nav-content-home_item .nav-content-home_content.product-content {
        border-bottom: 1px solid #ddd;
        padding: 0;
    }
    .navbar-collapse .mega-menu .nav-content-home_item:last-child .nav-content-home_content.product-content {
        border-bottom: 0;
    }
    .navbar-collapse  .mega-menu .nav-content-home_item .nav-content-home_name,
    .navbar-collapse .mega-menu .nav-content-home_item .nav-content-home_name a {
        text-align:left;
    }
    .navbar-collapse .mega-menu .nav-content-home_item .nav-content-home_content.product-content h5 {
        padding:0;
        margin:0;
    }
    .navbar-collapse .mega-menu .nav-content-home_item .nav-content-home_content.product-content h5 a {
        font-weight: bold;
        outline: medium none;
        padding: 16px 30px;
        text-transform: uppercase;
        display: block;
        font-size: 14px;
    }
    .nav.mega-menu .dropdown-menu,
    .nav.mega-menu .nav-content-home_content ul {
        padding: 0;
    }
    .navbar-collapse .mega-menu .nav-content-home_content ul li a {
        padding: 15px 40px;
        font-size: 12px;
    }
    .navbar-collapse .mega-menu .nav-content-home_content ul li a:hover {
        background: transparent;
        color: #ffa401;
    }
    .navbar-collapse .mega-menu .nav-content-home_content ul li:last-child {
        margin-bottom: 12px
    }
    .navbar-collapse .mega-menu .level0.dropdown.parent {
        padding-bottom: 0
    }

    .navbar-collapse .mega-menu .nav-content-home_content ul li a:focus,
    .navbar-collapse .mega-menu .nav-content-home_content ul li a:hover,
    .navbar-collapse .mega-menu .nav-content-home_name a:focus,
    .navbar-collapse .mega-menu .nav-content-home_name a:hover,
    .navbar-collapse .navbar-nav > li > a:hover,
    .navbar-collapse .navbar-nav > li > a:focus {
        color:#fff;
        background: #ffa401
    }
    .navbar-collapse .mega-menu .nav-content-home_item .li-box {
        margin-bottom: 0;
    }
}


/* PAGE *******************************************************************/
.block .block-title strong {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
}
.breadcrumb, .catalog-category-view .breadcrumb {
    background-color:transparent;
    font-size:12px
}
.breadcrumb > li + li:before {
    content: "/ ";
}
.breadcrumb > li,
.breadcrumb > li a,
.breadcrumb > .active,
.breadcrumb > li + li:before {
    color:#a47c6c;
    font-weight: lighter
}
.breadcrumb > li a:hover {
    color:#E0C2AE;
    text-decoration:none
}

.breadcrumb > .active {
    color:#e8cdb8;
    font-weight: normal;
}
.page-title {
    border: 0;
    padding: 0;
    margin: 0 0 18px;
}
.page-title H1 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: rgb( 255, 255, 255 );
    border-bottom:0;
    line-height: 25px;
    margin-left: 4px;
}
@media screen and (max-width:580px){
    /* page **/
    .page > .navbar {
        margin: 0 -10px 8px;
    }

    .breadcrumb, .catalog-category-view .breadcrumb {
        margin-bottom: 8px;
        text-align: center;
    }
}
/* HOME *******************************************************************/
/* slider */
.home-slide {
    position:relative
}

/* product slider **/

.product-slider .title h3 {
    font-size: 12px;
    color: rgb( 232, 205, 184 );
    font-weight: bold;
    text-transform: uppercase;
}
.product-slider {
    margin-bottom: 63px
}
.product-slider .control {
    min-width: 26px;
}
.product-slider .control .btn-default {
    background-color: transparent;
    border-color:transparent;
    color: rgb( 232, 205, 184 );
}
.product-slider .control .btn-default {
    font-size: 8px;
    padding: 4px 6px;
}
.product-slider .control .btn-default.disabled {
    display: none;
}
.product-slider .control .btn-default:hover {
    color: #cb413a;
}
.product-slider .control .inactive {
    opacity: 0;
}

.product-slider .products-grid li {
    padding:0;
    position: relative;
}
.product-slider .products-grid li .clickable-list {
    margin: 0 5px 12px;
}
.product-slider .products li {
}
.product-slider .products-grid .special-price .price,
.product-slider .products-grid .regular-price .price {
    font-size:14px;
    line-height: 100%;
}
.product-slider .products-grid .product-name {
    padding:0
}
.product-slider .products-grid .regular-price {
    top:0
}
.product-slider .products li {
    display: block;
    float:left
}
.product-slider .products-grid .free-shipping {
    right: -4px;
    top: -22px;
}
.product-slider {
    position: relative;
}
.product-slider .owl-carousel .owl-stage-outer {
    padding: 22px 0;
}

.product-slider .owl-nav {
    text-align: right;
}
.product-slider .owl-controls {
    position: absolute;
    right: 0;
    top: -4px;
}

/* topcategory - home **/
.nav-content-home.row {
}
.nav-content-home_item .li-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    margin-bottom: 30px;
    position:relative;
}
.nav-content-home_thumbnail {
    display: block;
    height: 145px;
    overflow: visible;
}
.nav-content-home_thumbnail .img-position {
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}

.nav-content-home_thumbnail .img-position .img-thumbnail {
    max-width: 100%;
    max-height: 200px;
    z-index: 2;
    background-color: transparent;
}
.nav-content-home_item {
    text-align:center;
}
.nav-content-home_item .nav-content-home_content.product-content {
    background-color:#f4f4f4;
}
.nav-content-home_item .nav-content-home_name,
.nav-content-home_item .nav-content-home_name a {
    font-size: 15px;
    color: rgb( 27, 8, 6 );
    font-weight: 600;
    text-align:center;

}
.nav-content-home_item .nav-content-home_name a:hover,
.nav-content-home_item .nav-content-home_name a:focus {
    text-decoration: none;
    color: rgb( 27, 8, 6 );
}

.nav-content-home_item .nav-content-home_content {
    padding: 44px 5% 10px;
}
.nav-content-home_content ul {
    padding: 0 8%;
}
.nav-content-home_content ul li {
    padding:0
}
.nav-content-home_content ul li a {
    font-size: 11px;
    color: rgb( 250, 130, 13 );
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width:100%;
    border-radius:2px
}
.nav-content-home_content ul li a:hover,
.nav-content-home_content ul li a:focus {
    background-color: #ffa401;
    color: #fff;
}

@media (max-width: 389px) {
    .product-slider .item {
        padding: 0 14%;
    }
    .product-slider,
    .nav-content-home_item .li-box {
        margin-bottom: 0;
    }
    .product-slider .title {
        text-align: center;
    }
    .product-slider .owl-controls {
        position: relative;
        left:0;
        top:0
    }
    .product-slider .owl-nav {
        text-align: center;
    }

}
/* CATALOG PAGE *******************************************************************/
/* CATALOG PAGE toolbar select *****************************************************************************/
.toolbar .sort-by select {
    margin:0
}
.toolbar .sort-by .styled-select,
.toolbar .sort-by .selector {
    float: right;
    position: relative;
}
.toolbar .sort-by .selector {
    margin: 0 -3px 0 0;
}
.toolbar .sort-by .styled-select span.customSelect,
.toolbar .sort-by .selector span{
    border: 0;
    color: #ffa401;
    font-size: 12px;
    width: auto;
    padding: 0 0 0 6px;
}
.toolbar .sort-by .styled-select span.customSelect span,
.toolbar .sort-by .selector span {
    color: #ffa401;
}
.toolbar .sort-by .styled-select span.customSelect .customSelectInner {
    width: 100%!important;
}
.toolbar .sort-by .styled-select span.customSelect option,
.toolbar .sort-by .selector option
{
    color: #3a1311;
}
.toolbar .sort-by .styled-select span.customSelect .customSelectInner:after,
.toolbar .sort-by .selector span:after {
    font-family: 'Font-ET';
    content:'\e62c';
    color: #a47c6c;
    font-size: 7px;
    padding: 0 0 0 8px;
    text-decoration: none;
}

/* CATALOG PAGE SIDEBAR *****************************************************************************/
/*  filter-list **/
#filter-list .list-group-item.active {
    color: #ffa401;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent none repeat scroll 0 0;
    padding: 22px 0 12px;
}
#filter-list .list-group-item > .badge {
    float: none;
    background: transparent;
    color: #a07667;
    padding:0
}
#filter-list dd .list-group-item {
    padding-left:0;
    padding-right:0
}
#narrow-by-list2 {
    padding-left: 16px;
    padding-right: 16px;
}
.block-layered-nav .visible-xs .btn-block {
    background:transparent;
}

.block-layered-nav .glyphicon.shopby {
    position: absolute;
    right: 24px;
    top: 20px;
}

.toolbar .navbar,
.sidebar .block-layered-nav dd {
    background-color:transparent;
    border:0;
}

.body-wrapper .sidebar .block-layered-nav {
    background-color: rgba( 27, 8, 6, 0.3 );
}
.body-wrapper .sidebar .block.block-layered-nav .block-title {
    padding: 22px 22px 12px
}
/*.body-wrapper .sidebar .block.block-layered-nav .block-title {
    padding: 22px;
}*/
.body-wrapper .sidebar .block.block-layered-nav .block-title a.collapsed {
    margin-bottom: 10px;
    display: block;
}
.body-wrapper .sidebar .block.block-layered-nav .block-title span {
    font-size: 13px;
    color: #ffa401;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar .block-layered-nav .actions {
    display: none;
}
.body-wrapper .sidebar .block-layered-nav li {
    padding-top: 4px;
    padding-bottom: 4px
}
.body-wrapper .sidebar .block-layered-nav dt {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: none;
}
.body-wrapper .sidebar .block-layered-nav dt,
.sidebar .block-layered-nav dd {
    padding-left: 22px;
    padding-right:20px
}

.body-wrapper .sidebar .block-layered-nav dd {
    color:#a07667
}
.body-wrapper .sidebar .block-layered-nav dd a {
    color:#e8cdb8
}
.body-wrapper .sidebar .block-layered-nav .currently {
    padding: 0 14px;
}
.body-wrapper .sidebar .block-layered-nav .currently li {
    border-radius: 2px;
    background-color: #ffa401;
    font-weight: 600;
    margin-bottom: 5px;
}
.body-wrapper .sidebar .block-layered-nav .currently li:last-child {
    margin-bottom:0
}
.body-wrapper .sidebar .block-layered-nav .currently .label {
    background: none;
    padding-left: 0;
    font-weight: bold;
    font-size:12px;
    text-transform: none;
    padding-right: 2px;
}
.body-wrapper .sidebar .block-layered-nav .currently li {
    line-height: 12px;
}
.body-wrapper .sidebar .block-layered-nav .currently span {
    color:#1b0806;
    display: inline-block;
    vertical-align: baseline;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    display: inline-block;
    float: right;
    margin: 0;
    position: relative;
    right: 4px;
    top: 3px;
    height:14px;
    width: 14px;
    background: none;
    background-color: #802925;
    border-radius: 50%;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove::before {
    font-family: Font-ET;
    content: "\e619";
    color: #ffa401;
    display: inline-block;
    font-size: 7px;
    height: 14px;
    line-height: 13px;
    text-align: center;
    text-indent: 0;
    width: 14px;
}

/* CATALOG PAGE list *****************************************************************************/
.products-grid li {
    padding: 0 1.8% 24px;
}
.products-grid .product-image {
    margin-bottom:0
}
.products-grid .product-image .img-thumbnail {
    border:0;
    border-radius: 2px 2px 0 0 ;
    padding:0;
    width:100%
}
.product-content {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 2px 2px;
    min-height: 160px;
    padding: 14px 16px 47px;
    position: relative;
    box-sizing: border-box;
    margin-top: -1px;
}

.nav-content-home .product-content,
.nav-content-home_item .nav-content-home_content {
    margin-top: 0;
}
.product-slider .product-content {
    padding: 14px 16px 84px;
}
.list-bottom {
    position:absolute;
    bottom: 15px;
}
.products-grid .product-name {
    height: auto;
    margin: 0 0 4%;
    padding-right: 17%;
}
.product-slider .products-grid .product-name {
    margin: 0 0 7%;
}
.products-grid .product-name a {
    color: #0f0b09;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
}
.product-content .ratingSummary {
    min-height: 20px;
}
@media (max-width: 1200px) {
    .products-grid .product-name {
        padding-right: 5%;
        height: auto;
    }
}
@media (max-width: 799px) {
    .products-grid .product-name {
        padding-right: 17%;
        height: auto;
    }
    .products-grid .product-name a {
        font-size: 14px;
    }
    .product-slider .products-grid .product-name a {
        font-size: 12px;
    }
}
@media (max-width: 646px) {

    .products-grid .actions .btn-success {
        padding: 2px 9px;
    }
    .products-grid .actions .btn-success span span {
        font-size: 13px;
    }
    .product-slider .products-grid .product-name a {
        font-size: 14px;
    }
}
@media (max-width: 580px) {
    .products-grid .product-name {
        padding-right: 5%;
        height: auto;
    }
}
@media (max-width: 389px) {

    /* toolbar */
    .toolbar .sort-by, .toolbar .limiter {
        width: 50%;
        padding: 0
    }

    .toolbar .sort-by .styled-select span.customSelect {
        padding: 5px 0 0 4%;
    }

    .totalNum {
        width: 39%;
        padding: 0
    }

    .sort-by .f-right {
        float: left !important
    }

    .toolbar .navbar-text {
        float: right
    }

    /* products grid  **/
    .products-grid li,
    .nav-content-home_item {
        width: 100%;
        padding: 0 16.5% 24px;
    }
    .page-title H1, .sort-by {
        text-align: center;
    }
}

/* RATINGS *****************************************************************************/
.rating-box-size {
    position:relative;
    display: inline-block;
    font-size:14px;
    float: left;
    margin-right:12px
}
/* size rating box important!*/
.rating-box-size,
.rating-full .hearts {
    width:88px
}
.rating-full .hearts div,
.rating-empty .hearts div {
    display: inline-block;
    float: left;
    margin-right: 3px;
    max-width: 13px;
    overflow: hidden;
}
.rating-full {
    position: absolute;
    top:0;
    left: 0;
    color: #ffa301;
    height: 15px;
    overflow: hidden;
}

.rating-empty {
    color: #E8CDB8
}

.product-view .ratings-table td .rating-box-size {
    font-size: 11px;
    line-height: 1.15;
    margin: 3px 0;
}

.product-view .ratings-table td .rating-empty {
    color: rgba( 164, 124, 108, 0.702 );
}
.product-view .ratings-table td .rating-full {
    color: #fa820d
}
.product-view .ratings-table td .rating-box-size,
.product-view .ratings-table td .rating-full .hearts {
    width:70px
}

.products-grid .rating-box-size {
    margin-right: 8px;
}

.rating-box {
    position:relative
}
.rating-box,
.rating-box .rating {
    background:none;
    width: 93px;
    height:30px
}
.rating-box .rating {
    background-position: 0 100%;
}
.rating-box:before,
.rating-box .rating:before {
    color: #e8cdb8;
    content: "\e903\e903\e903\e903\e903";
    display: block;
    font-family: Font-ET;
    font-size: 14px;
    height: 100%;
    position: absolute;
    text-indent: 0;
    top:8px;
    letter-spacing: 3px;
}
.rating-box .rating:before {
    color: #ffa301;
    left: -8px;
    overflow: hidden;
    padding: 8px;
    top: 0;
}
.rating-box .rating {
    overflow: hidden;
}

.products-grid .rating-box,
.products-grid .rating-box .rating {
    width: 87px
}
.products-grid .rating-box:before,
.products-grid .rating-box .rating:before {
    font-size:13px
}

.category-products .price-box {
    font-size: 14px;
    margin: 0;
    min-height: 30px;
}
.category-products .price {
    font-size: 12px;
    font-weight: normal;
}
.products-grid .old-price {
    line-height: 11px;
    margin: 0;
}
.products-grid .old-price .price {
    font-weight: normal;
}
.products-grid .special-price {
    margin: 0;
}
.products-grid .old-price .price-label,
.products-grid .special-price .price-label {
    display: none;
}
.products-grid .old-price .price {
    color: #454545;
}
.products-grid .regular-price {
    display: inline-block;
    position: relative;
    top: 10px;
}
.products-grid .special-price {
    padding:0
}
.products-grid .special-price .price,
.products-grid .regular-price .price {
    color: #fa820d;
    font-size: 16px;
    line-height: 15px;
    font-weight: 600;
}
/** ratings ***/
.ratingSummary {
    min-height: 20px;
}
.ratingSummary .ratings {
    margin:0
}

/** CATALOG PAGE list actions *****************************************************************************/
.products-grid .actions .btn-success {
    background-color:#cb413a;
    border-color:#cb413a;
    padding: 0 9px;
    border-radius: 4px;
}
.products-grid .actions .btn-success span {
    line-height: 100%;
}
.products-grid .actions .btn-success span span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
}
.clickable-list {
    cursor: pointer;
}
.products-grid li .li-box,
.products-grid div.li-box,
.products-grid li .actions .btn-success {
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.products-grid li:hover .li-box,
.products-grid div.li-box:hover {
    box-shadow: 0 2px 10px 0 rgb( 255, 164, 1 );
}
.products-grid li:hover .actions .btn-success {
    background-color: #fa820d;
    border-color: #fa820d;
}

.productlabels_icons {
    right: 6px;
    top: -15px;
}
.productlabels_icons .label {
    color: #fff;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 70px;
    line-height: 1em;
    padding: 0;
    text-align: center;
    width: 70px;
}
.products-grid .free-shipping {
    background-position: -63px top;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 77px;
    background-size: auto 113%;
    line-height: 1em;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -17px;
    width: 77px;
}
.products-grid .free-shipping span.icon {
    margin: 2px 0;
}
.products-grid .free-shipping span.free,
.products-grid .free-shipping span.ship {
    font-size: 11px
}
.products-grid .free-shipping span.icon {
    font-size:12px
}
.products-grid .free-shipping span.free {
    font-size: 19px
}


@media (max-width: 631px) {
    /* product-view **/
    #product-review-table .col-xs-4 {
        width:100%
    }
    .product-img-box .free-shipping {
        background-position: -68px top;
        height: 100px;
        background-size: auto 100%;
        width: 92px;
        right:3%
    }
    .product-img-box .free-shipping span.icon {
        font-size: 13px;
    }
    .product-img-box .free-shipping span.ship {
        font-size: 11px;
    }
    .product-img-box .free-shipping span.free {
        font-size: 19px;
    }
}
/* sprite **/
.sprite {
    display:inline-block;
    overflow:hidden;
    background-repeat: no-repeat;
    background-image:url(https://www.espressotoscano.it/skin/frontend/eto/default/images/sprite.png);
}

.box-ship {
    width:75px;
    height:75px;
    background-position: -1px -1px
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .sprite {
        background-size: auto 100%;
        background-image:url(https://www.espressotoscano.it/skin/frontend/eto/default/images/sprite@2x.png);
    }

    .box-ship {
        background-size: auto 139%;
    }
    .products-grid .free-shipping {
        background-size: auto 100%;
        background-position: -59px top;
    }
    .product-img-box .free-shipping {
        background-position: -83px top;
        height: 103px;
        width: 92px;
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) and (max-width: 631px)  {
    .product-img-box .free-shipping {
        background-position: -65px top;
        height: 85px;
        width: 85px;
    }
}
/* PRODUCT VIEW *******************************************************************/

.product-view .product-essential {
    border-radius: 2px;
    background-color: #fff;
    margin:0 0 28px;
    padding:0;
    overflow: hidden;
}
.product-essential .product-right {
    padding: 46px 20px;
    min-height: 400px;
}
.product-essential .greybg {
    background-color: #f4f4f4;
    padding-right:0
}
.product-main-info h1 {
    font-size: 22px;
    color: rgb( 27, 8, 6 );
    font-weight: bold;
    margin:0;
    line-height: 28px;
}
.product-main-info .product-ids {
    visibility: hidden;
}
.product-view .availability.in-stock,
.product-view .actions.container2 > .price-box {
    display: none;
}
.product-view .price-box {
    display: block;
    float:none
}
.product-view .price-box .price {
    font-size: 24px;
    color: rgb( 27, 8, 6 );
    font-weight: normal;
}

.product-view .actions.container2 .qty-input {
    display: none;
}
.product-view .product-essential .price-box {
    margin-bottom: 30px;
}


/** product-image **/
.img-thumbnail {
    border:0;
    max-width: 400px;
}
.product-view .product-image {
    text-align: center;
    float:right
}
.product-view .box-images {
    margin-top: 14px
}
.more-views {
    position:absolute;
}
.more-views ul li {
    padding-bottom: 8px
}
.more-views ul li a {
    padding:2px;

    -o-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
}
.more-views ul li a.active {
    box-shadow: 0 0 4px 0 rgba( 0, 0, 0, 0.2);
}


/** product-options **/
.product-view .product-options,
.product-view .product-options-bottom {
    border:0;
    padding:0;
    margin-top:40px
}
.wgassort-sum-row {
    display: none;
}
#product-options-wrapper .wgassort-sum-row,
#product-options-wrapper > p {
    font-size: 14px;
    color: rgb( 27, 8, 6 )!important;
    font-weight: 600;
}
.wgassort-to-sum {
    float:right;
}
.wgassort-choose.wgassort-sum-row-ko,
.wgassort-choose.wgassort-sum-row-ok {
    display: none;
}
.wgassort-sum-row.wgassort-sum-row-ko,
.wgassort-sum-row.wgassort-sum-row-ok {
    display: block;
}
#product-options-wrapper ul li {
    border-top: 1px solid rgba(157, 157, 157, 0.22);
    clear: both;
    padding: 3px 6px;
}
#product-options-wrapper ul li:last-child {
    border-bottom: 1px solid rgba(157, 157, 157, 0.22);
}
#product-options-wrapper ul li label {
    font-size: 11px;
    color: rgb( 27, 8, 6 );
    text-transform: uppercase;
    font-weight: normal;
}
.wgassort-sum-row.wgassort-sum-row-ok {
    margin-left: 24px;
}
.wgassort-sum-row.wgassort-sum-row-ok::before {
    color: #75aa38;
    content: "\e902";
    font-family: Font-ET;
    position: absolute;
    left:0
}
.product-options .input-box .selector {
    float:right;
    text-align:center;
    padding:0;
    min-width: 72px;
    width: 13% !important;
}
.product-options .input-box div.selector span {
    padding:0;
    width: 100% !important;
}
.product-options .input-box div.selector option {
    text-align: center;
}
.increment {
    color: #a47c6c;
    cursor: pointer;
    font-size: 7px;
    padding: 6px !important;
    position: absolute;
    top: 4px;
    z-index: 1;
}
.increment.nextselect {
    right:0
}
.increment.prevselect {
    left:0
}

/* add-to-cart **/
.product-view .add-to-cart {
    bottom: 0;
    margin: 0 -30px;
    position: absolute;
    width: 100%;
}
.product-view .add-to-box .qty-input {
    display: none;
}
.product-view .add-to-cart button {
    background-color: #EAE8E9;
    float:none;
    width:100%;
    padding:20px;
    border:0;
    border-radius: 0 0 0 0;
}
.product-view .add-to-cart button,
.product-view .add-to-cart button span {
    -o-transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
    -moz-transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
    -webkit-transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
}

.product-view  .add-to-box > .add-to-cart button,
.product-view .actions.active .product-options-bottom .add-to-cart button {
    background-color:#ffa401;
    border-radius: 0 0 0 0;
}
.product-view .actions.active .product-options-bottom .add-to-cart button span,
.product-view  .add-to-box > .add-to-cart button span {
    color:#fff
}
.product-view .add-to-cart button span {
    font-size: 18px;
    color: #896C53;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.product-view .add-to-cart button span.icon {
    left: -50px;
    position: absolute;
    top: 2px;
}

/* tabs **/
.product-view .collateral-tabs {
    background-color: #3f1210;
    padding: 60px 7%;
    color: #e8cdb8;
    font-weight: lighter;
    font-size:13px
}
.product-view .collateral-tabs .tab-content {
    padding:0
}
.product-view #product-attribute-specs-table tr td:first-child strong,
.product-view .tab-content > h2,
.product-view .tab-content .box-reviews > h2 {
    font-family: "Open Sans","Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    float:left;
    margin:0
}
.product-view #product-attribute-specs-table, .product-view #product-attribute-specs-table tr, .product-view #product-attribute-specs-table tr td {
    border:0;
    padding: 10px 0;
}
.product-view #product-attribute-specs-table tr td {
    display: inline-block;
}
.product-view #product-attribute-specs-table tr:hover td {
    background: transparent;
}
.product-view #product-attribute-specs-table tr td:first-child {
    width: 20%
}
.product-view .tab-content #review-form
 {
    margin-top: -34px; /* fix position anchor **/
    padding-top: 48px; /* fix position anchor **/
}
.product-view .tab-content #customer-reviews {
    margin-top: -34px; /* fix position anchor **/
    padding-top: 48px; /* fix position anchor **/
}


.product-view .tab-content .std,
.product-view .tab-content .box-reviews > dl {
    margin-left: 20%;
    padding-left: 3px;
}
.product-view .tab-content .std p {
    margin:0;
    line-height: 24px;
}
.product-view .tab-content > h2,
.product-view .tab-content .box-reviews > h2 {
    padding-top: 8px;
}
.product-view .tab-content .box-reviews  .rating-box,
.product-view .tab-content .box-reviews .rating-box .rating {
    height: 15px;
    width: 74px;
}
.product-view .tab-content .box-reviews  .rating-box::before,
.product-view .tab-content .box-reviews .rating-box .rating::before {
    color: #8f6054;
    font-size: 11px;
    letter-spacing: 2px;
}
.product-view .tab-content .box-reviews .rating-box .rating::before {
    color:#fa820d
}

/* ratings links **/
.product-right .rating-links {
    color: rgba( 164, 124, 108, 0.702 );
}
.product-right .rating-links a,
.product-right .no-rating a {
    color: rgba( 164, 124, 108, 0.702 );
    font-size: 12px;
    text-decoration: underline;
}

.box-collateral.box-reviews {
    margin: 50px 0 0;
}
.box-reviews dt {
    color: #fff;
    font-size: 16px;
    line-height: 1.438;
    padding: 12px 0;
    font-weight: 400;
}
.product-view .box-reviews dd {
    margin: 0 0 60px;
}
.box-reviews dd {
    font-size: 13px;
    color: rgb( 232, 205, 184 );
    font-style: italic;
    line-height: 24px;
}
.box-reviews dd span.nickname {
    font-style:normal;
    display: block;
    margin-top: 12px;
}

.ratings-table * {
    display: inline-block;
    text-align:left
}
.ratings-table tr {
    margin-right: 30px
}

.ratings-table th {
    font-size: 11px;
    color: rgb( 232, 205, 184 );
    text-transform: uppercase;
    font-weight: 600;
    float:right;
    padding: 5px 0;
}
.ratings-table td {
    padding-right: 14px;
}

/* form add review **/
#review-form {
    overflow: hidden;
}
.form-add {
    background: #fff;
    padding: 42px
}
.form-add * {
    color:#1b0806;
}
.form-add h2 {
    font-size: 20px;
    font-weight: 600;
}
.product-view .box-reviews .form-add h3,
.form-add .title-vote {
    font-size: 12px;
    color: rgb( 63, 18, 16 );
    font-weight: bold;
    text-transform: uppercase;
}

#product-review-table {
    width:100%
}
#product-review-vote table * {
    border:0
}
#product-review-vote table,
#product-review-vote table tr,
#product-review-vote table td,
#product-review-vote table th {
    display: inline-block;
    padding: 0;
}
#product-review-vote table tr:hover th,
#product-review-vote table tr:hover td {
    background: none;
}
#product-review-vote table th {
    margin-bottom:12px;
    display: block;
}
#product-review-vote table td input {
    left: 0;
    margin: 0;
}
#product-review-vote table tr:hover,
#product-review-vote table td:hover,
#product-review-vote table th:hover {
    background:none
}
#product-review-vote table tr.vote {
    display: block;
}
.vote-list {
    margin-top:30px
}
.vote-list span.tooltip {
    width: 14px;
    z-index:-1
}
.tooltip-inner {padding: 10px;  background-color: rgb( 27, 8, 6 ); border-radius:5px; box-shadow: 2.5px 4.33px 12px 0px rgba( 0, 1, 1,0.15 );}
.tooltip > .tooltip-arrow { border-bottom-color: rgb( 27, 8, 6 ); }

.product-view .box-reviews .form-add {
    overflow: hidden;
    display: none;
    padding: 0;

    -o-transition: margin 800ms ease-in-out 0s;
    -moz-transition: margin 800ms ease-in-out 0s;
    -webkit-transition: margin 800ms ease-in-out 0s;
    transition: margin 800ms ease-in-out 0s;
}
.product-view .box-reviews .form-add.active {
    margin: 15px 0 0;
    padding: 42px;
    display: block;
}

.product-view .box-reviews .radio span.checked:before {
   width: 99%;
}
.product-view .box-reviews .radio span.checked {
    font-size: 14px !important;
}

/* zoom **/
.zoomable .overlay-productimage {
    cursor:zoom-in;
    cursor: -webkit-zoom-in;
}
.overlay-productimage {
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    z-index: 10;
    opacity: 0;
    background: rgba(255,255,255,0.1);
    -o-transition: all 800ms ease-in-out 0s;
    -moz-transition: all 800ms ease-in-out 0s;
    -webkit-transition: all 800ms ease-in-out 0s;
    transition: all 800ms ease-in-out 0s;
}
.zoomable .overlay-productimage:hover {
    opacity: 1;
}
.product-view .product-img-box .visible-xs {
    text-align:center
}
.product-view .product-img-box .product-image-zoom {
    min-height: 311px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9;
    padding: 0 80px;
    height: 100%;
}
.product-view .product-img-box .product-image {
    margin: 0 0 14px;
}

.product-view .product-img-box {
    float: none;
    width: 100%;
}

.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0 auto;
}

.more-views-slider .wrap,
.more-views-slider .owl-carousel,
.owl-carousel-moreview-left .owl-stage-outer,
.owl-carousel-moreview-left {
    width:60px;
    height:426px!important;
}
.more-views-slider {
    height: 426px;
    left: 31px;
    width: 60px;
    z-index: 10;
    overflow: hidden;
}
#carousel-product-images .owl-nav.disabled {
    display: none;
}
#carousel-product-images .owl-dots .owl-dot span {
    background-color: #E8CCB6;
    height: 10px;
    width: 10px;
}
#carousel-product-images .owl-dots .owl-dot.active span,
#carousel-product-images .owl-dots .owl-dot:hover span {
    background-color: #cb413a;
}
#carousel-product-images .owl-dots {
    margin: 18px 0 30px;
    text-align: center;
}

.more-views-slider .owl-nav.disabled,
.more-views-slider .owl-dots.disabled {
    display: none!important;
}
.product-img-box .img-thumbnail {
    margin: 0 auto;
}
.product-view .product-img-box .more-views li {
    margin: 1px 0 8px 11px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    margin: 20px auto;
    max-height: 310px;
    width: auto;
}


.product-image-gallery {
    position: relative;
}
.product-image-gallery .gallery-image {
    display: none;
}
.product-image-gallery .gallery-image.visible {
    display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.product-image-gallery.loading {
    position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
    display: block;
}

.product-image-thumbs li {
    display: inline-block;
}
.product-image-thumbs li:first-child {
    margin-left: -1px;
}
.product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
    padding-left: 15px;
}

.product-img-box {
    padding-right: 15px;
}
.product-view .product-img-box .product-image-zoom img {
    cursor: default;
    position: relative;
    max-height: 474px
}

.product-view .product-img-box .more-views li a {
    border:0
}

/* label shipping **/
.free-shipping {
    background-position: -80px top;
    height: 106px;
    padding: 25px 0;
    position: absolute;
    right: 14%;
    text-align: center;
    width: 106px;
    top: 22px;
    z-index: 11;
}
.free-shipping {
    background-position: -80px top;
}

.free-shipping span {
    display:block;
    color: #000;
}
.free-shipping span.free,
.free-shipping span.ship {
    font-size: 15px;
    text-transform:uppercase;
    color: rgb( 27, 8, 6 );
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    line-height: 86%;
}
.free-shipping span.free {
    font-size: 24px;
}
.free-shipping span.icon {
    font-size: 18px;
    margin: -2px 0 0;
}
@media screen and (max-width: 992px){
    .more-views {
        width: 100%;
        position:relative;
        left: 0;
    }
    .product-view .product-img-box .product-image-zoom {
        padding:0
    }
    .product-view .product-img-box .product-image-zoom {
        min-height: 169px;
        height: 100%;
    }
}
@media screen and (max-width: 991px){
    .more-views {
        position:relative;
    }
    .more-views,
    .product-image {
        float: none !important;
    }
}
@media screen and (max-width: 799px){
    /* product view **/
    .product-view #product-attribute-specs-table tr td,
    .product-view #product-attribute-specs-table tr td:first-child {
        padding: 0;
        width: 100%;
    }
    .product-view #product-attribute-specs-table tr {
        display: block;
        margin-bottom: 4px;
    }
    .product-view .tab-content > h2, .product-view .tab-content .box-reviews > h2 {
        margin-bottom: 6px;
        margin-top: 30px;
        float:none
    }
    .product-view .tab-content .std, .product-view .tab-content .box-reviews > dl {
        margin-left: 0;
        padding-left: 0;
    }
}
@media (max-width: 440px) {
    /* product view **/
    .product-view .add-to-cart button span.icon {
        left: -14px;
        position: relative;
        top: 2px;
    }
}
/* WHITE STYLE *******************************************************************/
.cms-page-view .white-style,
.contacts-index-index .white-style,
.checkout-cart-index .cart,
.customer-account-logoutsuccess .white-style,
.checkout-onepage-index .white-style,
.checkout-onepage-success .white-style,
.cms-index-noroute .white-style,
.account-create.white-style,
.customer-account-forgotpassword .account-forgotpassword.white-style,
.cms-index-defaultnoroute .white-style,
.opc-index-index .white-style,
.paypal-express-review .white-style {
    border-radius: 2px;
    background-color: #fff;
    padding: 46px 37px;
    color:#3f1210;
    min-height: 400px;
    margin-bottom: 30px;
}

.account-login .page-title H1,
.cms-page-view .white-style .page-title h1,
.contacts-index-index .white-style .page-title h1,
.customer-account-logoutsuccess .white-style h1,
.checkout-onepage-index .white-style h1,
.checkout-cart-index .cart .page-title h1,
.checkout-onepage-success .white-style h1,
.cms-index-noroute .white-style h1,
.account-create.white-style h1,
.customer-account-forgotpassword .account-forgotpassword.white-style h1,
.cms-index-defaultnoroute .white-style h1,
.opc-index-index .white-style h1,
.paypal-express-review .white-style h1 {
    border-bottom: 0 none;
    color: #1b0806;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    margin:0 0 20px
}
.cms-page-view .white-style h3.legend,
.contacts-index-index .white-style h3.legend,
.customer-account-logoutsuccess .white-style h3.legend,
.checkout-onepage-index .white-style h3.legend,
.checkout-onepage-success .white-style h3.legend,
.account-login h3.legend,
.account-create.white-style h3.legend,
.customer-account-forgotpassword .account-forgotpassword.white-style h3.legend,
.paypal-express-review .white-style h3.legend {
    color: #a47c6c;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.customer-account-logoutsuccess .white-style p a,
.cms-page-view .white-style .pull-left .btn-link,
.checkout-onepage-index .white-style .pull-left .btn-link,
.checkout-onepage-success .white-style .pull-left .btn-link,
.checkout-onepage-success .white-style p a,
.account-login .btn-link,
.paypal-express-review .white-style p a,
.paypal-express-review .white-style .btn-link {
    color: #ffa401;
}

.customer-account-logoutsuccess .white-style,
.cms-index-noroute .white-style,
.cms-index-defaultnoroute .white-style {
    min-height: 140px;
    text-align: center;
}

/* LOGIN *******************************************************************/

.account-login {
    border-radius: 2px;
    background-color: #fff;
    color:#3f1210;
}

.account-login .form-group.actions {
    bottom: 10px;
    position: absolute;
    right: 41px;
    width: 100%;
}
.account-login .form-group.actions .btn-link {
    float:none!important;
    padding: 5px 0
}
.login-customer .form-group.actions .btn-link {
    padding: 5px 15px;
}
.greybg {
    background-color: #f4f4f4!important;
}
.new-customer.panel ,
.login-customer.panel {
    padding: 46px 40px 0;
    position: relative;
    min-height: 428px;
    box-sizing: border-box;
    margin: 0;
}
.login-customer.panel {
    padding: 46px 40px 0 22px;
}
.account-login .panel,
.account-login .panel-default > .panel-heading {
    background: transparent;
    border:0
}
.account-login .panel-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a47c6c;
}
.account-login .panel-default > .panel-heading,
.account-login .panel-title,
.account-login  .panel-body {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width: 799px) {
    /* login ***/

    .account-login .form-group.actions {
        bottom: 0;
        position: relative;
        right: 0;
    }
    .account-login .form-group.actions .btn-link {
        float:none!important;
        padding: 5px 0
    }
    .new-customer.panel,
    .login-customer.panel {
        margin: 0;
        min-height: 0;
        padding: 34px 38px 10px;
    }
    .account-login .row > .greybg {
        background-color: transparent !important;
    }
}
/* MY ACCOUNT *******************************************************************/

/* sidebar block-reorder***/
.block-reorder ol {
    margin: 20px 0;
}
.block-reorder .btn-primary {
    font-size: 12px;
}
.block-reorder .btn-default {
    background: transparent none repeat scroll 0 0;
    color: #fca201;
}
.block-reorder .btn-default:hover {
    background: transparent none repeat scroll 0 0;
    color: #fff;
}
/****/

a.list-group-item.active,
a.list-group-item:hover,
a.list-group-item:focus,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
.list-group-item.active,
.list-group-item:hover,
.list-group-item:focus,
.list-group-item.active:hover,
.list-group-item.active:focus,
.block-reorder .block-content > p {
    background-color: #3f1210;
    border: none;
    color:#fff;
}
.list-group-item {
    background-color: transparent;
    border: none;
}
a.list-group-item {
    color: #e8cdb8;
    padding: 6px 15px 6px 6px;
    border-radius: 2px;
}
.list-group-item.active,
.block-reorder .block-content > p {
    padding: 6px 15px 6px 6px;
}

.my-account {
    border-radius: 2px;
    background-color: #fff;
    margin:0 0 28px;
    padding: 46px 37px;
    min-height: 400px;
    color:#3f1210
}
.my-account .page-title H1 {
    border-bottom: 0 none;
    color: #1b0806;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    margin:0 0 20px
}
.my-account .pager .amount {
    display: none;
}
.dashboard .welcome-msg p {
    margin: 0 0 12px;
}
.dashboard .welcome-msg p.hello {
    font-size: 14px;
}
.dashboard .welcome-msg p.hello strong {
    font-weight: 600;
}
.my-account,
.my-account p {
    font-size: 12px
}
.my-account p.actions {
    color: #ddd;
    margin: 9px 0 7px;
    text-align: right;
}

.my-account .panel,
.my-account .panel-default > .panel-heading {
    background: transparent;
    border:0;
    padding-left:0;
    padding-right:0;
    box-shadow: 0 0 0 0;
}
.my-account .panel-default > .panel-heading,
.my-account .sub-title,
.my-account h3.legend {
    color: #a47c6c;
}
.my-account .panel-title,
.my-account .sub-title,
.my-account h3.legend {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.my-account .panel-title a,
.info-box a,
.my-account p.back-link a,
.my-account .buttons-set a {
    text-transform: lowercase;
    text-decoration: underline;
    font-weight: 400;
}
.my-account .panel-title a,
.info-box a {
    color:#fa820d;
}

.my-account .panel-title a:hover {
    color: #a47c6c;
}
.my-account .panel-body {
    padding-left:0;
    padding-right:0
}

.info-box {
    background: #f4f4f4;
    border:0
}
.info-box span.glyphicon {
    color:#fa820d
}
.info-box h4 {
    color: #3f1210;
    font-size: 14px;
    font-weight: 600;
}
.info-box .box-content {
    line-height: 19px;
}

.my-account .page-title .btn > span {
      font-size: 12px;
      padding: 0 5px;
}



/** Order Page */
.order-items h2,
.order-items h3 {
    color: #a47c6c;
}
/** Review Box Dashboard */ /** box-account */
.dashboard .box-reviews {
    background: transparent;
    border:0;
    padding:0;
}
.dashboard .box-reviews .box-head {
    border:0
}
.dashboard .box-reviews .box-head a {
    color: #fa820d;
    font-weight: 400;
    text-decoration: underline;
    text-transform: lowercase;
    display: inline-block;
}
#my_recent_reviews {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 0 none;
    margin: 0 0 15px;
    padding: 12px 15px;
}
.box-account .box-head h2,
.dashboard .box-reviews .box-head h2 {
    background: none;
    border: 0 none;
    box-shadow: 0 0 0 0;
    border-color: #dddddd;
    color: #a47c6c;
    border-bottom: 1px solid transparent;
    padding: 10px 0;
}
.dashboard .box-reviews .product-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    white-space: normal;
}
.dashboard .box-reviews .number {
    background: #fa820d;
}
/** Review Page list */

.table-mobile #my-reviews-table tbody td::before {
    padding:0
}
#my-reviews-table td {
    vertical-align: top;
}
#my-reviews-table td h2 {
    margin:0;
    word-wrap: break-word;
}

/** Review Page view */
.my-account .ratings-table th {
    color: #3f1210;
}
.my-account .product-review h3,
.my-account .product-review dl dt,
.my-account .product-review .label {
    font-size: 13px;
    font-weight: 700;
    color:#a47c6c;
}
.my-account .product-review .label {
    border-radius: 0;
    border-top: 1px solid #ddd;
    display: block;
    float: none;
    padding-left: 0;
    padding-top: 14px;
    text-align: left;
    width: 100%;
}
.my-account .product-review h3,
.my-account .product-review .label {
    margin: 30px 0 0;
}
.my-account .product-review a {
    font-weight: 400;
    text-decoration: underline;
    text-transform: lowercase;
    color: #fa820d;
}
@media (max-width: 580px) {
    /* review page **/
    .product-review .product-img-box {
        float:none!important;
        width: 100%;
    }
    .product-review .product-img-box .product-image {
        margin: 0 auto;
    }
    .product-review .product-details {
        margin-left: 0;
    }
}

._canRequestInvoice {
    margin-bottom: 18px;
}

/* CART *******************************************************************/

.cart-empty {
    border-radius: 2px;
    background-color: #fff;
    padding: 46px 37px;
    color:#3f1210;
    min-height: 150px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.cart-empty h1 {
    font-size: 22px;
    color: rgb( 27, 8, 6 );
    font-weight: bold;
}
.cart-empty a {
    color: #FA820D;
}

.cart-table .btn-danger {
    background-color: transparent;
    border-color: transparent;
}
.cart-table .btn-update {
    color: #FA820D;
}
.cart-table input.qty {
    height: 30px;
    min-height: 26px;
}
.cart-table .product-name {
    font-size: 16px;
}
.cart-table .product-name a {
    color: #1B0806;
}
.cart-table .unit-price {
    font-size: 14px;
    margin-top: 25px;
}
.cart-table input.qty {
    padding: 6px 2px;
    text-align: center;
}
.cart-table tr td:nth-child(2) > a {
    display: none;
}
.table-mobile.cart-table .product-image {
    display: block;
    text-align: center;
}
.table-mobile.cart-table td {
    text-align:left!important
}

.checkout-cart-index tbody tr.tax-total {
    display: none;
}

/* CHECKOUT *******************************************************************/

#checkout-progress-wrapper .panel {
    background-color: rgba(27, 8, 6, 0.3);
    color: #e8cdb8;
    border: 0 none;
}
#checkout-progress-wrapper .panel > .panel-heading {
    background: none;
    border: 0;
    color: #ffa401;
    padding: 22px 22px 12px;
    text-transform: uppercase;
}
#checkout-progress-wrapper .panel > .panel-heading a.collapsed {
    padding-bottom: 10px
}
#checkout-progress-wrapper .panel-title {
    font-size: 13px;
    font-weight: 600;
}
#checkout-progress-wrapper .panel dl > div {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: none;
    padding-left: 22px;
    padding-right: 20px;
}
#checkout-progress-wrapper .panel dl > div dt {
    color: #fff;
    opacity: 0.2;
}
#checkout-progress-wrapper .panel dl > div dt.complete {
    opacity: 1;
}
#checkout-progress-wrapper .panel dl > div dt {
    border:0
}
#checkout-progress-wrapper .panel dl > div dd {
    color:#e8cdb8
}
#checkout-progress-wrapper .panel dl span.glyphicon {
    color:#fff
}
.opc #checkout-step-login .step {
    padding:0
}
.opc .step-title h2 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.opc #checkout-step-login .register_call {
    font-size: 13px;
    margin-bottom: 25px;
    margin-left: 27px;
}

.opc .section .step {
    border:0;
    padding-left:14px;
    padding-right:14px;
}
.opc .section #checkout-step-shipping_method {
    padding-top: 10px
}
.opc .section .a-right a {
    color: #ffa401;
}
.opc .section .form-group.a-right {
    text-align: left !important;
}
.opc .section .form-group.a-right > p.f-left {
    display: none;
}
.opc .section p.required {
    text-align: left;
}
.opc .section .step-title {
    display: none;
}
.opc .allow .step-title,
.opc .section.allow.active .step-title {
    display: block;
    padding: 10px 15px;
    background-image: none;
    background-color: #f5f5f5;
    border-color: #dddddd;
    color: #333333;
    border:0;
}
.opc .section.allow.active .step-title {
    background-color: #f9f9f9;
}
.opc .allow.section .step-title span {
    color: #ffa401;
    font-size:13px
}
.opc .allow.section.active .step-title span {
    color: #b7b7b7;
}
.opc li.section {
    margin: 6px 0;
}

.checkout-onepage-index .opc .allow .step-title,
.checkout-onepage-index .opc .allow .step-title h2 {
    display: block;
    font-size: 13px;
    font-weight: 600;
    outline: medium none;
    text-decoration: none;
    text-transform: uppercase;
}
#checkout-step-login {
    padding:0
}
.checkout-onepage-index .panel-default > .panel-heading {
    background-color: transparent;
    border: none;
}
.checkout-onepage-index .opc .section .row .panel {
    border:0;
    box-shadow: 0 0 0;
    position: relative;
}
#checkout-step-login #login-form > .form-group  {
    margin-left: 15px;
}
.btn-link.forgot-password {
    margin-left: 13px;
}
.checkout-onepage-index .opc-wrapper .section .row .panel .panel-body {
    min-height: 144px;
}
.checkout-onepage-index .fieldset {
    padding: 0;
}

.checkout-onepage-index .radio.well {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0;
    padding:0
}
.checkout-onepage-index .please-wait {
    border-color: #444;
    bottom: -12px;
    color: #444;
    float: none;
    left: 0;
    position: absolute;
}

.checkout-onepage-index .field.requesteinvoice {
    margin-bottom: 24px;
}

/** checkout-step-payment*/
#checkout-step-payment .checkout-agreements {
    border:0;
    padding: 0 21px;
}
#checkout-step-payment .form-group label {
    color: #3f1210;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
#checkout-step-payment p.required {
    display: none;
}
#checkout-step-billing .form-group.a-right {
    margin: 25px 0;
}
#checkout-step-payment .form-group.a-right {
    margin: 25px 2px;
}
 #checkout-step-payment label img {
    display: block;
    float: right;
    margin: -3px 6px 0;
}
#checkout-step-payment label a {
    color: #3f1210;
}
.opc .sp-methods .form-list  {
    font-size: 12px;
    padding-left: 22px;
}
/* checkout-review-table */
#checkout-review-table {
    margin: 20px 0;
}
#checkout-review-table td {
    text-align:right;
}
#checkout-review-table td:first-child {
    text-align:left;
}

#checkout-review-table.table-mobile tr {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 17px;
}
#checkout-review-table.table-mobile tbody tr {
    padding: 30px 17px;
}
#checkout-review-table.table-mobile td {
    border-top: 1px solid #eeeeee;
    text-align:left!important;
}

#checkout-review-table.table-mobile.table td:first-child {
    border-top: 0;
    background: none;
}
#checkout-review-table.table-mobile .product-name {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 10px 0;
    text-transform: uppercase;
}
#review-buttons-container .btn {
    float: none !important;
}

/* checkout-shipping-method-load */
#checkout-shipping-method-load .radio,
#checkout-shipping-method-load .radio label {
    width:100%
}
#checkout-shipping-method-load div.radio span.price {
    display: inline;
}

/* checkout-review */
#checkout-step-review .form-group.a-right {
    text-align: right !important;
}

@media (max-width: 440px) {
    #checkout-progress-wrapper .panel dl > div {
        width:100%
    }
}
/* CMS PAGE VIEW *******************************************************************/
.cms-page-view .std H2,
.cms-page-view .std H3,
.cms-page-view .std H4,
.cms-page-view .std H5,
.cms-page-view .std H6 {
    color: rgb( 203, 65, 58 );
    font-weight: 600;
    margin: 34px 0 14px;
}

.cms-page-view .std H2 {
    font-size: 22px;
}
.cms-page-view .std H3 {
    font-size: 20px
}
.cms-page-view .std a {
    color: #fa820d;
}
.cms-page-view .std a:hover {
    color: rgb( 203, 65, 58 );
    text-decoration: none;
}
.cms-page-view .std ul,
.cms-page-view .std ol,
.cms-page-view .std dl,
.cms-page-view .std p,
.cms-page-view .std blockquote {
    font-size: 12px
}
.cms-page-view .std address,
.cms-page-view .std blockquote {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #fa820d;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 17px;
    padding: 6px;
    font-size: 14px
}

.cms-punti-vendita-html .std-left-item:hover .std-left-item-desc {
    color: rgb( 203, 65, 58 )!important;
}
.cms-punti-vendita-html .std-right {
    width: 70%!important;
}
.cms-punti-vendita-html .std-left {
    margin-right: 0!important;
    width: 30%!important;
}
.cms-punti-vendita-html .std-left-item-desc {
    color: #3f1210!important;
}

@media screen and (max-width: 799px){
    .cms-punti-vendita-html .std-right,
    .cms-punti-vendita-html .std-left {
        width: 100%!important;
    }
    .cms-punti-vendita-html .std-left > div {
        width: 33%;
        float:left
    }
}
@media screen and (max-width: 631px){
    .cms-punti-vendita-html .std-left > div {
        width: 50%;
    }
}
@media screen and (max-width: 480px){
    .cms-punti-vendita-html .std-left > div {
        width: 100%;
        text-align: center;
    }
}
/* BANNER cacheondelivery *******************************************************************/
.banner-box {
    background: rgb(71,24,22); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(71,24,22,0.2) 0%, rgba(39,12,10,0.2) 50%, rgba(71,24,22,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(71,24,22,0.2) 0%,rgba(39,12,10,0.2) 50%,rgba(71,24,22,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(71,24,22,0.2) 0%,rgba(39,12,10,0.2) 50%,rgba(71,24,22,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(71,24,22,0.2)', endColorstr='rgba(39,12,10,0.2)',GradientType=1 ); /* IE6-9 */

}
.banner-box {
    color: #e8cdb8;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    margin: 0 0 30px;
    padding: 16px;
    text-align: center;
    font-size:16px
}
.catalog-category-view .banner-box,
.catalogsearch-result-index .banner-box,
.cms-index-index .banner-box {
    margin: 30px 0;
}
.banner-box .sprite.box-ship {
    margin: -30px 20px;
}
.banner-box .cash {
    color: #fff
}
@media (max-width: 799px) {

    .banner-box {
        background-color: rgba( 27, 8, 6,0.2);
        padding: 40px 20px;
        position:relative;
        margin-top: 40px
    }
    .banner-box .sprite.box-ship {
        display: block;
        left: 50%;
        margin:0;
        margin-left: -37px;
        position: absolute;
        top: -40px;
    }
}
/* FOOTER *******************************************************************/
.page > footer {
    margin: 0 -10px;
    padding: 0 10px;
    background-color: #1b0806;
}
.footer {
    border:0;
    background-color: #1b0806;
    color: #a47c6c;
    padding: 0
}
.footer.well {
   margin:0
}
.footer li {
    background: none;
    padding:0
}
.footer .logo {
    float:none;
    display: block;
    margin:-5px -8px -8px
}
.footer address {
    color: #a47c6c;
    font-size:11px;
    line-height: 120%;
    margin-bottom: 0;
}
.footer address.phone {
    margin-bottom:0
}
.footer .contacts {
    font-size: 11px;
    font-weight: 600;
    margin: 27px 0 44px
}
.footer a:hover {
    text-decoration: none;
    color:#FFA400
}
.footer a .icon.ic-et-logo {
    font-size: 86px;
    color:#a47c6c;
}
.footer .contacts span {
    display: block;
    line-height: 196%;
}
.footer .contacts span.info-title {
    text-transform: uppercase;
}
.footer .contacts  span.relevant {
    color:#e8cdb8;
    font-size: 13px
}
.footer .contacts .phone span.relevant {
    font-size:15px
}
.footer .contacts .email-contacts {
    margin-bottom:20px
}
.footer .footer-info .col-1,
.footer-links-block .col-2 {
    padding: 24px 0 24px 32px
}
.footer .footer-info {
    background-image: -moz-linear-gradient(90deg, rgb(30, 12, 9) 0%, rgb(36, 14, 11) 100%) ;
    background-image: -webkit-linear-gradient(90deg, rgb(30, 12, 9) 0%, rgb(36, 14, 11) 100%) ;
    background-image: -ms-linear-gradient(90deg, rgb(30, 12, 9) 0%, rgb(36, 14, 11) 100%);
    background-color: #1F0D0A;
}
.footer .footer-title {
    margin: 22px 0 48px;
    font-size:18px
}
.footer-links-block li a, .footer-links-block .payment-methods span.icon, .footer a .icon.ic-et-logo {
    color:#a47c6c;
    text-decoration: none;
    -o-transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
    -moz-transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
    -webkit-transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
}
.footer-links-block li a:hover,
.footer a:hover .icon.ic-et-logo {
    text-decoration: none;
    color:#FFA400
}
.footer-links-block .catalog-links {
    margin: 30px 0 39px
}
.footer-links-block .catalog-links ul li {
    display: block;
    background: none;
    line-height: 28px;
}

/* FOOTER NEWSLETTER **********************************************/

.newsletter-footer #newsletter-footer-input {
    background: transparent none repeat scroll 0 0;
    margin-right: 6px;
    border:0;
    border-bottom: 1px solid;
    width: 90%;
    border-radius: 0 0 0 0;
    color: #a47c6c;
    padding: 6px 0;
    min-height: 20px;
}
.newsletter-footer #newsletter-footer-input:focus {
    font-weight: normal;
    color: #e8cdb8;
}
.newsletter-footer #newsletter-footer-input::-webkit-input-placeholder {
    color: #a47c6c;
}
.newsletter-footer #newsletter-footer-input:-ms-input-placeholder {
    color: #a47c6c;
}
.newsletter-footer #newsletter-footer-input::-moz-placeholder {
    color: #a47c6c;
}
.newsletter-footer .input-group {
    width: 100%;
}
.newsletter-footer > label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.newsletter-footer .input-group-btn {
    width: auto;
}
.newsletter-footer#newsletter-validate-detail .btn-default {
    border-radius: 2px;
    font-size: 12px;
    padding: 4px 14%;
}
#miniPrivacy {
    min-height: 0;
    float:left;
    margin-right: 6px;
}
.newsletter-footer .checkbox {
    margin: 0;
}
.newsletter-footer div.checker .ic-et-check {
    background: #a47c6c none repeat scroll 0 0;
    border-radius: 2px;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.newsletter-footer div.checker span.checked::before {
    color: #ffa400;
    font-size: 13px;
    left: 3px;
    top: -6px;
}
.newsletter-footer div.checker span.checked .ic-et-check {
    opacity: 0.3;
}
.newsletter-footer div.checker,
.newsletter-footer div.checker span,
.newsletter-footer div.checker input.uniform_active {
    height: 12px;
    width: 12px;
}
#newsletter-validate-detail input {
    display: block;
    margin: 0;
    padding: 0;
}
#advice-required-entry-newsletter-footer-input {
    display: none;
}
#advice-required-entry-miniPrivacy {
    position: absolute;
    text-align: left;
    top: 19px;
    width: 200px;
}
.newsletter-footer .validation-failed {
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important
}
.input-box-privacy {
    margin-top: 8px
}
.input-box-privacy label {
    font-size: 11px;
    font-weight: normal;
    padding-left: 0;
}
.input-box-privacy label a {
    color: #e8cdb8
}
.site-links ul li {
    display: inline-block;
    background:none
}
.footer-links-block .payment-methods h3, .footer-links-block .catalog-links h3 {
    display: none
}
.footer-links-block .payment-methods span.icon {
    display: inline-block;
    font-size: 24px;
    padding: 0 5px;
}
.footer-links-block .payment-methods {
    text-align: right;
    margin: -6px 0;
}
.footer-links-block .site-links {
    font-size: 11px
}
.footer-links-block .site-links ul li::before {
    content: "| ";
    padding: 0 3px;
}
.footer .container .row > .copyright {
    display: none;
    visibility: hidden;
}


@media (max-width: 991px) {
    .footer-links-block .payment-methods {
        margin: 20px 0;
        text-align: right;
    }
    .newsletter-footer .input-group {
        display: block;
    }
    .newsletter-footer .input-group input {
        width: 100%;
        float:none
    }
    .newsletter-footer .input-group-btn {
        display: block;
        margin-top: 10px;
        width: 100%;
    }
    .footer-links-block .col-2 {
        padding: 24px 0 24px 22px;
    }
    .footer .footer-info .col-1 {
        padding: 24px 8% 32px;
    }
    .newsletter-footer #newsletter-footer-input,
    #newsletter-validate-detail.newsletter-footer .btn-default {
        width: 100%;
    }
}

@media (max-width: 799px) { /* b-responsive xs */
    .footer-links-block .catalog-links {
            margin: 30px 0 8px;
    }
    .footer-info,
    .footer-links-block,
    .footer address {
        width: 100%;
        text-align: center;
    }
    .footer-info .logo,
    .footer-links-block p{
        display: none;
    }
    .footer .contacts {
        margin: 30px 0 42px;
    }
    .footer-links-block .catalog-links {
        margin: 0
    }
    .footer-links-block .site-links ul li::before {
        content: "";
    }
    .footer-links-block .site-links ul li {
        display: block;
        text-align:center;
        line-height: 28px;
        font-size:12px
    }
    .footer .footer-info, .footer-links-block {
        background: #1B0806;
        padding: 0;
    }
    .footer .footer-info .col-1,
    .footer-links-block .col-2 {
        padding:0
    }
    .footer-links-block .payment-methods {
        margin: 42px 0;
        text-align: center;
    }
    .footer-links-block .payment-methods span.icon {
        padding: 0 3px
    }
    .footer .contacts .email span.relevant {
        font-size:14px
    }
    .footer .contacts span.relevant {
        font-size:18px
    }
    .footer .contacts .phone {
        margin : 0
    }
    .footer .container .row > .copyright {
        display: block;
        visibility: visible;
    }
    .footer .container .row .footer-info .copyright,
    .footer .container .row .site-links .copyright {
        display: none;
    }
    .newsletter-footer {
        display: block;
        margin: 40px auto 62px;
        max-width: 290px;
    }
    .newsletter-footer .input-group {
        display: table;
    }
    .newsletter-footer #newsletter-footer-input {
        width: 65%;
        float: left;
    }
    .newsletter-footer .input-group-btn {
        display: block;
        width: auto;
        float: right;
        margin-top: 5px;
        min-width: 75px;
    }
    .input-box-privacy label {
        float: left;
    }
    .footer address {
        margin: 0 0 20px;
    }
}

/* PAYPAL EXPRESS REVIEW **********************************************/
.paypal-express-review .product-name {
    color: #fa820d;
}
.paypal-express-review .table td.last {
    text-align: right;
}
.paypal-logo{
    display:none;
}

.account-create {
    background: #fff;
    padding: 10px 20px;
}

.account-create .fieldset,
.account-create .buttons-set {
    max-width: 680px;
}
.account-create .fieldset h2.legend {
    display: block;
    float: none;
}
.fieldset h2.legend {
    float:none;
}
#uniform-country {
    border: 1px solid rgb( 215, 208, 203 );
    height:38px;
    border-radius: 3px;
    line-height: 26px;
    padding: 5px;
    box-sizing: border-box;
}
.copyright-block {
    padding: 15px;
    text-align: center;
}
.copyright .address {
    text-align: center;
}
.copyright-block br {
    display: none;
}
.footer-links-block {
    padding: 20px 0;
}
@media screen and (max-width: 779px) {
    .col-helpufl-pages {
        padding: 15px 0;
    }
}
.review-link-bottom a {
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: underline;
	font-size: 1.4rem;
}

.is-blog .white-style {
    background: #fff;
    padding: 20px 15px;
}

.is-blog .white-style h1,
.is-blog .white-style h2,
.is-blog .white-style h3,
.is-blog .white-style h4,
.is-blog .white-style h5,
.is-blog .white-style h6 {
    color: #1b0806;
}
