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

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

body          { background:#496778 url(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/skin/frontend/default/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://www.rubelli.com/skin/frontend/default/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/skin/frontend/default/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(http://www.rubelli.com/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(http://www.rubelli.com/skin/frontend/default/default/images/i_block-viewed.gif); }

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

/* Block: Poll */
.block-poll .block-title strong { background-image:url(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/skin/frontend/default/default/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/skin/frontend/default/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/skin/frontend/default/default/images/i_folder-table.gif); }

*//* Block: Account Information *//*
.dashboard .box-info .box-head h2 { background-image:url(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/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(http://www.rubelli.com/skin/frontend/default/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(http://www.rubelli.com/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;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----DEFAULT COLUMNS STYLES----*/
.ct-clear {
    clear: both;
}
.ct-column-top {
    margin-bottom: 1em;
}
.ct-column-bottom {
    margin-top: 1em;
}
.ct-column-middle {
    margin-bottom: 1em;
    margin-top: 1em;
}
.ct-column-main-left-50 {
    width: 49%;
    float: left;
}
.ct-column-main-right-50 {
    width: 49%;
    float: right;
}
.ct-column-main-left-25 {
    width: 25%;
    float: left;    
}
.ct-column-main-center-50 {
    width: 48%;
    margin: 0 1%;
    float: left;    
}
.ct-column-main-right-25 {
    width: 25%;
    float: right;    
}
.ct-column-main-left-33 {
    width: 32%;
    float: left;    
}
.ct-column-main-center-33 {
    width: 32%;
    margin: 0 2%;
    float: left;    
}
.ct-column-main-right-33 {
    width: 32%;
    float: right;    
}
.block-ct-filter-content {
    padding: 5px 10px;
}



/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 19, 2015, 3:27:54 PM
    Author     : filoblu
*/
.cookiepolicy-dropdown { display:none; background:rgba(255,255,255,0.9); color:#D2FFFF; bottom:0; width:100%; z-index:1000; position:fixed; }
.cookiepolicy-dropdown .block-cookiepolicy { max-width:980px; margin:auto; position:relative; }
.cookiepolicy-dropdown .block-cookiepolicy .block-content { padding:20px 15px; }
.cookiepolicy-dropdown .block-cookiepolicy .block-content p { padding-right:85px; font-size:13px; font-style:italic; font-family:"Roboto", sans-serif; }
.cookiepolicy-dropdown .block-cookiepolicy .block-content p a { text-decoration:underline; color:#D2FFFF; }
.cookiepolicy-dropdown .block-cookiepolicy .block-content button.accept { position:absolute; right:2%; top:31%; height:30px; width:30px; background:#0483d4 !important; border:0 !important; color:#fff; font-weight:bold; -webkit-box-shadow:2px 2px 1px 0 rgba(2, 116, 183, 1); -moz-box-shadow:2px 2px 1px 0 rgba(2, 116, 183, 1); box-shadow:2px 2px 1px 0 rgba(2, 116, 183, 1); }

@media only screen and (min-width:320px) and (max-width:767px) {
    .cookiepolicy-dropdown .block-cookiepolicy .block-content { text-align:center; }
    .cookiepolicy-dropdown .block-cookiepolicy .block-content p { padding-right:0; padding-bottom:10px; }
    .cookiepolicy-dropdown .block-cookiepolicy .block-content button.accept { clear:left; position:relative; margin:auto; right:0; }
}
/**
* Inchoo
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Please do not edit or add to this file if you wish to upgrade
* Magento or this extension to newer versions in the future.
** Inchoo *give their best to conform to
* "non-obtrusive, best Magento practices" style of coding.
* However,* Inchoo *guarantee functional accuracy of
* specific extension behavior. Additionally we take no responsibility
* for any possible issue(s) resulting from extension usage.
* We reserve the full right not to provide any kind of support for our free extensions.
* Thank you for your understanding.
*
* @category Inchoo
* @package SocialConnect
* @author Marko Martinović <marko.martinovic@inchoo.net>
* @copyright Copyright (c) Inchoo (http://inchoo.net/)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

div.inchoo-socialconnect-facebook{
    float: right;
    height: 30px !important;
    background: transparent url('http://www.rubelli.com/skin/frontend/filoblu/default/inchoo_socialconnect/facebook/images/login-button-left.png') no-repeat top left !important;
}

div.inchoo-socialconnect-facebook-inner{
    height: 30px !important;
    float: left !important;
    margin-left: 30px !important;
    background: transparent url('http://www.rubelli.com/skin/frontend/filoblu/default/inchoo_socialconnect/facebook/images/login-button-inner.png') repeat-x top left !important;
    padding: 0 5px !important;
    text-shadow: 1px 1px #1c376d;
}

div.inchoo-socialconnect-facebook-right{
    float: left !important;
    height: 30px !important;
    width: 3px !important;
    background: transparent url('http://www.rubelli.com/skin/frontend/filoblu/default/inchoo_socialconnect/facebook/images/login-button-right.png') no-repeat top left !important;
}

div.inchoo-socialconnect-facebook-inner a{
    color: #FFFFFF !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    line-height: 30px !important;
}      

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 25px;
  height: 25px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.fancybox-lock .fancybox-overlay{text-align: left;}
.wishlist-notify{ background: none repeat scroll 0 0 #29d; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; color: #fff; font-weight: bold;  padding: 25px 0px; position: fixed; text-align: center; top: 0; width: 100%; z-index: 99999;display: none;}
.wishlist-notify-error{color: red;}
.col-main .item{position:relative;}
/*.col-main .wishlist{position:absolute; height:28px; width:28px; cursor: pointer; right: 5px; top:5px; z-index:99;}*/
.wishlist-icon{background: url(http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/images/wishlist.png) no-repeat;}
.wishlist-icon:hover{background: url(http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/images/wishlist_active.png) no-repeat;}
.wishlist-none{background: none !important;}
.header #topWishlist a{text-indent:-999em;}
button.btn-wishlist-add-all{float: left; margin-left:10px;}
.my-wishlist .product-image{width: auto; height: auto;}
.my-wishlist .buttons-set{border:0px none; padding-top:0; margin-top:0;}
ul.wishlist-list{margin:0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid #e4e4e4;}
ul.wishlist-list li{float: left; width: 210px; text-align: center; margin-right: 27px;}
ul.wishlist-list li.last{margin-right:0;}
ul.wishlist-list:after{clear: both; content : "."; height:0;padding: 0; margin:0; overflow: hidden; line-height: 0; font-size: 0; display: block;}
ul.wishlist-list .product-name{    margin: 0 0 10px; font-weight: bold; font-size: 13px; color: #203548;}
ul.wishlist-list textarea{width: 206px; margin: 0 auto; height: 56px;}
ul.wishlist-list .product-options{text-align: left;}
ul.wishlist-list .truncated .truncated_full_value{text-align: left;}
ul.wishlist-list .info{height: 50px;}




.clear, .clr{margin:0; padding:0; height: 0; clear: both;}
@font-face {
  font-family: 'FontAwesome';
  src: url('http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('http://www.rubelli.com/skin/frontend/base/default/Mlx/GuestWishlist/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.link-wishlist{text-align:left; text-decoration: none; text-indent: -999em; display: inline-block; position: relative; margin-bottom: 5px; width: 18px;}
.link-wishlist:before{
	content: "\f08a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;	
    color: #999;
    font-size: 18px;
    position: absolute;
    top:0; left:0;
    text-indent: 0;    
}

.link-wishlist:hover:before{
	color: pink;
}

.link-wishlist.added:before{
	color: pink;
}

.link-wishlist.added:hover:before{
	color: #999;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

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

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

img.lazyload {
  width: 100%;
}

.lazyload-container {
  background-image: url('http://www.rubelli.com/skin/frontend/rubelli/responsive/filoblu/frontend/responsiveLazyLoader/images/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

.lazyload-container.loaded {
  background: none;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*bootstrap*/
/*@gray-base: #1D1D1D;
@gray-light: #CDCDCD;
@gray-dark: #999999;
@gray-darker: #333333;
@grid-gutter-width: 30px;*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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 {
  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;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('http://www.rubelli.com/skin/frontend/rubelli/responsive/dist/fonts/glyphicons-halflings-regular.eot');
  src: url('http://www.rubelli.com/skin/frontend/rubelli/responsive/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('http://www.rubelli.com/skin/frontend/rubelli/responsive/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('http://www.rubelli.com/skin/frontend/rubelli/responsive/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://www.rubelli.com/skin/frontend/rubelli/responsive/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://www.rubelli.com/skin/frontend/rubelli/responsive/dist/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,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
  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;
}
[role="button"] {
  cursor: pointer;
}
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: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
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: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  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: 768px) {
  .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';
}
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: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  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 #ccc;
  border-radius: 4px;
}
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: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.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: 768px) {
  .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;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  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: #d9edf7;
}
.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: #c4e3f3;
}
.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;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 {
  position: relative;
  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;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  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 ~ .form-control-feedback {
  top: 25px;
}
.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: 768px) {
  .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 .form-control-static {
    display: inline-block;
  }
  .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: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.btn.focus {
  color: #333;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.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.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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.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.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: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.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.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.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.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: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.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.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: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #23527c;
  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.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .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 + .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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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.3333333;
  border-radius: 6px;
}
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: 3px;
}
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 #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 {
  z-index: 2;
  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: #337ab7;
}
.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 #ddd;
}
.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: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 768px) {
  .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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 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: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #fff;
  background-color: #337ab7;
}
.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: 768px) {
  .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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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: 768px) {
  .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-device-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: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 768px) {
  .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 .form-control-static {
    display: inline-block;
  }
  .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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-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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  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: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.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: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.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: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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: #fff;
}
@media (max-width: 767px) {
  .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: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.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: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.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: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.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: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.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: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.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: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  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: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.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: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 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,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .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: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 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: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.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: 4px;
  -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: #fff;
  text-align: center;
  background-color: #337ab7;
  -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-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: #5bc0de;
}
.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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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 caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.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: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.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,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
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: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -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: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.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: 768px) {
  .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;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
.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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
  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;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  font-size: 20px;
  color: #fff;
  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: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  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;
  line-height: 1;
  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 #fff;
  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: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: 768px) {
  .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;
}
.affix {
  position: fixed;
}
@-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: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) 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 !important;
  }
  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 !important;
  }
  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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) 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 !important;
  }
  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;
  }
}
.no-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 13, 2015, 10:00:26 AM
    Author     : Tina
*/
.bgwhite {
  background-color: #ffffff !important;
}
.padding0 {
  padding: 0;
}
.margin_width15 {
  margin: 0px 15px;
}
.margin_height15 {
  margin: 15px 0px;
}
.margin_width30 {
  margin: 0px 30px;
}
.margin_height30 {
  margin: 30px 0px;
}
.margin_width40 {
  margin: 0px 40px;
}
.margin_height40 {
  margin: 40px 0px;
}
.displaynone {
  display: none !important;
}
.displaytable {
  display: table;
}
.hiddenoverflow {
  /*overflow: hidden !important;
  margin-right: 8px;*/
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}
.marginleftmeno8 {
  margin-left: -4px;
}
.marginright4 {
  margin-right: 4px;
}
.margintop15 {
  margin-top: 15px;
}
.clearall {
  clear: both;
  min-height: 0;
}
.text_upper {
  text-transform: uppercase;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 25, 2015, 10:00:26 AM
    Author     : Daniele
*/
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 600;
}
a {
  color: #000000;
}
.validation-advice {
  /*  width: auto !important;*/
}
h1 {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 400 !important;
}
h2 {
  background: none;
  font-weight: 600;
  font-size: 13px;
  margin: 10px auto;
  padding: 0;
  border-bottom: none;
  text-transform: uppercase;
  color: #000000;
}
h3 {
  text-transform: uppercase;
}
h5 {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
}
.shared_social a:before {
  display: none;
}
.shared_social .st_facebook_large {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/facebook.png") !important;
  background-origin: padding-box !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.shared_social .st_twitter_large {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/twitter.png") !important;
  background-origin: padding-box !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.shared_social .st_pinterest_large {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/pinterest.png") !important;
  background-origin: padding-box !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.shared {
  display: none;
  text-align: center;
}
.back-link {
  font-family: "proxima-nova";
  text-transform: uppercase;
  font-size: 12px;
}
.paddingtop0 {
  padding-top: 0 !important;
}
.separator {
  height: 1px;
  width: 120px;
  border-top: 1px solid #dddddd;
  margin: 20px auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nopadding {
  padding: 0;
}
.overlay-menu-desktop-items,
.overlay-language {
  display: none;
}
.ct-layout-10 {
  clear: both;
}
.title-archivio {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 400 !important;
  background: #ffffff;
  width: 100%;
  padding: 30px 0;
  margin: 0;
  clear: both;
}
.overlay-menu-desktop {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: url(http://www.rubelli.com/skin/frontend/rubelli/responsive/img/bg_black.png) repeat;
}
.overlay-menu-desktop .container-all {
  max-width: 1440px;
  width: 100%;
  position: relative;
  margin: auto;
  display: block;
}
.overlay-menu-desktop-items .container-all {
  display: block;
  max-width: 1440px;
  width: 100%;
  position: relative;
  margin: auto;
}
.overlay-menu-desktop-items,
.overlay-language {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: url(http://www.rubelli.com/skin/frontend/rubelli/responsive/img/bg_black.png) repeat;
}
.small {
  font-size: 10px;
}
input.input-text {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 12px;
  padding: 9px 0px 9px 9px;
}
input.input-text:focus {
  background: #ffffff !important;
}
.close-all {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  background: none;
  border: 0;
}
.block .block-title {
  border: 0;
  background: none;
}
.block .block-title strong {
  background-image: none;
  color: #000000;
  font-family: "proxima-nova";
}
input.input-text:focus,
select:focus,
textarea:focus {
  background: none;
}
button.primary-button,
a.primary-button {
  width: 100%;
  margin: 0 !important;
}
button.primary-button span,
a.primary-button span {
  height: auto;
  border: 0;
  padding: 0;
  font-family: "proxima-nova";
  background: none;
}
button.primary-button span span,
a.primary-button span span {
  color: #000000;
  background: none !important;
  display: block;
  width: 100%;
  border: 1px solid #000000 !important;
  background: #ffffff !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 9px 0;
}
button.primary-button span span:hover:not(.is-touch-device),
a.primary-button span span:hover:not(.is-touch-device) {
  background: #000000 !important;
  color: #ffffff;
}
button.secondary-button,
a.secondary-button {
  width: 100%;
  margin: 0 !important;
}
button.secondary-button span,
a.secondary-button span {
  height: auto;
  border: 0;
  padding: 0;
  font-family: "proxima-nova";
  background: none;
}
button.secondary-button span span,
a.secondary-button span span {
  color: #ffffff;
  background: none !important;
  display: block;
  width: 100%;
  border: 1px solid #000000 !important;
  background: #000000 !important;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 9px 0;
}
button.secondary-button span span:hover:not(.is-touch-device),
a.secondary-button span span:hover:not(.is-touch-device) {
  background: #ffffff !important;
  color: #000000;
}
.error-msg {
  background-color: #f9e9e9;
  color: #c12328;
  border-color: #f9e9e9;
  background-image: url('http://www.rubelli.com/skin/frontend/rubelli/responsive/img/error-img.jpg');
  background-position: 0px 0px !important;
  padding: 8px 0px 0px 42px !important;
  min-height: 30px !important;
  font-weight: normal !important;
  text-align: left;
  text-transform: uppercase;
}
.success-msg,
.wishlist_msg {
  background-color: #ccefda;
  color: #00af47;
  border-color: #ccefda;
  background-image: url('http://www.rubelli.com/skin/frontend/rubelli/responsive/img/success-img.jpg');
  background-position: 0px 0px !important;
  padding: 8px 0px 0px 42px !important;
  min-height: 30px !important;
  font-weight: normal !important;
  text-align: left;
  text-transform: uppercase;
}
.wishlist_msg {
  background-repeat: no-repeat;
  font-size: 11px;
}
.note-msg,
.notice-msg {
  background-color: #ccc;
  color: #333;
  border-color: #ccc;
  text-shadow: 1px 1px 0px #ddd;
  background-image: none;
  background-position: 0px 0px !important;
  padding: 8px !important;
  min-height: 30px !important;
  font-weight: normal !important;
  text-align: left;
  text-transform: uppercase;
}
.standard-link {
  color: #000000;
}
.standard-link:hover:not(.is-touch-device) {
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #000000;
}
label {
  color: #000000 !important;
  font-weight: normal !important;
}
label em {
  color: #000000 !important;
}
div.loading-ajax,
div.loading-ajax-login {
  background: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/filoblu/frontend/responsiveLazyLoader/images/loading.gif") no-repeat center center !important;
}
.mr-nl-popup-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  max-width: 100%;
  overflow-y: auto;
  /*background-color:rgba(255,255,255,0.8);*/
  background: url(http://www.rubelli.com/skin/frontend/rubelli/responsive/img/bg_black.png) repeat;
}
.mr-nl-popup-container,
.mr-nl-popup-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mr-nl-popup-frame {
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  width: 690px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .mr-nl-popup-frame {
    width: 90%;
    top: 0;
  }
}
.mr-nl-popup-frame .block-subscribe {
  position: relative;
  width: 690px;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 0px;
  box-shadow: none;
  background: #ffffff;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .mr-nl-popup-frame .block-subscribe {
    width: 90% !important;
	  cursor: pointer;
  }
}
.mr-nl-popup-frame .block-subscribe .block-title span {
  display: block;
  font-size: 14px;
  font-family: "proxima-nova";
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0px 18px 0px;
  border-bottom: 1px solid #dddddd;
  
}
.block-subscribe .block-title strong span {
	cursor: pointer;
}
.block-subscribe .block-title strong span:hover {
	text-decoration: underline;
}
.mr-nl-popup-frame form#newsletter-validate-detail-popup {
  width: 90%;
  margin: auto;
}
.mr-nl-popup-frame .block-content {
  background: transparent;
}
.mr-nl-popup-frame .block-content p {
  text-align: center;
}
.mr-nl-popup-frame .block-content ul {
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
  margin: auto;
}
.mr-nl-popup-frame .block-content ul li {
  float: left;
  margin: 10px 0px 25px;
  width: 44%;
  margin-right: 70px;
  clear: left;
}
@media screen and (max-width: 767px) {
  .mr-nl-popup-frame .block-content ul li {
    width: 100%;
    margin-right: 0;
  }
}
.mr-nl-popup-frame .block-content ul li:nth-of-type(2n + 2) {
  margin-right: 0;
  clear: none;
}
.mr-nl-popup-frame .block-content ul li.box-privacy {
  width: 100%;
  text-align: center;
  margin: 10px auto;
  display: block;
  float: none;
  padding-top: 10px;
  clear: both;
}
.mr-nl-popup-frame .block-content ul li.box-privacy .input-box,
.mr-nl-popup-frame .block-content ul li.box-privacy label {
  display: inline-block;
  width: auto;
  padding-right: 5px;
}
.mr-nl-popup-frame .block-content ul li.box-privacy label {
  line-height: 20px;
  text-transform: capitalize;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}
.mr-nl-popup-frame .block-content ul li.box-privacy label a {
  color: #000000;
}
.mr-nl-popup-frame .block-subscribe label,
.mr-nl-popup-frame .block-subscribe .label {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
.mr-nl-popup-frame .block-subscribe .input-box {
  width: auto;
  position: relative;
  text-align: left;
}
.mr-nl-popup-frame .block-subscribe .input-box input {
  -moz-appearance: textfield;
}
.mr-nl-popup-frame .block-subscribe .input-box input::-webkit-outer-spin-button,
.mr-nl-popup-frame .block-subscribe .input-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mr-nl-popup-frame .actions {
  margin-top: 15px;
}
.mr-nl-popup-frame .actions .button {
  padding: 5px 0px;
  font-size: 13px;
}
.mr-nl-popup-frame .block-subscribe input,
.mr-nl-popup-frame .block-subscribe select {
  width: 100%;
  padding: 10px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.mr-nl-popup-frame .block-subscribe input#day-select,
.mr-nl-popup-frame .block-subscribe select#day-select,
.mr-nl-popup-frame .block-subscribe input#month-select,
.mr-nl-popup-frame .block-subscribe select#month-select {
  width: 25%;
  text-align: center;
}
.mr-nl-popup-frame .block-subscribe input#year-select,
.mr-nl-popup-frame .block-subscribe select#year-select {
  width: 46%;
  text-align: center;
}
.mr-nl-popup-frame .block-subscribe input[type="checkbox"] {
  width: auto;
}
.mr-nl-popup-frame .block-subscribe .close {
  float: right;
  width: 18px;
  height: 18px;
  line-height: 17px;
  padding: 0;
}
.calendar {
  z-index: 999;
}
.calendar .button {
  background: #dddddd;
}
#mr_nl_popup_dob_trig {
  position: absolute;
  padding: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  right: -1px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}
#mr_nl_messagesBlock {
  max-width: 90%;
  margin: auto;
}
#mr_nl_messagesBlock p {
  color: #000000;
  text-align: center;
  font-size: 14px;
  padding: 15px 0px;
}
#mr_nl_messagesBlock .messages {
  margin-top: 10px !important;
}
.newsletter_into form .fieldset ul,
.mr-nl-popup-frame form .fieldset ul {
  width: 50%;
  margin: auto;
  padding: 0;
}
.newsletter_into form .fieldset ul li,
.mr-nl-popup-frame form .fieldset ul li {
  list-style: none;
  text-align: center;
}
.newsletter_into form .fieldset ul li input,
.mr-nl-popup-frame form .fieldset ul li input {
  width: 20px;
  display: inline;
}
.newsletter_into form .fieldset ul li label,
.mr-nl-popup-frame form .fieldset ul li label {
  display: inline;
}
.newsletter_into form .fieldset .buttons-set,
.mr-nl-popup-frame form .fieldset .buttons-set {
  width: 50%;
  margin: 10px auto;
}
.newsletter_into .actions,
.mr-nl-popup-frame .actions {
  background: none !important;
  padding: 10px !important;
  text-align: center !important;
}
.newsletter_content {
  margin: 5px 0px;
  padding: 30px 56px;
  width: 48%;
}
.newsletter_content fieldset .birth input {
  width: auto;
}
.newsletter_content fieldset label {
  color: #000000;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: left;
  font-size: 13px;
  display: block;
}
.newsletter_content fieldset input {
  padding: 5px;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #000000;
}
.newsletter_content p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.newsletter_content h1 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0px 30px 0px;
  border-bottom: 1px solid #e6e6e6;
}
.mr-nl-popup-container {
  z-index: 99999!important;
  width: 100%;
  height: 100%;
  display: table;
}
.mr-nl-popup-container .validation-advice {
  margin: 2px 0 !important;
  position: absolute !important;
}
.block-subscribe .actions button.button {
  float: none !important;
  width: 100%;
}
.block-subscribe .actions button.button span {
  background: #000000 !important;
  border: none !important;
  height: auto !important;
  font-family: "proxima-nova";
}
.block-subscribe .actions button.button span span {
  color: #ffffff !important;
  border: 1px solid #000000;
  background: transparent;
  left: 0;
  padding: 15px 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  width: 100%;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 25, 2015, 10:00:26 AM
    Author     : Daniele
*/
html {
  position: relative;
  min-height: 100%;
  font-size: 10px;
  /*colore provvisorio*/
  background: #e6e6e6;
  /* /colore provvisorio */
}
body {
  position: static;
  overflow: auto;
}
/* MAP */
map.slider_home {
  width: 200px;
}
map.slider_home .product_img {
  width: 100px;
}
.validation-advice {
  margin: 20px auto;
  min-width: 190px;
}
.make-column-job {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
}
.cookiepolicy-dropdown {
  background:rgba(255,255,255,0.9);
  color: #000000;
  font-family: "proxima-nova";
}
.cookiepolicy-dropdown .block-cookiepolicy .block-content button.accept {
  box-shadow: none;
  background: #999999 !important;
}
.cookiepolicy-dropdown .block-cookiepolicy .block-content p {
  font-family: "proxima-nova";
  font-style: normal;
}
.cookiepolicy-dropdown .block-cookiepolicy .block-content p a {
  color: #000000;
  font-weight: bold;
}
body {
  font-family: "proxima-nova", arial !important;
  min-height: 100%;
  background: none;
}
.inner_container {
  max-width: 1440px;
  width: 100%;
  padding-left: 265px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner_container {
    width: 100%;
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .inner_container {
    width: 100%;
    padding: 0 !important;
  }
}
.generic_layout .page-title {
  background: #ffffff;
  clear: both;
  color: #000000;
  font-family: "proxima-nova";
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 0;
  padding: 30px 0;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
}
.generic_layout .std {
  background: #ffffff;
  padding: 15px;
  text-align: left;
}
.pagehistory .year-image {
  position: absolute;
  z-index: 1;
  top: 50%;
  /*    bottom: 0;*/
  margin: auto;
  /*    left: 0;
    right: 0;
    height: 100%;*/
  display: table;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.pagehistory .year-image p {
  color: #ffffff;
  font-weight: 100;
  font-size: 47px;
  text-transform: uppercase;
  opacity: 0.8;
  line-height: 28px;
}
.logo_footer {
  display: inline-block;
  position: relative;
  text-align: right;
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
.logo_footer img {
  width: 28px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo_footer {
    display: block;
    float: none;
    text-align: center;
    margin-top: -25px;
  }
}
@media screen and (max-width: 767px) {
  .logo_footer {
    display: block;
    float: none;
    text-align: center;
    margin-top: -10px;
    margin-left: 0;
  }
}
.year-image {
  display: none;
}
a,
button {
  outline: none;
}
.block-layered-nav {
  position: relative;
}
.filterajaxloader {
  display: none;
  z-index: 99999;
  background-image: none;
  background-repeat: repeat;
  background-color: rgba(230, 230, 230, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.filterajaxloader img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.loadmoreajaxloader {
  display: none;
  z-index: 99999;
  background-image: none;
  background-repeat: repeat;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loadmoreajaxloader img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.storelocator-index-index .loadmoreajaxloader img {
  top: 35px;
  left: 50%;
}
.page {
  position: relative;
}
.header-container {
  border: none;
  background: none;
}
.header-container .header {
  max-width: 1440px;
  margin: auto;
  padding: 20px 0 0 20px;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}
.main-container {
  max-width: 1440px;
  margin: auto;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  background: none;
  width: 100%;
}
.main-container .page-title {
  border: none;
}
@media screen and (max-width: 767px) {
  .main-container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .main-container {
    width: 100%;
  }
}
.footer-container {
  max-width: 1440px;
  margin: auto;
  border: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*  z-index: 999;*/
  padding-left: 240px;
}
@media screen and (max-width: 767px) {
  .footer-container {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .footer-container {
    width: 100%;
    padding-left: 0;
  }
}
.footer {
  max-width: 100%;
  margin: auto;
  width: 100%;
  /*padding: 10px;*/
  background: #ffffff;
  float: right;
  color: #000000;
  font-family: "proxima-nova";
  font-size: 11px;
  text-transform: uppercase;
}
.footer address {
  color: #000000;
  padding: 0 15px;
  float: left;
  text-align: left;
}
.footer div {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .footer {
    width: 100%;
  }
}
.breadcrumbs {
  max-width: 1440px;
  width: 100%;
  padding-left: 265px;
  position: fixed;
  z-index: 2;
}
.breadcrumbs ul {
  max-width: 100%;
  margin: auto;
  width: 100%;
  padding: 14px;
  background: #ffffff;
  float: right;
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
}
.breadcrumbs ul li {
  font-family: "proxima-nova";
  color: #000000;
}
.breadcrumbs ul li strong {
  font-weight: normal;
}
.breadcrumbs ul li a {
  font-weight: normal;
  color: #000000;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .breadcrumbs {
    display: none;
  }
}
.content_corporate {
  max-width: 1440px;
  width: 99%;
  padding-left: 252px;
}
.content_corporate .inner_content_corporate {
  max-width: 100%;
  margin: 20px auto;
  width: 100%;
  padding: 10px;
  background: #ffffff;
  color: #000000;
  font-family: "proxima-nova";
  font-size: 12px;
}
.content_corporate p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .content_corporate {
    padding: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .content_corporate {
    padding: 0px !important;
  }
}
/* CHECKBOX */
.checkbox_style {
  cursor: pointer;
  height: 15px;
  vertical-align: middle;
  width: 15px;
  margin-right: 3px;
  display: inline-block;
  border: 1px solid #000000;
  background: #ffffff;
  position: relative;
}
.checkbox_style input {
  margin: -1px 0;
}
.checkbox_style input[type="checkbox"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
/* SELECT */
.select_style {
  border: 1px solid #dddddd;
  padding: 15px;
  font-size: 11px;
  width: 100%;
  text-align: left;
}
.select_style span {
  float: left;
  color: #999;
}
.select_style i {
  bottom: 0;
  float: right;
  font-size: 46px;
  position: absolute;
  right: 1px;
  top: 0;
}
.select_style {
  position: relative;
}
.select_style select {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
/* SCROLLBAR */
::-webkit-scrollbar {
  width: 8px;
  margin: 20px 0;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 10px 2px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #9d9d9d;
  /* background: @color-grey;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}
::-webkit-scrollbar-thumb:window-inactive {
  background: none;
}
@media (max-width: 991px) {
  .main-container > .messages {
    width: 100%;
    left: 0;
    margin: auto;
    right: 0;
  }
}
.header .strip_menu {
  width: 220px;
  background: #ffffff;
  position: fixed;
  height: 100%;
}
.header .strip_menu h1.logo {
  display: block;
  float: none;
  margin: 20px auto;
}
.header .strip_menu h1.logo a {
  display: block;
  float: none;
  margin: auto;
}
.header .strip_menu h1.logo a img {
  display: block;
  margin: auto;
}
.header .strip_menu .ct-menu .inside ul li {
  text-align: center;
  float: none;
}
.header .strip_menu .ct-menu .inside ul li a span {
  text-align: center;
  color: #000000;
  float: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-family: "proxima-nova";
  line-height: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  font-weight: 700;
}
.header .strip_menu .ct-menu .inside ul li a:hover {
  text-decoration: none;
}
.header .strip_menu .ct-menu .inside ul li a:hover span {
  border-bottom: 1px solid #000000 !important;
  text-decoration: none;
}
.header .strip_menu .ct-menu .inside ul .menu-item-active a span {
  border-bottom: 1px solid #000000 !important;
}
.header .strip_menu .ct-menu .inside ul .menu-item a:active span {
  border-bottom: 1px solid #000000;
}
.header .strip_menu .nav-container,
.header .strip_menu #ct-menu-category-menu,
.header .strip_menu #ct-menu-distribuzione {
  background: none;
  width: auto;
  float: none;
  margin: 25px auto;
}
.header .strip_menu .nav-container ul#nav,
.header .strip_menu #ct-menu-category-menu ul#nav,
.header .strip_menu #ct-menu-distribuzione ul#nav,
.header .strip_menu .nav-container ul,
.header .strip_menu #ct-menu-category-menu ul,
.header .strip_menu #ct-menu-distribuzione ul {
  width: auto;
  text-align: center;
}
.header .strip_menu .nav-container ul#nav li,
.header .strip_menu #ct-menu-category-menu ul#nav li,
.header .strip_menu #ct-menu-distribuzione ul#nav li,
.header .strip_menu .nav-container ul li,
.header .strip_menu #ct-menu-category-menu ul li,
.header .strip_menu #ct-menu-distribuzione ul li {
  text-align: center;
  float: none;
}
.header .strip_menu .nav-container ul#nav li a,
.header .strip_menu #ct-menu-category-menu ul#nav li a,
.header .strip_menu #ct-menu-distribuzione ul#nav li a,
.header .strip_menu .nav-container ul li a,
.header .strip_menu #ct-menu-category-menu ul li a,
.header .strip_menu #ct-menu-distribuzione ul li a {
  float: none;
}
.header .strip_menu .nav-container ul#nav li a span,
.header .strip_menu #ct-menu-category-menu ul#nav li a span,
.header .strip_menu #ct-menu-distribuzione ul#nav li a span,
.header .strip_menu .nav-container ul li a span,
.header .strip_menu #ct-menu-category-menu ul li a span,
.header .strip_menu #ct-menu-distribuzione ul li a span {
  text-align: center;
  color: #000000;
  float: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-family: "proxima-nova";
  line-height: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  font-weight: 400;
}
.header .strip_menu .nav-container ul#nav li a:hover,
.header .strip_menu #ct-menu-category-menu ul#nav li a:hover,
.header .strip_menu #ct-menu-distribuzione ul#nav li a:hover,
.header .strip_menu .nav-container ul li a:hover,
.header .strip_menu #ct-menu-category-menu ul li a:hover,
.header .strip_menu #ct-menu-distribuzione ul li a:hover {
  text-decoration: none;
}
.header .strip_menu .nav-container ul#nav li a:hover span,
.header .strip_menu #ct-menu-category-menu ul#nav li a:hover span,
.header .strip_menu #ct-menu-distribuzione ul#nav li a:hover span,
.header .strip_menu .nav-container ul li a:hover span,
.header .strip_menu #ct-menu-category-menu ul li a:hover span,
.header .strip_menu #ct-menu-distribuzione ul li a:hover span {
  border-bottom: 1px solid #000000;
  text-decoration: none;
}
.overlay-menu-desktop-items .container-all a {
  text-transform: uppercase;
  background: #ffffff;
  display: block;
  position: absolute;
  padding: 12px;
  font-size: 11px;
  color: #000000;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  text-decoration: underline;
}
.overlay-menu-desktop-items .children {
  width: 300px;
  position: absolute;
  height: auto;
  top: 46px;
  background: #fff;
  padding: 20px;
}
.overlay-menu-desktop-items .children ul {
  float: none;
  margin: auto;
  text-align: center;
  display: block;
}
.overlay-menu-desktop-items .children ul li {
  display: block;
  text-align: center;
  margin: 5px 0;
}
.overlay-menu-desktop-items .children ul li a {
  text-transform: uppercase;
  background: none;
  display: block;
  position: relative;
  padding: 0;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
  border-bottom: none;
  text-decoration: none;
}
.overlay-menu-desktop-items .children ul li a span {
  border: 0;
  margin: 0;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
}
.overlay-menu-desktop-items .children ul li a span:after {
  display: none;
}
.overlay-menu-desktop-items .children ul li:hover {
  text-decoration: none;
}
.overlay-menu-desktop-items .children ul li:hover span {
  border-bottom: 1px solid #000000;
  text-decoration: none;
}
.overlay-menu-desktop-items .children:nth-child(2){
	display: none !important;
}
.quick-access {
  position: fixed;
  max-width: 1440px;
  margin: auto;
  top: 0;
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
}
.quick-access .container-links {
  background: #ffffff;
  position: relative;
  float: right;
  text-transform: uppercase;
  text-align: left;
  padding: 8px 15px 0;
  width: auto;
  z-index: 10;
}
.quick-access .container-links .wrapper-menu-top .acm-menu {
  float: right;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  float: left;
  margin-bottom: 0;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul li {
  display: inline-block;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul li a span {
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin: 0 20px 0 0;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul li a span:after {
  content: "";
  display: inline-block;
  height: 16px;
  width: 1px;
  position: absolute;
  right: -12px;
  background: #dddddd;
  vertical-align: middle;
  border-bottom: none !important;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul li a:hover {
  text-decoration: none;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul li a:hover span {
  border-bottom: 1px solid #000000;
  text-decoration: none;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul li .children {
  display: none;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul li:nth-child(1) .menu_items ul li a {
  background: #ffffff;
  display: block;
  position: absolute;
  /*right: 332px;
                        top: 0;*/
  padding: 12px;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  text-decoration: underline;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul li:nth-child(1) .children {
  right: 228px;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul li:nth-child(2) .menu_items ul li a {
  background: #ffffff;
  display: block;
  position: absolute;
  /*right: 281px;
                        top: 0;*/
  padding: 12px;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul li:nth-child(2) .children {
  right: 158px;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul li:nth-child(3) .menu_items ul li a {
  background: #ffffff;
  display: block;
  position: absolute;
  /*right: 205px;
                        top: 0;*/
  padding: 12px;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
}
.quick-access .container-links .wrapper-menu-top .acm-menu #ct-menu-menu-top ul li:nth-child(3) .children {
  right: 94px;
}
.quick-access .container-links .wrapper-menu-top ul.links {
  display: table-cell;
  vertical-align: middle;
  float: right;
}
.quick-access .container-links .wrapper-menu-top ul.links li:first-child a {
  display: inline-block;
}
.quick-access .container-links .wrapper-menu-top ul.links li:first-child a i {
  margin-right: 6px;
  font-size: 14px;
  vertical-align: middle;
}
.quick-access .container-links .wrapper-menu-top ul.links li:first-child a i:hover {
  text-decoration: none;
  display: inline-block;
}
.quick-access .container-links .wrapper-menu-top ul.links li:first-child a::before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.quick-access .container-links .wrapper-menu-top ul.links li:nth-child(2) a {
  display: inline-block;
  border-right: none;
}
.quick-access .container-links .wrapper-menu-top ul.links li:nth-child(2) a i {
  margin-right: 6px;
  font-size: 14px;
  vertical-align: middle;
}
.quick-access .container-links .wrapper-menu-top ul.links li:nth-child(2) a i:hover {
  text-decoration: none;
  display: inline-block;
}
.quick-access .container-links .wrapper-menu-top ul.links li:nth-child(2) a::before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.quick-access .container-links .wrapper-menu-top ul.links li a {
  font-family: "proxima-nova";
  font-size: 11px;
  color: #000000;
  border-right: 1px solid #dddddd;
  padding: 0 10px;
  text-decoration: none;
}
.quick-access .container-links .wrapper-menu-top ul.links li a span {
  padding-bottom: 3px;
  border-bottom: 1px solid #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.quick-access .container-links .wrapper-menu-top ul.links li a:hover {
  text-decoration: none;
}
.quick-access .container-links .wrapper-menu-top ul.links li a:hover span {
  border-bottom: 1px solid #000000;
  text-decoration: none;
}
.quick-access .container-links .wrapper-menu-top ul.links .top-link-cart {
  display: none;
}
.quick-access .container-links .wrapper-menu-top ul.links .top-link-checkout {
  display: none;
}
/* IF USER IS LOGGED */
/*.active_submenu #ct-menu-menu-top ul li:nth-child(1) .menu_items ul li a{
  right: 363px !important;
}
.active_submenu #ct-menu-menu-top ul li:nth-child(2) .menu_items ul li a{
   right: 312px !important;
 }
.active_submenu #ct-menu-menu-top ul li:nth-child(3) .menu_items ul li a{
  right: 237px !important;
}*/
/* NEWSLETTER */
.bottom-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2%;
  background: #ffffff;
}
.bottom-header .block-subscribe {
  border: none;
  margin: 0;
  /*input {
          border:1px solid @color-grey;
          width: 100%;
        }*/
}
.bottom-header .block-subscribe .block-title {
  background: none;
  border: 0;
  padding: 0 15px;
  text-align: center;
}
.bottom-header .block-subscribe .block-title strong {
  background: none;
  padding: 0;
}
.bottom-header .block-subscribe .block-title strong span {
  font-weight: 500;
  color: #000000;
  font-family: "proxima-nova";
}
.bottom-header .block-subscribe .button-newsletter {
  margin: 15px auto;
  cursor: pointer;
  background: none;
  width: 80%;
  display: block;
  border: 1px solid #dddddd;
  padding: 15px;
  text-align: left;
  color: #000000;
  font-family: "proxima-nova";
  text-decoration: none;
  position: relative;
}
.bottom-header .block-subscribe .button-newsletter i {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 10px;
  font-size: 12px;
}
.bottom-header .block-subscribe .button-newsletter span {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.bottom-header .social-link {
  text-align: center;
  margin: 20px 0 0 0;
}
.bottom-header .social-link button,
.bottom-header .social-link a {
  border: none;
  background: none;
  font-size: 18px;
  margin: 5px;
  text-decoration: none;
  color: #000000;
}
.language_store {
  padding: 0 0 35px 0;
}
.language_store hr {
  display: none;
}
.language_store a span {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  font-size: 12px;
  padding-top: 14px;
}
/* OVERLAY OPENED MENU */
.opened_menu {
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: block;
  z-index: 99999;
}
.opened_menu li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
}
.opened_menu li a i {
  margin-right: 6px;
  font-size: 14px;
  vertical-align: middle;
}
.opened_menu li a i:hover {
  text-decoration: none;
  display: inline-block;
}
.opened_menu li a::before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#login_menu .opened_menu {
  /*right: 127px;
    width: 83px;*/
}
#wishlist_menu .opened_menu {
  /*right: 14px;
    width: 114px;*/
}
#wishlist_menu .opened_menu li a i {
  margin-right: 6px;
  font-size: 14px;
  vertical-align: middle;
}
#wishlist_menu .opened_menu li a i:hover {
  text-decoration: none;
  display: inline-block;
}
#wishlist_menu .opened_menu li a::before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.footer a {
  color: #000000;
}
.footer .ct-menu .inside ul li {
  text-align: center;
  float: right;
  padding: 0;
  margin: 0;
  background: none;
  /* a {
            color: @color-black;
            border: 0 none;
            span {
              text-align: center;
              color: @color-black;
              float: none;
              font-weight: 100;
              line-height: 8px;
              font-size: 11px;
              font-family: @font-base;
              text-transform: uppercase;
              display: inline-block;
              border-right: 1px solid @color-black;
              padding: 0 10px;
            }
          }*/
}
.footer .ct-menu .inside ul li a {
  text-align: center;
  color: #000000;
  float: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-family: "proxima-nova";
  line-height: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.footer .ct-menu .inside ul li a span {
  font-weight: 600;
  line-height: 8px;
  border-right: 1px solid #000000;
  padding: 0 10px;
}
.footer .ct-menu .inside ul li a span:after {
  width: 10px;
}
.footer .ct-menu .inside ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000000 !important;
}
.footer .ct-menu .inside ul li a:hover span {
  text-decoration: none;
}
.footer address a {
  color: #000000 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .bread_responsive {
    display: block !important;
  }
  .bread_responsive .breadcrumbs {
    display: block !important;
    position: relative !important;
    padding-left: 0px !important;
  }
  .bread_responsive .breadcrumbs ul {
    background: none !important;
    height: auto !important;
    padding: 20px !important;
  }
  .mobile_menu {
    display: none;
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 0 20px;
    overflow: auto;
  }
  .mobile_menu .nav-container,
  .mobile_menu #ct-menu-category-menu,
  .mobile_menu #ct-menu-distribuzione {
    background: none;
    width: auto;
    float: none;
  }
  .mobile_menu .nav-container ul#nav,
  .mobile_menu #ct-menu-category-menu ul#nav,
  .mobile_menu #ct-menu-distribuzione ul#nav,
  .mobile_menu .nav-container ul,
  .mobile_menu #ct-menu-category-menu ul,
  .mobile_menu #ct-menu-distribuzione ul {
    width: auto;
    text-align: center;
  }
  .mobile_menu .nav-container ul#nav li,
  .mobile_menu #ct-menu-category-menu ul#nav li,
  .mobile_menu #ct-menu-distribuzione ul#nav li,
  .mobile_menu .nav-container ul li,
  .mobile_menu #ct-menu-category-menu ul li,
  .mobile_menu #ct-menu-distribuzione ul li {
    text-align: center;
    float: none;
  }
  .mobile_menu .nav-container ul#nav li a,
  .mobile_menu #ct-menu-category-menu ul#nav li a,
  .mobile_menu #ct-menu-distribuzione ul#nav li a,
  .mobile_menu .nav-container ul li a,
  .mobile_menu #ct-menu-category-menu ul li a,
  .mobile_menu #ct-menu-distribuzione ul li a {
    text-align: center;
    color: #000000;
    float: none;
    text-transform: uppercase;
    font-weight: lighter;
    font-family: "proxima-nova";
    font-size: 12px;
  }
  .mobile_menu .ct-menu .inside ul li {
    text-align: center;
    float: none;
  }
  .mobile_menu .ct-menu .inside ul li a span {
    text-align: center;
    color: #000000;
    float: none;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-family: "proxima-nova";
    line-height: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    font-weight: 700;
  }
  .mobile_menu .ct-menu .inside ul li a span:hover {
    text-decoration: none;
    border-bottom: 1px solid #000000;
  }
  .mobile_menu .logo_responsive {
    margin: 0 0 30px 0;
  }
  .mobile_menu .logo_responsive .icon-logo {
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    display: block;
  }
  .mobile_menu .logo_responsive .logo {
    float: none !important;
    margin: auto;
    display: block;
    width: 100%;
  }
  .mobile_menu .logo_responsive .logo a {
    float: none !important;
  }
  .mobile_menu .logo_responsive .logo img {
    margin: auto;
    width: 92px;
    display: block;
  }
  .mobile_menu .icon-cross {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    background: none;
    border: 0;
  }
  .mobile_menu .nav-container,
  .mobile_menu #ct-menu-category-menu,
  .mobile_menu #ct-menu-distribuzione {
    margin: 20px 0;
  }
  .mobile_menu .nav-container span,
  .mobile_menu #ct-menu-category-menu span,
  .mobile_menu #ct-menu-distribuzione span {
    display: inline-block !important;
    text-align: center;
    color: #000000;
    float: none;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-family: "proxima-nova";
    line-height: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    font-weight: 200 !important;
  }
  .mobile_menu .nav-container span:hover,
  .mobile_menu #ct-menu-category-menu span:hover,
  .mobile_menu #ct-menu-distribuzione span:hover {
    text-decoration: none;
    border-bottom: 1px solid #000000;
  }
  .mobile_menu .menu-top-responsive #ct-menu-menu-top ul li a span {
    text-align: center;
    color: #000000;
    float: none;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-family: "proxima-nova";
    line-height: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    font-weight: 200 !important;
  }
  .mobile_menu .menu-top-responsive #ct-menu-menu-top ul li a span:hover {
    text-decoration: none;
    border-bottom: 1px solid #000000;
  }
  .mobile_menu .menu-top-responsive #ct-menu-menu-top ul li.menu-has-children {
    cursor: pointer;
  }
  .mobile_menu .menu-top-responsive #ct-menu-menu-top ul li.menu-has-children a span:after {
    content: "+";
    margin-left: 3px;
  }
  .mobile_menu .menu-top-responsive #ct-menu-menu-top ul li.menu-has-children .children {
    display: none;
  }
  .mobile_menu .menu-top-responsive #ct-menu-menu-top ul li.menu-has-children .children a span:after {
    content: none;
  }
  #login_menu .opened_menu {
    width: 47px;
    padding: 15px 0;
  }
  #wishlist_menu .opened_menu {
    width: 34px;
    padding: 15px 0;
  }
  #wishlist_menu .account-wishlist .my-wishlist {
    right: 17px !important;
  }
  #dashboard_menu .opened_menu {
    width: 40px;
    padding: 15px;
  }
  .bottom-header {
    position: relative !important;
    margin: 40px auto 0;
    width: 50% !important;
    bottom: 0 !important;
  }
  .quick-access {
    position: fixed;
    width: 100%;
    margin: auto;
    top: 0;
    background: #ffffff;
  }
  .quick-access .container-links {
    width: 100%;
    padding-top: 16px !important;
  }
  .quick-access .logo_responsive {
    margin: 0;
  }
  .quick-access .logo_responsive .icon-logo {
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    display: block;
  }
  .quick-access .logo_responsive .logo {
    float: none !important;
    margin: auto;
    display: block;
    width: 100%;
  }
  .quick-access .logo_responsive .logo a {
    float: none !important;
  }
  .quick-access .logo_responsive .logo img {
    margin: auto;
    width: 92px;
    display: block;
  }
  .quick-access .logo_txt_container {
	width: 90%;
    text-align: center;
  }

	@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
	  .quick-access .logo_txt_container {
		width: 100%;
	  }
	}
	@media (max-width: 767px) {
	  .quick-access .logo_txt_container {
		width: 90%;
	  }
	}
	
  .quick-access .strip_menu {
    width: 50px;
    background: #ffffff;
    position: relative;
    float: left;
  }
  .quick-access .strip_menu .icon-menu {
    border: none;
    font-size: 17px;
    background: none;
    margin: 15px;
  }
  .quick-access ul.links {
    background: #ffffff;
    width: auto;
  }
  .quick-access ul.links li:nth-child(1) {
    display: inline-block;
    padding: 5px 10px;
  }
  .quick-access ul.links li:nth-child(1) a {
    display: block !important;
    /*text-indent: -9999px;
            background: url(http://www.rubelli.com/skin/frontend/rubelli/responsive/img/ico-login.png) no-repeat;*/
    width: 26px;
    border-right: 0 !important;
    /*&::before {
              display: none;
            }*/
  }
  .quick-access ul.links li:nth-child(2) {
    display: inline-block;
    padding: 5px 10px;
  }
  .quick-access ul.links li:nth-child(2) a {
    display: block !important;
    width: 26px;
    border-right: 0 !important;
    /*&::before {
              display: none;
            }*/
  }
  .container-slide-img {
    width: 100% !important;
    float: none !important;
  }
  /* SLIDER HOME */
  .slider .swiper-container .swiper-slide .slider-text {
    width: 288px !important;
    top: 10% !important;
  }
  .slider .swiper-container .swiper-slide .slider-text h3 {
    line-height: 26px !important;
    font-size: 26px !important;
  }
  .slider .swiper-container .swiper-slide .slider-title {
    width: 266px !important;
    right: 20px !important;
  }
  .slider .swiper-container .swiper-pagination {
    right: 52px !important;
  }
  /* BANNER MIDDLE */
  .wrapper-middle-banner,
  .wrapper-middle-banner-bottom {
    width: 95% !important;
    margin: auto !important;
  }
  .wrapper-middle-banner .home-page-banner-middle,
  .wrapper-middle-banner-bottom .home-page-banner-middle {
    width: 80% !important;
    position: absolute;
    /*left: 0;
    margin: auto;*/
  }
  .wrapper-middle-banner .text-container .description,
  .wrapper-middle-banner-bottom .text-container .description {
    display: none;
  }
  .wrapper-middle-banner .home-page-banner-middle {
    right: 50px !important;
  }
  .wrapper-middle-banner .text-container {
    left: 20px;
  }
  .wrapper-middle-banner-bottom .home-page-banner-middle {
    left: 6% !important;
  }
  .wrapper-middle-banner-bottom .text-container {
    right: 20px;
  }
  /* SEARCH */
  .block-search {
    float: none !important;
    width: 100%;
    margin: 35px 0;
    padding: 15px !important;
    background: #ffffff;
  }
  .block-search .wrapper-form {
    background: none !important;
    height: auto !important;
    padding: 0 !important;
  }
  .block-search .wrapper-form .locator_strip {
    border-left: 1px solid #dddddd !important;
  }
  .block-search .wrapper-form .locator_strip:before {
    display: none !important;
  }
  .block-search .wrapper-form .locator_strip .inner_locator {
    width: 100% !important;
  }
  .block-search .wrapper-form form .form-search {
    width: 50%;
  }
  /* BLOCK ISSUU */
  .editorial {
    margin: auto !important;
    padding: 50px 0 !important;
  }
  .editorial .text-container-all {
    width: 28% !important;
  }
  .editorial .issuu-frame {
    width: 73% !important;
  }
  .gallery_all {
    margin: 0 !important;
    padding: 20px 15px;
    -moz-column-count: 2 !important;
    -webkit-column-count: 2 !important;
    -webkit-column-gap: 40px !important;
    column-gap: 40px !important;
    -moz-column-gap: 40px !important;
    column-count: 2 !important;
  }
  .list_brand_product {
    margin: 0 !important;
  }
  .overlay_gallery {
    margin: 0 !important;
  }
  .overlay_gallery .head_overlay_gallery {
    padding-top: 0 !important;
  }
  .inner-head-overlay-gallery {
    width: 100% !important;
  }
  .footer address {
    text-align: center;
    border-bottom: 1px solid #dddddd !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    color: #000000 !important;
  }
  .footer .inside ul {
    display: inline-block !important;
  }
  .footer .inside ul li a span {
    border-right: none !important;
  }
  .footer div {
    text-align: center;
  }
  /* CATALOG LISTING */
  .catalog-container,
  .block-layered-nav {
    width: 97% !important;
    margin: auto;
    float: none !important;
    clear: both;
  }
  .top_filter .responsive_filter_tab {
    display: none;
  }
  .responsive_open_filter i {
    margin-right: 10px;
    font-size: 19px;
    vertical-align: middle;
  }
  .responsive_open_filter span {
    font-family: "proxima-nova";
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin: 40px auto;
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #ffffff;
    max-width: 145px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border: 1px solid #dddddd;
  }
  .product-view {
    border: none;
    text-align: center !important;
  }
  .product-view .description-product {
    text-align: center !important;
  }
  .product-view .column_right {
    margin-top: 20px;
  }
  .banner_fixed_top .text-container h3 {
    width: 288px !important;
    line-height: 26px !important;
    font-size: 26px !important;
  }
  .archivio_all .title-archivio,
  .contact_all .title-archivio,
  .news_all .title-archivio,
  .job_all .title-archivio {
    clear: both;
  }
  .archivio_all .gallery_archivio,
  .contact_all .gallery_archivio,
  .news_all .gallery_archivio,
  .job_all .gallery_archivio,
  .archivio_all .gallery_news,
  .contact_all .gallery_news,
  .news_all .gallery_news,
  .job_all .gallery_news,
  .archivio_all .contact_banner,
  .contact_all .contact_banner,
  .news_all .contact_banner,
  .job_all .contact_banner {
    padding: 20px 15px;
    -moz-column-count: 2 !important;
    -webkit-column-count: 2 !important;
    -webkit-column-gap: 20px !important;
    column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-count: 2 !important;
  }
  .archivio_all .gallery_archivio .text-container,
  .contact_all .gallery_archivio .text-container,
  .news_all .gallery_archivio .text-container,
  .job_all .gallery_archivio .text-container,
  .archivio_all .gallery_news .text-container,
  .contact_all .gallery_news .text-container,
  .news_all .gallery_news .text-container,
  .job_all .gallery_news .text-container,
  .archivio_all .contact_banner .text-container,
  .contact_all .contact_banner .text-container,
  .news_all .contact_banner .text-container,
  .job_all .contact_banner .text-container {
    background: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    padding: 30px;
    margin-bottom: 0;
  }
  .archivio_all .gallery_archivio .text-container .inner-text-description .title,
  .contact_all .gallery_archivio .text-container .inner-text-description .title,
  .news_all .gallery_archivio .text-container .inner-text-description .title,
  .job_all .gallery_archivio .text-container .inner-text-description .title,
  .archivio_all .gallery_news .text-container .inner-text-description .title,
  .contact_all .gallery_news .text-container .inner-text-description .title,
  .news_all .gallery_news .text-container .inner-text-description .title,
  .job_all .gallery_news .text-container .inner-text-description .title,
  .archivio_all .contact_banner .text-container .inner-text-description .title,
  .contact_all .contact_banner .text-container .inner-text-description .title,
  .news_all .contact_banner .text-container .inner-text-description .title,
  .job_all .contact_banner .text-container .inner-text-description .title {
    display: block;
  }
  .archivio_all .gallery_archivio .text-container .inner-text-description .title h3,
  .contact_all .gallery_archivio .text-container .inner-text-description .title h3,
  .news_all .gallery_archivio .text-container .inner-text-description .title h3,
  .job_all .gallery_archivio .text-container .inner-text-description .title h3,
  .archivio_all .gallery_news .text-container .inner-text-description .title h3,
  .contact_all .gallery_news .text-container .inner-text-description .title h3,
  .news_all .gallery_news .text-container .inner-text-description .title h3,
  .job_all .gallery_news .text-container .inner-text-description .title h3,
  .archivio_all .contact_banner .text-container .inner-text-description .title h3,
  .contact_all .contact_banner .text-container .inner-text-description .title h3,
  .news_all .contact_banner .text-container .inner-text-description .title h3,
  .job_all .contact_banner .text-container .inner-text-description .title h3 {
    font-size: 21px;
    margin: 0;
  }
  .archivio_all .gallery_archivio .text-container .inner-text-description .description,
  .contact_all .gallery_archivio .text-container .inner-text-description .description,
  .news_all .gallery_archivio .text-container .inner-text-description .description,
  .job_all .gallery_archivio .text-container .inner-text-description .description,
  .archivio_all .gallery_news .text-container .inner-text-description .description,
  .contact_all .gallery_news .text-container .inner-text-description .description,
  .news_all .gallery_news .text-container .inner-text-description .description,
  .job_all .gallery_news .text-container .inner-text-description .description,
  .archivio_all .contact_banner .text-container .inner-text-description .description,
  .contact_all .contact_banner .text-container .inner-text-description .description,
  .news_all .contact_banner .text-container .inner-text-description .description,
  .job_all .contact_banner .text-container .inner-text-description .description {
    padding: 30px 0;
    display: block;
  }
  .archivio_all .gallery_archivio .text-container .inner-text-description a,
  .contact_all .gallery_archivio .text-container .inner-text-description a,
  .news_all .gallery_archivio .text-container .inner-text-description a,
  .job_all .gallery_archivio .text-container .inner-text-description a,
  .archivio_all .gallery_news .text-container .inner-text-description a,
  .contact_all .gallery_news .text-container .inner-text-description a,
  .news_all .gallery_news .text-container .inner-text-description a,
  .job_all .gallery_news .text-container .inner-text-description a,
  .archivio_all .contact_banner .text-container .inner-text-description a,
  .contact_all .contact_banner .text-container .inner-text-description a.abutton,
  .news_all .contact_banner .text-container .inner-text-description a,
  .job_all .contact_banner .text-container .inner-text-description a {
    font-family: "proxima-nova";
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin: 40px auto;
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #ffffff;
    max-width: 145px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .list_brand_product .category-products .swiper-brand-product .swiper-button-disabled {
    opacity: 0 !important;
  }
  .list_brand_product .category-products .swiper-brand-product .swiper-button-next {
    background-image: none !important;
    font-size: 48px !important;
    right: 4px !important;
  }
  .list_brand_product .category-products .swiper-brand-product .swiper-button-prev {
    background-image: none !important;
    font-size: 48px !important;
    left: -15px !important;
  }
  .wrapper-job {
    padding: 0 15px !important;
  }
  .search_locator form .space {
    height: 20px !important;
    clear: both;
  }
  .account-create .fieldset .form-list .fields .field,
  .my-account .fieldset .form-list .fields .field {
    width: 50% !important;
    padding: 0 15px;
  }
  .account-create .change_psw,
  .my-account .change_psw {
    width: 100% !important;
  }
  .news_detail .gallery_all_news .inner_gallery {
    padding: 0px 15px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -moz-column-gap: 40px;
    column-count: 2;
    margin-left: 0px;
  }
  .add-to-box .shared {
    margin: 30px auto 0;
  }
  .add-to-box .share_product {
    float: none;
    clear: both;
    width: 100%;
    padding: 20px 0;
  }
  .add-to-box .share_product a {
    font-family: "proxima-nova";
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin: 40px auto;
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #ffffff;
    max-width: 145px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border: 1px solid #dddddd;
    margin: 0;
    width: 100%;
  }
  .add-to-box .share_product a span {
    font-size: 17px;
    margin-left: -10px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .gallery_all .wrapper-gallery {
    width: 48% !important;
  }
  .inspiration_gallery {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  #dashboard_menu .account-dashboard .dashboard_all {
    width: 90% !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
  }
  #wishlist_menu .account-wishlist .my-wishlist {
    width: 90% !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
  }
  .logo_txt_opened {
    width: 160px !important;
    margin: 10px auto !important;
    background: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/logo_txt.png") no-repeat;
    background-size: contain;
    height: 25px;
  }
  .logo_txt {
    /* width: 160px !important; */
    margin: 13px 0 !important;
    background: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/logo_txt.png") no-repeat;
    background-size: contain;
	background-position: center center;
    height: 21px;
  }
  .quick-access {
    position: fixed;
    width: 100%;
    margin: auto;
    top: 0;
  }
  .quick-access ul.links {
    background: #ffffff;
    float: right;
  }
  .bottom-header {
    position: relative !important;
    width: 90% !important;
    margin: 40px auto 0;
    bottom: 0 !important;
    background: #ffffff;
  }
  .bottom-header .language_store {
    padding: 20px 0 20px !important;
  }
  .overlay-menu-desktop .col2-set,
  .overlay-menu-desktop .my-wishlist {
    width: 94% !important;
    position: absolute;
    right: 0 !important;
    margin: auto !important;
    left: 0 !important;
    bottom: 20px;
  }
  .nav-container,
  #ct-menu-category-menu,
  #ct-menu-distribuzione {
    margin: 20px 0;
  }
  /* BANNER SLIDER HOME */
  .slider {
    margin-bottom: 20px !important;
  }
  .slider .swiper-container .swiper-wrapper .swiper-slide {
    padding-bottom: 72px !important;
  }
  .slider .swiper-container .swiper-wrapper .slider-title {
    left: 0 !important;
    right: 0!important;
    margin: auto !important;
    padding-bottom: 25px !important;
    height: 110px !important;
  }
  .slider .swiper-container .swiper-wrapper .slider-text {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    width: 70% !important;
    top: 0 !important;
  }
  .slider .swiper-container .swiper-wrapper .slider-text h3 {
    font-size: 25px !important;
  }
  .slider .swiper-container .swiper-pagination {
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    bottom: 5px !important;
  }
  /* BANNER MIDDLE HOME */
  .wrapper-middle-banner,
  .wrapper-middle-banner-bottom {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .wrapper-middle-banner .home-page-banner-middle,
  .wrapper-middle-banner-bottom .home-page-banner-middle {
    width: 100% !important;
    margin: auto;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
  }
  .wrapper-middle-banner .text-container-all,
  .wrapper-middle-banner-bottom .text-container-all {
    left: 0!important;
    right: 0!important;
    margin: auto;
    width: 70% !important;
    display: block !important;
    position: absolute !important;
    bottom: -50px;
    top: auto;
    height: auto !important;
  }
  .wrapper-middle-banner .text-container-all a,
  .wrapper-middle-banner-bottom .text-container-all a {
    margin: 0 auto !important;
  }
  .wrapper-middle-banner .text-container-all .description,
  .wrapper-middle-banner-bottom .text-container-all .description {
    display: none !important;
  }
  .wrapper-middle-banner .text-container,
  .wrapper-middle-banner-bottom .text-container {
    margin: auto;
    width: 100% !important;
    display: block !important;
  }
  .wrapper-middle-banner-bottom {
    margin-bottom: 80px !important;
  }
  .wrapper-middle-banner-second {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    display: block !important;
    position: relative !important;
  }
  .wrapper-middle-banner-second .text-container {
    position: absolute !important;
    display: block !important;
    height: auto !important;
    width: 70% !important;
  }
  .wrapper-middle-banner-second .text-container .description {
    display: none !important;
  }
  .wrapper-middle-banner-second.even .text-container {
    display: block !important;
    bottom: -50px !important;
    top: auto !important;
  }
  .wrapper-middle-banner-second.odd .home-page-banner-middle-second {
    margin-top: 80px !important;
  }
  .wrapper-middle-banner-second.odd .text-container {
    display: block !important;
    bottom: -50px !important;
  }
  .mobile-2 {
    width: 50% !important;
    float: left;
  }
  /* SEARCH */
  .block-search {
    float: none !important;
    width: 100%;
    margin: 20px 0 !important;
    padding: 0px !important;
    background: none !important;
  }
  .block-search .wrapper-form {
    background: none !important;
    height: auto !important;
    padding: 0 !important;
  }
  .block-search .wrapper-form form,
  .block-search .wrapper-form .locator_strip {
    width: 100% !important;
    float: none !important;
    background: #ffffff;
    padding: 20px;
  }
  .block-search .wrapper-form form {
    margin-bottom: 20px;
  }
  .wrapper-all-second {
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .wrapper-all-second .odd {
    margin-bottom: 80px !important;
    bottom: 0px !important;
  }
  .wrapper-all-second .odd .text-container a {
    margin: 10px auto !important;
  }
  .wrapper-all-second .description {
    display: none !important;
  }
  .wrapper-all-second,
  .wrapper-middle-banner {
    padding: 0 !important;
  }
  .gallery_all {
    margin: 20px 0 !important;
    padding: 20px 0px !important;
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important;
    -webkit-column-gap: 0px !important;
    column-gap: 0px !important;
    -moz-column-gap: 0px !important;
    column-count: 1 !important;
  }
  .editorial {
    margin: 20px auto !important;
    padding: 60px 0 0 0 !important;
    position: relative;
  }
  .editorial .issuu-frame {
    width: 100% !important;
  }
  .editorial .text-container-all {
    height: auto !important;
    position: relative !important;
    width: 70% !important;
    display: block !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    bottom: 2px;
    padding: 0 !important;
  }
  .editorial .text-container-all .text-container {
    display: block !important;
  }
  /* CATALOG LISTING */
  .catalog-container .wrapper-form .form-search input {
    width: 84% !important;
  }
  .block-layered-nav {
    padding: 0 !important;
  }
  .responsive_filter_mob {
    display: none;
  }
  .footer .ct-menu .inside ul li {
    float: none !important;
  }
  .footer .ct-menu .inside ul li a {
    width: 100% !important;
    border-bottom: 0 !important;
  }
  .footer .ct-menu .inside ul li a span {
    line-height: 25px !important;
    display: block !important;
    border-right: none !important;
    padding: 0px !important;
  }
  .footer .ct-menu .inside ul li a span:before {
    content: "";
    border-top: 1px solid #dddddd;
    height: 1px;
    width: 85px;
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .ct-menu .inside ul li a:hover {
    border-bottom: 0 !important;
  }
  .footer .ct-menu .inside ul li a:hover span {
    border-bottom: 0 !important;
  }
  .footer address {
    border-bottom: 0 !important;
  }
  .product-view {
    padding: 0 !important;
  }
  .banner_fixed_top .text-container {
    position: relative;
    left: 0 !important;
    right: 0 !important;
  }
  .banner_fixed_top .text-container h3 {
    margin: auto !important;
    width: 70% !important;
    font-size: 25px !important;
  }
  .box-info .col2-set .col-1,
  .box-info .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .box-info .col2-set:nth-child(2) .col-1 {
    border-right: none !important;
  }
  .archivio_all .title-archivio,
  .contact_all .title-archivio,
  .news_all .title-archivio,
  .job_all .title-archivio {
    margin-bottom: 30px !important;
  }
  .archivio_all .gallery_archivio,
  .contact_all .gallery_archivio,
  .news_all .gallery_archivio,
  .job_all .gallery_archivio,
  .archivio_all .gallery_news,
  .contact_all .gallery_news,
  .news_all .gallery_news,
  .job_all .gallery_news,
  .archivio_all .contact_banner,
  .contact_all .contact_banner,
  .news_all .contact_banner,
  .job_all .contact_banner {
    padding: 0 !important;
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important;
    -webkit-column-gap: 0px !important;
    column-gap: 0px !important;
    -moz-column-gap: 0px !important;
    column-count: 1 !important;
  }
  .archivio_all .gallery_archivio .text-container,
  .contact_all .gallery_archivio .text-container,
  .news_all .gallery_archivio .text-container,
  .job_all .gallery_archivio .text-container,
  .archivio_all .gallery_news .text-container,
  .contact_all .gallery_news .text-container,
  .news_all .gallery_news .text-container,
  .job_all .gallery_news .text-container,
  .archivio_all .contact_banner .text-container,
  .contact_all .contact_banner .text-container,
  .news_all .contact_banner .text-container,
  .job_all .contact_banner .text-container {
    background: #ffffff;
    width: 100%;
    display: block;
    position: relative;
    padding: 30px;
    margin-bottom: 0;
  }
  .archivio_all .gallery_archivio .text-container .inner-text-description .title,
  .contact_all .gallery_archivio .text-container .inner-text-description .title,
  .news_all .gallery_archivio .text-container .inner-text-description .title,
  .job_all .gallery_archivio .text-container .inner-text-description .title,
  .archivio_all .gallery_news .text-container .inner-text-description .title,
  .contact_all .gallery_news .text-container .inner-text-description .title,
  .news_all .gallery_news .text-container .inner-text-description .title,
  .job_all .gallery_news .text-container .inner-text-description .title,
  .archivio_all .contact_banner .text-container .inner-text-description .title,
  .contact_all .contact_banner .text-container .inner-text-description .title,
  .news_all .contact_banner .text-container .inner-text-description .title,
  .job_all .contact_banner .text-container .inner-text-description .title {
    display: block;
  }
  .archivio_all .gallery_archivio .text-container .inner-text-description .title h3,
  .contact_all .gallery_archivio .text-container .inner-text-description .title h3,
  .news_all .gallery_archivio .text-container .inner-text-description .title h3,
  .job_all .gallery_archivio .text-container .inner-text-description .title h3,
  .archivio_all .gallery_news .text-container .inner-text-description .title h3,
  .contact_all .gallery_news .text-container .inner-text-description .title h3,
  .news_all .gallery_news .text-container .inner-text-description .title h3,
  .job_all .gallery_news .text-container .inner-text-description .title h3,
  .archivio_all .contact_banner .text-container .inner-text-description .title h3,
  .contact_all .contact_banner .text-container .inner-text-description .title h3,
  .news_all .contact_banner .text-container .inner-text-description .title h3,
  .job_all .contact_banner .text-container .inner-text-description .title h3 {
    font-size: 21px;
    margin: 0;
  }
  .archivio_all .gallery_archivio .text-container .inner-text-description .description,
  .contact_all .gallery_archivio .text-container .inner-text-description .description,
  .news_all .gallery_archivio .text-container .inner-text-description .description,
  .job_all .gallery_archivio .text-container .inner-text-description .description,
  .archivio_all .gallery_news .text-container .inner-text-description .description,
  .contact_all .gallery_news .text-container .inner-text-description .description,
  .news_all .gallery_news .text-container .inner-text-description .description,
  .job_all .gallery_news .text-container .inner-text-description .description,
  .archivio_all .contact_banner .text-container .inner-text-description .description,
  .contact_all .contact_banner .text-container .inner-text-description .description,
  .news_all .contact_banner .text-container .inner-text-description .description,
  .job_all .contact_banner .text-container .inner-text-description .description {
    padding: 30px 0;
    display: block;
  }
  .archivio_all .gallery_archivio .text-container .inner-text-description a,
  .contact_all .gallery_archivio .text-container .inner-text-description a,
  .news_all .gallery_archivio .text-container .inner-text-description a,
  .job_all .gallery_archivio .text-container .inner-text-description a,
  .archivio_all .gallery_news .text-container .inner-text-description a,
  .contact_all .gallery_news .text-container .inner-text-description a,
  .news_all .gallery_news .text-container .inner-text-description a,
  .job_all .gallery_news .text-container .inner-text-description a,
  .archivio_all .contact_banner .text-container .inner-text-description a,
  .contact_all .contact_banner .text-container .inner-text-description a,
  .news_all .contact_banner .text-container .inner-text-description a,
  .job_all .contact_banner .text-container .inner-text-description a {
    font-family: "proxima-nova";
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin: 40px auto;
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #ffffff;
    max-width: 145px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .archivio_all .gallery_archivio .wrapper-gallery .banner-gallery,
  .contact_all .gallery_archivio .wrapper-gallery .banner-gallery,
  .news_all .gallery_archivio .wrapper-gallery .banner-gallery,
  .job_all .gallery_archivio .wrapper-gallery .banner-gallery,
  .archivio_all .gallery_news .wrapper-gallery .banner-gallery,
  .contact_all .gallery_news .wrapper-gallery .banner-gallery,
  .news_all .gallery_news .wrapper-gallery .banner-gallery,
  .job_all .gallery_news .wrapper-gallery .banner-gallery,
  .archivio_all .contact_banner .wrapper-gallery .banner-gallery,
  .contact_all .contact_banner .wrapper-gallery .banner-gallery,
  .news_all .contact_banner .wrapper-gallery .banner-gallery,
  .job_all .contact_banner .wrapper-gallery .banner-gallery {
    padding: 0px 0 20px 0 !important;
  }
  .inner_locator p {
    margin: 0 !important;
  }
  .inner_locator span {
    width: 40px !important;
    font-size: 25px !important;
    padding: 0 !important;
    margin: 0 3px !important;
  }
  .search_locator form p {
    text-align: left !important;
  }
  .search_locator form .space {
    height: 20px !important;
    clear: both;
  }
  .contact_form .input_mob,
  .block_cv .input_mob {
    margin: 5px 0 !important;
  }
  .contact_form .btn_send,
  .block_cv .btn_send {
    width: 95% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
  }
  .news_detail .gallery_all_news h3 {
    margin: 30px auto;
  }
  .news_detail .gallery_all_news .inner_gallery {
    padding: 0px 15px;
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -moz-column-gap: 40px;
    column-count: 1 !important;
    margin-left: 0px;
  }
  .account-create .fieldset .form-list .fields .field,
  .my-account .fieldset .form-list .fields .field {
    width: 100% !important;
    padding: 0 15px;
  }
  .gallery_all .wrapper-gallery {
    width: 100% !important;
  }
}
/* SEARCH BLOCK */
.block-search {
  float: none;
  width: 100%;
  margin: 30px 0;
  padding: 15px 0 15px 230px;
}
.block-search .wrapper-form {
  background: #ffffff;
  height: 100px;
  padding: 20px;
}
.block-search .wrapper-form form {
  display: block;
  width: 50%;
  float: left;
}
.block-search .wrapper-form form .form-search {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 10px;
}
.block-search .wrapper-form form .form-search input {
  border: none;
  width: 88%;
  font-size: 16px;
  font-family: "proxima-nova";
}
.block-search .wrapper-form form .form-search button .icon-search {
  display: block;
  content: "\e910";
  font-size: 24px;
  border: none;
  background: none;
  height: auto;
  color: #000000;
  font-family: 'rubelli_iconfont';
}
/* MAIN CONTENT */
.main-container .std {
  clear: both;
}
.social_share {
  margin-right: 35px;
  margin-top: -5px;
}
.social_share .st_facebook_large span span {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/facebook.png") !important;
  background-origin: padding-box !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.social_share .st_twitter_large span span {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/twitter.png") !important;
  background-origin: padding-box !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.social_share .st_pinterest_large span span {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/pinterest.png") !important;
  background-origin: padding-box !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
/* gallery corporate */
.container-all-gallery {
  display: none;
  max-width: 1440px;
  width: 100%;
  position: fixed;
  margin: auto;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.overlay_gallery {
  position: relative;
  background: url(http://www.rubelli.com/skin/frontend/rubelli/responsive/img/bg_black.png) repeat;
  margin-left: 240px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .overlay_gallery {
    padding-top: 0 !important;
  }
}
.overlay_gallery img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: 80px auto;
  max-width: 100%;
  position: relative;
  right: 0;
  top: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  .overlay_gallery img {
    margin-top: 116px !important;
  }
}
.overlay_gallery .head_overlay_gallery {
  position: relative;
  color: #000000;
  overflow: scroll;
  height: 100%;
}
.overlay_gallery .head_overlay_gallery a {
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  margin: 0 2px;
}
.overlay_gallery .head_overlay_gallery .inner-head-overlay-gallery {
  position: fixed;
  width: 100%;
  z-index: 9999;
  margin-left: -240px;
  padding-left: 230px;
  max-width: 1440px;
  /*padding: 20px 0 10px 0;
            background: @color-white;
            position: relative;*/
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .overlay_gallery .head_overlay_gallery .inner-head-overlay-gallery {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.overlay_gallery .head_overlay_gallery .inner-head-overlay-gallery .strip_white_inner {
  padding: 20px 0 10px 0;
  background: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .overlay_gallery .head_overlay_gallery .inner-head-overlay-gallery .strip_white_inner .social_share span span {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .overlay_gallery .head_overlay_gallery .inner-head-overlay-gallery .strip_white_inner .social_share span span {
    width: 22px;
    height: 22px;
  }
}
.overlay_gallery .head_overlay_gallery .inner-head-overlay-gallery .icon-cross {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
.inspiration_gallery h3 {
  margin: 30px 0;
}
.gallery_all {
  padding: 0px 15px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  -moz-column-gap: 10px;
  column-count: 3;
}
.gallery_all.news_gallery .banner-gallery .img_gallery {
  margin: 20px 10px 0px 10px;
}
.gallery_all.news_gallery .banner-gallery .img_gallery img {
  width: 100%;
}
.gallery_all.news_gallery .content_news {
  background: #ffffff;
  display: block;
  position: relative;
  padding: 30px;
  margin: 0 10px 20px 10px;
}
.gallery_all.news_gallery .content_news h3 {
  font-size: 21px;
  margin: 0;
  padding: 20px 0;
}
.gallery_all.news_gallery .content_news h3 a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.gallery_all.news_gallery .content_news h3 a:hover {
  text-decoration: none;
  color: #999;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.gallery_all.news_gallery .content_news h4 {
  font-size: 12px;
  font-weight: normal;
}
.gallery_all.news_gallery .content_news .btn_news {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  max-width: 145px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.gallery_all.news_gallery .content_news .btn_news:hover {
  padding: 10px;
  display: block;
  border: 1px solid #dddddd;
  text-decoration: none;
}
.gallery_all .wrapper-gallery {
  width: 32%;
  /*        float: none !important;
                display: inline-block;*/
  /*        margin-bottom: 10px;*/
}
.gallery_all .banner-gallery {
  width: 100%;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.gallery_all .banner-gallery .title-quote {
  display: block;
  background: #dddddd;
}
.gallery_all .banner-gallery .title-quote strong {
  padding: 50px 20px;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  display: block;
  line-height: 29px;
  text-transform: uppercase;
}
.gallery_all .banner-gallery .img_gallery {
  position: relative;
  /*            margin:0px auto 10px auto;*/
  margin: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.gallery_all .banner-gallery .img_gallery:hover .inner-gallery {
  opacity: 1;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.gallery_all .banner-gallery .img_gallery .inner-gallery {
  opacity: 0;
  /*                display: none;*/
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0 24%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.gallery_all .banner-gallery .img_gallery .inner-gallery .content-icon {
  /*                    display: table-cell;
                                        vertical-align: middle;*/
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.gallery_all .banner-gallery .img_gallery .inner-gallery .content-icon .icon-share,
.gallery_all .banner-gallery .img_gallery .inner-gallery .content-icon .icon-search {
  font-size: 30px;
  display: block;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.gallery_all .banner-gallery .img_gallery .inner-gallery .content-icon a {
  cursor: pointer;
}
.gallery_all .banner-gallery .img_gallery .share_icons {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.gallery_all .banner-gallery .img_gallery .share_icons .content-icon {
  /*                    display: table-cell;
                                        vertical-align: middle;*/
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  -webkit-transfrom: translatey(-50%);
  -moz-transfrom: translatey(-50%);
  -ms-transfrom: translatey(-50%);
}
.gallery_all .banner-gallery .img_gallery .share_icons .content-icon .social_share {
  margin: 10% auto;
}
.gallery_all .banner-gallery .img_gallery .share_icons .content-icon .social_share .st_facebook_large span span {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/facebook.png") !important;
  background-origin: padding-box !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.gallery_all .banner-gallery .img_gallery .share_icons .content-icon .social_share .st_twitter_large span span {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/twitter.png") !important;
  background-origin: padding-box !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.gallery_all .banner-gallery .img_gallery .share_icons .content-icon .social_share .st_pinterest_large span span {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/pinterest.png") !important;
  background-origin: padding-box !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.gallery_all .banner-gallery .img_gallery .share_icons .content-icon a {
  font-size: 24px;
  margin: 0 12px;
  display: inline-block;
  text-decoration: none;
}
.gallery_all .banner-gallery .img_gallery .share_icons .content-icon a:hover {
  text-decoration: none;
  color: #333;
}
.gallery_all .banner-gallery .img_gallery .share_icons .content-icon .icon-cross {
  display: block;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.gallery_all .banner-gallery .img_gallery .share_icons .content-icon p {
  font-size: 22px;
  text-transform: uppercase;
}
/* editorial */
.issue-body {
  position: relative;
}
.issuu-firefox {
  display: none;
}
@-moz-document url-prefix() {
  .issuu-firefox {
    display: block;
    position: absolute;
    width: 125px;
    right: 0;
    height: 532px;
    background: #cfcfcf;
  }
}
.issuuembed div {
  height: 532px !important;
}
.issuuembed div:nth-child(2) {
  display: none !important;
}
.editorial {
  margin: 68px 0;
}
.editorial .issuu-frame {
  position: relative;
  width: 79%;
}
.editorial .text-container-all {
  position: absolute;
  width: 18%;
  height: 532px;
  display: table;
  right: 0;
}
.editorial .text-container-all .text-container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.editorial .text-container-all .text-container .inner-text-description {
  background: #ffffff;
  width: 100%;
  padding: 10px 20px;
}
.editorial .text-container-all h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-size: 21px;
  margin: 20px 0;
  letter-spacing: 0.4px;
}
.editorial .text-container-all .description p {
  font-size: 14px;
  line-height: 24px;
  font-family: "proxima-nova";
  letter-spacing: 0.4px;
}
.editorial .text-container-all a {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  max-width: 145px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.cms-donghia .editorial,
.cms-rubelli-venezia .editorial,
.cms-armani-casa .editorial {
  position: relative;
}
.cms-donghia .editorial .text-container-all,
.cms-rubelli-venezia .editorial .text-container-all,
.cms-armani-casa .editorial .text-container-all {
  display: block;
  right: 35px;
  top: 50%;
  transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
}
.list_brand_product {
  background: #ffffff;
}
.list_brand_product h3 {
  padding: 30px 0;
}
.list_brand_product .category-products {
  padding: 0 0 10px 0;
}
.list_brand_product .category-products .swiper-brand-product {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.list_brand_product .category-products .content_products_brand {
  /*  left: -50%;
              position: relative;
              float: right;*/
}
.list_brand_product .category-products .content_products_brand .prodRoundedBrand {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.list_brand_product .category-products .content_products_brand .products-grid {
  background: none;
  /* left: 50%;
                 position: relative;*/
}
.list_brand_product .category-products .content_products_brand .products-grid .product-name {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  left: 0;
  line-height: 24px;
  margin: 20px auto;
  position: absolute;
  right: 0;
}
.list_brand_product .category-products .content_products_brand .products-grid .product-name a {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.list_brand_product .category-products .content_products_brand .products-grid .product-image {
  width: auto;
  height: auto;
}
.list_brand_product .category-products .content_products_brand .products-grid li.item {
  margin: 10px 0;
  padding: 12px 12px 50px;
  width: 19%;
  position: relative;
}
.list_brand_product .category-products .content_products_brand .products-grid li.item:nth-of-type(4n+1) {
  clear: none;
}
.list_brand_product .category-products .content_products_brand .share_icons {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.list_brand_product .category-products .content_products_brand .share_icons .content-icon {
  display: table-cell;
  vertical-align: middle;
}
.list_brand_product .category-products .content_products_brand .share_icons .content-icon .social_share {
  margin: 10% auto;
}
.list_brand_product .category-products .content_products_brand .share_icons .content-icon .social_share .st_facebook_large span span {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/facebook.png") !important;
  background-origin: padding-box !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.list_brand_product .category-products .content_products_brand .share_icons .content-icon .social_share .st_twitter_large span span {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/twitter.png") !important;
  background-origin: padding-box !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.list_brand_product .category-products .content_products_brand .share_icons .content-icon .social_share .st_pinterest_large span span {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/pinterest.png") !important;
  background-origin: padding-box !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.list_brand_product .category-products .content_products_brand .share_icons .content-icon a {
  font-size: 24px;
  margin: 0 12px;
  display: inline-block;
  text-decoration: none;
}
.list_brand_product .category-products .content_products_brand .share_icons .content-icon a:hover {
  text-decoration: none;
  color: #333;
}
.list_brand_product .category-products .content_products_brand .share_icons .content-icon .icon-cross {
  display: block;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.list_brand_product .category-products .content_products_brand .share_icons .content-icon p {
  font-size: 22px;
  text-transform: uppercase;
}
.list_brand_product .category-products .content_products_brand .swiper-button-next,
.list_brand_product .category-products .content_products_brand .swiper-button-prev {
  background-image: none !important;
}
.list_brand_product .category-products .content_products_brand .icon-arrowright,
.list_brand_product .category-products .content_products_brand .icon-arrowleft {
  font-size: 42px;
  color: #ccc;
}
.list_brand_product .button-product {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  max-width: 145px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.list_brand_product .button-product:hover {
  padding: 10px;
  display: block;
  border: 1px solid #dddddd;
  text-decoration: none;
}
.banner_fixed_top {
  position: relative;
  top: 0;
  width: 99%;
}
.banner_fixed_top .text-container {
  position: absolute;
  right: 1%;
  bottom: 0;
  top: 50%;
}
.banner_fixed_top .text-container h3 {
  color: #ffffff;
  text-align: center;
  width: 420px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 48px;
}
/* SLIDER TOP */
.slider {
  width: 100%;
}
.slider .swiper-container {
  /*width: 99%;*/
  width: 100%;
  float: left;
}
.slider .swiper-container .swiper-wrapper .swiper-slide {
  padding-bottom: 50px;
}
.slider .swiper-container .swiper-wrapper .swiper-slide .container-slide-img {
  width: 99%;
  float: left;
}
.slider .swiper-container .swiper-wrapper .swiper-slide .lazyload-container.loaded {
  padding-top: 1px;
}
.slider .swiper-container .swiper-wrapper .swiper-slide .slider-text {
  position: absolute;
  right: 1%;
  bottom: 0;
  top: 29%;
  color: #ffffff;
  text-align: center;
  width: 470px;
  line-height: 38px;
  text-transform: uppercase;
}
.slider .swiper-container .swiper-wrapper .swiper-slide .slider-text h3 {
  font-family: "proxima-nova";
  font-weight: 600;
  font-size: 48px;
  color: #ffffff;
  line-height: 38px;
}
.slider .swiper-container .swiper-wrapper .swiper-slide .btn-cta {
  position: absolute;
  right: 184px;
  top: 66%;
  display: block;
}
@media (max-width: 767px) {
  .slider .swiper-container .swiper-wrapper .swiper-slide .btn-cta {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .slider .swiper-container .swiper-wrapper .swiper-slide .btn-cta {
    right: 98px !important;
    top: 44% !important;
    background: #ffffff;
  }
}
.slider .swiper-container .swiper-wrapper .swiper-slide .btn-cta a {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  padding: 15px;
  min-width: 100px;
  width: auto;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .slider .swiper-container .swiper-wrapper .swiper-slide .btn-cta a {
    opacity: 1;
    color: #000000;
  }
}
.slider .swiper-container .swiper-wrapper .swiper-slide .btn-cta a:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
.slider .swiper-container .swiper-wrapper .swiper-slide .btn-cta a:hover span {
  color: #000000;
}
.slider .swiper-container .swiper-wrapper .swiper-slide .btn-cta a span {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .slider .swiper-container .swiper-wrapper .swiper-slide .btn-cta a span {
    color: #000000;
  }
}
.slider .swiper-container .swiper-wrapper .swiper-slide .slider-title {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 480px;
  text-align: center;
  height: 130px;
  padding-bottom: 36px;
  padding-top: 20px;
  display: table;
}
.slider .swiper-container .swiper-wrapper .swiper-slide .slider-title span {
  margin: auto;
  max-width: 100%;
  width: 90%;
  display: table-cell;
  vertical-align: middle;
}
.slider .swiper-container .swiper-wrapper .swiper-slide .slider-title img {
  width: auto;
  max-width: 100%;
  margin: 10px auto 30px auto;
}
.slider .swiper-container .swiper-pagination {
  position: absolute;
  right: 150px;
  width: 200px;
  z-index: 99999;
  left: auto;
}
.slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000 !important;
}
/* BANNER MIDDLE */
.wrapper-middle-banner,
.wrapper-middle-banner-bottom {
  position: relative;
  width: 100%;
  clear: both;
}
.wrapper-middle-banner .text-container-all,
.wrapper-middle-banner-bottom .text-container-all {
  position: absolute;
  width: 222px;
  height: 100%;
  display: table;
}
@media screen and (min-width: 990px) and (max-width: 1024px) {
  .wrapper-middle-banner .text-container-all,
  .wrapper-middle-banner-bottom .text-container-all {
    top: -70px;
  }
}
.wrapper-middle-banner .text-container-all .text-container,
.wrapper-middle-banner-bottom .text-container-all .text-container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.wrapper-middle-banner .text-container-all .text-container .inner-text-description,
.wrapper-middle-banner-bottom .text-container-all .text-container .inner-text-description {
  background: #ffffff;
  width: 100%;
  padding: 10px 20px;
}
.wrapper-middle-banner .text-container-all h3,
.wrapper-middle-banner-bottom .text-container-all h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-size: 21px;
  margin: 20px 0;
  letter-spacing: 0.4px;
}
.wrapper-middle-banner .text-container-all .description p,
.wrapper-middle-banner-bottom .text-container-all .description p {
  font-size: 14px;
  line-height: 24px;
  font-family: "proxima-nova";
  letter-spacing: 0.4px;
}
.wrapper-middle-banner .text-container-all a,
.wrapper-middle-banner-bottom .text-container-all a {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  max-width: 145px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: auto;
  max-width: 100%;
}
.wrapper-middle-banner span,
.wrapper-middle-banner-bottom span {
  overflow: hidden;
}
.wrapper-middle-banner span img,
.wrapper-middle-banner-bottom span img {
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -moz-transition: all .5s ease;
  /* Firefox */
  -ms-transition: all .5s ease;
  /* IE 9 */
  -o-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease;
}
.wrapper-middle-banner span:hover img,
.wrapper-middle-banner-bottom span:hover img {
  transform: scale(1.1);
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -moz-transition: all .5s ease;
  /* Firefox */
  -ms-transition: all .5s ease;
  /* IE 9 */
  -o-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease;
}
.wrapper-middle-banner .home-page-banner-middle {
  width: 86%;
  position: absolute;
  right: 60px;
}
@media (min-width: 768px) {
  .wrapper-middle-banner .home-page-banner-middle {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
  }
}
.wrapper-middle-banner .home-page-banner-middle span {
  width: 100%;
}
.wrapper-middle-banner-bottom .home-page-banner-middle {
  /* width: 88%;
    position: absolute;
     left: 70px;*/
  width: 87%;
  position: absolute;
  left: 2%;
  /* margin: auto;
    left: 0;
    right: 0;*/
}
.wrapper-middle-banner-bottom .home-page-banner-middle span {
  width: 100%;
}
.wrapper-middle-banner-bottom .text-container-all {
  right: 20px;
}
.wrapper-middle-banner-second {
  position: relative;
  width: 48%;
}
.wrapper-middle-banner-second .home-page-banner-middle-second {
  width: 100%;
  position: relative;
  padding-bottom: 0;
}
.wrapper-middle-banner-second .home-page-banner-middle-second span {
  width: 100%;
  overflow: hidden;
}
.wrapper-middle-banner-second .home-page-banner-middle-second span img {
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -moz-transition: all .5s ease;
  /* Firefox */
  -ms-transition: all .5s ease;
  /* IE 9 */
  -o-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease;
}
.wrapper-middle-banner-second .home-page-banner-middle-second span:hover img {
  transform: scale(1.1);
  -webkit-transition: all .5s ease;
  /* Safari and Chrome */
  -moz-transition: all .5s ease;
  /* Firefox */
  -ms-transition: all .5s ease;
  /* IE 9 */
  -o-transition: all .5s ease;
  /* Opera */
  transition: all .5s ease;
}
.wrapper-middle-banner-second .text-container {
  position: absolute;
  background: #ffffff;
  width: 68%;
  padding: 10px 20px;
  margin: auto;
  left: 0;
  right: 0;
}
.wrapper-middle-banner-second .text-container h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-size: 21px;
  margin: 20px 0;
  letter-spacing: 0.4px;
}
.wrapper-middle-banner-second .text-container .description p {
  font-size: 14px;
  line-height: 24px;
  font-family: "proxima-nova";
  letter-spacing: 0.4px;
}
.wrapper-middle-banner-second .text-container a {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  max-width: 145px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.wrapper-middle-banner-second.even {
  float: right;
}
.wrapper-middle-banner-second.even .text-container {
  top: 0;
}
.wrapper-middle-banner-second.even .text-container span {
  margin-top: 0;
}
.wrapper-middle-banner-second.even .home-page-banner-middle-second span {
  margin-top: 80px;
}
.wrapper-middle-banner-second.odd {
  float: left;
}
.wrapper-middle-banner-second.odd .text-container {
  bottom: -15%;
}
.wrapper-all-second {
  margin-top: 80px;
  margin-bottom: 80px;
  /* mobile */
  /* mobile */
}
@media (max-width: 767px) {
  .wrapper-all-second {
    padding: 0 20px;
    height: auto !important;
  }
  .wrapper-all-second img {
    top: 0 !important;
  }
  .wrapper-all-second .wrapper-middle-banner-second {
    position: relative;
    width: 47%;
    float: right;
    margin: 0 10px;
  }
}
.wrapper-middle-banner .text-container a:hover,
.wrapper-middle-banner-bottom .text-container a:hover,
.wrapper-middle-banner-second .text-container a:hover {
  padding: 10px;
  display: block;
  border: 1px solid #dddddd;
  text-decoration: none;
}
map.home_map {
  display: block;
}
map.home_map area {
  display: block;
}
/*
.cms-rubelli-venezia {
  .header {
    .strip_menu {
      .ct-menu {
        .inside {
          ul {
              li {
                &:first-child {
                  a {
                    span {
                      border-bottom: 1px solid @color-black !important;
                    }
                  }
                }

              }
          }
        }
      }
    }
  }
}*/
#login_menu {
  display: none;
}
#login_menu .account-login {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  height: 100%;
  background: none;
}
#login_menu .account-login .text_upper {
  font-size: 12px;
}
#login_menu .account-login .col2-set {
  width: 362px;
  background: #ffffff;
  position: absolute;
  top: 60px;
  right: 60px;
  padding: 20px;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
}
#login_menu .account-login .col2-set .col-1,
#login_menu .account-login .col2-set .col-2 {
  float: none;
  width: 100%;
}
#login_menu .account-login .col2-set .col-1 button,
#login_menu .account-login .col2-set .col-2 button {
  border: none;
  background: #0c2340;
  display: block;
  padding: 15px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 40px auto;
  width: 190px;
}
#login_menu .account-login .col2-set .col-1 button span,
#login_menu .account-login .col2-set .col-2 button span {
  border: 0;
  background: none;
}
#login_menu .account-login .content {
  background: none;
  min-height: auto;
  border: none;
  padding: 15px 0;
}
#login_menu .account-login .content .benefits {
  mergin: 0;
}
#login_menu .account-login .content .benefits li {
  list-style: disc;
  list-style-position: inside;
}
#login_menu .account-login .content .input-box {
  width: 100%;
}
#login_menu .account-login .content .input-box input {
  width: 100%;
  border: 1px solid #dddddd;
  margin: 5px 0;
  padding: 13px;
}
#login_menu .account-login .content h2 {
  background: none;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 12px 0;
  padding: 0px;
  border: none;
  font-family: "proxima-nova";
  text-transform: uppercase;
  color: #000000;
}
#login_menu .account-login .content .small {
  text-align: left;
  float: left;
  display: inline;
  margin: 0;
  color: #000000;
}
#login_menu .account-login .messages error-msg {
  display: none;
}
#login_menu .account-login .registered-users,
#login_menu .new-users {
  border: none;
}
#wishlist_menu {
  display: none;
}
#wishlist_menu .account-wishlist {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  height: 100%;
}
#wishlist_menu .account-wishlist .my-wishlist {
  width: 362px;
  background: #ffffff;
  position: absolute;
  top: 50px;
  right: 12px;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#wishlist_menu .account-wishlist .my-wishlist .inner_wishlist {
  position: relative;
  padding: 20px;
}
#wishlist_menu .account-wishlist .my-wishlist .page-title {
  border: 0;
  text-align: center;
  margin-top: 30px;
}
#wishlist_menu .account-wishlist .my-wishlist .page-title h1 {
  background: none;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 12px 0;
  padding: 0px;
  border: none;
  font-family: "proxima-nova";
  text-transform: uppercase;
  color: #000000;
  display: block;
  width: 100%;
  text-align: center;
}
#wishlist_menu .account-wishlist .my-wishlist .buttons-set {
  display: none;
}
#wishlist_menu .account-wishlist .my-wishlist .data-table {
  border: 0;
}
#wishlist_menu .account-wishlist .my-wishlist .data-table tr {
  background: none;
}
#wishlist_menu .account-wishlist .my-wishlist .data-table tr td {
  border: 0;
  display: block;
  text-align: center;
}
#wishlist_menu .account-wishlist .my-wishlist .data-table tr td a {
  display: inline;
}
#wishlist_menu .account-wishlist .my-wishlist .data-table tr td a img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#wishlist_menu .account-wishlist .my-wishlist .data-table tr td .icon-cross {
  display: block;
  margin: auto;
  font-size: 11px;
  color: #000000;
}
#wishlist_menu .account-wishlist .my-wishlist .data-table tr td .icon-cross:hover {
  text-decoration: none;
}
#wishlist_menu .account-wishlist .my-wishlist .data-table thead {
  display: none;
}
#wishlist_menu .account-wishlist .my-wishlist .data-table h3 {
  text-transform: uppercase;
}
#wishlist_menu .account-wishlist .my-wishlist .data-table h3 a {
  color: #000000;
}
#wishlist_menu .account-wishlist .my-wishlist .data-table hr {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  border-color: #ddd;
}
#wishlist_menu .account-wishlist .my-wishlist .buttons_tab_wishlist {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
#wishlist_menu .account-wishlist .my-wishlist .buttons_tab_wishlist .print_wishlist span,
#wishlist_menu .account-wishlist .my-wishlist .buttons_tab_wishlist .send_wishlist span {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  max-width: 145px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border: 1px solid #dddddd;
}
#wishlist_menu .account-wishlist .buttons-set {
  display: none;
}
#wishlist_menu .sharing_wishlist {
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
}
#wishlist_menu .sharing_wishlist .page-title {
  margin: 30px 0 0 0;
}
#wishlist_menu .sharing_wishlist .page-title h1 {
  margin: 0;
}
#wishlist_menu .sharing_wishlist form {
  display: block;
  margin: 0;
}
#wishlist_menu .sharing_wishlist form .fieldset {
  margin: 15px 0 0;
  padding: 0;
}
#wishlist_menu .sharing_wishlist form ul {
  margin: 0;
}
#wishlist_menu .sharing_wishlist form ul li {
  width: 100%;
  list-style: none;
}
#wishlist_menu .sharing_wishlist form ul li input,
#wishlist_menu .sharing_wishlist form ul li textarea,
#wishlist_menu .sharing_wishlist form ul li select {
  border: 1px solid #dddddd;
  padding: 15px;
  font-size: 11px;
  width: 100%;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
}
#wishlist_menu .sharing_wishlist form ul li textarea {
  resize: none;
  line-height: 16px;
}
#wishlist_menu .sharing_wishlist .buttons_tab_wishlist_sharing {
  width: 100%;
  margin-top: 20px;
}
#wishlist_menu .sharing_wishlist .buttons_tab_wishlist_sharing .back_link span {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  max-width: 145px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  margin: 0 auto;
  padding: 13px;
  width: 100%;
  font-weight: 700;
}
#wishlist_menu .sharing_wishlist .buttons_tab_wishlist_sharing .back_link span:hover {
  padding: 10px;
  display: block;
  border: 1px solid #dddddd;
  text-decoration: none;
  padding: 13px;
}
#wishlist_menu .sharing_wishlist .buttons_tab_wishlist_sharing button {
  border: none;
  background: #0c2340;
  display: block;
  padding: 15px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 100%;
}
#wishlist_menu .sharing_wishlist .buttons_tab_wishlist_sharing button span {
  border: 0;
  background: none;
  display: block;
  height: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.results {
  width: 77%;
  float: left;
}
.results .view_all_products {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .results {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .results {
    width: 100%;
    float: none;
  }
  .results .responsive_open_filter {
    background: #fff;
    display: block;
    padding: 20px 0;
  }
  .results .responsive_open_filter span {
    margin: auto;
  }
}
.catalogsearch-result-index .form-search {
  position: relative;
}
.catalogsearch-result-index .form-search button {
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .catalogsearch-result-index .top_filter {
    top: 220px;
  }
}
.view_all_products {
  position: relative;
  padding: 15px 0;
  background: #ffffff;
}
.view_all_products a {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
.catalog-container {
  width: 77%;
  float: left;
}
.catalog-container .catalog_container_inner {
  background: #ffffff;
}
.catalog-container .catalog_container_inner .category-title {
  background: #ffffff;
  margin: 0;
  padding: 40px 0 0 0;
}
.catalog-container .catalog_container_inner .category-title h1 {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}
.catalog-container .catalog_container_inner .category-description {
  margin: 10px auto;
  padding: 0 30px;
  text-align: center;
}
.catalog-container .catalog_container_inner .wrapper-form {
  width: 60%;
  margin: 30px auto 20px auto;
}
.catalog-container .catalog_container_inner .wrapper-form .form-search {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 15px;
}
.catalog-container .catalog_container_inner .wrapper-form .form-search input {
  border: none;
  width: 92%;
  margin: 0;
  font-size: 16px;
  padding: 0 20px;
}
.catalog-container .catalog_container_inner .wrapper-form .form-search button {
  font-size: 20px;
}
.catalog-container .catalog_container_inner .wrapper-form .form-search button i {
  font-weight: 600;
}
.block {
  border: none;
}
.category-products .products-grid {
  background: none;
}
.category-products .products-grid .product-name {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 20px auto;
  height: 60px;
  display: table;
}
.category-products .products-grid .product-name a {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
.category-products .products-grid .product-image {
  width: auto;
  height: auto;
}
.category-products .products-grid li.item {
  padding: 15px;
  list-style: none;
  display: inline-block;
  height: auto;
  min-height: 260px;
  /*&:nth-of-type(4n+1){
        clear:both;
      }*/
}
.category-products .products-grid li.item a img {
  width: 100%;
  height: 100%;
  display: block;
}
.category-products .products-grid li.item .switch_color_attribute {
  display: none;
  bottom: 90px;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
}
.category-products .products-grid li.item .switch_color_attribute img {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  display: inline-block;
  margin: 0 2px;
}
.category-products .products-grid li.item:hover .switch_color_attribute {
  display: block;
}
.category-products .products-grid li.item .ajax_wishlist.icon-wishlistpieno {
  font-size: 23px;
  display: block;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.category-products .products-grid .prodRounded a img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.content_products_brand .product-name {
  height: auto !important;
  display: block !important;
}
.content_products_brand .product-name a {
  display: block !important;
}
.toolbar-bottom .toolbar {
  border-top: 20px solid #e6e6e6;
}
.toolbar-bottom .toolbar .pager {
  font-size: 11px;
  background: none !important;
  padding: 0px !important;
  border-top: 0 !important;
  text-align: center;
  border-bottom: 0;
  margin: 0;
}
.filter_desktop {
  display: block !important;
}
.top_filter {
  width: auto;
  position: fixed;
  background: #ffffff;
}
@media (max-width: 767px) {
  .top_filter {
    position: absolute;
    float: none !important;
    width: 97% !important;
    padding-right: 0 !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 330px;
    z-index: 16;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .top_filter {
    position: absolute;
    float: none !important;
    width: 97% !important;
    padding-right: 0 !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 330px;
    z-index: 16;
  }
}
.top_filter .block-title {
  background: #ffffff;
  border: none;
  padding: 40px 15px 15px 15px;
  text-align: left;
}
.top_filter .block-title span {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
.top_filter .block-content {
  background: #ffffff;
}
.top_filter .reset-filter, .reset-filter-noajax {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  max-width: 145px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border: 1px solid #dddddd;
  margin-bottom: 140px;
}
.top_filter .ajaxfilter_img {
  /*  width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    margin: 7px;*/
  cursor: pointer;
}
.filter_list .filter_out {
  text-align: left;
  padding: 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.filter_list .filter_out:focus,
.filter_list .filter_out:active,
.filter_list .filter_out:hover {
  font-weight: 700;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.filter_list .filter_in {
  display: none;
}
.filter_list .filter_in has() {
  display: none;
}
.filter_list .filter_in ol {
  /*      max-height: 192px;*/
  height: auto;
  overflow: auto;
  margin: 10px;
}
.filter_list .filter_in ol li {
  text-align: left;
  padding: 0 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "proxima-nova";
  line-height: 26px;
}
.filter_list .filter_in ol li img {
  position: relative;
}
.filter_list .filter_in ol li .img_checked {
  position: absolute;
}
.filter_list .filter_in ol li a {
  color: #000000;
}
.filter_list .filter_in ol li a:hover {
  color: #000000;
}
.filter_detailed_use {
	text-align: left;
	padding-left: 6px;
}
.list_product_overlay {
  position: relative;
  z-index: 3;
}
.list_product_overlay .m-filter-item-list {
	min-height:	36px;
}
.list_product_overlay:hover .inner_products {
  display: table;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.list_product_overlay .inner_products {
  display: none;
  position: absolute;
  z-index: 15;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0 24%;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.list_product_overlay .inner_products .content-icon {
  display: table-cell;
  vertical-align: middle;
}
.list_product_overlay .inner_products .content-icon .icon-share,
.list_product_overlay .inner_products .content-icon .icon-search,
.list_product_overlay .inner_products .content-icon .icon-wishlist {
  font-size: 23px;
  display: block;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.list_product_overlay .inner_products .content-icon a {
  cursor: pointer;
}
.filter_detailed_use ol li {
  display: inline-block;
  padding: 0 !important;
}
.filter_detailed_use ol li .icon-check {
  top: 0;
}
.account-login,
.my-account,
.account-create,
.forgot-password,
.reset-password {
  background: #ffffff;
  padding: 20px;
}
.account-login .welcome-msg,
.my-account .welcome-msg,
.account-create .welcome-msg,
.forgot-password .welcome-msg,
.reset-password .welcome-msg {
  padding: 0;
  margin: auto;
}
.my-account .change_psw {
  width: 100%;
}
.my-account .select_style.address-book {
  padding: 9px;
}
.box-info,
.fieldset {
  background: #ffffff;
  border: 0;
  font-family: "proxima-nova";
  line-height: 24px;
}
.box-info h2,
.fieldset h2 {
  background: none;
  float: none;
  margin: 0;
  font-size: 13px;
  font-family: "proxima-nova";
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 21px;
  color: #000000;
}
.box-info a,
.fieldset a {
  font-family: "proxima-nova";
  text-transform: uppercase;
  color: #000000;
  font-size: 11px;
  font-weight: 600;
}
.box-info .col2-set {
  border: 1px solid #dddddd;
  margin: 20px 0;
}
.box-info .col2-set:nth-child(2) .col-1 {
  border-right: 1px solid #dddddd;
}
.account-login .new-users,
.account-create .new-users,
.forgot-password .new-users,
.reset-password .new-users,
.account-login .registered-users,
.account-create .registered-users,
.forgot-password .registered-users,
.reset-password .registered-users {
  font-family: "proxima-nova";
  border: 1px solid #dddddd;
  margin: 20px auto;
}
.account-login .new-users .content,
.account-create .new-users .content,
.forgot-password .new-users .content,
.reset-password .new-users .content,
.account-login .registered-users .content,
.account-create .registered-users .content,
.forgot-password .registered-users .content,
.reset-password .registered-users .content {
  min-height: 0;
  border: none;
  padding: 15px;
  background: none;
  border-bottom: 0;
}
.account-login .new-users .content h2,
.account-create .new-users .content h2,
.forgot-password .new-users .content h2,
.reset-password .new-users .content h2,
.account-login .registered-users .content h2,
.account-create .registered-users .content h2,
.forgot-password .registered-users .content h2,
.reset-password .registered-users .content h2 {
  background: none;
  font-weight: 600;
  font-size: 13px;
  margin: 10px auto;
  padding: 0;
  border-bottom: none;
  text-transform: uppercase;
  color: #000000;
}
.account-login .new-users .content a,
.account-create .new-users .content a,
.forgot-password .new-users .content a,
.reset-password .new-users .content a,
.account-login .registered-users .content a,
.account-create .registered-users .content a,
.forgot-password .registered-users .content a,
.reset-password .registered-users .content a {
  color: #000000;
}
.account-login .new-users .content .form-list,
.account-create .new-users .content .form-list,
.forgot-password .new-users .content .form-list,
.reset-password .new-users .content .form-list,
.account-login .registered-users .content .form-list,
.account-create .registered-users .content .form-list,
.forgot-password .registered-users .content .form-list,
.reset-password .registered-users .content .form-list {
  width: 100%;
  margin-top: 15px;
}
.account-login .new-users .content .form-list label,
.account-create .new-users .content .form-list label,
.forgot-password .new-users .content .form-list label,
.reset-password .new-users .content .form-list label,
.account-login .registered-users .content .form-list label,
.account-create .registered-users .content .form-list label,
.forgot-password .registered-users .content .form-list label,
.reset-password .registered-users .content .form-list label {
  font-size: 12px;
  text-transform: uppercase;
}
.account-login .new-users .content .form-list .input-box,
.account-create .new-users .content .form-list .input-box,
.forgot-password .new-users .content .form-list .input-box,
.reset-password .new-users .content .form-list .input-box,
.account-login .registered-users .content .form-list .input-box,
.account-create .registered-users .content .form-list .input-box,
.forgot-password .registered-users .content .form-list .input-box,
.reset-password .registered-users .content .form-list .input-box {
  width: 100%;
}
.account-login .new-users .content .form-list .input-box input,
.account-create .new-users .content .form-list .input-box input,
.forgot-password .new-users .content .form-list .input-box input,
.reset-password .new-users .content .form-list .input-box input,
.account-login .registered-users .content .form-list .input-box input,
.account-create .registered-users .content .form-list .input-box input,
.forgot-password .registered-users .content .form-list .input-box input,
.reset-password .registered-users .content .form-list .input-box input {
  padding: 15px;
  width: 100%;
  border: 1px solid #dddddd;
}
.account-login .new-users .content .form-list button.button,
.account-create .new-users .content .form-list button.button,
.forgot-password .new-users .content .form-list button.button,
.reset-password .new-users .content .form-list button.button,
.account-login .registered-users .content .form-list button.button,
.account-create .registered-users .content .form-list button.button,
.forgot-password .registered-users .content .form-list button.button,
.reset-password .registered-users .content .form-list button.button {
  border: none;
  background: #0c2340;
  display: block;
  padding: 15px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto;
  width: 100%;
}
.account-login .new-users .content .form-list button.button span,
.account-create .new-users .content .form-list button.button span,
.forgot-password .new-users .content .form-list button.button span,
.reset-password .new-users .content .form-list button.button span,
.account-login .registered-users .content .form-list button.button span,
.account-create .registered-users .content .form-list button.button span,
.forgot-password .registered-users .content .form-list button.button span,
.reset-password .registered-users .content .form-list button.button span {
  border: none;
  background: none;
}
.account-login .new-users .content .fieldset h2,
.account-create .new-users .content .fieldset h2,
.forgot-password .new-users .content .fieldset h2,
.reset-password .new-users .content .fieldset h2,
.account-login .registered-users .content .fieldset h2,
.account-create .registered-users .content .fieldset h2,
.forgot-password .registered-users .content .fieldset h2,
.reset-password .registered-users .content .fieldset h2 {
  background: none;
  font-weight: 600;
  font-size: 13px;
  margin: 10px auto;
  padding: 0;
  border-bottom: none;
  text-transform: uppercase;
  color: #000000;
}
.account-login .new-users button.button,
.account-create .new-users button.button,
.forgot-password .new-users button.button,
.reset-password .new-users button.button,
.account-login .registered-users button.button,
.account-create .registered-users button.button,
.forgot-password .registered-users button.button,
.reset-password .registered-users button.button {
  border: none;
  background: #0c2340;
  display: block;
  padding: 15px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto;
}
.account-login .new-users button.button span,
.account-create .new-users button.button span,
.forgot-password .new-users button.button span,
.reset-password .new-users button.button span,
.account-login .registered-users button.button span,
.account-create .registered-users button.button span,
.forgot-password .registered-users button.button span,
.reset-password .registered-users button.button span {
  border: none;
  background: none;
}
.forgot-password input.input-text,
.reset-password input.input-text {
  padding: 15px;
  width: 100%;
  border: 1px solid #dddddd;
}
/* LOGIN SOCIAL */
.social_access {
  padding: 30px 0;
}
.social_access .inchoo-socialconnect-login .content {
  width: 100%;
  float: none;
  text-align: center;
  padding: 0px 15px;
}
.social_access .inchoo-socialconnect-login .inchoo-socialconnect-login-upper-paypal #webformat_loginwithpaypal_container {
  display: block;
  width: 100%;
}
.social_access .inchoo-socialconnect-login .inchoo-socialconnect-login-upper-paypal #webformat_loginwithpaypal_container .LIwPP {
  width: 100% !important;
}
.social_access .buttons-set {
  position: relative;
}
.social_access .buttons-set .inchoo-socialconnect-facebook,
.social_access .buttons-set .inchoo-socialconnect-twitter {
  width: 100%;
}
.social_access .buttons-set .inchoo-socialconnect-facebook .inchoo-socialconnect-facebook-inner,
.social_access .buttons-set .inchoo-socialconnect-twitter .inchoo-socialconnect-facebook-inner,
.social_access .buttons-set .inchoo-socialconnect-facebook .inchoo-socialconnect-twitter-inner,
.social_access .buttons-set .inchoo-socialconnect-twitter .inchoo-socialconnect-twitter-inner {
  width: 100%;
  margin-left: 0 !important;
  border-radius: 5px;
}
.social_access .buttons-set .inchoo-socialconnect-facebook .inchoo-socialconnect-facebook-right,
.social_access .buttons-set .inchoo-socialconnect-twitter .inchoo-socialconnect-facebook-right,
.social_access .buttons-set .inchoo-socialconnect-facebook .inchoo-socialconnect-twitter-right,
.social_access .buttons-set .inchoo-socialconnect-twitter .inchoo-socialconnect-twitter-right {
  display: none;
}
.reset-password .field {
  width: 49% !important;
}
/* DASHBOARD ALL */
.account-create,
.my-account,
.forgot-password,
.reset-password {
  font-family: "proxima-nova";
}
.account-create .fieldset,
.my-account .fieldset,
.forgot-password .fieldset,
.reset-password .fieldset {
  margin: 30px 0;
  padding: 0;
}
.account-create .fieldset h2,
.my-account .fieldset h2,
.forgot-password .fieldset h2,
.reset-password .fieldset h2 {
  font-family: "proxima-nova";
  background: none;
  font-weight: 600;
  font-size: 13px;
  margin: 20px auto;
  padding: 0;
  text-transform: uppercase;
  color: #000000;
  float: none;
  display: block;
  border: none;
}
.account-create .fieldset .form-list .fields .field,
.my-account .fieldset .form-list .fields .field,
.forgot-password .fieldset .form-list .fields .field,
.reset-password .fieldset .form-list .fields .field,
.account-create .fieldset .form-list .wide .field,
.my-account .fieldset .form-list .wide .field,
.forgot-password .fieldset .form-list .wide .field,
.reset-password .fieldset .form-list .wide .field {
  width: 25%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .account-create .fieldset .form-list .fields .field,
  .my-account .fieldset .form-list .fields .field,
  .forgot-password .fieldset .form-list .fields .field,
  .reset-password .fieldset .form-list .fields .field,
  .account-create .fieldset .form-list .wide .field,
  .my-account .fieldset .form-list .wide .field,
  .forgot-password .fieldset .form-list .wide .field,
  .reset-password .fieldset .form-list .wide .field {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .account-create .fieldset .form-list .fields .field,
  .my-account .fieldset .form-list .fields .field,
  .forgot-password .fieldset .form-list .fields .field,
  .reset-password .fieldset .form-list .fields .field,
  .account-create .fieldset .form-list .wide .field,
  .my-account .fieldset .form-list .wide .field,
  .forgot-password .fieldset .form-list .wide .field,
  .reset-password .fieldset .form-list .wide .field {
    width: 100% !important;
  }
}
.account-create .fieldset .form-list .fields .field label,
.my-account .fieldset .form-list .fields .field label,
.forgot-password .fieldset .form-list .fields .field label,
.reset-password .fieldset .form-list .fields .field label,
.account-create .fieldset .form-list .wide .field label,
.my-account .fieldset .form-list .wide .field label,
.forgot-password .fieldset .form-list .wide .field label,
.reset-password .fieldset .form-list .wide .field label {
  width: 100%;
  text-align: left;
  font-family: "proxima-nova";
  text-transform: uppercase;
  font-size: 12px;
}
.account-create .fieldset .form-list .fields .field label em,
.my-account .fieldset .form-list .fields .field label em,
.forgot-password .fieldset .form-list .fields .field label em,
.reset-password .fieldset .form-list .fields .field label em,
.account-create .fieldset .form-list .wide .field label em,
.my-account .fieldset .form-list .wide .field label em,
.forgot-password .fieldset .form-list .wide .field label em,
.reset-password .fieldset .form-list .wide .field label em {
  position: relative;
  float: none;
  top: auto;
  right: auto;
}
.account-create .fieldset .form-list .fields .field .input-box,
.my-account .fieldset .form-list .fields .field .input-box,
.forgot-password .fieldset .form-list .fields .field .input-box,
.reset-password .fieldset .form-list .fields .field .input-box,
.account-create .fieldset .form-list .wide .field .input-box,
.my-account .fieldset .form-list .wide .field .input-box,
.forgot-password .fieldset .form-list .wide .field .input-box,
.reset-password .fieldset .form-list .wide .field .input-box {
  width: 100%;
}
.account-create .fieldset .form-list .fields .field .input-box input,
.my-account .fieldset .form-list .fields .field .input-box input,
.forgot-password .fieldset .form-list .fields .field .input-box input,
.reset-password .fieldset .form-list .fields .field .input-box input,
.account-create .fieldset .form-list .wide .field .input-box input,
.my-account .fieldset .form-list .wide .field .input-box input,
.forgot-password .fieldset .form-list .wide .field .input-box input,
.reset-password .fieldset .form-list .wide .field .input-box input {
  width: 100%;
  border: 1px solid #dddddd;
}
.account-create .fieldset .form-list .fields .change_psw,
.my-account .fieldset .form-list .fields .change_psw,
.forgot-password .fieldset .form-list .fields .change_psw,
.reset-password .fieldset .form-list .fields .change_psw,
.account-create .fieldset .form-list .wide .change_psw,
.my-account .fieldset .form-list .wide .change_psw,
.forgot-password .fieldset .form-list .wide .change_psw,
.reset-password .fieldset .form-list .wide .change_psw {
  width: 33.333%;
  padding: 0px 15px;
  float: left;
}
.account-create .fieldset .form-list .fields .change_psw input,
.my-account .fieldset .form-list .fields .change_psw input,
.forgot-password .fieldset .form-list .fields .change_psw input,
.reset-password .fieldset .form-list .fields .change_psw input,
.account-create .fieldset .form-list .wide .change_psw input,
.my-account .fieldset .form-list .wide .change_psw input,
.forgot-password .fieldset .form-list .wide .change_psw input,
.reset-password .fieldset .form-list .wide .change_psw input {
  width: 100%;
  border: 1px solid #dddddd;
}
.account-create .fieldset .form-list .fields .change_psw label,
.my-account .fieldset .form-list .fields .change_psw label,
.forgot-password .fieldset .form-list .fields .change_psw label,
.reset-password .fieldset .form-list .fields .change_psw label,
.account-create .fieldset .form-list .wide .change_psw label,
.my-account .fieldset .form-list .wide .change_psw label,
.forgot-password .fieldset .form-list .wide .change_psw label,
.reset-password .fieldset .form-list .wide .change_psw label {
  width: 100%;
  text-align: left;
  font-family: "proxima-nova";
  text-transform: uppercase;
  font-size: 12px;
}
.account-create .fieldset .form-list .fields .change_psw label em,
.my-account .fieldset .form-list .fields .change_psw label em,
.forgot-password .fieldset .form-list .fields .change_psw label em,
.reset-password .fieldset .form-list .fields .change_psw label em,
.account-create .fieldset .form-list .wide .change_psw label em,
.my-account .fieldset .form-list .wide .change_psw label em,
.forgot-password .fieldset .form-list .wide .change_psw label em,
.reset-password .fieldset .form-list .wide .change_psw label em {
  position: relative;
  float: none;
  top: auto;
  right: auto;
}
.account-create .fieldset .form-list .control,
.my-account .fieldset .form-list .control,
.forgot-password .fieldset .form-list .control,
.reset-password .fieldset .form-list .control {
  text-align: left;
  padding: 5px 15px;
}
.account-create .fieldset .form-list .control input.checkbox,
.my-account .fieldset .form-list .control input.checkbox,
.forgot-password .fieldset .form-list .control input.checkbox,
.reset-password .fieldset .form-list .control input.checkbox {
  width: 20px;
  display: inline;
  margin: 0;
  text-align: left;
  cursor: pointer;
}
.account-create .fieldset .form-list .control label,
.my-account .fieldset .form-list .control label,
.forgot-password .fieldset .form-list .control label,
.reset-password .fieldset .form-list .control label {
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
}
.account-create .fieldset .login_info .field,
.my-account .fieldset .login_info .field,
.forgot-password .fieldset .login_info .field,
.reset-password .fieldset .login_info .field {
  width: 50% !important;
  padding: 0 15px;
}
.account-create button,
.my-account button,
.forgot-password button,
.reset-password button {
  border: none;
  background: #0c2340;
  display: block;
  padding: 15px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 50px auto;
  width: 50%;
}
.account-create button span,
.my-account button span,
.forgot-password button span,
.reset-password button span {
  border: none;
  background: none;
}
.my-wishlist .wishlist-list .item {
  display: block;
  width: 100%;
}
.my-wishlist .wishlist-list .item h2 a {
  font-family: "proxima-nova";
  background: none;
  font-weight: 600;
  font-size: 13px;
  margin: 20px auto;
  padding: 0;
  text-transform: uppercase;
  color: #000000;
  float: none;
  display: block;
  border: none;
}
.my-wishlist .buttons-set2 button {
  border: none;
  background: #0c2340;
  display: block;
  padding: 15px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto;
  width: 100%;
}
.my-wishlist .buttons-set2 button span {
  border: none;
  background: none;
}
.field.name-middlename .input-box #middlename.validation-passed {
  margin-bottom: 55px;
}
.addresses-list h2 {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  color: #0a263c;
}
.addresses-list h3 {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
}
.addresses-list li.item {
  background: none;
}
.addresses-list li.item address {
  font-size: 14px;
  line-height: 24px;
  font-family: "proxima-nova";
  letter-spacing: 0.4px;
}
.detail_tab.no-after:after {
  border-right: 0 !important;
}
.up:after {
  background: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/arrow_box_up.png") no-repeat 2px 4px !important;
  background-size: 10px !important;
}
.down:after {
  background: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/arrow_box_down.png") no-repeat 2px 4px !important;
  background-size: 10px !important;
}
.up:after,
.down:after {
  width: 20px !important;
  height: 20px;
}
.product-view {
  border: none;
  text-align: left;
  /* UPSELL PRODUCTS */
}
.product-view .product-shop .prod-info-json-wrapper .filterajaxloader {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.product-view .product-shop .prod-info-json-wrapper .filterajaxloader img {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-view .product-shop .product-name h1 {
  margin: 5px 0;
}
.product-view .product-img-box .shared {
  margin: 30px auto 0;
}
.product-view .product-img-box .share_product a {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  max-width: 145px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border: 1px solid #dddddd;
}
.product-view .product-img-box .share_product a span {
  font-size: 17px;
  margin-left: -10px;
  margin-right: 5px;
  vertical-align: middle;
}
.product-view .product-img-box .product-image {
  position: relative;
}
.product-view .product-img-box .product-image img {
  width: 100%;
}
.product-view .product-img-box .product-image .prod_img {
  display: block;
}
.product-view .product-img-box .product-image:hover .inner-product-image {
  text-decoration: none;
  display: table;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.product-view .product-img-box .product-image .inner-product-image {
  text-decoration: none;
  display: none;
  position: absolute;
  z-index: 15;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0 24%;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.product-view .product-img-box .product-image .inner-product-image .content-icon {
  display: table-cell;
  vertical-align: middle;
}
.product-view .product-img-box .product-image .inner-product-image .content-icon .icon-search {
  font-size: 23px;
  display: block;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
  padding: 34%;
}
.product-view .product-img-box .product-image .inner-product-image .content-icon p {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
}
.product-view .product-img-box .product-image .inner-product-image .content-icon a {
  cursor: pointer;
}
.product-view .prodRounded .product-image img {
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-view h5 {
  margin: 0;
}
.product-view .product-essential {
  background: #ffffff;
}
.product-view .add-to-box .add-to-links {
  width: 100%;
  float: none;
  clear: both;
}
.product-view .add-to-box .add-to-links .btn_add,
.product-view .add-to-box .add-to-links .added {
  display: block;
  background: #0b233f;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}
.product-view .add-to-box .add-to-links .btn_add span,
.product-view .add-to-box .add-to-links .added span {
  display: inline-block;
  color: #ffffff;
  font-family: "proxima-nova";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}
.product-view .add-to-box .add-to-links .btn_add span:before,
.product-view .add-to-box .add-to-links .added span:before {
  content: "\e915";
  font-family: 'rubelli_iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  font-size: 15px;
}
.product-view .add-to-box .add-to-links .btn_add span:hover,
.product-view .add-to-box .add-to-links .added span:hover {
  text-decoration: none !important;
}
.product-view .add-to-box .add-to-links .added {
  display: inline-block;
  color: #ffffff;
  font-family: "proxima-nova";
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
  color: #ffffff !important;
  font-weight: 600;
}
.product-view .add-to-box .add-to-links .added:before {
  content: "\e915";
  font-family: 'rubelli_iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  font-size: 15px;
}
.product-view .add-to-box .add-to-links .added:hover {
  text-decoration: none !important;
}
.product-view .description-product {
  text-align: left;
}
.product-shop .attributes {
  margin: 28px 0;
}
.product-shop .attributes .others_details {
  font-size: 12px;
  font-family: "proxima-nova";
  text-transform: lowercase;
  line-height: 2.3em;
  border-bottom: 1px solid #e6e6e6;
}
.download_detail {
	border-bottom: 0 !important;
}
.product-shop .attributes .others_details span {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "proxima-nova";
  width: 48%;
}
.product-shop .attributes .others_details span,
.product-shop .attributes .others_details_icons span {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .product-view .attributes .others_details span {
    width: auto !important;
  }
}
.product-shop .attributes .symbol_block {
  margin: 30px 0;
}
.product-shop .attributes .symbol_block * {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.product-view .attributes .symbol_block .others_details_icons {
  width: 100%;
  display: table;
  margin: 10px 0;
}
.product-view .attributes .symbol_block .others_details_icons span {
  display: inline-block;
}
.product-view .attributes .symbol_block .others_details_icons .icons_all {
  display: inline-block;
}
.product-view .attributes .symbol_block .others_details_icons .icons_all .inner_details_icons {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}
.product-view .attributes .symbol_block .others_details_icons .icons_all .inner_details_icons .tooltip_icon {
  display: block !important;
  width: 32px;
  margin: 3px 0;
}
.product-view .attributes .symbol_block .others_details_icons .icons_all .inner_details_icons .tooltip_icon .icon {
  background-size: 28px auto;
  width: 30px;
}
.product-view .attributes .symbol_block .others_details_icons .icons_all .inner_details_icons .tooltip-inner {
  background-image: none !important;
  background-color: #ccc !important;
  color: #000;
}
.product-view .attributes .symbol_block .others_details_icons .icons_all .inner_details_icons .tooltip-arrow {
  border-right-color: #ccc !important;
}
.product-collateral .product_finish img {
	border-radius: 70px;
	margin: 7px 14px 7px 0;
	width: 140px;
}
.product-collateral .others_details h5 {
	margin:  28px 0 7px;
	font-size: 1.5em;								
}
.product-collateral .others_details h5:first-of-type {
	margin-top:0;
}
.product-view .attributes .download_detail a {
margin-bottom: 14px;
  /*border-right: 1px solid #ccc;
  padding-right: 8px;
  margin-right: 6px;*/
  display: block;
}
.product-view .attributes .download_detail a:hover {
  color: #000000;
}
.product-view .attributes .download_detail a:last-child {
  /* border: 0 !important; */
}
.product-view .attributes .download_detail a:nth-child(1) {
  /* display: inline !important; */
}
.product-view .box-up-sell h3 {
  margin: 10px 0;
}
.product-view .box-up-sell h3 a {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  font-size: 15px;
  margin: 15px 0;
  display: block;
}
.product-view .box-up-sell .products-grid {
  border: 0;
  background: none;
}
.product-view .box-up-sell .products-grid .item {
  width: 25%;
  margin: auto;
  background: none;
  border: 0;
  padding: 15px 10px 12px;
  line-height: 1.6em;
}
.product-view .box-up-sell .products-grid .item a {
  float: none;
}
.product-view .box-up-sell .products-grid .item a img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.column_right {
  background-repeat: repeat-y !important;
  background-size: 100% auto !important;	
  padding: 30px 0;
}
.product-collateral {
  background: none;
  border: none;
  padding: 25px 0;
}
.product-collateral ul {
  text-align: center;
}
.product-collateral ul li {
  border: 0;
  background: none;
  float: none;
  text-align: center;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 20px;
}
.product-collateral ul li a {
  font-weight: 100;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-top: 5px !important;
  font-size: 18px !important;
}
.product-collateral ul li a:hover {
  text-decoration: none;
}
.product-collateral ul li a:focus {
  outline: 0;
}
.product-collateral ul li.attivo a {
  border-bottom: 1px solid #000000;
}
.product-collateral ul li.inspiration_view {
  position: relative;
}
.product-collateral ul li.inspiration_view:after {
  content: "";
  display: block;
  border-right: 1px solid #000000;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-collateral ul li.nobar:after {
  content: "";
  display: block;
  border-right: 0;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-collateral ul li.inspiration_view a {
  margin-right: 15px;
}
.product-collateral .product_details {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 15px;
}
.product-collateral .product_details .strip_attributes {
  width: 100%;
  margin: 10px 0;
}
.product-collateral .product_details .strip_attributes h5 {
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.product-collateral .product_details .strip_attributes .block_attributes {
  text-align: center;
  font-size: 12px;
}
.product-collateral .product_details .strip_attributes .block_attributes .inner_block_attributes {
  margin: 0 0 15px 0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.product-collateral .product_details .strip_attributes .block_attributes .inner_block_attributes p {
  position: relative;
  margin-top: 40px;
}
.product-collateral .product_details .strip_attributes .block_attributes .icon {
  text-align: center;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.product-collateral .box_related_products {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}
.product-collateral .box_related_products li.item.prodRounded {
  min-height: 308px;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .product-collateral .box_related_products li.item.prodRounded {
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-collateral .box_related_products li.item.prodRounded {
    min-height: 0;
  }
}
.product-collateral .box_related_products li.item.prodRounded .product a img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-collateral .box_related_products h3 {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 18px !important;
  text-align: center;
  padding: 0;
  margin: 15px 0;
}
.product-collateral .box_related_products .block .block-content {
  background: none;
}
.product-collateral .box_related_products .block .block-content li.item {
  background: none;
}
.product-collateral .box_related_products .block .block-content li.item .product {
  margin: 0;
}
.product-collateral .box_related_products .block .block-content li.item .product a {
  border: none !important;
  float: none;
}
.product-collateral .box_related_products .block .block-content li.item .product a img {
  width: 100%;
}
.product-collateral .box_related_products .block .block-content li.item .product .product-details {
  margin: 15px auto;
  text-align: center;
  min-height: 36px;
}
.product-collateral .box_related_products .block .block-content li.item .product .product-details .product-name a {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
}
.product-collateral .box_related_products .swiper-simple-product {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.product-collateral .box_related_products .swiper-button-disabled {
  opacity: 0 !important;
}
.product-collateral .box_related_products .swiper-button-next {
  background-image: none !important;
  font-size: 48px !important;
  right: 4px !important;
}
.product-collateral .box_related_products .swiper-button-prev {
  background-image: none !important;
  font-size: 48px !important;
  left: -15px !important;
}
.product-collateral .box_related_products .icon-arrowright,
.product-collateral .box_related_products .icon-arrowleft {
  font-size: 42px;
  color: #ccc;
}
.product-collateral .box_related_products .product-details a .product-name {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
}
.box_related_products .small_colorways .block-content {
	background-color: #FFF;	
}
.box_related_products .small_colorways a, .box_related_products .small_colorways .product, .box_related_products .small_colorways li {
	padding: 0;
	margin: 0;
	border: 0;
}
.box_related_products .small_colorways .item {
	width: 98px;
	float: left;
}
.box_related_products .small_colorways .item .product-name {
	clear: both;
	text-align: center;	
}
.product-view .product-img-box .share_product a
.overlay_gallery_products {
  /*  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 38px;
  bottom: 0;
  max-width: 1440px;
  margin-left: -264px;
  padding-left: 239px;*/
  display: none;
  position: absolute;
  z-index: 99999;
  width: 100%;
  top: 0;
  bottom: 0;
  max-width: 1440px;
  margin-left: -264px;
  padding-left: 239px;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .overlay_gallery_products {
    padding: 0 !important;
    margin: 0 !important;
    top: 50px !important;
  }
}
.overlay_gallery_products .inner_overlay_gallery {
  background: url(http://www.rubelli.com/skin/frontend/rubelli/responsive/img/bg_black.png) repeat;
  position: relative;
  width: 100%;
  height: 100%;
  /*padding-top: 30px;*/
}
.overlay_gallery_products .inner_overlay_gallery img {
  /*width: auto;
      position: relative;
      max-height: 100%;
      height: auto;
      margin: 20px auto;
      display: block;*/
  /*bottom: 0;
      height: auto;
      left: 0;
      margin: 20px auto;
      max-width: @full;
      position: relative;
      right: 0;
      top: 0;
      width: auto;*/
  bottom: 0;
  height: auto;
  left: 0;
  margin: 60px auto;
  max-width: 100%;
  position: relative;
  right: 0;
  top: 0;
  width: 95%;
  z-index: 18;
}

.overlay_gallery_products .inner_overlay_gallery .head_overlay_gallery {
  position: relative;
  color: #000000;
  height: 100%;
  overflow: scroll;
}
.overlay_gallery_products .inner_overlay_gallery .head_overlay_gallery a {
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  margin: 0 2px;
}
.overlay_gallery_products .inner_overlay_gallery .head_overlay_gallery .inner-head-overlay-gallery {
  padding: 20px 10px;
  background: #ffffff;
  position: fixed;
  max-width: 1440px;
  z-index: 20;
  min-height: 60px;
  width: 100%;
}
.overlay_gallery_products .inner_overlay_gallery .head_overlay_gallery .inner-head-overlay-gallery .shared_social {
  margin-right: 25px;
}
.overlay_gallery_products .inner_overlay_gallery .head_overlay_gallery .inner-head-overlay-gallery .icon-cross {
  margin: 0px;
  position: absolute;
  top: 0;
  right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .overlay_gallery_products .head_overlay_gallery .inner-head-overlay-gallery {
    padding: 15px 10px !important;
    margin: 0 !important;
  }
  .overlay_gallery_products .inner_overlay_gallery {
	position: absolute;
  }	

}
.overlay_gallery_products .head_overlay_gallery .inner-head-overlay-gallery .icon-cross {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
.gallery_all_product ul {
  padding: 0px 15px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -moz-column-gap: 40px;
  column-count: 2;
}
.gallery_all_product .banner-gallery {
  width: 100%;
  margin: 0 auto 40px auto;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.gallery_all_product .banner-gallery img {
  width: 100%;
}
#dashboard_menu {
  display: none;
}
#dashboard_menu .account-dashboard {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: auto;
  height: 100%;
}
#dashboard_menu .account-dashboard .dashboard_all {
  width: 362px;
  background: #ffffff;
  position: absolute;
  top: 60px;
  right: 60px;
  padding: 20px;
  height: auto;
  max-height: 100%;
  overflow: auto;
  font-family: "proxima-nova";
}
#dashboard_menu .account-dashboard .dashboard_all .hello {
  text-transform: uppercase;
  font-size: 20px;
}
#dashboard_menu .account-dashboard .dashboard_all .block-account {
  border: 0;
  background: none;
}
#dashboard_menu .account-dashboard .dashboard_all .block-account .block-title {
  background: none;
  margin: 0;
  padding: 0;
}
#dashboard_menu .account-dashboard .dashboard_all .block-account .block-title span {
  color: #000000;
}
#dashboard_menu .account-dashboard .dashboard_all .block-account .block-content {
  background: none;
  margin: 0;
  padding: 0;
}
#dashboard_menu .account-dashboard .dashboard_all .block-account .block-content li {
  margin: 30px 0;
}
#dashboard_menu .account-dashboard .dashboard_all .block-account .block-content .logout {
  padding-top: 80px;
  list-style: none;
}
#dashboard_menu .account-dashboard .dashboard_all .block-account .block-content .logout a {
  border: none;
  background: #0c2340;
  display: block;
  padding: 15px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
#dashboard_menu .account-dashboard .dashboard_all .block-account .hello,
#dashboard_menu .account-dashboard .dashboard_all .block-account a,
#dashboard_menu .account-dashboard .dashboard_all .block-account li.current {
  background: none;
  font-weight: 400;
  padding: 0px;
  border: none;
  font-family: "proxima-nova";
  text-transform: uppercase;
  color: #000000;
  display: block;
  width: 100%;
  text-align: center;
}
#dashboard_menu .account-dashboard .dashboard_all .block-account a {
  font-size: 14px;
}
/* SEARCH BLOCK */
.block-search .wrapper-form {
  position: relative;
}
.block-search .wrapper-form .locator_strip {
  width: 48%;
  float: right;
  text-align: left;
}
.block-search .wrapper-form .locator_strip:before {
  content: "";
  width: 1px;
  height: 90px;
  display: inline-block;
  position: absolute;
  background: #dddddd;
  vertical-align: middle;
  top: 5px;
}
.block-search .wrapper-form .locator_strip a {
  text-decoration: none;
}
.block-search .wrapper-form .locator_strip a:hover {
  text-decoration: none;
}
.block-search .wrapper-form .locator_strip .inner_locator {
  display: table;
  width: 90%;
  float: right;
}
.block-search .wrapper-form .locator_strip .inner_locator p,
.block-search .wrapper-form .locator_strip .inner_locator span {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
.block-search .wrapper-form .locator_strip .inner_locator p {
  display: inline-block;
  margin: 0 8px;
}
.block-search .wrapper-form .locator_strip .inner_locator span {
  display: inline-block;
  background: url(http://www.rubelli.com/skin/frontend/rubelli/responsive/img/nstore.jpg) repeat;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 6px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  width: 60px;
}
.block-search .wrapper-form .locator_strip .inner_locator span:hover {
  text-decoration: none;
}
.block-search .wrapper-form .locator_strip .inner_locator .icon-pointer {
  font-size: 40px;
  text-decoration: none;
  color: #000000;
  display: table-cell;
  vertical-align: middle;
}
.block-search .wrapper-form .locator_strip .inner_locator a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.block-search .wrapper-form .locator_strip .inner_locator a:hover {
  color: #333;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.locator_list .page-title h1 {
  background: #ffffff;
  font-size: 22px;
}
.locator_list .inner_locator {
  font-family: "proxima-nova";
  margin: 0;
  color: #000000;
  clear: both;
  padding-bottom: 30px;
  background: #ffffff;
}
.locator_list .inner_locator p {
  text-align: center;
  width: 100%;
  font-size: 16px;
}
.locator_list .stores_block {
  padding: 20px 0px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -moz-column-gap: 20px;
  column-count: 3;
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-device-width: 768px) and (max-device-width: 991px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait), (max-width: 991px) {
  .locator_list .stores_block {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    width: 100%;
  }
  .locator_list .stores_block .single_block {
	width: 100% !important;
	padding-right: 0 !important;
  	padding-left: 0 !important;  
  }

}
@media screen and (max-width: 767px) {
  .locator_list .stores_block {
    padding: 0 !important;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-gap: 30px;
    column-count: 1;
  }
  .locator_list .stores_block .single_block .inner_single_block {
    margin-bottom: 20px;
  }
  .locator_list .stores_block .single_block {
	width: 100% !important;
	padding-right: 0 !important;
  	padding-left: 0 !important;  
  }
}
.locator_list .stores_block .single_block {
  width: 33%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.locator_list .stores_block .single_block .inner_single_block {
  margin-bottom: 20px;
  display: inline-block;
  background: #ffffff;
  width: 100%;
  padding: 30px;
}
.locator_list .stores_block .single_block .inner_single_block .email a:hover {
  color: #000;
}
.locator_list .stores_block .single_block .inner_single_block .email a span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.locator_list .stores_block .single_block .inner_single_block .website a:hover {
  color: #000;
}
.locator_list .stores_block .single_block .inner_single_block .website a span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.locator_list .stores_block .single_block .inner_single_block h3 {
  font-size: 20px;
  margin: 0;
}
.locator_list .stores_block .single_block .inner_single_block h4 {
  font-size: 14px;
  margin: 15px auto 25px;
  text-transform: uppercase;
}
.locator_list .stores_block .single_block .inner_single_block .street p,
.locator_list .stores_block .single_block .inner_single_block .country p,
.locator_list .stores_block .single_block .inner_single_block .phone p,
.locator_list .stores_block .single_block .inner_single_block .email p,
.locator_list .stores_block .single_block .inner_single_block .website p,
.locator_list .stores_block .single_block .inner_single_block .city p {
  font-size: 14px;
  font-weight: 500;
  margin: 5px;
}
.locator_list .stores_block .single_block .inner_single_block .street p span,
.locator_list .stores_block .single_block .inner_single_block .country p span,
.locator_list .stores_block .single_block .inner_single_block .phone p span,
.locator_list .stores_block .single_block .inner_single_block .email p span,
.locator_list .stores_block .single_block .inner_single_block .website p span,
.locator_list .stores_block .single_block .inner_single_block .city p span {
  font-style: italic;
}
.locator_list .stores_block .single_block .inner_single_block .city p {
  font-weight: bold;
}
.locator_list .stores_block .single_block .inner_single_block .country {
  text-transform: uppercase;
}
.locator_list .stores_block .single_block .inner_single_block .brand {
  margin: 25px 0;
}
.locator_list .stores_block .single_block .inner_single_block .brand p {
  margin: auto;
}
.locator_list .stores_block .single_block .inner_single_block .brand p span {
  text-transform: uppercase;
}
.locator_list .stores_block .single_block .inner_single_block .btn_block_locator a {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  max-width: 145px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  margin: 0 auto;
}
.locator_list .stores_block .single_block .inner_single_block .btn_block_locator a:hover {
  padding: 10px;
  display: block;
  border: 1px solid #dddddd;
  text-decoration: none;
}
.search_locator {
  width: 100%;
  background: #ffffff;
  padding: 20px 40px;
  margin-bottom: 20px;
}
.search_locator h1 {
  font-size: 22px;
}
.search_locator form {
  margin-top: 30px;
  display: block;
}
.search_locator form input,
.search_locator form textarea,
.search_locator form .select_style {
  border: 1px solid #dddddd;
  padding: 15px;
  font-size: 11px;
  width: 100%;
  text-align: left;
}
.storelocator_checkbox {
  width: auto !important;
  margin: 3px 3px 3px 15px !important;
  line-height: 1.5em;
  vertical-align: middle;
}
.storelocator_checkbox_label{
  line-height: 1.5em;
  vertical-align: middle;
}
.search_locator form .select_style span {
  float: left;
  color: #999;
}
.search_locator form .select_style i {
  bottom: 0;
  float: right;
  font-size: 46px;
  position: absolute;
  right: 1px;
  top: 0;
}
.search_locator form select {
  width: 100%;
  padding: 14px;
  border: 1px solid #dddddd;
  margin: 7px 0;
}
.search_locator form select option {
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
}
.search_locator form textarea {
  resize: vertical;
  line-height: 18px;
}
.search_locator form .select_brand {
  margin: 14px 0 10px;
  text-align: left;
  font-size: 12px;
}
.storelocator_brands label{
	white-space: nowrap; 
}
/*
.search_locator form .select_brand span {
  text-align: left;
  vertical-align: middle;
  display: block;
  float: left;
  width: 75%;
}
.search_locator form .select_brand p {
  text-align: left;
  font-size: 1.2em;
  margin: 7px 15px;
}
*/
.search_locator form .select_brand .title_brand {
  min-height: 75px;
  height: auto;
}
.search_locator form .select_brand .checkbox_style {
  display: block;
  float: left;
}
.archivio_all .gallery_archivio {
  padding: 20px 15px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -moz-column-gap: 40px;
  column-count: 3;
}
.archivio_all .gallery_archivio .wrapper-gallery {
  width: 100%;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.archivio_all .gallery_archivio .wrapper-gallery .banner-gallery {
  padding: 0 0 40px 0;
  width: 100%;
}
.archivio_all .gallery_archivio .text-container {
  background: #ffffff;
  width: 100%;
  display: block;
  position: relative;
  padding: 30px;
  margin-bottom: 0;
}
.archivio_all .gallery_archivio .text-container .inner-text-description .title {
  display: block;
}
.archivio_all .gallery_archivio .text-container .inner-text-description .title h3 {
  font-size: 21px;
  margin: 0;
}
.archivio_all .gallery_archivio .text-container .inner-text-description .description {
  padding: 30px 0;
  display: block;
}
.archivio_all .gallery_archivio .text-container .inner-text-description a {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  max-width: 145px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.archivio_all .gallery_archivio .text-container .inner-text-description a:hover {
  padding: 10px;
  display: block;
  border: 1px solid #dddddd;
  text-decoration: none;
}
.range_block {
  margin-bottom: 25px;
}
.range_block label {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
  padding: 15px 15px 0 15px;
  text-transform: uppercase;
}
.range_block .range_block_inner {
  padding: 0 30px;
  position: relative;
}
.range_block .range_block_inner input {
  margin: 0;
  border: 0;
  width: 36px;
  padding-bottom: 8px;
}
.range_block .range_block_inner #amount1,
.range_block .range_block_inner #amount3 {
  left: 0;
  float: left;
}
.range_block .range_block_inner #amount2,
.range_block .range_block_inner #amount4 {
  right: 0;
  text-align: right;
  float: right;
}
.range_block .range_block_inner .slider-range,
.range_block .range_block_inner .ui-slider-horizontal {
  height: 1px;
  border: none;
  clear: both;
  background: #000000;
}
.range_block .range_block_inner .slider-range .ui-slider-range,
.range_block .range_block_inner .ui-slider-horizontal .ui-slider-range {
  height: 1px;
  background: none;
}
.range_block .range_block_inner .slider-range .ui-state-default,
.range_block .range_block_inner .ui-slider-horizontal .ui-state-default,
.range_block .range_block_inner .slider-range .ui-widget-content,
.range_block .range_block_inner .ui-slider-horizontal .ui-widget-content {
  top: -5px !important;
  background: url(http://www.rubelli.com/skin/frontend/rubelli/responsive/img/range.png) no-repeat;
  border: none;
  cursor: pointer;
}
/* TOOLTIP FILTER */
.filter_color_component li {
  display: inline-block;
  padding: 0 !important;
  width: 30px;
  height: 30px;
  float: left;
  margin: 7px;
}
.filter_color_component li img {
  width: 100%;
  display: block;
  cursor: pointer;
}
.img_tooltip {
  display: block;
}
.img_tooltip * {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.img_tooltip .inner_details_icons {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.img_tooltip .inner_details_icons .tooltip_filter,
.img_tooltip .inner_details_icons .tooltip_filter_checked,
.tooltip_filter_checked,
.tooltip_filter {
  display: block !important;
}
.img_tooltip .inner_details_icons .tooltip_filter .icon,
.img_tooltip .inner_details_icons .tooltip_filter_checked .icon {
  background-size: 28px auto;
}
.img_tooltip .inner_details_icons .tooltip_filter img,
.img_tooltip .inner_details_icons .tooltip_filter_checked img {
  display: block !important;
}
.img_tooltip .inner_details_icons .tooltip-inner {
  background-image: none !important;
  background-color: #ccc !important;
  color: #000;
}
.img_tooltip .inner_details_icons .tooltip-arrow {
  border-top-color: #ccc !important;
}
.checked_img {
  position: relative;
  /* width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin: 7px;
  cursor: pointer;*/
}
.checked_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.checked_img span {
  background: #ffffff;
  border: 1px solid #000000;
  height: 15px;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 15px;
  z-index: 3;
  cursor: pointer;
}
.block_language {
  display: none;
  position: fixed;
  background: #ffffff;
  width: 100%;
  right: 0;
  left: 0;
  top: 50%;
}
.block_language .close_language {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/img/close.png");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  font-size: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: calc(25%);
}
.block_language .close_language:hover {
  text-decoration: none;
}
.block_language .form-language {
  text-align: left;
  padding: 30px;
}
.block_language .form-language .language_inner label {
  text-align: center;
  float: left;
  width: 20%;
  text-transform: uppercase;
}
.block_language .form-language .language_inner ul {
  float: right;
  width: 79%;
  /*#radio_language {
          display: inline-block;
          height: 17px;
          vertical-align: middle;
          width: 16px;

        }
        .radio_off {
          background: @color-white;
        }
        .radio_on {
          background: url(http://www.rubelli.com/skin/frontend/rubelli/responsive/img/radio_on.png) no-repeat;
        }*/
}
.block_language .form-language .language_inner ul li {
  display: inline-block;
}
.block_language .form-language .language_inner ul li:hover {
  text-decoration: underline;
}
.block_language .form-language .language_inner ul .select_language {
  cursor: pointer;
  margin-right: 20%;
  padding-left: 24px;
}
.block_language .form-language .language_inner ul .select_language a {
  text-transform: capitalize;
}
.block_language .form-language .language_inner ul .select_language a:hover {
  color: #000000;
}
.block_language .form-language .language_inner ul .active {
  background: url(http://www.rubelli.com/skin/frontend/rubelli/responsive/img/radio_on.png) left center no-repeat;
  text-decoration: underline;
  font-weight: 600;
  color: #000000;
}
.contact_all .contact_banner {
  padding: 20px 15px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -moz-column-gap: 40px;
  column-count: 3;
}
.contact_all .contact_banner .wrapper-contact {
  width: 100%;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.contact_all .contact_banner .wrapper-contact .contacts {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}
.contact_all .contact_banner .text-container {
  background: #ffffff;
  width: 100%;
  display: block;
  position: relative;
  padding: 30px;
  margin-bottom: 0;
}
.contact_all .contact_banner .text-container .inner-text-description .title {
  display: block;
}
.contact_all .contact_banner .text-container .inner-text-description .title h3 {
  font-size: 21px;
  margin: 0;
}
.contact_all .contact_banner .text-container .inner-text-description .description {
  padding: 30px 0;
  display: block;
}
.contact_addresses .abutton {
	display: inline-block;
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 5px 0 30px 0;
  text-align: center;
  padding: 10px;
  border: 1px solid #dddddd;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  padding: 10px;
}
.contact_addresses .abutton:hover {
  border: 1px solid #efefef;
}
.contact_addresses { padding-left: 40px !important;}
.contact_all .contact_form {
  padding: 30px 40px 0 40px;
  background: #ffffff;
  margin: 20px 0 10px;
}
.contact_all .contact_form h3 {
  margin: 0 0 20px 0;
}
.contact_all .contact_form p {
  margin: 0;
}
.contact_all .contact_form form {
  margin: 30px 0 0 0;
  display: block;
}
.contact_all .contact_form form input,
.contact_all .contact_form form textarea,
.contact_all .contact_form form .select_style {
  border: 1px solid #dddddd;
  padding: 15px;
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.contact_all .contact_form form .input_mob {
  max-height: 45px;
}
.contact_all .contact_form form .select_style span {
  float: left;
  color: #999;
}
.contact_all .contact_form form .select_style i {
  bottom: 0;
  float: right;
  font-size: 46px;
  position: absolute;
  right: 1px;
  top: 0;
}
.contact_all .contact_form form select {
  width: 100%;
}
.contact_all .contact_form form select option {
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
}
.contact_all .contact_form form textarea {
  resize: vertical;
  line-height: 18px;
}
.contact_all .contact_form form .btn_send {
  border: none;
  background: #0c2340;
  display: block;
  padding: 15px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  width: 38%;
  float: right;
}
.contact_all .contact_form #messages_product_view .messages .error-msg {
  display: none;
}
.job_all .job_banner {
  padding: 20px 0px;
  direction: ltr;
}
.wrapper-job ul {
	list-style: circle !important;
	padding: 0.5em 0 0 2em;
}
.job_all .job_banner .wrapper-job {
  display: inline-block;
  padding: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -o-column-break-inside: avoid;
  break-inside: avoid;
  column-break-inside: avoid;
}
.job_all .job_banner .wrapper-job .jobs {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .job_all .job_banner .wrapper-job .jobs {
    margin-bottom: 15px;
  }
}
.job_all .job_banner .text-container {
  background: #ffffff;
  width: 100%;
  display: block;
  position: relative;
  padding: 30px;
  margin-bottom: 0;
}
.job_all .job_banner .text-container .inner-text-description {
  direction: ltr;
  /* a {
        .description-link-banner();
        &:hover {
          .hover-btn-banner();
        }
      }*/
}
.job_all .job_banner .text-container .inner-text-description .title {
  display: block;
}
.job_all .job_banner .text-container .inner-text-description .title h3 {
  font-size: 21px;
  margin: 0;
}
.job_all .job_banner .text-container .inner-text-description .title h3 a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.job_all .job_banner .text-container .inner-text-description .title h3 a:hover {
  text-decoration: none;
  color: #999;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.job_all .job_banner .text-container .inner-text-description .title h4 {
  font-size: 14px;
}
.job_all .job_banner .text-container .inner-text-description .description {
  padding: 30px 0;
  display: block;
  text-align: left;
}
.job_all .block_cv {
  padding: 30px 40px 0 40px;
  background: #ffffff;
  margin: 20px 0 10px;
}
.job_all .block_cv h3 {
  margin: 0 0 20px 0;
}
.job_all .block_cv p {
  margin: 0;
}
.job_all .block_cv form {
  margin: 30px 0 0 0;
  display: block;
}
.job_all .block_cv form input {
  border: 1px solid #dddddd;
  padding: 15px;
  font-size: 11px;
  width: 100%;
}
.job_all .block_cv form .input_file {
  border: 1px solid #dddddd;
  font-size: 11px;
  height: 48px;
  padding: 3px;
  position: relative;
  cursor: pointer;
}
.job_all .block_cv form .input_file span {
  border: 1px solid #dddddd;
  display: inline-block;
  float: left;
  font-size: 11px;
  padding: 11px;
  text-align: center;
  cursor: pointer;
}
.job_all .block_cv form .input_file input {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.job_all .block_cv form .input_file .validation-advice {
  margin-top: 50px;
}
.job_all .block_cv form p.type {
  display: table;
  height: 46px;
}
.job_all .block_cv form p.type span {
  display: table-cell;
  vertical-align: middle;
}
.job_all .block_cv form .privacy {
  display: table;
  height: 50px;
  width: 100%;
  padding-left: 30px;
  text-align: left;
}
.job_all .block_cv form .privacy .privacy_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.job_all .block_cv form .btn_cv {
  border: none;
  background: #0c2340;
  display: block;
  padding: 15px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.job_all .block_cv p.value {
  padding-top: 14px;
}
.job_all .block_cv .messages .error-msg {
  display: none;
}
.news_all .gallery_news {
  padding: 20px 15px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  -moz-column-gap: 10px;
  column-count: 3;
}
.news_all .gallery_news .wrapper-gallery {
  width: 32%;
  padding: 0 15px;
}
.news_all .gallery_news .wrapper-gallery .banner-gallery {
  margin-bottom: 40px;
  width: 100%;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.news_all .gallery_news .wrapper-gallery .banner-gallery img {
  width: 100%;
}
.news_all .gallery_news .content_news {
  background: #ffffff;
  width: 100%;
  display: block;
  position: relative;
  padding: 30px;
  margin-bottom: 0;
}
.news_all .gallery_news .content_news h3 {
  font-size: 21px;
  margin: 0;
  padding: 20px 0;
}
.news_all .gallery_news .content_news h3 a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.news_all .gallery_news .content_news h3 a:hover {
  text-decoration: none;
  color: #999;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.news_all .gallery_news .content_news h4 {
  font-size: 12px;
  font-weight: normal;
}
.news_all .gallery_news .content_news .btn_news {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  max-width: 145px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.news_all .gallery_news .content_news .btn_news:hover {
  padding: 10px;
  display: block;
  border: 1px solid #dddddd;
  text-decoration: none;
}
/* NEWS DETAIL */
.news_detail .inside {
  background: #ffffff;
  padding: 30px 25px;
}
.news_detail .inside .ct-group {
  margin-bottom: 40px;
}
.news_detail h4 {
  font-size: 14px;
  font-weight: normal;
}
.news_detail h1 {
  margin: 15px auto;
}
.news_detail .description {
  padding-top: 10px;
}
.news_detail .description p {
  font-family: "proxima-nova";
  text-align: left;
  color: #000000;
  padding: 0px 20px !important;
}
.news_detail .shared {
  margin: 30px auto;
}
.news_detail .share_news a {
  font-family: "proxima-nova";
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 40px auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border: 1px solid #dddddd;
  margin: auto;
  max-width: 145px;
  width: 100%;
}
.news_detail .share_news a span {
  font-size: 17px;
  margin-left: -10px;
  margin-right: 5px;
  vertical-align: middle;
}
.news_detail .back a,
.news_detail .direction a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.news_detail .back a:hover,
.news_detail .direction a:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  text-decoration: none;
  color: #666;
}
.news_detail .back .back_news,
.news_detail .direction .back_news,
.news_detail .back .direction_news,
.news_detail .direction .direction_news {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}
.news_detail .back .back_news span,
.news_detail .direction .back_news span,
.news_detail .back .direction_news span,
.news_detail .direction .direction_news span {
  display: inline-block;
}
.news_detail .back .back_news p,
.news_detail .direction .back_news p,
.news_detail .back .direction_news p,
.news_detail .direction .direction_news p {
  display: inline-block;
  margin-bottom: 0;
}
.news_detail .back .back_news .directions,
.news_detail .direction .back_news .directions,
.news_detail .back .direction_news .directions,
.news_detail .direction .direction_news .directions {
  display: table-cell;
  font-size: 16px;
  vertical-align: middle;
}
.news_detail .back .back_news .directions .icon-arrowleft,
.news_detail .direction .back_news .directions .icon-arrowleft,
.news_detail .back .direction_news .directions .icon-arrowleft,
.news_detail .direction .direction_news .directions .icon-arrowleft,
.news_detail .back .back_news .directions .icon-arrowright,
.news_detail .direction .back_news .directions .icon-arrowright,
.news_detail .back .direction_news .directions .icon-arrowright,
.news_detail .direction .direction_news .directions .icon-arrowright {
  color: #999;
  font-size: 40px;
  font-weight: 100;
  vertical-align: middle;
}
.news_detail .back .back_news .directions i,
.news_detail .direction .back_news .directions i,
.news_detail .back .direction_news .directions i,
.news_detail .direction .direction_news .directions i {
  font-style: normal;
}
.news_detail .back .direction_news,
.news_detail .direction .direction_news {
  float: right;
}
.news_detail .back .padding_prev a.prev,
.news_detail .direction .padding_prev a.prev {
  padding-right: 40px;
}
.news_detail .back .back_news,
.news_detail .direction .back_news {
  text-align: left;
  display: block;
  margin-top: -25px;
}
.news_detail .back .back_news a,
.news_detail .direction .back_news a {
  display: table-cell;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 100;
}
.news_detail .back .back_news a p,
.news_detail .direction .back_news a p {
  display: block;
}
.news_detail .back .back_news a p span,
.news_detail .direction .back_news a p span {
  color: #000000;
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 100;
  padding-left: 14px;
  padding-top: 36px;
  vertical-align: middle;
}
.news_detail .back .back_news a p .icon_back,
.news_detail .direction .back_news a p .icon_back {
  color: #999;
  display: block;
  float: left;
  font-size: 60px;
  font-weight: lighter;
  padding: 0;
  vertical-align: middle;
  width: 20px;
}
/* GALLERY NEWS */
.news_detail .gallery_all_news h3 {
  margin: 30px auto;
}
.news_detail .gallery_all_news .inner_gallery {
  padding: 0px 15px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -moz-column-gap: 40px;
  column-count: 2;
  margin-left: 0px;
}
.news_detail .gallery_all_news p span {
  display: inline-block;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  width: 100%;
}
.news_detail .gallery_all_news p span img {
  width: 100%;
  margin-bottom: 40px;
}
.news_detail .gallery_all_news p span a {
  width: 100%;
}
.news_detail .gallery_all_news p span a img {
  width: 100%;
  margin-bottom: 40px;
}
.swiper-slide .map_container {
  /*position: relative;*/
}
.swiper-slide .map_container map {
  background-color: #ffffff;
  /*padding: 15px;
      position: relative;
      z-index: 888;*/
}
.swiper-slide .map_container map .inner_map {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px;
  position: absolute;
  z-index: 888;
  cursor: pointer;
  margin-left: 240px;
  margin-top: 76px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.swiper-slide .map_container map .inner_map .icon-cross {
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
}
.swiper-slide .map_container map .area_content {
  display: none;
  width: 262px;
  height: 90px;
  background: #ffffff;
  position: absolute;
  z-index: 889;
}
.swiper-slide .map_container map .area_content .wrap_content {
  display: inline-block;
  margin-right: 4px;
  width: 160px;
  font-family: "proxima-nova";
}
.swiper-slide .map_container map .area_content .wrap_content h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
}
.swiper-slide .map_container map .area_content .wrap_content p {
  font-size: 13px;
  text-transform: none;
  font-weight: 100;
  text-align: center;
}
.swiper-slide .map_container map .area_content .wrap_content a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.swiper-slide .map_container map .area_content .wrap_content a:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #333;
}
.swiper-slide .map_container map .area_content .wrap_img {
  display: inline-block;
  float: right;
  margin-right: 5px;
  margin-top: 3px;
  width: 82px;
}
.swiper-slide .map_container map .area_content img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .swiper-slide .map_container map {
    display: none !important;
  }
}
.count_product {
  display: none;
}
.catalogsearch-result-index .inner_container .page-title {
  background: #ffffff;
  clear: both;
  color: #000000;
  font-family: "proxima-nova";
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 0;
  padding: 30px 0;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
}
.catalogsearch-result-index .inner_container .category-products {
  background: #ffffff;
  padding: 15px;
}
.catalogsearch-result-index .count_product {
  display: block;
  padding: 10px;
  background: #ffffff;
  text-transform: uppercase;
}
.contenttype-results-listing {
  display: none;
}
.results .search_again {
  background: #ffffff;
  padding: 20px;
}
.results .search_again .wrapper-form {
  width: 60%;
  margin: 30px auto 20px auto;
}
.results .search_again .wrapper-form .form-search {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 15px;
}
.results .search_again .wrapper-form .form-search input {
  border: none;
  width: 92%;
  margin: 0;
  font-size: 16px;
  padding: 0 20px;
}
.results .search_again .wrapper-form .form-search button {
  font-size: 20px;
}
.results .search_again .wrapper-form .form-search button i {
  font-weight: 600;
}
.cms-index-noroute .inner_container .page-title {
  background: #ffffff;
  clear: both;
  color: #000000;
  font-family: "proxima-nova";
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 0;
  padding: 30px 0;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
}
.cms-index-noroute .inner_container dl {
  background: #ffffff;
  padding: 15px;
  margin: 0;
}
.cms-index-noroute .inner_container dl dd {
  padding: 0;
  margin: 0 auto;
}
.cms-index-noroute .inner_container dl dd ul {
  padding: 0;
  margin: 0 auto;
}
.cms-index-noroute .inner_container dl dd ul li {
  list-style: none;
}
.modal-lg {
  margin: 0;
  width: 100%;
  height: 100%;
}
.modal-lg .modal-content {
  background: url("http://www.rubelli.com/skin/frontend/rubelli/responsive/dist/images/geolocator_bg.jpg") repeat center center scroll transparent;
}
.modal-lg .modal-content .geolocator-container {
  font-family: "FuturaStd-Light", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 20px;
  max-width: 1440px;
  margin: auto;
  position: relative;
}
.modal-lg .modal-content .geolocator-container button.close_modal {
  font-size: 32px !important;
  top: 20px;
  right: 10px;
}
.modal-lg .modal-content .geolocator-container .languages ul {
  margin-bottom: 0;
}
.modal-lg .modal-content .geolocator-container .languages ul li {
  display: inline-block;
  margin-right: 20px;
}
.modal-lg .modal-content .geolocator-container .languages ul li a {
  text-transform: capitalize;
}
.modal-lg .modal-content .geolocator-container .languages ul li a:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 3px 3px;
  display: inline-block;
  margin-right: 8px;
}
.modal-lg .modal-content .geolocator-container .languages ul li:hover a {
  text-decoration: none;
}
.modal-lg .modal-content .geolocator-container .languages ul li:hover a:before {
  background: #000000;
}
.modal-lg .modal-content .geolocator-container .languages ul li a.active {
  text-decoration: none;
}
.modal-lg .modal-content .geolocator-container .languages ul li a.active:before {
  background: #000000;
}
.modal-lg .modal-content .geolocator-container .available > h2 {
  font-family: 'FuturaStd-Light', sans-serif;
  font-size: 20px;
  padding-left: 0;
}
.modal-lg .modal-content .geolocator-container .column-markets {
  float: left;
  padding: 10px 0 0;
  width: 14%;
}
.modal-lg .modal-content .geolocator-container .column-markets ul {
  border: 0px none;
}
.modal-lg .modal-content .geolocator-container .column-markets ul li {
  display: block;
}
.modal-lg .modal-content .geolocator-container .column-markets ul li.markets-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.modal-lg .modal-content .geolocator-container .column-markets ul li.markets-title a {
  font-size: 18px;
  text-transform: uppercase;
}
.modal-lg .modal-content .geolocator-container .column-markets ul li.markets-title.hide-mobile {
  display: none;
}
.modal-lg .modal-content .geolocator-container .column-markets ul li:hover {
  text-decoration: underline;
  cursor: pointer;
}
.modal-lg .modal-content .geolocator-container .column-markets ul li a {
  font-size: 12px;
}
.modal-lg .modal-content .geolocator-container .languages input[type="radio"] {
  margin-right: 10px;
}
.modal-lg .modal-content .geolocator-container .languages .available h2 {
  text-align: left;
}
.modal-lg .modal-content .geolocator-container .countries {
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-top: 20px;
}
.modal-lg .modal-content .geolocator-container .countries h2 {
  text-align: left;
}
.menu-group {
  overflow-y: auto;
  height: auto;
}
body.geoip-index-landing {
  min-width: 0px;
  background: #ffffff;
}
body.geoip-index-landing .wrapper {
  min-width: 100%;
}
body.geoip-index-landing .main-container.geoip-layout {
  padding-top: 0px !important;
}
body.geoip-index-landing h4 {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
body.geoip-index-landing h1 {
  padding: 0;
  margin: 0;
}
body.geoip-index-landing .main {
  background: none;
  font-family: "proxima-nova";
  width: 100%;
}
body.geoip-index-landing .main .form-stores label {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body.geoip-index-landing .main .form-stores label {
    text-align: center;
    width: auto;
    margin: auto;
    display: block;
  }
}
body.geoip-index-landing .main .country-name {
  font-size: 14px;
  line-height: 27px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.geoip-index-landing .main .country-name {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  body.geoip-index-landing .main .country-name {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  body.geoip-index-landing .main .country-name {
    text-align: center;
  }
}
body.geoip-index-landing .main .country-name a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
body.geoip-index-landing .main .country-name a:hover {
  text-decoration: none;
  color: #666666;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
/*@import "http://www.rubelli.com/skin/frontend/rubelli/responsive/dist/css/footer.less";*/

.download, .download_3d {
    display: block !important;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
	margin: 0;
    padding: 15px;
	border: 1px solid #dddddd !important;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.download:before, .download_3d:before {
    content: "⇩";
    font-family: 'rubelli_iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    font-size: 15px;
}

.issuuembed iframe {
    height: 550px !important;
}

#search_mini_form_menu {
   display: inline-block;
   margin: 0 21px 8px 0;
}
.cms-home #search_mini_form_menu {
	display: none;
}
.cms-home .quick-access .container-links {
	padding-bottom: 10px;
}
#search_autocomplete_menu, #search_autocomplete {
	background-color: #FFF;
	z-index: 100000;
}
#search_autocomplete_menu ul li, #search_autocomplete ul li {
	padding: 7px 14px;
	cursor: pointer;
	text-transform: uppercase;
	text-align: left;
	font-size: 1em;
}
#contract .inner_content_corporate {
	background: #FFF;
	padding: 20px 0;
	margin-bottom: 20px;
}
#contract .description {
    padding: 0 15px;
    color: #000000;
    font-family: "proxima-nova";
    font-size: 12px;
	text-align: left;
}
#contract .description p {
    padding: 15px;

}
#contract h3 {
	font-size: 21px;
    margin: 0;
    padding: 20px 0;
}
#contract h4 {
    text-transform: uppercase;
	margin-bottom: 15px;
}
#contract h5 {
    text-transform: uppercase;
	padding: 0;
	margin: 20px 0 0 0;
}
#contract {
	margin-bottom: 75px;
}
#contract .contract_btn, #contract .contract_btn:visited {
	display: inline-block;
	padding: 10px 25px;
	margin: 0 3px;
	border: 1px solid #fff;
	font-family: "proxima-nova";
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#contract .contract_btn:hover, #contract .contract_btn:focus {
	text-decoration: none;
	border: 1px solid #ddd;
	color: #000000;
}
#contract .contract_btn:active, #contract .contract_btn_active {
	text-decoration: none;
	border: 1px solid #000;
	color: #000000;
}
#contract .contract_all {
    box-sizing: border-box;
}
#contract .contract_project {
	display: inline-block;
	float: left;
	background-color:  #FFF;
	margin: 7px;
	padding: 0 0 30px 0;
    width: calc(33.33% - 15px);
}
@media screen and (max-width: 767px) {
	#contract .contract_project {
		display: block;
		clear: both;
		background-color:  #FFF;
		margin: 7px;
		padding: 0 0 30px 0;
		width: calc(100% - 15px);
	}
}
#contract .contract_project img {
	width: 100%;
}
#contract .contract_reset {
	width: 100%;
	clear: both;
}
.long_description_json {
	padding-top: 7px;
}
.small_colorways .product-details {
	margin-left:0 !important;
}
.small_colorways .product-details .product-name {
	color: #333;
	margin-bottom: 7px !important;
}
.small_colorways .product-image {
	width: 100% !important;
}
.small_colorways .product-image {
	margin-bottom: 7px !important;
}
#pager_result_num {
	background-color: #e6e6e6;
	padding: 28px 0 7px 0;
}

#pag_cataloghi .gallery_archivio, #pag_catalogues .gallery_archivio {
	column-count: 5;
    column-gap: 20px;
	padding-left: 0;
	padding-right: 0;
}
#pag_cataloghi .banner-gallery .text-container a, #pag_catalogues .banner-gallery .text-container a  { 
	margin: 0 auto !important;
}

.issuu-div {
	position: relative !important;
}

/*
#pag_cataloghi .banner-gallery {
	clear: both;
	height: 180px;
	margin-bottom: 6em;
}
#pag_cataloghi .banner-gallery .img-container {
	width: 14%;
	float: left;
	padding-bottom: 0 !important;
}
#pag_cataloghi .banner-gallery img {
	height: auto !important;
}
#pag_cataloghi .banner-gallery .text-container  {
	width: 85%;
	float: right;
	text-align: left;
}
*/


/* eliminare post salone 2019 - START 
.slider-title, .swiper-pagination {
	display: none !important;
}
/* eliminare post salone 2019 - END */
@font-face {
    font-family: 'rubelli_iconfont';
    src:    url('http://www.rubelli.com/skin/frontend/rubelli/responsive/iconfont/fonts_2019/rubelli_iconfont.eot?5rj93m');
    src:    url('http://www.rubelli.com/skin/frontend/rubelli/responsive/iconfont/fonts_2019/rubelli_iconfont.eot?5rj93m#iefix') format('embedded-opentype'),
        url('http://www.rubelli.com/skin/frontend/rubelli/responsive/iconfont/fonts_2019/rubelli_iconfont.ttf?5rj93m') format('truetype'),
        url('http://www.rubelli.com/skin/frontend/rubelli/responsive/iconfont/fonts_2019/rubelli_iconfont.woff?5rj93m') format('woff'),
        url('http://www.rubelli.com/skin/frontend/rubelli/responsive/iconfont/fonts_2019/rubelli_iconfont.svg?5rj93m#rubelli_iconfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'rubelli_iconfont' !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;
}

.icon-null:before {
    content: "\e91a";
}
.icon-logo_tre:before {
    content: "\e91b";
}
.icon-logo_tac:before {
    content: "\e91c";
}
.icon-logo_rum:before {
    content: "\e91d";
}
.icon-logo_ruc:before {
    content: "\e91e";
}
.icon-logo_rucc:before {
    content: "\e923";
}
.icon-logo_rub:before {
    content: "\e91f";
}
.icon-logo_leo:before {
    content: "\e920";
}
.icon-logo_don:before {
    content: "\e921";
}
.icon-logo_dkc:before {
    content: "\e922";
}
.icon-filter:before {
    content: "\e919";
}
.icon-logo_02:before {
    content: "\e918";
}
.icon-accountpieno:before {
    content: "\e916";
}
.icon-wishlistpieno:before {
    content: "\e917";
}
.icon-account:before {
    content: "\e900";
}
.icon-arrowdown:before {
    content: "\e901";
}
.icon-arrowleft:before {
    content: "\e902";
}
.icon-arrowright:before {
    content: "\e903";
}
.icon-arrowup:before {
    content: "\e904";
}
.icon-check:before {
    content: "\e905";
}
.icon-cross:before {
    content: "\e906";
}
.icon-delete:before {
    content: "\e907";
}
.icon-exclamtionmark:before {
    content: "\e908";
}
.icon-facebook:before {
    content: "\e909";
}
.icon-instagram:before {
    content: "\e90a";
}
.icon-lock:before {
    content: "\e90b";
}
.icon-logo:before {
    content: "\e90c";
}
.icon-mail:before {
    content: "\e90d";
}
.icon-menu:before {
    content: "\e90e";
}
.icon-pointer:before {
    content: "\e90f";
}
.icon-search:before {
    content: "\e910";
}
.icon-share:before {
    content: "\e911";
}
.icon-triangledown-01:before {
    content: "\e912";
}
.icon-triangleup-01:before {
    content: "\e913";
}
.icon-twitter:before {
    content: "\e914";
}
.icon-wishlist:before {
    content: "\e915";
}


/**
* Inchoo
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Please do not edit or add to this file if you wish to upgrade
* Magento or this extension to newer versions in the future.
** Inchoo *give their best to conform to
* "non-obtrusive, best Magento practices" style of coding.
* However,* Inchoo *guarantee functional accuracy of
* specific extension behavior. Additionally we take no responsibility
* for any possible issue(s) resulting from extension usage.
* We reserve the full right not to provide any kind of support for our free extensions.
* Thank you for your understanding.
*
* @category Inchoo
* @package SocialConnect
* @author Marko Martinović <marko.martinovic@inchoo.net>
* @copyright Copyright (c) Inchoo (http://inchoo.net/)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

div.inchoo-socialconnect-register,
div.inchoo-socialconnect-checkout,
div.inchoo-socialconnect-login {
    margin-top: 28px;
}

div.inchoo-socialconnect-login .content {
    min-height: 100px;
}

div.inchoo-socialconnect-register .fieldset {
    margin: 0px;
}

div.inchoo-socialconnect-account .col3-set .col-1 {
    width: 29%
}

div.inchoo-socialconnect-account .col3-set .col-2 {
    width: 49%
}

div.inchoo-socialconnect-account .col3-set .col-3 {
    width: 19%
}

div.inchoo-socialconnect-account .col2-set .col-1 {
    width: 79%
}

div.inchoo-socialconnect-account .col2-set .col-2 {
    width: 19%
}

