<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

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

img           { border:0; vertical-align:top; }

a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#fbfaf6 url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_main1.gif) 50% 0 no-repeat; }
.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(https://vana.pupilo.ee/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:3.3em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* &lt;- Safari &amp; Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { font-size:11px; background:#fff url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; background:#fff url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_header.jpg) 50% 0 repeat; }
.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(https://vana.pupilo.ee/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;}

/********** &lt; Navigation */
.nav-container { background:#0a263d url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_nav0.jpg) 50% 0 repeat-y; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

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

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(https://vana.pupilo.ee/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 &gt; */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_block-viewed.gif); }

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

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://vana.pupilo.ee/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; }

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

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:left; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 60px; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.bml-checkout-type { list-style: none; }
.bml-checkout-type .bml_button  { width: 150px; display: inline-table; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:1px solid #c4c6c8; }

.product-essential { padding:25px; background:#fff url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_product-view.gif) 100% 0 no-repeat; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { background:#faf7ee url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://vana.pupilo.ee/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 &amp; Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://vana.pupilo.ee/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 &gt; 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 ============================================================================== */
/********** &lt; Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://vana.pupilo.ee/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 &gt; */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

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

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px; background:#faf7ee url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

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

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://vana.pupilo.ee/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; }

/********** &lt; Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://vana.pupilo.ee/skin/frontend/default/default/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://vana.pupilo.ee/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 &gt; */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; }
.map-popup-checkout .paypal-or { clear:both; display:block; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-checkout li { list-style: none; }
.map-popup-checkout { text-align: center; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { border-top:15px solid #b6d1e2; }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(https://vana.pupilo.ee/skin/frontend/default/default/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://vana.pupilo.ee/skin/frontend/default/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://vana.pupilo.ee/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@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.postContent {
    padding-bottom: 10px;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

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

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

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

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

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

.tags UL {
    display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.postWrapper .poster {
    display: inline;
}

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

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

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

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
/* 
*/
.eabi_banklink_select {
    width: 95% !important;
    text-align: left;
}

.eabi_banklink_select ul {
    display: table;
}
.eabi_banklink_select li {
    float: left;
    list-style: none;
    height: 90px;
    min-width: 94px;
    overflow: hidden;
    padding: 2px;
    background: transparent;
    margin: 0 !important;
}
.eabi_banklink_select li &gt; a {
    display: block;
    height: 80px;
    min-width: 80px;
    border-radius: 8px;
    border: 3px solid #eee;
    position: relative;
    background: #fff;
    text-decoration: none;
}
.eabi_banklink_select *, .eabi_banklink_select *:before, .eabi_banklink_select *:after {
    box-sizing: content-box;
}


.eabi_banklink_select li &gt; a:hover {
    border-color: #1477a0;
    text-decoration: none;
}
.eabi_banklink_select li &gt; a.selected {
    border-color: #ffc000;
}
.eabi_banklink_select li &gt; a.selected:hover {
    border-color: #1477a0;
}
.eabi_banklink_select li &gt; a &gt; img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 12px;
}

.eabi_banklink_select li &gt; a &gt; span {
    margin: auto;
    position: absolute;
    text-transform: uppercase;
    display: block;
    width: 84px;
    line-height: 84px;
    text-align: center;
    color: #666;
}


#eabi_banklink_payment_start {
}

#eabi_banklink_payment_start p {
    text-align: center;
}




/* small logo definitions */

.eabi_banklink_select .eabi_banklink_small li {
    height: 54px;
    min-width: 54px;
}

.eabi_banklink_select .eabi_banklink_small li &gt; a {
    height: 50px;
    min-width: 50px;
}


.eabi_banklink_select .eabi_banklink_small li &gt; a &gt; img {
    width: 46px;
    padding: 2px;
}


.eabi_banklink_select .eabi_banklink_small li &gt; a &gt; span {
    width: 50px;
    line-height: 50px;
}







/* make credit card logos not interactive */
#payment_form_eabi_estcard_ee li &gt; a:hover ,
#payment_form_eabi_estcard_ee li &gt; a,
.eabi_banklink_not_selectable li &gt; a,
.eabi_banklink_not_selectable li &gt; a:hover {
	border-color: #eee !important;
	cursor: inherit;
}

/* end credit card logos not interactive */

/*  loading mask */
#eabi-banklink-loading-mask {
    color: #d85909;
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    z-index: 500;
}

#eabi-banklink-loading-mask .loader {
    background: none repeat scroll 0 0 #fff4e9;
    border: 2px solid #f1af73;
    color: #d85909;
    font-weight: bold;
    left: 50%;
    margin-left: -60px;
    padding: 15px 60px;
    position: fixed;
    text-align: center;
    top: 35%;
    width: 120px;
    z-index: 1000;
}

/* end loading mask */

/* force payment buttons to the right */

.eabi-banklink-order-payment-form-buttons-set button.button {
    float: right;
    margin-left: 5px;
}

/* end force payment buttons to the right */

/*
  
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * or OpenGPL v3 license (GNU Public License V3.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
 * or
 * http://www.gnu.org/licenses/gpl-3.0.txt
 * 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 info@e-abi.ee so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @category   Eabi
 * @package    Eabi_Dpd
 * @copyright  Copyright (c) 2016 Aktsiamaailm LLC (http://en.e-abi.ee/)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @license    http://www.gnu.org/licenses/gpl-3.0.txt  GNU Public License V3.0
 * @author     Matis Halmann
 * 

*/
/* 
    Created on : Dec 29, 2014, 12:23:35 AM
    Author     : Matis
*/
.eabi_carrier
{
    outline: none;
}
.eabi_carrier strong
{
    line-height: 30px;
}
.eabi_carrier.over,
.eabi_carrier:hover
{
    text-decoration: none;
}
.eabi_carrier .eabi_postoffice_comment
{
    display: none;
    line-height: 16px;
    margin-left: 28px;
    margin-top: -30px;
    padding: 14px 20px;
    width: 300px;
    z-index: 10;
}


.eabi_carrier.over .eabi_postoffice_comment,
.eabi_carrier:hover .eabi_postoffice_comment
{
    background: #eff5ea;
    border: 1px solid #95a486;
    color: #3d6611;
    display: inline;
    position: absolute;
}
.callout
{
    border: 0;
    left: -12px;
    position: absolute;
    top: 30px;
    z-index: 20;
}
.eabi_carrier .eabi_postoffice_comment
{
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

.eabi_carrier.over .eabi_postoffice_comment_error,
.eabi_carrier:hover .eabi_postoffice_comment_error {
    background: #faebe7;
    color: #df280a;
    border-color: #f16048;
    
}

/**
* 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Ä‡ &lt;marko.martinovic@inchoo.net&gt;
* @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-google{
    float: right;
    height: 30px !important;
    background: transparent url('https://vana.pupilo.ee/skin/frontend/base/default/inchoo_socialconnect/google/images/login-button-left.png') no-repeat top left !important;
}

div.inchoo-socialconnect-google-inner{
    height: 30px !important;
    float: left !important;
    margin-left: 30px !important;
    background: transparent url('https://vana.pupilo.ee/skin/frontend/base/default/inchoo_socialconnect/google/images/login-button-inner.png') repeat-x top left !important;
    padding: 0 5px !important;
    text-shadow: 1px 1px #000000;
}

div.inchoo-socialconnect-google-right{
    float: left !important;
    height: 30px !important;
    width: 3px !important;
    background: transparent url('https://vana.pupilo.ee/skin/frontend/base/default/inchoo_socialconnect/google/images/login-button-right.png') no-repeat top left !important;
}

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

/**
* 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Ä‡ &lt;marko.martinovic@inchoo.net&gt;
* @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('https://vana.pupilo.ee/skin/frontend/base/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('https://vana.pupilo.ee/skin/frontend/base/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('https://vana.pupilo.ee/skin/frontend/base/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;
}      

#magestore-bannerslider-popup{
	padding: 2px;
    position: fixed;
    z-index: 19990;
	background: #fff;
	border: 2px;
}
#magestore-bannerslider-popup-close{
	cursor: pointer;
    height: 22px;
	width:22px;
    position: absolute;
    right: 0px;
    top: -25px;   
    z-index: 19999;
	background:url(https://vana.pupilo.ee/skin/frontend/base/default/css/magestore/bannerslider/image/close-tiny.png) no-repeat center;
}
#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
	opacity: 0.7;
}
label[for=s_method_postpal_shipping_fixed]:before {
    content: url('https://vana.pupilo.ee/skin/frontend/base/default/postpal/img/postpal_logo.png');
    position: relative;
    top: 5px;
    right: 2px;
}

.postpal_error_wrapper {
	position: relative;
	padding: 5px;
	margin: 5px;
	border: 1px solid red;
}

.postpal_error_close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 4px;
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

.col15-xs-1, .col15-sm-1, .col15-md-1, .col15-lg-1, .col15-xs-2, .col15-sm-2, .col15-md-2, .col15-lg-2, .col15-xs-3, .col15-sm-3, .col15-md-3, .col15-lg-3, .col15-xs-4, .col15-sm-4, .col15-md-4, .col15-lg-4, .col15-xs-5, .col15-sm-5, .col15-md-5, .col15-lg-5, .col15-xs-6, .col15-sm-6, .col15-md-6, .col15-lg-6, .col15-xs-7, .col15-sm-7, .col15-md-7, .col15-lg-7, .col15-xs-8, .col15-sm-8, .col15-md-8, .col15-lg-8, .col15-xs-9, .col15-sm-9, .col15-md-9, .col15-lg-9, .col15-xs-10, .col15-sm-10, .col15-md-10, .col15-lg-10, .col15-xs-11, .col15-sm-11, .col15-md-11, .col15-lg-11, .col15-xs-12, .col15-sm-12, .col15-md-12, .col15-lg-12, .col15-xs-13, .col15-sm-13, .col15-md-13, .col15-lg-13, .col15-xs-14, .col15-sm-14, .col15-md-14, .col15-lg-14, .col15-xs-15, .col15-sm-15, .col15-md-15, .col15-lg-15 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col15-xs-1, .col15-xs-2, .col15-xs-3, .col15-xs-4, .col15-xs-5, .col15-xs-6, .col15-xs-7, .col15-xs-8, .col15-xs-9, .col15-xs-10, .col15-xs-11, .col15-xs-12, .col15-xs-13, .col15-xs-14, .col15-xs-15 {
  float: left;
}
.col15-xs-15 {
  width: 100%;
}
.col15-xs-14 {
  width: 93.33333333%;
}
.col15-xs-13 {
  width: 86.66666667%;
}
.col15-xs-12 {
  width: 80%;
}
.col15-xs-11 {
  width: 73.33333333%;
}
.col15-xs-10 {
  width: 66.66666667%;
}
.col15-xs-9 {
  width: 60%;
}
.col15-xs-8 {
  width: 53.33333333%;
}
.col15-xs-7 {
  width: 46.66666667%;
}
.col15-xs-6 {
  width: 40%;
}
.col15-xs-5 {
  width: 33.33333333%;
}
.col15-xs-4 {
  width: 26.66666667%;
}
.col15-xs-3 {
  width: 20%;
}
.col15-xs-2 {
  width: 13.33333333%;
}
.col15-xs-1 {
  width: 6.66666667%;
}
.col15-xs-pull-15 {
  right: 100%;
}
.col15-xs-pull-14 {
  right: 93.33333333%;
}
.col15-xs-pull-13 {
  right: 86.66666667%;
}
.col15-xs-pull-12 {
  right: 80%;
}
.col15-xs-pull-11 {
  right: 73.33333333%;
}
.col15-xs-pull-10 {
  right: 66.66666667%;
}
.col15-xs-pull-9 {
  right: 60%;
}
.col15-xs-pull-8 {
  right: 53.33333333%;
}
.col15-xs-pull-7 {
  right: 46.66666667%;
}
.col15-xs-pull-6 {
  right: 40%;
}
.col15-xs-pull-5 {
  right: 33.33333333%;
}
.col15-xs-pull-4 {
  right: 26.66666667%;
}
.col15-xs-pull-3 {
  right: 20%;
}
.col15-xs-pull-2 {
  right: 13.33333333%;
}
.col15-xs-pull-1 {
  right: 6.66666667%;
}
.col15-xs-pull-0 {
  right: 0%;
}
.col15-xs-push-15 {
  left: 100%;
}
.col15-xs-push-14 {
  left: 93.33333333%;
}
.col15-xs-push-13 {
  left: 86.66666667%;
}
.col15-xs-push-12 {
  left: 80%;
}
.col15-xs-push-11 {
  left: 73.33333333%;
}
.col15-xs-push-10 {
  left: 66.66666667%;
}
.col15-xs-push-9 {
  left: 60%;
}
.col15-xs-push-8 {
  left: 53.33333333%;
}
.col15-xs-push-7 {
  left: 46.66666667%;
}
.col15-xs-push-6 {
  left: 40%;
}
.col15-xs-push-5 {
  left: 33.33333333%;
}
.col15-xs-push-4 {
  left: 26.66666667%;
}
.col15-xs-push-3 {
  left: 20%;
}
.col15-xs-push-2 {
  left: 13.33333333%;
}
.col15-xs-push-1 {
  left: 6.66666667%;
}
.col15-xs-push-0 {
  left: 0%;
}
.col15-xs-offset-15 {
  margin-left: 100%;
}
.col15-xs-offset-14 {
  margin-left: 93.33333333%;
}
.col15-xs-offset-13 {
  margin-left: 86.66666667%;
}
.col15-xs-offset-12 {
  margin-left: 80%;
}
.col15-xs-offset-11 {
  margin-left: 73.33333333%;
}
.col15-xs-offset-10 {
  margin-left: 66.66666667%;
}
.col15-xs-offset-9 {
  margin-left: 60%;
}
.col15-xs-offset-8 {
  margin-left: 53.33333333%;
}
.col15-xs-offset-7 {
  margin-left: 46.66666667%;
}
.col15-xs-offset-6 {
  margin-left: 40%;
}
.col15-xs-offset-5 {
  margin-left: 33.33333333%;
}
.col15-xs-offset-4 {
  margin-left: 26.66666667%;
}
.col15-xs-offset-3 {
  margin-left: 20%;
}
.col15-xs-offset-2 {
  margin-left: 13.33333333%;
}
.col15-xs-offset-1 {
  margin-left: 6.66666667%;
}
.col15-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col15-sm-1, .col15-sm-2, .col15-sm-3, .col15-sm-4, .col15-sm-5, .col15-sm-6, .col15-sm-7, .col15-sm-8, .col15-sm-9, .col15-sm-10, .col15-sm-11, .col15-sm-12, .col15-sm-13, .col15-sm-14, .col15-sm-15 {
    float: left;
  }
  .col15-sm-15 {
    width: 100%;
  }
  .col15-sm-14 {
    width: 93.33333333%;
  }
  .col15-sm-13 {
    width: 86.66666667%;
  }
  .col15-sm-12 {
    width: 80%;
  }
  .col15-sm-11 {
    width: 73.33333333%;
  }
  .col15-sm-10 {
    width: 66.66666667%;
  }
  .col15-sm-9 {
    width: 60%;
  }
  .col15-sm-8 {
    width: 53.33333333%;
  }
  .col15-sm-7 {
    width: 46.66666667%;
  }
  .col15-sm-6 {
    width: 40%;
  }
  .col15-sm-5 {
    width: 33.33333333%;
  }
  .col15-sm-4 {
    width: 26.66666667%;
  }
  .col15-sm-3 {
    width: 20%;
  }
  .col15-sm-2 {
    width: 13.33333333%;
  }
  .col15-sm-1 {
    width: 6.66666667%;
  }
  .col15-sm-pull-15 {
    right: 100%;
  }
  .col15-sm-pull-14 {
    right: 93.33333333%;
  }
  .col15-sm-pull-13 {
    right: 86.66666667%;
  }
  .col15-sm-pull-12 {
    right: 80%;
  }
  .col15-sm-pull-11 {
    right: 73.33333333%;
  }
  .col15-sm-pull-10 {
    right: 66.66666667%;
  }
  .col15-sm-pull-9 {
    right: 60%;
  }
  .col15-sm-pull-8 {
    right: 53.33333333%;
  }
  .col15-sm-pull-7 {
    right: 46.66666667%;
  }
  .col15-sm-pull-6 {
    right: 40%;
  }
  .col15-sm-pull-5 {
    right: 33.33333333%;
  }
  .col15-sm-pull-4 {
    right: 26.66666667%;
  }
  .col15-sm-pull-3 {
    right: 20%;
  }
  .col15-sm-pull-2 {
    right: 13.33333333%;
  }
  .col15-sm-pull-1 {
    right: 6.66666667%;
  }
  .col15-sm-pull-0 {
    right: 0%;
  }
  .col15-sm-push-15 {
    left: 100%;
  }
  .col15-sm-push-14 {
    left: 93.33333333%;
  }
  .col15-sm-push-13 {
    left: 86.66666667%;
  }
  .col15-sm-push-12 {
    left: 80%;
  }
  .col15-sm-push-11 {
    left: 73.33333333%;
  }
  .col15-sm-push-10 {
    left: 66.66666667%;
  }
  .col15-sm-push-9 {
    left: 60%;
  }
  .col15-sm-push-8 {
    left: 53.33333333%;
  }
  .col15-sm-push-7 {
    left: 46.66666667%;
  }
  .col15-sm-push-6 {
    left: 40%;
  }
  .col15-sm-push-5 {
    left: 33.33333333%;
  }
  .col15-sm-push-4 {
    left: 26.66666667%;
  }
  .col15-sm-push-3 {
    left: 20%;
  }
  .col15-sm-push-2 {
    left: 13.33333333%;
  }
  .col15-sm-push-1 {
    left: 6.66666667%;
  }
  .col15-sm-push-0 {
    left: 0%;
  }
  .col15-sm-offset-15 {
    margin-left: 100%;
  }
  .col15-sm-offset-14 {
    margin-left: 93.33333333%;
  }
  .col15-sm-offset-13 {
    margin-left: 86.66666667%;
  }
  .col15-sm-offset-12 {
    margin-left: 80%;
  }
  .col15-sm-offset-11 {
    margin-left: 73.33333333%;
  }
  .col15-sm-offset-10 {
    margin-left: 66.66666667%;
  }
  .col15-sm-offset-9 {
    margin-left: 60%;
  }
  .col15-sm-offset-8 {
    margin-left: 53.33333333%;
  }
  .col15-sm-offset-7 {
    margin-left: 46.66666667%;
  }
  .col15-sm-offset-6 {
    margin-left: 40%;
  }
  .col15-sm-offset-5 {
    margin-left: 33.33333333%;
  }
  .col15-sm-offset-4 {
    margin-left: 26.66666667%;
  }
  .col15-sm-offset-3 {
    margin-left: 20%;
  }
  .col15-sm-offset-2 {
    margin-left: 13.33333333%;
  }
  .col15-sm-offset-1 {
    margin-left: 6.66666667%;
  }
  .col15-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col15-md-1, .col15-md-2, .col15-md-3, .col15-md-4, .col15-md-5, .col15-md-6, .col15-md-7, .col15-md-8, .col15-md-9, .col15-md-10, .col15-md-11, .col15-md-12, .col15-md-13, .col15-md-14, .col15-md-15 {
    float: left;
  }
  .col15-md-15 {
    width: 100%;
  }
  .col15-md-14 {
    width: 93.33333333%;
  }
  .col15-md-13 {
    width: 86.66666667%;
  }
  .col15-md-12 {
    width: 80%;
  }
  .col15-md-11 {
    width: 73.33333333%;
  }
  .col15-md-10 {
    width: 66.66666667%;
  }
  .col15-md-9 {
    width: 60%;
  }
  .col15-md-8 {
    width: 53.33333333%;
  }
  .col15-md-7 {
    width: 46.66666667%;
  }
  .col15-md-6 {
    width: 40%;
  }
  .col15-md-5 {
    width: 33.33333333%;
  }
  .col15-md-4 {
    width: 26.66666667%;
  }
  .col15-md-3 {
    width: 20%;
  }
  .col15-md-2 {
    width: 13.33333333%;
  }
  .col15-md-1 {
    width: 6.66666667%;
  }
  .col15-md-pull-15 {
    right: 100%;
  }
  .col15-md-pull-14 {
    right: 93.33333333%;
  }
  .col15-md-pull-13 {
    right: 86.66666667%;
  }
  .col15-md-pull-12 {
    right: 80%;
  }
  .col15-md-pull-11 {
    right: 73.33333333%;
  }
  .col15-md-pull-10 {
    right: 66.66666667%;
  }
  .col15-md-pull-9 {
    right: 60%;
  }
  .col15-md-pull-8 {
    right: 53.33333333%;
  }
  .col15-md-pull-7 {
    right: 46.66666667%;
  }
  .col15-md-pull-6 {
    right: 40%;
  }
  .col15-md-pull-5 {
    right: 33.33333333%;
  }
  .col15-md-pull-4 {
    right: 26.66666667%;
  }
  .col15-md-pull-3 {
    right: 20%;
  }
  .col15-md-pull-2 {
    right: 13.33333333%;
  }
  .col15-md-pull-1 {
    right: 6.66666667%;
  }
  .col15-md-pull-0 {
    right: 0%;
  }
  .col15-md-push-15 {
    left: 100%;
  }
  .col15-md-push-14 {
    left: 93.33333333%;
  }
  .col15-md-push-13 {
    left: 86.66666667%;
  }
  .col15-md-push-12 {
    left: 80%;
  }
  .col15-md-push-11 {
    left: 73.33333333%;
  }
  .col15-md-push-10 {
    left: 66.66666667%;
  }
  .col15-md-push-9 {
    left: 60%;
  }
  .col15-md-push-8 {
    left: 53.33333333%;
  }
  .col15-md-push-7 {
    left: 46.66666667%;
  }
  .col15-md-push-6 {
    left: 40%;
  }
  .col15-md-push-5 {
    left: 33.33333333%;
  }
  .col15-md-push-4 {
    left: 26.66666667%;
  }
  .col15-md-push-3 {
    left: 20%;
  }
  .col15-md-push-2 {
    left: 13.33333333%;
  }
  .col15-md-push-1 {
    left: 6.66666667%;
  }
  .col15-md-push-0 {
    left: 0%;
  }
  .col15-md-offset-15 {
    margin-left: 100%;
  }
  .col15-md-offset-14 {
    margin-left: 93.33333333%;
  }
  .col15-md-offset-13 {
    margin-left: 86.66666667%;
  }
  .col15-md-offset-12 {
    margin-left: 80%;
  }
  .col15-md-offset-11 {
    margin-left: 73.33333333%;
  }
  .col15-md-offset-10 {
    margin-left: 66.66666667%;
  }
  .col15-md-offset-9 {
    margin-left: 60%;
  }
  .col15-md-offset-8 {
    margin-left: 53.33333333%;
  }
  .col15-md-offset-7 {
    margin-left: 46.66666667%;
  }
  .col15-md-offset-6 {
    margin-left: 40%;
  }
  .col15-md-offset-5 {
    margin-left: 33.33333333%;
  }
  .col15-md-offset-4 {
    margin-left: 26.66666667%;
  }
  .col15-md-offset-3 {
    margin-left: 20%;
  }
  .col15-md-offset-2 {
    margin-left: 13.33333333%;
  }
  .col15-md-offset-1 {
    margin-left: 6.66666667%;
  }
  .col15-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col15-lg-1, .col15-lg-2, .col15-lg-3, .col15-lg-4, .col15-lg-5, .col15-lg-6, .col15-lg-7, .col15-lg-8, .col15-lg-9, .col15-lg-10, .col15-lg-11, .col15-lg-12, .col15-lg-13, .col15-lg-14, .col15-lg-15 {
    float: left;
  }
  .col15-lg-15 {
    width: 100%;
  }
  .col15-lg-14 {
    width: 93.33333333%;
  }
  .col15-lg-13 {
    width: 86.66666667%;
  }
  .col15-lg-12 {
    width: 80%;
  }
  .col15-lg-11 {
    width: 73.33333333%;
  }
  .col15-lg-10 {
    width: 66.66666667%;
  }
  .col15-lg-9 {
    width: 60%;
  }
  .col15-lg-8 {
    width: 53.33333333%;
  }
  .col15-lg-7 {
    width: 46.66666667%;
  }
  .col15-lg-6 {
    width: 40%;
  }
  .col15-lg-5 {
    width: 33.33333333%;
  }
  .col15-lg-4 {
    width: 26.66666667%;
  }
  .col15-lg-3 {
    width: 20%;
  }
  .col15-lg-2 {
    width: 13.33333333%;
  }
  .col15-lg-1 {
    width: 6.66666667%;
  }
  .col15-lg-pull-15 {
    right: 100%;
  }
  .col15-lg-pull-14 {
    right: 93.33333333%;
  }
  .col15-lg-pull-13 {
    right: 86.66666667%;
  }
  .col15-lg-pull-12 {
    right: 80%;
  }
  .col15-lg-pull-11 {
    right: 73.33333333%;
  }
  .col15-lg-pull-10 {
    right: 66.66666667%;
  }
  .col15-lg-pull-9 {
    right: 60%;
  }
  .col15-lg-pull-8 {
    right: 53.33333333%;
  }
  .col15-lg-pull-7 {
    right: 46.66666667%;
  }
  .col15-lg-pull-6 {
    right: 40%;
  }
  .col15-lg-pull-5 {
    right: 33.33333333%;
  }
  .col15-lg-pull-4 {
    right: 26.66666667%;
  }
  .col15-lg-pull-3 {
    right: 20%;
  }
  .col15-lg-pull-2 {
    right: 13.33333333%;
  }
  .col15-lg-pull-1 {
    right: 6.66666667%;
  }
  .col15-lg-pull-0 {
    right: 0%;
  }
  .col15-lg-push-15 {
    left: 100%;
  }
  .col15-lg-push-14 {
    left: 93.33333333%;
  }
  .col15-lg-push-13 {
    left: 86.66666667%;
  }
  .col15-lg-push-12 {
    left: 80%;
  }
  .col15-lg-push-11 {
    left: 73.33333333%;
  }
  .col15-lg-push-10 {
    left: 66.66666667%;
  }
  .col15-lg-push-9 {
    left: 60%;
  }
  .col15-lg-push-8 {
    left: 53.33333333%;
  }
  .col15-lg-push-7 {
    left: 46.66666667%;
  }
  .col15-lg-push-6 {
    left: 40%;
  }
  .col15-lg-push-5 {
    left: 33.33333333%;
  }
  .col15-lg-push-4 {
    left: 26.66666667%;
  }
  .col15-lg-push-3 {
    left: 20%;
  }
  .col15-lg-push-2 {
    left: 13.33333333%;
  }
  .col15-lg-push-1 {
    left: 6.66666667%;
  }
  .col15-lg-push-0 {
    left: 0%;
  }
  .col15-lg-offset-15 {
    margin-left: 100%;
  }
  .col15-lg-offset-14 {
    margin-left: 93.33333333%;
  }
  .col15-lg-offset-13 {
    margin-left: 86.66666667%;
  }
  .col15-lg-offset-12 {
    margin-left: 80%;
  }
  .col15-lg-offset-11 {
    margin-left: 73.33333333%;
  }
  .col15-lg-offset-10 {
    margin-left: 66.66666667%;
  }
  .col15-lg-offset-9 {
    margin-left: 60%;
  }
  .col15-lg-offset-8 {
    margin-left: 53.33333333%;
  }
  .col15-lg-offset-7 {
    margin-left: 46.66666667%;
  }
  .col15-lg-offset-6 {
    margin-left: 40%;
  }
  .col15-lg-offset-5 {
    margin-left: 33.33333333%;
  }
  .col15-lg-offset-4 {
    margin-left: 26.66666667%;
  }
  .col15-lg-offset-3 {
    margin-left: 20%;
  }
  .col15-lg-offset-2 {
    margin-left: 13.33333333%;
  }
  .col15-lg-offset-1 {
    margin-left: 6.66666667%;
  }
  .col15-lg-offset-0 {
    margin-left: 0%;
  }
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1ff9ce6bf7cbbcbc62b7)
 * Config saved to config.json and https://gist.github.com/1ff9ce6bf7cbbcbc62b7
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
  background-image: -o-linear-gradient(top, #ececec 0%, #d7d7d7 100%);
  background-image: linear-gradient(to bottom, #ececec 0%, #d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffececec', endColorstr='#ffd7d7d7', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: transparent!important;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 0;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #888888 0%, #696969 100%);
  background-image: -o-linear-gradient(top, #888888 0%, #696969 100%);
  background-image: linear-gradient(to bottom, #888888 0%, #696969 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff888888', endColorstr='#ff696969', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #646464;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #696969;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #696969;
  border-color: #646464;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #696969;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #adadad 100%);
  background-image: -o-linear-gradient(top, #cccccc 0%, #adadad 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #adadad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffadadad', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #a8a8a8;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #adadad;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #adadad;
  border-color: #a8a8a8;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #adadad;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  background-image: -webkit-linear-gradient(top, #888888 0%, #7b7b7b 100%);
  background-image: -o-linear-gradient(top, #888888 0%, #7b7b7b 100%);
  background-image: linear-gradient(to bottom, #888888 0%, #7b7b7b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff888888', endColorstr='#ff7b7b7b', GradientType=0);
  background-color: #7b7b7b;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav &gt; .active &gt; a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav &gt; li &gt; a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav &gt; .active &gt; a {
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: -o-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav &gt; li &gt; a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #dddddd 0%, #cacaca 100%);
  background-image: -o-linear-gradient(top, #dddddd 0%, #cacaca 100%);
  background-image: linear-gradient(to bottom, #dddddd 0%, #cacaca 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffcacaca', GradientType=0);
  border-color: #b7b7b7;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #888888 0%, #6f6f6f 100%);
  background-image: -o-linear-gradient(top, #888888 0%, #6f6f6f 100%);
  background-image: linear-gradient(to bottom, #888888 0%, #6f6f6f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff888888', endColorstr='#ff6f6f6f', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #cccccc 0%, #b3b3b3 100%);
  background-image: -o-linear-gradient(top, #cccccc 0%, #b3b3b3 100%);
  background-image: linear-gradient(to bottom, #cccccc 0%, #b3b3b3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffb3b3b3', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.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);
}
.list-group {
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item {
  border-width: 1px 0 0;
  border-color: #e0e0e0;
  color: #535353;
  font-size: 15px;
  font-family: arial;

}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  /*text-shadow: 0 -1px 0 #6f6f6f;
  background-image: -webkit-linear-gradient(top, #888888 0%, #757575 100%);
  background-image: -o-linear-gradient(top, #888888 0%, #757575 100%);
  background-image: linear-gradient(to bottom, #888888 0%, #757575 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff888888', endColorstr='#ff757575', GradientType=0);
  border-color: #757575;*/
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  background-color: #f3f3f3;
  border-color: #e7e7e7;
  border-width: 0 0 1px;
  margin-bottom: 6px; 
  /*display: block;*/
  /*padding: 10px 10px 10px 60px;*/
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default &gt; .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary &gt; .panel-heading {
  background-image: -webkit-linear-gradient(top, #888888 0%, #7b7b7b 100%);
  background-image: -o-linear-gradient(top, #888888 0%, #7b7b7b 100%);
  background-image: linear-gradient(to bottom, #888888 0%, #7b7b7b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff888888', endColorstr='#ff7b7b7b', GradientType=0);
}
.panel-success &gt; .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info &gt; .panel-heading {
  background-image: -webkit-linear-gradient(top, #dddddd 0%, #d0d0d0 100%);
  background-image: -o-linear-gradient(top, #dddddd 0%, #d0d0d0 100%);
  background-image: linear-gradient(to bottom, #dddddd 0%, #d0d0d0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffd0d0d0', GradientType=0);
}
.panel-warning &gt; .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger &gt; .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*!
 * Jasny Bootstrap v3.1.0 (http://jasny.github.com/bootstrap)
 * Copyright 2011-2014 Arnold Daniels.
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */

.nav-tabs-bottom{border-bottom:0;border-top:1px solid #ddd}.nav-tabs-bottom&gt;li{margin-bottom:0;margin-top:-1px}.nav-tabs-bottom&gt;li&gt;a{border-radius:0 0 0 0}.nav-tabs-bottom&gt;li&gt;a:hover,.nav-tabs-bottom&gt;li&gt;a:focus,.nav-tabs-bottom&gt;li.active&gt;a,.nav-tabs-bottom&gt;li.active&gt;a:hover,.nav-tabs-bottom&gt;li.active&gt;a:focus{border:1px solid #ddd;border-top-color:transparent}.nav-tabs-left{border-bottom:0;border-right:1px solid #ddd}.nav-tabs-left&gt;li{margin-bottom:0;margin-right:-1px;float:none}.nav-tabs-left&gt;li&gt;a{border-radius:0 0 0 0;margin-right:0;margin-bottom:2px}.nav-tabs-left&gt;li&gt;a:hover,.nav-tabs-left&gt;li&gt;a:focus,.nav-tabs-left&gt;li.active&gt;a,.nav-tabs-left&gt;li.active&gt;a:hover,.nav-tabs-left&gt;li.active&gt;a:focus{border:1px solid #ddd;border-right-color:transparent}.row&gt;.nav-tabs-left{padding-right:0;padding-left:10px;margin-right:-1px;position:relative;z-index:1}.row&gt;.nav-tabs-left+.tab-content{border-left:1px solid #ddd}.nav-tabs-right{border-bottom:0;border-left:1px solid #ddd}.nav-tabs-right&gt;li{margin-bottom:0;margin-left:-1px;float:none}.nav-tabs-right&gt;li&gt;a{border-radius:0 0 0 0;margin-left:0;margin-bottom:2px}.nav-tabs-right&gt;li&gt;a:hover,.nav-tabs-right&gt;li&gt;a:focus,.nav-tabs-right&gt;li.active&gt;a,.nav-tabs-right&gt;li.active&gt;a:hover,.nav-tabs-right&gt;li.active&gt;a:focus{border:1px solid #ddd;border-left-color:transparent}.row&gt;.nav-tabs-right{padding-left:0;padding-right:10px}.navmenu,.navbar-offcanvas{width:300px;height:auto;border-width:1px;border-style:solid;border-radius:0}.navmenu-fixed-left,.navmenu-fixed-right,.navbar-offcanvas{position:fixed;z-index:1030;top:0;bottom:0;overflow-y:auto;border-radius:0}.navmenu-fixed-left,.navbar-offcanvas.navmenu-fixed-left{left:0;right:auto;border-width:0 1px 0 0}.navmenu-fixed-right,.navbar-offcanvas{left:auto;right:0;border-width:0 0 0 1px}.navmenu-nav{margin-bottom:10px}.navmenu-nav.dropdown-menu{position:static;margin:0;padding-top:0;float:none;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.navbar-offcanvas .navbar-nav{margin:0}@media (min-width:800px){.navbar-offcanvas{width:auto;border-top:0;box-shadow:none}.navbar-offcanvas.offcanvas{position:static;display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-offcanvas .navbar-nav.navbar-left:first-child{margin-left:-10px}.navbar-offcanvas .navbar-nav.navbar-right:last-child{margin-right:-10px}.navbar-offcanvas .navmenu-brand{display:none}}.navmenu-brand{display:block;font-size:18px;line-height:20px;padding:10px 15px;margin:10px 0}.navmenu-brand:hover,.navmenu-brand:focus{text-decoration:none}.navmenu-default,.navbar-default .navbar-offcanvas{background-color:#f8f8f8;border-color:#e7e7e7}.navmenu-default .navmenu-brand,.navbar-default .navbar-offcanvas .navmenu-brand{color:#777}.navmenu-default .navmenu-brand:hover,.navbar-default .navbar-offcanvas .navmenu-brand:hover,.navmenu-default .navmenu-brand:focus,.navbar-default .navbar-offcanvas .navmenu-brand:focus{color:#5e5e5e;background-color:transparent}.navmenu-default .navmenu-text,.navbar-default .navbar-offcanvas .navmenu-text{color:#777}.navmenu-default .navmenu-nav&gt;.dropdown&gt;a:hover .caret,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.dropdown&gt;a:hover .caret,.navmenu-default .navmenu-nav&gt;.dropdown&gt;a:focus .caret,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.dropdown&gt;a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navmenu-default .navmenu-nav&gt;.open&gt;a,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.open&gt;a,.navmenu-default .navmenu-nav&gt;.open&gt;a:hover,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.open&gt;a:hover,.navmenu-default .navmenu-nav&gt;.open&gt;a:focus,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.open&gt;a:focus{background-color:#e7e7e7;color:#555}.navmenu-default .navmenu-nav&gt;.open&gt;a .caret,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.open&gt;a .caret,.navmenu-default .navmenu-nav&gt;.open&gt;a:hover .caret,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.open&gt;a:hover .caret,.navmenu-default .navmenu-nav&gt;.open&gt;a:focus .caret,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.open&gt;a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navmenu-default .navmenu-nav&gt;.dropdown&gt;a .caret,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.dropdown&gt;a .caret{border-top-color:#777;border-bottom-color:#777}.navmenu-default .navmenu-nav.dropdown-menu,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu{background-color:#e7e7e7}.navmenu-default .navmenu-nav.dropdown-menu&gt;.divider,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu&gt;.divider{background-color:#f8f8f8}.navmenu-default .navmenu-nav.dropdown-menu&gt;.active&gt;a,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu&gt;.active&gt;a,.navmenu-default .navmenu-nav.dropdown-menu&gt;.active&gt;a:hover,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu&gt;.active&gt;a:hover,.navmenu-default .navmenu-nav.dropdown-menu&gt;.active&gt;a:focus,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu&gt;.active&gt;a:focus{background-color:#d7d7d7}.navmenu-default .navmenu-nav&gt;li&gt;a,.navbar-default .navbar-offcanvas .navmenu-nav&gt;li&gt;a{color:#777}.navmenu-default .navmenu-nav&gt;li&gt;a:hover,.navbar-default .navbar-offcanvas .navmenu-nav&gt;li&gt;a:hover,.navmenu-default .navmenu-nav&gt;li&gt;a:focus,.navbar-default .navbar-offcanvas .navmenu-nav&gt;li&gt;a:focus{color:#333;background-color:transparent}.navmenu-default .navmenu-nav&gt;.active&gt;a,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.active&gt;a,.navmenu-default .navmenu-nav&gt;.active&gt;a:hover,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.active&gt;a:hover,.navmenu-default .navmenu-nav&gt;.active&gt;a:focus,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.active&gt;a:focus{color:#555;background-color:#e7e7e7}.navmenu-default .navmenu-nav&gt;.disabled&gt;a,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.disabled&gt;a,.navmenu-default .navmenu-nav&gt;.disabled&gt;a:hover,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.disabled&gt;a:hover,.navmenu-default .navmenu-nav&gt;.disabled&gt;a:focus,.navbar-default .navbar-offcanvas .navmenu-nav&gt;.disabled&gt;a:focus{color:#ccc;background-color:transparent}.navmenu-inverse,.navbar-inverse .navbar-offcanvas{background-color:#222;border-color:#080808}.navmenu-inverse .navmenu-brand,.navbar-inverse .navbar-offcanvas .navmenu-brand{color:#999}.navmenu-inverse .navmenu-brand:hover,.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,.navmenu-inverse .navmenu-brand:focus,.navbar-inverse .navbar-offcanvas .navmenu-brand:focus{color:#fff;background-color:transparent}.navmenu-inverse .navmenu-text,.navbar-inverse .navbar-offcanvas .navmenu-text{color:#999}.navmenu-inverse .navmenu-nav&gt;.dropdown&gt;a:hover .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.dropdown&gt;a:hover .caret,.navmenu-inverse .navmenu-nav&gt;.dropdown&gt;a:focus .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.dropdown&gt;a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navmenu-inverse .navmenu-nav&gt;.open&gt;a,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.open&gt;a,.navmenu-inverse .navmenu-nav&gt;.open&gt;a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.open&gt;a:hover,.navmenu-inverse .navmenu-nav&gt;.open&gt;a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.open&gt;a:focus{background-color:#080808;color:#fff}.navmenu-inverse .navmenu-nav&gt;.open&gt;a .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.open&gt;a .caret,.navmenu-inverse .navmenu-nav&gt;.open&gt;a:hover .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.open&gt;a:hover .caret,.navmenu-inverse .navmenu-nav&gt;.open&gt;a:focus .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.open&gt;a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navmenu-inverse .navmenu-nav&gt;.dropdown&gt;a .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.dropdown&gt;a .caret{border-top-color:#999;border-bottom-color:#999}.navmenu-inverse .navmenu-nav.dropdown-menu,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu{background-color:#080808}.navmenu-inverse .navmenu-nav.dropdown-menu&gt;.divider,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu&gt;.divider{background-color:#222}.navmenu-inverse .navmenu-nav.dropdown-menu&gt;.active&gt;a,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu&gt;.active&gt;a,.navmenu-inverse .navmenu-nav.dropdown-menu&gt;.active&gt;a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu&gt;.active&gt;a:hover,.navmenu-inverse .navmenu-nav.dropdown-menu&gt;.active&gt;a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu&gt;.active&gt;a:focus{background-color:#000}.navmenu-inverse .navmenu-nav&gt;li&gt;a,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;li&gt;a{color:#999}.navmenu-inverse .navmenu-nav&gt;li&gt;a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;li&gt;a:hover,.navmenu-inverse .navmenu-nav&gt;li&gt;a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;li&gt;a:focus{color:#fff;background-color:transparent}.navmenu-inverse .navmenu-nav&gt;.active&gt;a,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.active&gt;a,.navmenu-inverse .navmenu-nav&gt;.active&gt;a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.active&gt;a:hover,.navmenu-inverse .navmenu-nav&gt;.active&gt;a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.active&gt;a:focus{color:#fff;background-color:#080808}.navmenu-inverse .navmenu-nav&gt;.disabled&gt;a,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.disabled&gt;a,.navmenu-inverse .navmenu-nav&gt;.disabled&gt;a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.disabled&gt;a:hover,.navmenu-inverse .navmenu-nav&gt;.disabled&gt;a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav&gt;.disabled&gt;a:focus{color:#444;background-color:transparent}.offcanvas{display:none}.offcanvas.in{display:block}@media (max-width:799px){.offcanvas-xs{display:none}.offcanvas-xs.in{display:block}}@media (max-width:991px){.offcanvas-sm{display:none}.offcanvas-sm.in{display:block}}@media (max-width:1199px){.offcanvas-md{display:none}.offcanvas-md.in{display:block}}.offcanvas-lg{display:none}.offcanvas-lg.in{display:block}.canvas-sliding{-webkit-transition:top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;transition:top 0.35s, left 0.35s, bottom 0.35s, right 0.35s}.offcanvas-clone{height:0px !important;width:0px !important;overflow:hidden !important;border:none !important;margin:0px !important;padding:0px !important;position:absolute !important;top:auto !important;left:auto !important;bottom:0px !important;right:0px !important;opacity:0 !important}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 2, 2015 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);

@font-face {
    font-family: 'chevin-medium';
    src: url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevinmedium-webfont.eot');
    src: url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevinmedium-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevinmedium-webfont.woff2') format('woff2'),
    url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevinmedium-webfont.woff') format('woff'),
    url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevinmedium-webfont.ttf') format('truetype'),
    url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevinmedium-webfont.svg#chevin-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chevin-bold';
    src: url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevindemibold-webfont.eot');
    src: url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevindemibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevindemibold-webfont.woff2') format('woff2'),
    url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevindemibold-webfont.woff') format('woff'),
    url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevindemibold-webfont.ttf') format('truetype'),
    url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevindemibold-webfont.svg#chevin-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chevin-light';
    src: url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevinlight-webfont.eot');
    src: url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevinlight-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevinlight-webfont.woff2') format('woff2'),
    url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevinlight-webfont.woff') format('woff'),
    url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevinlight-webfont.ttf') format('truetype'),
    url('https://vana.pupilo.ee/skin/frontend/pupilo/default/fonts/chevinlight-webfont.svg#chevin-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

.chevin-medium {
    font-family: 'chevin-medium';
}

.chevin-bold {
    font-family: 'chevin-bold';
}

.chevin-light {
    font-family: 'chevin-light';
}

.t-22 {
    font-size: 22px;
}

.t-20 {
    font-size: 20px;
}

.t-19 {
    font-size: 19px;
}

.t-17 {
    font-size: 17px;
}

.t-16 {
    font-size: 16px;
}

.t-15 {
    font-size: 15px;
}

.t-13 {
    font-size: 13px;
}

.t-12 {
    font-size: 12px;
}

.t-11 {
    font-size: 11px;
}

.text-pink {
    color: #da42d4
}

.text-sec {
    color: #c323e8
}

.m0 {
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'chevin-bold';
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.visible-mobile, .visible-large {
    display: none !important;
}

@media (max-width: 1023px) {
    .visible-mobile {
        display: block !important;
    }
}

@media (max-width: 1023px) {
    .hidden-mobile {
        display: none !important;
    }

    .cms-index-index .carousel-inner .flex-control-nav {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .hidden-large {
        display: none !important;
    }
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (orientation: landscape) {
    /* .visible-mobile {
        display: block !important;
    }

	.hidden-mobile {
	    display: none !important;
    } */
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.no-gutter &gt; [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

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

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

img {
    max-width: 100%;
}

.wrapper {
    min-width: 280px;
    position: relative;
    left: 0;
    background-color: #fff;
}

.navmenu-fixed-right {
    z-index: 1;
    display: block !important;
}

.page {
    text-align: left;
    width: auto;
    padding: 0;
}

.page-header {
    margin-top: 20px;
}

.page.container-fluid {
    max-width: 3000px;
    margin: 0 auto;
    padding: 0;
}

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

li {
    list-style: none
}

.links li {
    display: inline;
    position: relative;
}

.divider {
    background: #eee;
}

.branding {
    position: relative;
    /*margin: 0;*/
    height: auto;
    text-align: center;
}

.branding .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.branding .logo img {
    height: auto;
    max-width: 100%;
    display: block;
}

.branding .logo {
    float: none;
}
.modal-open{
    overflow: inherit;
}
#statusPopup h2{
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'roboto';
    font-weight: 400;
    color: #000;
}
#statusPopup .col-sm-12 p{
    font-size: 16px;
    margin-bottom: 0;
}
#statusPopup .col-sm-12 p:nth-of-type(1){
    margin-bottom: 10px;
}
.mb-padding {
    margin-top: 65px;
    position: relative;
}
#statusPopup .modal-dialog {
    width: 525px;
    margin: 30px auto;
}

#statusPopup h4{
    white-space: normal;
    font-size: 14px;
    font-weight: 400;
    font-family: 'chevin-light';
    position: relative;
    padding-left: 20px;
    text-align: left;
}

#textPopup ul li{
    padding-left: 20px;
    position: relative;
}
#textPopup ul li:before{
    content: '';
    background: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/arrow-purpule.svg) center left no-repeat;
    width: 14px;
    height: 10px;
    position: absolute;
    left: -2px;
    top: 5px;
}
#textPopup .case-left li:first-child{
    padding-left: 0;
}
#textPopup .case-left li:first-child:before{
    display: none;
}

@media (min-width: 1024px) {
    .branding .logo {
        position: absolute;
        left: 5px;
        z-index: 3;
        width: 136px;
        height: 156px;
    }

    .cms-index-index .branding .logo {
        top: 0px;
        margin-top: 0;
    }
}

.header {
    width: auto;
    z-index: 1;
    padding: 0;
    padding: 15px 0 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}

/*.cms-b-responsive-home-page .body-wrapper {*/
.body-wrapper {
    padding: 0 10px;
    /*width: 100%;*/
    border: 1px solid #e8e8e8;
    border-width: 0 1px;
    box-shadow: 0 0 50px #f6f6f6;
}

@media (min-width: 1024px) {
    /*.cms-b-responsive-home-page .body-wrapper {*/
    .body-wrapper {
        padding: 40px 38px 200px !important;
    }

    .body-wrapper.main-cms {
        padding: 40px 38px 20px !important;
    }

    .cms-index-index .body-wrapper {
        padding-top: 0 !important;
    }
}

/*
@media (min-width: 992px) {
  .l-main { padding-left: 28px; }
}*/

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

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

.checkout-link {
    float: right;
}

.header-panel {
    padding: 0;
    box-shadow: none;
    /*z-index: 999 !important;*/
    margin-bottom: 0;
    font-family: chevin-bold;

    border: 1px solid rgba(222, 222, 222, .78);
    border-width: 0 0 1px;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

}

.header-panel .links {
    float: none;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
}

.header-panel .links li a,
.header-panel .links li a:hover {
    color: #333;
}

.header-panel .welcome-msg {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin-left: 165px;
    margin-right: 40px;
    margin-top: 20px;
}

.header-panel .btn-cart {
    font-size: 14px;
    padding: 0px;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: transparent;
    text-shadow: 0 0 0;
    color: #fff;
}

.header-panel .btn-cart.active {
    box-shadow: none;
}

.header-panel .btn-cart .caret {
    border-top-color: #737373;
}

.btn img {
    vertical-align: top;
}

.header-panel .btn-cart .divide {
    color: #737373;
}

.switches {
    background: none;
    white-space: nowrap;
    position: relative;
}

.switches .dropdown-menu {
    left: auto;
    right: 0;
}

.switches .form-language {
    position: absolute;
    right: 0;
    bottom: 6px;
    line-height: normal;
}

.top-cart {
    white-space: normal;
    padding: 5px;
    width: 100%;
}

.top-cart .panel {
    border: none;
    box-shadow: none;
}

#dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px;
}

#dropdown label {
    font-weight: normal;
    line-height: normal;
    text-align: left;
}

#dropdown .close {
    font-size: 14px;
    color: #333;
    opacity: 1;
}

#dropdown .actions .btn-link {
    clear: both;
    display: block;
    margin-top: 8px;
    padding-left: 0;
    text-align: left;
}

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

#messages_product_view {
    margin: 0 auto;
    padding: 0;
}

.product-view {
    background: none;
    margin: 0px auto;
    padding: 0;
    float: none;
    border: 0;
}

.product-view .short-description {
    display: block;
}

.product-view .add-to-box {
    margin-top: 10px;
}

.product-view .add-to-box .add-to-links {
    margin-top: 10px !important;
    float: none;
}

.add-to-box .add-to-cart {
    float: none;
}

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

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

.page-title h1, .page-title h2 {
    color: #4f4f4f;
    font: 20px/24px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    margin-top: 0;
}

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

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

.account-login .fieldset h2 {
    margin: 0;
}

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

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

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

a.product-image {
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav .parent:hover &gt; .dropdown-menu {
    display: block;
    top: 0;
    left: 100%;
}

.nav .parent {
    position: relative;
}

.nav .level0.parent:hover &gt; .dropdown-menu {
    top: auto;
    left: auto;
}

.nav .level0.parent {
    position: static;
}

.nav.mega-menu li.level1 {
    float: left;
}

.nav.mega-menu li.level1 .dropdown-menu {
    position: relative;
    display: block;
    float: none;
    left: auto;
}

.nav.mega-menu ul.columns2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.nav.mega-menu .dropdown-menu {
    padding: 15px;
}

.nav.mega-menu .dropdown-menu .container {
    padding: 0;
    width: auto;
}

@media screen and (min-width: 900px) {
    .nav.mega-menu .dropdown-menu .container .level0 {
        width: 64%;
        float: left;
    }
}

.nav.mega-menu .dropdown-menu .container .level0 &gt; .level1 {
    display: inline-block;
    padding-right: 30px;
    float: left;
}

.nav.mega-menu .dropdown-menu .container .level0 &gt; .level1 .dropdown-menu {
    display: inline;
    clear: both;
}

.nav.mega-menu .dropdown-menu .container .level0 &gt; .level1.parent &gt; a {
    display: block;
    margin-bottom: 5px;
}

.nav.mega-menu .dropdown-menu .container .level0 .dropdown-menu {
    border: none;
    padding: 0;
    margin-top: 5px;
    top: 0;
}

@media (max-width: 799px) {
    .sidebar .block-layered-nav #filter-list {
        height: 0;
        overflow: hidden;
    }

    .footer ul.links ~ ul, .footer ul.links {
        margin: 15px 0 0;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }

    .footer .switcher-store {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        margin-top: 15px;
    }
}

@media screen and (min-width: 900px) {
    .nav.mega-menu .dropdown-menu .container .static-container {
        width: 35%;
        float: right;
    }
}

@media screen and (max-width: 899px) {
    .nav.mega-menu .dropdown-menu .container .static-container {
        display: none;
    }
}

.nav.mega-menu .dropdown-menu .container .static-container .img-thumbnail {
    display: block;
    width: 100%;
}

.nav.mega-menu .dropdown-menu .see-all {
    margin-top: 10px;
}

.nav.mega-menu .level0 &gt; .dropdown-menu &gt; .see-all {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 8px;
}

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

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

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

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

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

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

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

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

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

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

.cart {
    background: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer {
    clear: both;
}

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

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

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

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

/* Global Messages  */
.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px !important;
}

.messages li {
    margin-bottom: 0 !important;
}

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

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 50% !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 16px 8px 36px !important;
    font-size: 12px !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

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

.success-msg,
.messages li.success-msg {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
    background-image: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/i_msg-success.png);
}

.note-msg,
.messages li.note-msg {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
    background-image: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/i_msg-note.png);
}

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

.checkout-cart-index .body-wrapper .messages {
    margin-top: 10px !important;
}

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

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

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

.cart-table a span.glyphicon {
    margin-right: 5px;
    vertical-align: text-top;
}

.cart-table input.qty {
    display: inline-block;
    vertical-align: middle;
    /*margin-top: 8px;*/
}

.cart-table .btn-update {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 0 5px;
    margin: 5px 0 0;
}

.cart-table .item-options {
    margin-bottom: 0;
}

.cart-table .product-name {
    margin-top: 0;
    white-space: normal;
}

/*.cart-table .unit-price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}*/

.product-name {
    font-size: 18px;
    white-space: normal;
}

.product-name a {
    text-decoration: none;
    color: #333;
}

.table .product-name {
    margin-top: 10px;
}

.cart .checkout-types {
    float: none;
    text-align: right;
}

.cart .checkout-types .btn-proceed-checkout span {
    padding: 0 !important;
}

.cart .checkout-types .btn-proceed-checkout span span {
    padding: 0 !important;
}

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

.panel-title &gt; a {
    display: block;
    outline: none;
    text-decoration: none;
}

.panel-title &gt; a:hover {
    text-decoration: none;
}

.navbar {
    z-index: 2;
}

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

.top-cart .block-title {
    background: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    padding: 0 5px 2px;
    text-transform: none;
    height: auto;
}

.top-cart .block-title strong {
    background: none;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
    padding-right: 0;
    text-decoration: none;
}

.top-cart .block-title strong,
.top-cart .block-title.expanded strong {
    color: #444;
}

.top-cart .block-content {
    position: static;
    line-height: normal;
    background: none;
    text-align: left;
    width: auto;
}

.top-cart .block-content ol {
    padding-bottom: 0;
    margin-bottom: 0;
}

.top-cart .block-content .item {
    padding: 10px 0;
}

.top-cart .block-content .item .product-name {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
}

.top-cart .block-content .item .product-name a {
    font-size: 14px;
}

.top-cart .block-content .item .product-name a:hover {
    color: #333;
}

.top-cart .block-content table {
    margin: 5px 0;
}

.top-cart .block-content table th {
    text-align: left;
}

.top-cart .block-content .subtotal {
    background: none;
    padding: 0;
    text-align: right;
}

.top-cart .block-content .subtotal .label {
    color: #444;
    font-size: 12px;
}

.top-cart .inner-wrapper {
    border-color: #DDD;
}

.top-cart .cart-empty {
    padding: 15px;
}

.top-cart .panel-heading {
    position: relative;
}

.top-cart .panel-heading .glyphicon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 12px;
}

.top-cart .actions {
    background: none;
    padding: 0;
}

.mini-products-list .product-details .btn-remove,
.mini-products-list .product-details .btn-edit {
    font-size: 12px;
}

.mini-products-list .product-details .btn-remove &gt; span,
.mini-products-list .product-details .btn-edit &gt; span {
    margin-right: 3px;
}

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

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

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

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

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

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

.add-to-links .btn-link {
    padding: 0;
}

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

/* Checkout styles */
.opc-wrapper {
    background: none;
}

.opc-wrapper .page-title {
    margin-bottom: 20px;
}

.opc-wrapper &gt; .row .panel.checkout-container {
    padding: 0;
}

.opc-wrapper &gt; .row .panel.checkout-container &gt; .panel-body {
    padding: 0;
}

.opc-block-progress {
    margin-bottom: 0;
    font-size: 12px;
}

.opc-block-progress .col-md-12 {
    margin-bottom: 10px;
}

.opc-block-progress dt {
    padding-bottom: 5px;
    border-bottom: 1px solid #DDD;
    font-size: 12px;
    margin-bottom: 5px;
}

.opc-block-progress dt a {
    font-weight: normal;
}

.opc-block-progress .panel-body {
    padding: 15px 0;
}

.opc-block-progress address {
    margin-bottom: 0;
}

.opc-block-progress table th {
    padding-right: 10px;
}

.opc-block-progress .panel-title {
    font-size: 14px;
}

.opc {
    float: none;
    width: auto;
    margin: 0;
}

.opc .step {
    background: none;
    border-color: #DDD;
}

.opc .step-title {
    margin: 0;
    text-transform: none;
    color: #444444;
    font-size: 14px;
    height: auto;
    line-height: normal;
    padding: 8px 20px;
}

.opc .section .step-title {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(whitesmoke), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
    background-image: -moz-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    border-color: #ddd;
    color: #666;
}

.opc .section .reward-message {
    margin-right: 10px;
    margin-left: 10px;
}

.opc .section.allow .step-title {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(whitesmoke), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
    background-image: -moz-linear-gradient(top, whitesmoke 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    border-color: #ddd;
    color: #666;
}

.opc .section.allow.active .step-title {
    border-color: #ddd;
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    margin-bottom: 0;
    padding: 8px 20px;
}

.opc .section .row {
    margin: 0;
    padding: 10px 0;
}

.opc .section .row .panel {
    padding: 0;
    margin-bottom: 0;
}

.opc .section .row .panel .panel-body {
    padding: 15px;
}

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

.gift-message-form {
    border: none;
    background: none;
}

.gift-message-form .list-group {
    margin-bottom: 0;
}

.gift-message-form .inner-box h4 {
    padding: 0;
    margin: 0;
}

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

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

#checkout-review-table .item-options {
    color: #999;
}

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

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

.reward-message {
    margin: 5px 0;
    background: #EF672F;
}

.reward-message .a-more a {
    color: #fff;
    font-weight: bold;
}

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

.toolbar {
    font-size: 12px;
}

.toolbar .sort-by select {
    margin: 15px 5px 15px 0;
}

.toolbar .navbar {
    box-shadow: none;
    margin-bottom: 5px;
    z-index: 10;
}

.toolbar .pagination {
    margin: 0;
}

/*.toolbar .navbar-text {
  margin: 15px;
}*/

.add-to-cart .qty,
.add-to-cart label {
    display: inline-block;
}

.add-to-cart .qty {
    width: 4em !important;
    text-align: center;
}

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

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

.box-collateral .product-details {
    padding-right: 0;
}

.box-collateral .checkbox {
    margin-top: 0;
}

.box-collateral .checkbox input[type="checkbox"] {
    margin-top: 0;
}

.box-collateral .btn-link {
    padding-left: 0;
    color: #999;
}

.box-collateral .price-box {
    margin-bottom: 5px;
}

.box-collateral .price-box p {
    margin: 0;
}

.box-collateral .item {
    margin-bottom: 10px;
}

.results-view {
    margin: 0;
}

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

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

.header-panel .glyphicon {
    margin: 2px;
}

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

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

.block-layered-nav .block-subtitle {
    display: none;
}

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

.block .block-title strong, .block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-gr-search, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
    font-size: 1em;
}

.block .block-content, .block .actions, .block-layered-nav .block-subtitle, .block-layered-nav .block-content, .block-layered-nav dt, .product-essential, .account-login .content, .account-login .buttons-set, .block li.odd,
.block-cart .subtotal, .product-view .box-up-sell .products-grid td, .product-view .box-up-sell .products-grid td.empty,
.cart .crosssell {
    background: none
}

#upsell-product-table tbody &gt; tr &gt; td {
    border-top: none;
}

.product-view .product-options-bottom {
    margin-bottom: 40px;
    padding: 10px;
    float: none;
}

.product-view .product-options-bottom .add-to-cart {
    padding: 0 !important;
    float: none;
}

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

.block-content {
    border: none !important
}

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

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

.sidebar .block .block-content {
    color: #555555;
    font-size: 12px;
    padding: 10px;
}

#narrow-by-list &gt; .list-group-item {
    padding-right: 10px;
    font-size: 14px;
}

#narrow-by-list &gt; .list-group-item a {
    /*color: #fff;*/
    padding: 5px;
    font-size: 12px;
}

#narrow-by-list &gt; .list-group-item a:hover,
#narrow-by-list &gt; .list-group-item a:focus {
    text-decoration: none;
}

#narrow-by-list &gt; .list-group-item .pull-left {
    line-height: 1.7;
}

#narrow-by-list2 li {
    margin-bottom: -1px;
}

.sidebar .block-layered-nav .block-content {
    padding: 0;
}

.sidebar .block-layered-nav .block-content .filter-state .list-group {
    margin-bottom: 0;
}

.sidebar .block-layered-nav .block-content .filter-state + .actions {
    background: none;
    padding: 0;
    margin: 10px 0;
}

.sidebar .block .block-content .list-group .text {
    display: inline-block;
    line-height: 1;
    max-width: 79%;
}

.products-grid .actions {
    bottom: 0;
    position: relative;
    height: 14px;
}

.products-grid {
    background: none;
    border-bottom: none;
    position: relative;
    padding: 0;
}

/*.header form {
    background: none;
    float: right;
    height: auto;
    position: relative;
    top: 0;
    width: auto;
    right:0;
}*/

button.button span {
    border: none
}

.account-login .content, .account-login .buttons-set {
    border: none;
}

.account-login .new-users h2, .account-login .content h2 {
    background: none !important;
    padding: 0;
    margin: 10px 0;
    font-size: 20px;
}

.links li {
    border-right: 1px solid #808080;
    padding: 0 9px 0 5px;
}

.links li.last {
    border-right: none
}

.info-box h2 {
    margin-top: 0;
}

.order-info {
    background: none;
    border: none;
    padding: 5px 0;
}

.opc .step-title h2,
.opc .active .step-title h2,
.opc .allow .step-title h2 {
    color: #333;
    background: none;
    margin: 0;
    padding: 0;
    border: 0 none;
    text-transform: none;
    font-weight: normal;
}

.opc .step-title h2 {
    color: #999;
    font-size: 14px;
}

.opc .active .step-title .number {
    background: #fff;
    color: #333;
    border: none;
}

.opc-block-progress dl dd {
    margin-bottom: 10px;
}

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

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

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

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

    .featurette-heading {
        font-size: 50px;
    }

    .header .container {
        padding: 0;
    }

    .header form {
        max-width: 230px;
    }
}

/*@media (min-width: 780px) {
  .body-wrapper {
    padding: 0;
  }
}
@media (min-width: 800px) {
  .sidebar .block-layered-nav #filter-list {
    height: auto !important;
    overflow: visible;
    display: block !important;
  }
  .footer ul.links ~ ul, .footer ul.links {
    width: 16.66%;
    margin: 0;
    padding: 0 10px;
  }

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

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

    .product-collateral {
        width: 100%;
    }

    img {
        max-width: 100%;
    }

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

    .toolbar .limiter p.navbar-text + div {
        display: inline-block;
    }

    .box-collateral .product-details {
        padding: 0;
        float: none;
        width: 100%;
        clear: both;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .product-view {
        width: auto;
    }

    .nav.mega-menu .level0:hover .dropdown-menu {
        display: none !important;
    }

    .header {
        z-index: 901;
        padding: 10px 0;
    }

    .header form {
        display: block;
        width: auto;
        position: absolute;
        top: 100%;
        right: 10px;
        margin-top: 6px;
    }

    .header form .form-control {
        color: #ccc;
        background-color: transparent;
        border-color: #222;
    }

    .header form .btn {
        border-color: #222;
    }

    .branding .logo {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 75%;
    }

    .switches {
        text-align: left !important;
    }

    #dropdown {
        right: auto;
        left: 0;
    }

    .catalog-category-view .navbar-inverse {
        margin: 0 10px 5px;
    }

    .catalog-category-view .breadcrumb {
        margin-bottom: 5px;
        background-color: #fff;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .cell-label {
        display: inline-block;
        font-weight: bold;
        min-width: 80px;
        font-size: 14px;
    }

    .cart-table {
        display: block;
        border: none;
        width: auto;
    }

    .cart-table .btn-update {
        float: none;
    }

    .cart-table thead {
        display: none;
    }

    .cart-table tbody {
        display: block;
    }

    .cart-table tbody td {
        display: block;
        clear: both;
        padding: 5px 15px;
        text-align: left !important;
    }

    .cart-table tbody td span + span {
        display: inline-block;
        vertical-align: middle;
    }

    .cart-table tbody tr {
        display: block;
    }

    .cart-table tbody tr.last td {
        border: none;
    }

    .cart-table tbody tr td {
        border: none;
    }

    .cart-table tbody tr td.last {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .cart-table .product-name {
        margin-top: 0;
    }

    .cart-table .cart-price {
        display: inline-block;
        vertical-align: text-top;
    }

    .cart-table .glyphicon-remove:after {
        content: "Remove";
        display: inline-block;
        vertical-align: bottom;
        margin-left: 5px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}

@media screen and (max-width: 480px) {
    .category-products .products-grid .col-xs-4 {
        display: block;
        float: none;
        margin: 0 auto 20px;
        width: 70%;
    }
}

@media screen and (max-width: 360px) {
    #dropdown {
        width: 100% !important;
    }

    .panel-body .item.col-xs-6 {
        width: 100%;
    }

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

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

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

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

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

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

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

    .products-list .col-xs-9 {
        width: 100%;
        clear: both;
    }

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

    .toolbar .sort-by,
    .toolbar .limiter {
        width: 100%;
    }

    .toolbar .limiter p.navbar-text,
    .toolbar .limiter p.navbar-text + div {
        margin-top: 0 !important;
    }

    .toolbar &gt; .row .col-xs-8 {
        width: 100%;
        clear: both;
        float: none;
        text-align: center !important;
    }

    .toolbar &gt; .row .view-mode {
        display: none;
    }

    .box-collateral .item {
        width: 100%;
        float: none;
        clear: both;
    }
}

.product-slider .title {
    font-size: 20px;
    margin: 10px 0;
}

.text-secondary {
    color: #ff00f6;
}

.form-search {
    position: relative;
}

.form-search .form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.search-btn {
    background: none;
    border: 0;
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 9;
    line-height: 28px;
    color: #430B68;
}

.main-menu {
    font-family: 'chevin-light';
}

.header .container {
    position: relative;
}

.main-menu ul {
    margin: 0;
    float: none;
}

.main-menu &gt; ul &gt; li {
    padding-left: 0;
    padding-right: 0;
    float: left;
    position: inherit;
    padding-bottom: 13px;
    border-bottom: 2px solid transparent;
}

.main-menu &gt; ul &gt; li &gt; a {
    padding-left: 14px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    background: none;

}

.main-menu &gt; ul &gt; li &gt; a {
    color: #430B68;
    font-weight: 400;
    font-family: 'roboto';
}

.main-menu li a.after-active {
    border-color: #fff !important;
}

.main-menu a {
    display: block;
}

.main-menu &gt; ul &gt; li:first-child &gt; a {
    border: 0;
}

.main-menu &gt; ul &gt; li:hover + li &gt; a {
    border-color: transparent;
}

.main-menu &gt; ul &gt; li:hover,
.main-menu &gt; ul &gt; li.active {
    background-color: #fff;
    border-bottom-color: #430B68;
}

.main-menu &gt; ul &gt; li:hover a,
.main-menu &gt; ul &gt; li.active a {
    border-color: #fff;
    background-color: #fff;
}

.main-menu &gt; ul &gt; li &gt; a:hover,
.main-menu &gt; ul &gt; li &gt; a.active {
    text-decoration: none;
}

.user-menu li a {
    color: #430B68 !important;
    font-size: 12px;
    font-family: 'roboto';
    font-weight: 500;
}

.user-menu li .glyphicon {
    color: #430B68 !important;
    padding-right: 4px;
}

.main-menu__sub {
    display: none;
    left: 0px;
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    text-align: left;
    padding: 60px 300px 30px 40px;
    text-transform: none;
    font-size: 13px;
    font-family: Arial;
    z-index: 999;
    max-height: 568px;
    min-height: 500px;
    height: 500px;
    max-width: 840px;
    width: 100%;
}

.main-menu ul li:hover .main-menu__sub,
.main-menu ul li.active .main-menu__sub {
    left: 10px;
    display: block;
}

.main-menu__sub &gt; li {
    float: left;
    /*margin-right: 1.5em;
  padding-left: 1em;
  border-left: 1px dotted #3e3e3e;*/
    width: 160px;
    margin-bottom: 2em;
}

.main-menu__sub &gt; li &gt; a {
    color: #9423ec;
    margin-bottom: 10px;
    font-size: 15px;
}

.main-menu__sub &gt; li.sub-cat:first-child {
    border: 0;
    margin-left: 0;
    padding-left: 0;
}

.sub-cat-link a {
    display: block;
    margin-top: 5px;
}

.list-prod &gt; li &gt; a {
    color: #626262;
    margin-bottom: 5px;
}

.sidebar ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar ul ul &gt; li {
    border-top: 1px solid #e0e0e0;
}

.sidebar ul ul li {
    padding-left: 30px;
}

.footer-top-block li,
.footer-top-block li a {
    display: block;
}

.footer h3 {
    margin-top: 0;
    font-family: 'chevin-light';
    color: #323232;
}

.footer-top-block .col-sm-3 {
    border-left: 1px solid #d0d0d0;
    min-height: 160px;
    padding: 10px 24px;
    text-align: left;
}

.footer-top-block .col-sm-3:first-child {
    border: none;
}

.footer-top-block .col-sm-3:last-child ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-top-block .col-sm-3:last-child ul li {
    padding-left: 1em;
    text-indent: -.7em;
    padding-right: 0;
}

.footer-top-block .col-sm-3:last-child ul li:before {
    content: "";
    color: purple; /* or whatever color you prefer */
    display: inline-block;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    vertical-align: 3px;
    background: #696969;
    margin-right: 6px;
    position: absolute;
    left: 10px;
    top: 9px;
}
.footer-top-block .col-sm-3:last-child ul li{
    padding-left: 25px;
    text-indent: 0;
    padding-right: 0;
    position: relative;
}

@media (max-width: 1023px) {
    .footer-top-block .col-sm-3 {
        border: 1px solid #d0d0d0;
        border-width: 1px 0 0;
        text-align: center;
        max-width: 230px;
        margin: 0 auto;
        padding: 24px 0;
    }
}

.sidebar-title,
.manufacturer-list h1,
.colors-list h1,
.block-head {
    background-color: #f3f3f3;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 6px;
    color: #999;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 10px 10px 10px 60px;
    background-image: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/icon-eye.png);
    background-repeat: no-repeat;
    background-position: 17px 50%;
}

.manufacturer-list h1 {
    clear: both;
}

.block-head {
    background-image: none;
    border: 0;
    padding-left: 16px;
}

.block-cat-left .cat-left a.sidebar-title {
    margin-bottom: 0;
    border-bottom: 0;
}

.manufacturer-list ul li {
    text-align: center;
}

.sidebar-title:hover {
    text-decoration: none;
}

.cat-left__sub li a {
    color: #535353;
}

.drop {
    text-align: center;
    color: #fff;
    background-image: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/drop.png);
    background-repeat: no-repeat;
    width: 366px;
    height: 412px;
    font-family: 'chevin-bold';
    margin-left: 100px;
    padding: 100px 50px 0;
}

.drop h3 {
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    line-height: 1.2;
}

#auguria-slider,
#auguria-slider .slide,
#auguria-mobile-slider,
#auguria-mobile-slider .slide {
    margin-bottom: 0 !important;
    /*min-height: 400px;*/
}

#auguria-slider .caption,
#auguria-slider-mobile .caption {
    left: 0;
    top: 0;
    bottom: auto;
    position: absolute;
    z-index: 500;
}

#auguria-slider .caption .container,
#auguria-slider-mobile .caption .container {
    position: relative;
}

#auguria-slider .next,
#auguria-slider .prev,
#auguria-slider-mobile .next,
#auguria-slider-mobile .prev {
    color: #d2d2d2;
    background-color: #fff;
    text-align: center;
    border-radius: 100%;
    border: 1px solid;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    position: absolute;
    top: 45%;
}

#auguria-slider .slide-nav a i,
#auguria-slider-mobile .slide-nav a i
{
    top: 2px;
}

#auguria-slider .next:hover,
#auguria-slider-mobile .next:hover,
#auguria-slider .prev:hover,
#auguria-slider-mobile .prev:hover {
    color: #999;
}

#auguria-slider .prev,
#auguria-slider-mobile .prev {
    left: 10px;
}

#auguria-slider .next,
#auguria-slider-mobile .next {
    right: 10px;
}

#auguria-slider .pagination,
#auguria-slider-mobile .pagination {
    position: absolute;
    left: 20px;
    bottom: 25px;
    margin: 0;
    padding: 0;
    z-index: 999;
}

#auguria-slider-mobile {
    margin-bottom: 0;
}

#auguria-slider-mobile .pagination {
    bottom: 15px;
}

#auguria-slider .pagination li,
#auguria-slider-mobile .pagination li {
    margin: 0 3px;
}

#auguria-slider .pagination &gt; li &gt; a,
#auguria-slider .pagination &gt; li &gt; span,
#auguria-slider-mobile .pagination &gt; li &gt; a,
#auguria-slider-mobile .pagination &gt; li &gt; span {
    background-color: transparent;
}

.slide-nav {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
}

.btn {
    border-radius: 3px;
}

.btn:active, .btn:focus {
    outline: none
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #07cb8c 0%, #00a27a 100%);
    background-image: -o-linear-gradient(top, #07cb8c 0%, #00a27a 100%);
    background-image: linear-gradient(to bottom, #07cb8c 0%, #00a27a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff07cb8c', endColorstr='#ff00a27a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border: 0;
    font-family: 'chevin-bold';
    text-transform: uppercase;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #00a27a;
    background-position: 0 -32px;
}

.btn-success:active,
.btn-success.active {
    background-color: #07cb8c;
    background-position: 0 -15px;
}

.btn-checkout {
    background-image: -webkit-linear-gradient(top, #fe6c0c 0%, #c83a01 100%);
    background-image: -o-linear-gradient(top, #fe6c0c 0%, #c83a01 100%);
    background-image: linear-gradient(to bottom, #fe6c0c 0%, #c83a01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe6c0c', endColorstr='#ffc83a01', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border: 0;
    /*font-family: 'chevin-bold';*/
    /*text-transform: uppercase;*/
    color: #fff !important;
    font-size: 19px;
}

.btn-checkout:hover,
.btn-checkout:focus {
    background-color: #fe6c0c;
    background-position: 0 -46px;
}

.btn-checkout:active,
.btn-checkout.active {
    background-color: #c83a01;
    background-position: 0 -15px;
}

.btn-danger {
    background: -webkit-linear-gradient(#fe07f5, #d100ca);
    background: -webkit-linear-gradient(#fe07f5, #d100ca);
    background: -o-linear-gradient(#fe07f5, #d100ca);
    background: linear-gradient(#fe07f5, #d100ca);
    border: none;
    box-shadow: none;
    transition: none;
}

.btn-danger:hover {
    background: #d100ca;
}

.header .form-search .input-group {
    float: right;
}

.header .form-search {
    font-size: 13px;
    color: #ccc;
    font-family: Arial, sans-serif;
    position: static;
    width: 100%;
}

.form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    font-size: 13px;
    line-height: 1.5;
    height: 28px;
}

.header .form-search .form-control {
    padding-left: 15px;
}

.header .form-search .detail-area {
    position: absolute;
    top: 7px;
    right: -12px;
    z-index: 999;
}

.header .form-search .detail-area .dropdown-toggle {
    text-decoration: none;
    color: #ccc;
}

.header .form-search .detail-area .dropdown-toggle:hover {
    color: #888;
}

.icon-blog {
    background: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/sprite-blog.png) no-repeat;
    display: inline-block;
}

.icon-face-slide {
    width: 7px;
    height: 14px;
}

.icon-google-slide {
    width: 17px;
    height: 15px;
    background-position: -7px 0;
}

.icon-pint-slide {
    width: 14px;
    height: 14px;
    background-position: -24px 0;
}

.icon-inst-slide {
    width: 14px;
    height: 14px;
    background-position: -38px 0;
}

.icon-play-slide {
    width: 14px;
    height: 14px;
    background-position: -52px 0;
}

.icon-rss-slide {
    width: 14px;
    height: 14px;
    background-position: -66px 0;
}

.icon-youtube-slide {
    width: 20px;
    height: 14px;
    background-position: -3px -124px;
}

.icon-twitt-slide {
    background-position: -30px -124px;
    height: 14px;
    width: 17px;
}

.slide-soc {
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 999;
    background: #d3d3d3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 25px 0 175px;
    padding-bottom: 3px;
    display: none;
}

#auguria-slider:hover .slide-soc,
#auguria-slider-mobile:hover .slide-soc {
    display: block;
}

.slide-soc li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 28px;
}

.slide-soc li a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.slide-green {
    margin-top: 222px;
}

.slide-green h3 {
    background: rgba(255, 255, 255, .52);
    color: #06945f;
    font: 40px/45px chevin-bold, Arial, Helvetica, sans-serif;
    margin: 0 0 12px;
    padding: 5px 15px;
    display: inline-block;
}

.slide-green h3 span {
    color: #490083;
}

/*.products-grid .price-box {
  border: 1px dotted #b4b4b4;
  border-width: 1px 0;
}*/
.price-box {
    margin-bottom: 11px;
}

.products-grid .price-box .price-label {
    display: none;
}

.price-box .old-price,
.price-box .special-price {
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
}

.price-box .price,
.regular-price .price,
.special-price .price {
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.special-price .price {
    color: red;
}

.old-price .price {
    /*color: #3c3c3c;*/
    font-size: 15px;
}

.products-grid li.prod-item {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    border: 1px solid transparent;
}

.products-grid li.prod-item a {
    padding: 12px;
    display: block;
    opacity: 1 !important;
}

.products-grid li.item {
    float: none;
}

.products-grid li.prod-item img {
    margin-bottom: 8px;
}

.products-grid li.prod-item .in {
    padding: 0;
    /*border: 1px solid #dcdcdc;*/
    /*-webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius: 5px;*/
    /*-webkit-box-shadow: 0 1px 5px #dcdcdc;
	-moz-box-shadow: 0 1px 5px #dcdcdc;
	box-shadow: 0 1px 5px #dcdcdc;*/
}

.products-grid li.prod-item:hover {
    border-color: #eee;
    border-bottom-color: #9423ec;
}

.products-grid .product-image {
    margin-left: auto;
    margin-right: auto;
}

.products-grid .product-name {
    height: 28px;
    font-size: 13px;
    display: block;
    overflow: hidden;
}

.products-grid {
    padding: 3px;
    margin-bottom: 40px;
}

.cms-index-index .carousel-inner .item {
    margin: 0;
    padding: 0;
}

@media (min-width: 1024px) {
    .products-grid li.prod-item {
        width: 25%;
    }

    .products-grid-4 li.prod-item {
        width: 25%;
    }

    .cart-table td.cell-product-img {
        min-width: 150px;
    }
}

@media (max-width: 1023px) {
    .products-grid {
        margin-bottom: 0;
    }

    .products-grid li.col-sm-4.prod-item.last {
        padding-bottom: 6px;
    }
}

.grayscale-img img {
    filter: url("https://vana.pupilo.ee/skin/frontend/pupilo/default/css/data:image/svg+xml;utf8,&lt;sv")xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.feedback-area .col-sm-4:hover img,
.grayscale-img img:hover {
    filter: url("https://vana.pupilo.ee/skin/frontend/pupilo/default/css/data:image/svg+xml;utf8,&lt;sv")xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}

@media (min-width: 1024px) {
    .vcenter {
        display: table;
        width: 100%
    }

    .vcenter &gt; .vcentered {
        display: table-cell;
        vertical-align: middle
    }

    .carousel-nav {
        bottom: 0;
    }
}

@media (max-width: 1023px) {
    .carousel-nav {
        top: 40%;
        margin-left: 0;
        width: 100%;
        left: auto;
    }
}

.carousel-control {
    background: none !important;
    text-shadow: 0 0 0;
    color: #c5c5c5;
    width: 30px;
}

.carousel-control:hover, .carousel-control:focus {
    color: #c5c5c5;
}

.carousel-nav li {
    border-color: #b455fe;
    width: 13px;
    height: 13px;
}

.carousel-nav li.active {
    background-color: #b455fe;
    width: 13px;
    height: 13px;
    margin: 1px;
}

.top-menu {
    background-color: #F3F3F3;
    font-family: 'chevin-medium', Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 0;
    padding-top: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.top-menu a {
    color: #535353;
    font-family: 'roboto';
}

.phone-top-menu .highlighted {
    color: #ffff00;
    font-family: 'chevin-bold';
}

.top-menu ul li {
    display: block;
    width: 100%;
    padding: 0px 25px;
}

.top-menu li a {
    text-align: left;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    font-family: 'roboto';
    font-size: 16px;
    font-weight: 500;
}

.top-menu li:first-child a {
    border-top: none;
}

.top-menu li a:hover,
.top-menu li a:focus,
.top-menu li a.active {
    color: #9423ec;
    outline: none;
}
.phone-top-menu li a:hover,
.phone-top-menu li a:focus,
.phone-top-menu li a.active {
    background-color: #fff;
    color: #9423ec;
    outline: none;
}

@media (max-width: 1023px) {
    .top-menu {
        /*background-color: #fff;*/
        padding-top: 0;
        height: 50px;
        margin-bottom: 258px;
    }

    .top-menu ul {
        margin-top: -3px;
    }

    .top-menu li a {
        background: #9423ec;
        border-radius: 0;
        padding: 14px 18px;
        margin: 0;
        border: 1px solid #ffffff;
        border-width: 1px 1px 0;
    }
}

.breadcrumb &gt; li + li:before, .breadcrumb &gt; .active {
    color: #535353;
    position: relative;
}

.breadcrumb {
    margin: 0;
    background: 0;
}

.breadcrumbs {
    position: relative;
    z-index: 0;
}

.breadcrumbs a {
    color: #afafaf;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumb &gt; li {
    margin-left: 22px;
    display: inline-block;
}

.breadcrumb &gt; li:first-child {
    margin-left: 0;
}

.breadcrumb &gt; li + li:before {
    background: none;
    content: "\e258";
    color: #afafaf;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    vertical-align: middle;
    margin-left: -23px;
    padding: 0 5px;
}

.breadcrumb li.home a {
    display: inline-block;
    text-indent: -9999px;
    background: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/sprite-blog.png);
    width: 16px;
    height: 15px;
    background-position: -183px -2px;
    /*vertical-align: -15px;*/
    line-height: 1.5;
}

ul.colors-list li a {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    display: block;
    text-decoration: none;
    border: 4px solid #fff;
}

/*.colors-list ul li a:hover {
  border-color: inherit;
}*/

.btn-xs {
    padding: 2px 13px;
}

.btn-xs.blog {
    padding: 5px 15px;
}

.l-main .breadcrumbs {
    padding: 50px 0 40px;
    margin: 0;
}

.block.block-blog-posts {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 0 20px 10px !important;
}

.hellip {
    color: #e050f4;
    font-size: 30px;
    font-family: Georgia, serif;
    line-height: 0;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

.hellip:first-child {
    display: none;
}

.block.block-subscribe,
.block.block-3links {
    background-color: #e8e8e8;
    border-radius: 4px;
    padding: 18px 10px;
}

.block-subscribe .vcentered {
    padding: 0 10px;
}

.block.block-recommendations {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

.block-recommendations .vcentered {
    padding: 0 10px;
}

.block-subscribe .block-content {
    padding: 0;
}

.block-subscribe .input-box {
    position: relative;
}

.block-subscribe .input-box input.form-control::-moz-placeholder {
    color: #ad08d4 !important;
}

.block-subscribe .input-box input.form-control:-ms-input-placeholder {
    color: #ad08d4 !important;
}

.block-subscribe .input-box input.form-control::-webkit-input-placeholder {
    color: #ad08d4 !important;
}

.block-subscribe .input-box .form-control {
    border-bottom-color: transparent;
    border-right-color: #dedede;
    border-left-color: #dedede;
    padding-right: 100px;
    color: #ad08d4;
}

.block-subscribe .input-box .form-control:focus {
    border-color: #9423ec;
}

.block-subscribe .btn-xs {
    position: absolute;
    padding: 5px 32px;
    right: 0;
    top: 0;
}

@media (min-width: 1024px) {
    .block-subscribe .input-box .form-control {
        min-width: 292px;
    }

    .user-menu li {
        padding-left: 0px;
    }

    .user-menu li.first {
        padding-left: 0;
    }
}

@media (max-width: 1023px) {
    .block.block-subscribe {
        text-align: center;
        background-color: transparent;
    }

    .block-subscribe .vcentered {
        padding: 20px 0;
    }

    .block-subscribe .vcentered.title {
        background-color: #e8e8e8;
        border-radius: 4px;
    }

    .block-subscribe .vcentered.input {
        padding-top: 0;
    }

}

.footer {
    width: auto;
    background-color: #eee;
    border-top: 1px solid #d8d8d8;
}

.footer a {
    color: #474747;
}

.soc-list {
    text-align: left;
}

.soc-list li {
    display: block;
    margin-bottom: 8px;
}

.soc-list .img-wrap {
    display: inline-block;
    text-align: center;
    min-width: 35px;
    margin-right: 10px;
}

.soc-list .img-wrap img {
    display: inline-block;
    vertical-align: middle;
}

.block {
    margin-bottom: 15px;
    margin-top: 50px;
    border-bottom: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 10px;
}

.sidebar .block {
    padding: 0;
}

.block-adv-search .sidebar-title {
    margin-bottom: 0;
    border-bottom: 0;
}

.catalogsearch-advanced-result .sidebar &gt; .block:first-child {
    margin-top: 0;
}

.catalogsearch-advanced-result .block-cat-left .cat-left &gt; li:first-child {
    padding-top: 0;
}

.catalogsearch-advanced-result .l-main {
    padding-top: 9px;
}

.catalogsearch-advanced-result .block-adv-search h1.sidebar-title {
    margin-top: 5px;
}

.sort-by .manufacturer_image {
    display: none;
}

.catalogsearch-advanced-result .sort-by .col-sm-6 {
    position: relative;
}

.catalogsearch-advanced-result .sort-by .manufacturer_image {
    display: block;
    position: absolute;
    right: -50px;
    bottom: 0;
}

.sidebar .block-gray {
    background: #F5F5F5;
    padding: 1px 15px 5px !important;
    border-width: 0 0 1px;
}

.block-gradient {
    border: 1px solid #e8e8e8;
    background-image: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
}

.block-icons .col {
    float: left;
    width: 20%;
    padding: 0 25px;
}

.block-icons .col img {
    margin-bottom: 20px;
    margin-top: 10px;
}

.block.block-3links {
    padding: 5px;
}

.block.block-3links .vcentered {
    padding: 15px 10px;
    text-decoration: none;
}

@media (max-width: 1023px) {
    .block.block-3links .vcentered {
        display: block;
    }
}

.block.block-3links .btn {
    min-width: 200px;
}

.block.block-3links .h3 {
    display: block;
    line-height: 1.2;
    margin: 0 0 10px;
}

.block-3links .box-white {
    background-color: #fff;
    border-radius: 4px;
}

.cms-index-index .block-3links .box-white {
    min-width: 267px;
}

.block-phone {
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 2px solid #d6d6d6;
    color: #646162;
}

.block-phone p {
    margin-bottom: 5px;
}

.block-phone .glyphicon {
    font-size: 28px;
    margin-top: 10px;
    margin-right: 15px;
}

.footer {
    padding-bottom: 10px;
}

.footer address {
    color: #676767;
    margin-bottom: 0;
}

.logo-footer {
    margin-top: -20px;
}

.list-partners {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.list-partners li {
    padding: 11px;
}

.list-partners li img {
    opacity: .65;
}

.manufacturer-list,
.colors-list,
.block-cat-left,
.block-subscribe,
.block-3links,
.block-nb {
    border: 0 !important;
}

.garant-area .list-inline &gt; li {
    /*padding: 8px 10px 8px 16px;*/
    padding: 8px 3px 4px;
}

.garant-area h3 {
    margin-bottom: 20px;
}

.block-facebook {
    text-align: center;
    margin-top: -230px;
    min-height: 217px;
}

.block-facebook-customer .block-facebook {
    margin-top: 0px;
}

.curved-hz-1 {
    position: relative;
    /*width:40%;*/
    /*padding:1em;*/
    /*margin:2em 10px 4em;*/
    background: #fff;
    padding: 13px;
    border-bottom: 1px solid #dadada;
    overflow: visible;
}

.curved-hz-1:before,
.curved-hz-1:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.curved-hz-1:before {
    top: 50%;
    bottom: 0px;
    left: 10px;
    right: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.navbar-header {
    background-color: #ebebeb;
    border-top: 1px solid #c5c5c5;
}

.navbar-toggle {
    float: left;
    color: #929292;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-toggle .txt {
    line-height: 22px;
    float: right;
}

.navbar-toggle .icon-bar {
    background-color: #929292;
}

.visible-mobile .user-menu {
    padding: 15px 0;
    margin-bottom: 0;
    display: table;
}

.visible-mobile .user-menu &gt; li {
    display: table-cell;
    width: 1%;
    text-align: center;
}

.action-menu {
    margin: 15px 0;
    font-size: 12px;
}

.action-menu .rounded {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 46px;
    background-color: #da5afc;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
}

.banner-area {
    background: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/tmp-ban.jpg) 50% 0;
    background-size: cover;
    text-align: center;
    display: none;
}

.cms-index-index .banner-area {
    display: block;
}

.banner-area .top-txt {
    background: rgba(146, 28, 246, .69);
    color: #fff;
    padding: 8px;
    margin-bottom: 10px;
}

.banner-area .btn {
    min-width: 128px;
    text-transform: inherit;
}

.toolbar .navbar-default {
    min-height: inherit;
}

@media (max-width: 1023px) {
    /*.body-wrapper .std,*/
    .body-wrapper .breadcrumbs {
        display: none;
    }

    .block-social h3 {
        text-align: center;
    }

    .block-social .soc-list li {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }

    .toolbar .navbar-default {
        text-align: center;
    }
}

.navbar-default {
    background: #e3e3e3;
    border-radius: 6px;
    font-family: 'chevin-medium';
    font-size: 14px;
}

.navbar-text {
    color: #383838 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-text .pages {
    line-height: 0;
}

.right-side .navbar-text {
    float: right;
}

@media (max-width: 1023px) {
    .right-side .navbar-text {
        float: none;
    }
}

.pagination &gt; li &gt; a {
    text-decoration: underline;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
    padding: 0 0 0 5px;
    border: 0;
    color: #383838;
    font-family: 'chevin-bold';
}

.pagination &gt; li.pull-left {
    display: inline;
}

.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; .active &gt; span:hover{
    text-decoration: none;
}

.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover {
    color: #383838;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span,
.pagination &gt; li &gt; a:hover,
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
    background: none;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:hover {
    color: #c323e8;
    text-decoration: none;
}

.pager .pages {
    margin: 0;
}

.category-title,
.category-description {
    text-align: center;
    color: #9b22f9;
}

.page-title.category-title h1 {
    font-family: 'chevin-medium';
    margin-bottom: 10px;
    color: #9b22f9;
}

.category-description {
    padding: 15px;
    background: #f6f6f6;
    margin-bottom: 0;
}

.block.block-soc-banner {
    background: #adc4d9 url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/ban-soc.jpg) no-repeat;
    background-size: cover;
    padding: 80px 40px 20px;
    border: 0;
}

.block-soc-banner .slide-soc {
    position: relative;
    display: inline-block;
    margin: 0;
    top: auto;
    right: auto;
    background-color: #96b3d1;
}

.block-soc-banner .txt {
    margin: 5px 20px 5px 0;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'chevin-medium';
}

.catalog-category-view .sidebar {
    margin-top: 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 10px -2px 20px -8px #f6f6f6;
}

.catalog-category-view .sidebar,
.cms-index-index .sidebar {
    padding: 0 38px;
}

.cms-index-index .sidebar,
.cms-page-view .sidebar {
    padding-left: 0;
}

.catalog-category-view .sidebar .breadcrumbs {
    margin-top: 0;
    padding: 12px 24px;
    border-bottom: 1px dotted #9e9d9d;
    margin-left: -38px;
    margin-right: -38px;
    text-align: left;
}

.catalog-category-view .sidebar .breadcrumbs + .block {
    margin-top: 20px;
}

.catalog-category-view .sidebar .breadcrumbs .container {
    width: auto;
}

.area-title {
    font-size: 15px;
    border-bottom: 1px solid #dedede;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.msg {
    color: #b033ee;
    border: 2px solid #b033ee;
    border-radius: 4px;
    font-size: 13px;
    margin: 10px 0 15px;
    padding: 8px 10px;
}

.msg-light {
    padding-left: 30px;
    background: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/icon-lamp.png) 10px 50% no-repeat;
}

.msg-grad,
.messages .points-notice-msg {
    background: #bcd7fe !important;
    background: -moz-linear-gradient(top, #bcd7fe 0%, #9689f8 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcd7fe), color-stop(100%, #9689f8)) !important;
    background: -webkit-linear-gradient(top, #bcd7fe 0%, #9689f8 100%) !important;
    background: -o-linear-gradient(top, #bcd7fe 0%, #9689f8 100%) !important;
    background: -ms-linear-gradient(top, #bcd7fe 0%, #9689f8 100%) !important;
    background: linear-gradient(to bottom, #bcd7fe 0%, #9689f8 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcd7fe', endColorstr='#9689f8', GradientType=0);
    color: #fff !important;
    border: 0 !important;
    border-radius: 4px;
    font: 16px/24px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    padding: 20px 40px;
}

.cart-table {
    border: 1px solid #ddd;
}

.cart-table .product-name a {
    text-decoration: underline;
}

.cart-table &gt; thead &gt; tr &gt; th {
    background: #eee;
    border-right: 0;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}

.cart-table &gt; tbody &gt; tr &gt; td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.cart-table &gt; tbody &gt; tr &gt; td:first-child {
    border-right: 1px solid #ddd;
}

.cart-table td .cart-price {
    display: block;
    margin-top: 12px;
}

.cart-table td .img-thumbnail {
    border: none;
    box-shadow: none;
}

.cart-table &gt; tbody &gt; tr &gt; td.last {
    border-right: 0;
}

.item-options dt {
    font-style: normal;
}

button.btn-checkout span {
    background: none;
}

#shopping-cart-totals-table {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

#shopping-cart-totals-table td {
    border: 0 !important;
    padding: 10px;

}

#shopping-cart-totals-table tfoot {
    background-color: #e2eef9;
}

/*#shopping-cart-totals-table tbody{*/
/*display: none;*/
/*}*/
.panel-info {
    border-color: transparent;
}

.panel-info &gt; .panel-heading,
.area-panel {
    background: #f3f3f3 !important;
    border: 0;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.panel-info &gt; .panel-heading .panel-title,
.area-panel .area-panel__title {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: bold;
    margin: 0 !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.btn-gray {
    background-image: -webkit-linear-gradient(top, #c3c3c3 0%, #848484 100%);
    background-image: -o-linear-gradient(top, #c3c3c3 0%, #848484 100%);
    background-image: linear-gradient(to bottom, #c3c3c3 0%, #848484 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc3c3c3', endColorstr='#ff848484', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: transparent !important;
    color: #fff;
}

.btn-gray:hover,
.btn-gray:focus {
    color: #fff;
    background-color: #aaa;
}

.checkout-types li {
    margin-bottom: 5px;
}

.block-checkout-gray {
    background-color: #eee;
}

.block-checkout {
    border-radius: 6px;
    border: 0;
}

.block-checkout h4 {
    font: 24px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#discount-coupon-form label {
    font-weight: normal;
    margin-bottom: 10px;
}

#discount-coupon-form input {
    height: 30px;
}

.text-purple {
    color: #7c74da;
}

.form-group.no-gutter &gt; [class*='col-'] {
    padding-left: 3px;
    padding-right: 3px;
}

.link-wishlist {
    color: #353535 !important;
    font-weight: normal !important;
    font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.link-wishlist .glyphicon {
    color: #4d68b6;
}

.catalog-product-view .availability {
    display: none;
}

.catalog-product-view .product-main-info .price-box,
.catalog-product-view .product-main-info .price-box .price {
    margin-bottom: 15px;
}

.catalog-product-view .product-main-info .price-box .price-label {
    color: #cd5005;
}

.ratings {
    font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.catalog-product-view .ratings {
    margin-bottom: 15px;
}

.catalog-product-view .ratings-box {
    padding-top: 0;
    padding-bottom: 0;
}

.catalog-product-view .price-box-bundle {
    padding: 0;
}

.catalog-product-view .block-icons .col {
    padding: 0 8px;
}

.product-options .form-control {
    padding: 0;
    width: 100%;
}

.product-options .qty-holder {
    display: none;
}

.tabz-prod {
    /*overflow: hidden;*/
    font: bold 15px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.tabz-prod li {
    margin-right: 2px;
}

.tabz-prod li a {
    background-color: #efefef;
    border-width: 0 0 1px;
    padding: 4px 18px;
    display: block;
    text-decoration: none;
}

.tabz-prod li.active a,
.tabz-prod li.active a:focus,
.tabz-prod li.active a:hover {
    border-width: 0 0 1px;
}

.tabz-content {
    padding: 20px 15px 0;
}

.tabz-content &gt; .tab-pane &gt; h2 {
    display: none;
}

@media (max-width: 767px) {
    .tabz-prod li {
        display: block;
        width: 100%;
    }
}

p.required {
    color: #4a67b7;
    font-size: 13px;
}

.product-options p.required {
    position: relative;
    right: auto;
    top: auto;
}

.product-options {
    background: #fdfdfd;
}

.product-options-bottom {
    background: #c2e3ff;
}

.product-options-bottom .in {
    padding: 10px;
    border: 1px solid #fff;
}

.product-options .rowz {
    margin-bottom: 20px;
}

.cart-table .rowz {
    margin: 10px 0;
    overflow: hidden;
}

.product-options-bottom .add-to-links {
    display: none;
}

.product-options-bottom .price-box {
    margin-bottom: 0;
    line-height: 45px;
}

.option-rowz .colz {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.colz-labl,
.colz-opt {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.colz-labl {
    width: 20%;
    margin-top: 20px;
}

.colz-opt {
    width: 80%;
}

@media (max-width: 767px) {
    .product-options .rowz {
        padding-bottom: 40px;
    }

    .option-rowz {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .option-rowz .colz {
        width: 100%;
        margin-bottom: 10px;
    }
}

.product-view .add-to-links {
    display: none;
}

.cart-table .colz-labl {
    margin-top: 10px;
}

.product-view .box-reviews .form-add {
    margin-top: 40px;
}

.product-view .box-reviews .form-add .form-list .input-box,
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 100%;
}

.pager label {
    margin-bottom: 0;
}

.cart-empty {
    margin-bottom: 50px;
}

.cart-empty a {
    text-decoration: underline;
}

#customer-reviews dl dd {
    margin-bottom: 40px;
}

#customer-reviews a {
    text-decoration: underline;
}

#product-review-table {
    margin-bottom: 30px;
}

/*@media (min-width: 1024px) {
  .cms-kontakt .body-wrapper {
    padding-left: 125px!important;
    padding-right: 125px!important;
  }
}*/
.cms-kontakt #contactForm label {
    display: none;
}

.cms-kontakt #contactForm .form-group {
    margin-bottom: 22px;
}

/*.pupilo-contacts {
  font-family: 'Georgia';
  font-size: 16px;
}*/
.pupilo-contacts__name {
    font: 21px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.pupilo-contacts__position {
    font: 18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #7b7b7b;
    margin: 0 0 5px;
}

.pupilo-contacts__add {
    font: 15px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    border-top: 1px solid #da32ed;
    display: block;
    color: #da32ed;
    /*margin: 0 0 5px!important;*/
    padding-top: 10px !important;
    margin-top: 10px !important;
}

.pupilo-contacts__desc {
    font-size: 16px;
    margin-bottom: 50px;
}

.round-img {
    border-radius: 100%;
}

.filter-state .list-group-item .a-left a {
    color: #ff0101;
    display: block;
    margin-top: 10px;
}

.block-layered-nav .actions {
    border-color: #e0e0e0;
}

.review-col .review-title {
    background: #f3f3f3;
    padding: 10px;
    color: #999;
    font-family: 'chevin-bold';
    text-align: center;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.review-inner {
    border: 1px solid #e8e8e8;
    border-top: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 15px;
    font: 11px/16px Arial, Helvetica, sans-serif;
}

.review-inner .rating-box {
    color: #8c1be5;
    font-weight: bold;
}

.com-title {
    color: #8c1be5;
}

.com-title span {
    color: #d301cc;
    font-weight: bold;
    display: block;
    margin: 0 0 15px;
}

.review-inner .com-text {
    width: auto;
    background: none;
    margin: -5px 0 20px;
    height: 80px;
}

.inner-padding {
    padding-left: 10px;
}

.com-name {
    color: #8c1be5;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.review-inner .rating-box {
    display: inline-block;
}

.review-inner a {
    display: inline-block;
    width: 53%;
    text-align: center;
    color: #4c4c4c;
    text-shadow: 0 0 1px #fff;
    font: 10px/16px Arial, Helvetica, sans-serif;
}

.review-inner a:hover {
    text-decoration: underline;
}

.review-inner a.gray {
    background: #f1f1f1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 45%;
}

.review-inner a span {
    color: #c4c4c4;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 5px;
}

a.morelink:visited {
    color: #0254EB;
}

a.morelink {
    color: #0254EB;
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}

.comment {
    width: auto;
    margin: 0 0 10px;
    height: 80px;
    overflow: hidden;
}

.catalog-product-view .breadcrumbs {
    /*text-align: center;*/
    /*margin-top: -30px;*/
    /*background: none repeat scroll 0 0 hsl(0, 0%, 98%);*/
    margin: 0;
    padding: 0;
}

.catalog-product-view .breadcrumb {
    /*padding: 20px 0 10px 165px !important;*/
    padding: 5px 0 20px 0 !important;
}

.catalog-product-view .breadcrumb.product {
    padding: 15px 0 15px 0 !important;
    /*margin-bottom: 20px;*/
}

@media (min-width: 1024px) {
    .no-margin-block {
        margin: 0px -40px 0 10px;
    }
}

.lamp {
    padding: 5px 0 5px 35px;
    border: 1px solid #f0c4fb;
    color: #c872f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    font-size: 13px;
}

.lamp-img {
    background: url("https://vana.pupilo.ee/skin/frontend/pupilo/default/images/sprite-blog.png") no-repeat -2px -98px hsla(0, 0%, 0%, 0);
    display: inline-block;
    height: 16px;
    width: 11px;
    position: absolute;
    top: 7px;
    left: 10px;
}

.no-margin-block h1 {
    font-family: inherit;
    font-size: 22px;
    margin: -5px 0;
}

.no-margin-block .ratings {
    margin: 15px 0 10px;
}

.no-margin-block .no-rating {
    margin: 12px 0 10px;
}

.no-margin-block .ratings .rating-box {
    margin-right: 10px;
    margin-top: 0;
    margin-left: 0;
}

.no-margin-block .ratings .rating-links .separator {
    visibility: hidden;
}

.no-margin-block .link-wishlist .glyphicon {
    font-size: 15px;
    top: 3px;
}

.no-margin-block .link-wishlist {
    /*font-weight: bold !important;*/
    display: block;
    margin: 13px 0 10px;
    margin-right: 15px;
}

.no-margin-block .price-box {
    font-size: 17px;
}

.catalog-product-view .product-main-info .area-title {
    font: bold 15px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #3d3d3d;
    margin-left: 15px;
}

.catalog-product-view .product-main-info .short-description {
    font: 16px/24px Georgia, Arial, Helvetica, sans-serif;
    margin-left: 15px;
    margin-bottom: 10px;
}

.catalog-product-view a.morelink {
    color: #4965b5;
}

.catalog-product-view .msg {
    font: bold 13px/14px Arial;
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .negative-margin {
        margin: 0 -30px 0 0;
    }

    .catalog-product-view .title-border {
        margin: 0 -30px 0 0 !important;
    }
}

@media (max-width: 1024px) {
    .catalog-product-view .col-sm-4.text-right {
        text-align: left !important;
    }

    .lamp {
        margin-top: 10px;
    }
}

.catalog-product-view .area-title {
    border-bottom: none;
}

.catalog-product-view .title-border {
    border-bottom: 1px solid hsl(0, 0%, 87%);
    margin: 0;
}

.price-bg-grey {
    background: #f6f6f6;
    padding: 5px 10px;
    font: 15px Georgia, Arial, Helvetica, sans-serif;
    color: #3d3d3d;
}

.catalog-product-view .price-box.row {
    margin: 5px 0 10px -10px;
}

.fbold {
    font-weight: bold !important;
}

.catalog-product-view .rating-links &gt; a {
    display: inline-block;
}

.catalog-product-view .product-options {
    margin: 0;
    border: 1px solid hsl(0, 0%, 89%);
    /*border-top: none;*/
}

.catalog-product-view .j2t-loyalty-points {
    float: left;
    font: 15px Georgia, Arial, Helvetica, sans-serif;
    color: #3d3d3d;
    margin-top: 12px;
}

.tab-underline {
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    margin: 30px 0 10px;
}

.catalog-product-view .product-options-bottom .text-primary {
    margin: 0 0 0 15px;
}

.undertab-img {
    padding: 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .tabz-prod li.active {
        position: relative;
    }

    .tabz-prod li.active::after {
        background: url("https://vana.pupilo.ee/skin/frontend/pupilo/default/images/tab-cut.png") no-repeat scroll 0 0 hsla(0, 0%, 0%, 0);
        content: "";
        display: block;
        height: 15px;
        left: 50%;
        margin-left: -15px;
        position: absolute;
        top: 91%;
        width: 30px;
    }

    .nav-tabs &gt; li {
        margin-bottom: 0;
    }
}

.col-sm-5.sidebar-prod-view {
    font: 12px/16px Arial, Helvetica, sans-serif;
    color: #2d2d2d;
}

.sidebar-prod-view .more-views h2 {
    font: 11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #545759;
}

.col-sm-5.sidebar-prod-view h3 {
    font: 16px 'chevin-bold', Arial, Helvetica, sans-serif;
    color: #2d2d2d;
    text-transform: uppercase;
}

.col-sm-5.sidebar-prod-view a {
    color: #4965b5;
    text-decoration: underline;
}

.side-text-center {
    text-align: center;
}

.col-sm-5.sidebar-prod-view .side-text-center button {
    padding: 5px 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #2d2d2d;
    text-transform: uppercase;
    border: none;
    margin-bottom: 15px;
    background: #ededed; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDVkNWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #ededed 0%, #e4e4e4 49%, #d5d5d5 100%, #d5d5d5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(49%, #e4e4e4), color-stop(100%, #d5d5d5), color-stop(100%, #d5d5d5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%, #e4e4e4 49%, #d5d5d5 100%, #d5d5d5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%, #e4e4e4 49%, #d5d5d5 100%, #d5d5d5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%, #e4e4e4 49%, #d5d5d5 100%, #d5d5d5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ededed 0%, #e4e4e4 49%, #d5d5d5 100%, #d5d5d5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d5d5d5', GradientType=0); /* IE6-8 */
}

.col-sm-5.sidebar-prod-view .side-text-center button:hover {
    background: -moz-linear-gradient(bottom, #ededed 0%, #e4e4e4 49%, #d5d5d5 100%, #d5d5d5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ededed), color-stop(49%, #e4e4e4), color-stop(100%, #d5d5d5), color-stop(100%, #d5d5d5)); /* Chrome,Safari4+ */
    background: linear-gradient(to top, #ededed 0%, #e4e4e4 49%, #d5d5d5 100%, #d5d5d5 100%);
}

.side-text {
    margin: 0 auto;
    width: 50%;
}

.p1 {
    margin-top: 45px;
}

.p2 {
    margin-top: 45px;
}

.p3 {
    margin-top: 45px;
}

@media (max-width: 1024px) {
    .p1 {
        margin-top: 30px;
    }

    .p2 {
        margin-top: 40px;
    }

    .p3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sidebar-prod-view .hidden-xs &gt; p, .sidebar-prod-view .visible-xs &gt; div {
        text-align: center;
    }
}

.col-sm-5.sidebar-prod-view .p3 h3 {
    font: 14px 'chevin-bold', Arial, Helvetica, sans-serif;
    color: #3d3d3d;
    margin-bottom: 5px;
}

.col-sm-5.sidebar-prod-view .p3 .font-light {
    font: 14px 'chevin-light', Arial, Helvetica, sans-serif;
    color: #3d3d3d;
}

.sidebar-prod-view .negative-margin.undertab-img.hidden-mobile {
    margin: 45px auto 30px;
    width: 90%;
}

#box-reviews-list .even {
    padding-left: 20px;
}

#box-reviews-list .odd {
    padding-left: 50px;
}

#customer-reviews a {
    font: bold 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #3d3d3d;
}

#box-reviews-list dt {
    font: normal 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #3d3d3d;
    margin-bottom: 10px;
}

#box-reviews-list dt &gt; span {
    font: normal 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #4965b5;
}

#box-reviews-list .ratings-table {
    margin-bottom: 15px;
}

#box-reviews-list .ratings-table th {
    font: normal 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #3d3d3d;

}

#customer-reviews dl dd {
    font: normal 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #3d3d3d;
}

#customer-reviews .ratings-table th, #customer-reviews .ratings-table td {
    padding: 0 8px 0 0;
}

.catalog-product-view .messages.alert.alert-success {
    margin: -20px 0 60px !important;
}

@media (max-width: 1024px) {
    .catalog-product-view .messages.alert.alert-success {
        margin: 10px 0 0 !important;
    }
}

.click-img {
    border-bottom: 1px solid hsl(0, 0%, 87%);
    color: hsl(204, 3%, 34%);
    font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0 0 15px 90px;
    position: relative;
    margin-bottom: 25px;
}

.click-img::after {
    background: url("https://vana.pupilo.ee/skin/frontend/pupilo/default/images/tab-cut.png") no-repeat scroll 0 0 hsla(0, 0%, 0%, 0);
    content: "";
    display: block;
    height: 15px;
    left: 45px;
    margin-left: -15px;
    position: absolute;
    top: 90%;
    width: 30px;
}

.loupe {
    background: url("https://vana.pupilo.ee/skin/frontend/pupilo/default/images/sprite-blog.png") no-repeat scroll -44px -96px hsla(0, 0%, 0%, 0);
    display: inline-block;
    height: 18px;
    left: 65px;
    position: absolute;
    top: -5px;
    width: 15px;
}

.block-label {
    display: block;
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 13px;
    color: #464646;
}

.block-label input[type="radio"] {
    vertical-align: -1px;
    margin-right: 10px;
}

/*.product-options dl {
    padding-top: 15px;
}*/

.product-options dl.last  {
    margin-bottom: 0 !important;
}

.product-options .colz-opt {
    width: 100%;
}

.product-options .option-rowz .colz {
    width: 16%;
    padding: 0 0 0 5px;
}

.product-options .option-rowz .colz:first-child {
    margin-left: 10px;
}

.category-title.cat-page, .cat-page .category-description {
    text-align: left;
}

.page-title.category-title.cat-page h1 {
    margin: 0;
}

.category-description {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    height: 100px;
    overflow: hidden;
    min-height: 100px;
}

.sort-by-by.cat-list.clearfix {
    box-sizing: border-box;
    height: 100px;
    margin: 41px 0 20px;
    text-align: center;
    width: 50%;
    float: right;
    background: hsl(0, 0%, 89%) none repeat scroll 0 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    display: table;
}

.cat-list .sort-by {
    font-family: "chevin-medium";
    display: table-cell;
    vertical-align: middle;
}

.cat-list .navbar-text {
    float: none;
    margin: 0;
    padding-bottom: 10px;
}

.catalog-category-view .l-main.col-sm-8 {
    margin: 19px 0 0 31px;
}

@media (max-width: 1024px) {
    .page-title.cat-page {
        margin: 0;
        padding: 20px 0 0;
    }

    .cat-page .category-description {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .sort-by-by.cat-list.clearfix {
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }

    .cat-page-garants {
        margin-bottom: 15px;
    }

    .catalog-category-view .l-main.col-sm-8 {
        margin: 10px 0 0 31px;
    }
}

.cat-page-rec .text-primary {
    color: #b100d1;
}

.catalog-category-view .body-wrapper {
    border: none;
}

/*.catalog-category-view .block-gradient {
	border: none;
	background-image: none;
}*/
.catalog-category-view .cat-page-garants {
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
}

.catalog-category-view .garant-area .list-inline &gt; li {
    padding: 8px 3px 4px !important;
}

.catalog-category-view .sidebar {
    margin-left: -31px;
}

.catalog-category-view .block-3links .box-white {
    background-color: #f5f5f5;
}

.catalog-category-view .block.block-3links {
    background-color: #f5f5f5;
}

.catalog-category-view .vcentered .btn-success {
    background: -webkit-linear-gradient(#fe07f5, #d100ca);
    background: -moz-linear-gradient(#fe07f5, #d100ca);
    background: -o-linear-gradient(#fe07f5, #d100ca);
    background: linear-gradient(#fe07f5, #d100ca);
    border: none;
    box-shadow: none;
    transition: none;
}

.catalog-category-view .vcentered .btn-success:hover, .catalog-category-view .vcentered .btn-success:focus {
    background: #d100ca;
}

.catalog-category-view .block-icons h3 {
    font-size: 20px;
}

.catalog-category-view .block-icons .col {
    padding: 0 19px;
    font-size: 13px;
}

.catalog-category-view .block {
    margin-top: 30px;
}

.catalog-category-view .block-icons {
    margin: 30px 10px;
    /*padding: 10px 0 0px;*/
}

/*.catalog-category-view .products-grid li.prod-item .in {
	box-shadow: 0 0 12px #e8e8e8;
}
.catalog-category-view .products-grid li.prod-item:hover .in {
  box-shadow: 0 0 0 3px #dcdcdc;
}*/
.catalog-category-view ul.cat-left {
    text-align: left;
}

.catalog-category-view .empty-slider {
    height: 300px;
    display: none;
    /*overflow: hidden;*/
}

.catalog-category-view .breadcrumb {
    max-width: 260px;
}

.catalog-category-view .breadcrumb li.home a {
    background-position: -183px 0px;
}

.catalog-category-view .breadcrumb &gt; li {
    font-size: 13px;
}

.catalog-category-view .block.manufacturer-list {
    text-align: left;
}

.catalog-category-view .manufacturer-list ul li {
    padding-left: 30px;
}

/*.catalog-category-view .body-wrapper {
  padding: 40px 38px 40px !important;
}*/
.catalog-category-view .products-grid {
    margin-bottom: 10px;
}

.manufacturer-list ul {
    float: left;
    width: 50%;
}

.catalogsearch-result-index .manufacturer-list ul {
    float: none;
    width: auto;
}

.menu-banner {
    border: 1px dotted hsl(0, 0%, 0%);
    display: block;
    height: 155px;
    padding: 10px;
    position: absolute;
    right: 40px;
    top: 60px;
    width: 220px;
    color: #6d6d6d;
}

.menu-banner2 {
    border: 1px dotted hsl(0, 0%, 0%);
    display: block;
    height: 155px;
    padding: 10px;
    position: absolute;
    right: 40px;
    top: 250px;
    width: 220px;
    color: #6d6d6d;
}

.mb-main-header {
    font-size: 15px;
    left: 50px;
    position: absolute;
    top: -30px;
}

.mb-main-header p {
    margin: 0;
}

.bm-header {
    font-weight: bold;
}

.bm-img {
    float: left;
    margin-right: 5px;
}

.bm-img &gt; img {
    max-height: 85px;
    max-width: 85px;
}

.bm-text {
    display: block;
    font-size: 12px;
    max-height: 85px;
    max-width: 97px;
    overflow: hidden;
}

.bm-text p {
    margin: 0;
}

.bm-text a {
    display: inline-block;
    color: #529069;
}

.bm-text a:hover, .bm-text a:focus {
    color: #2b723a;
}

#messages_product_view .alert-notice {
    margin-bottom: 90px !important;
}

.carousel-indicators li {
    background-color: #ffffff;
    border: 1px solid #9b1dfb;
    height: 13px;
    width: 13px;
    margin: 1px;
}

.carousel-indicators li.active {
    background-color: #b553ff;
    border: 1px solid #9b1dfb;
    height: 13px;
    width: 13px;
    margin: 1px;
}

.flex-control-paging {
    bottom: -16px;
    left: 50%;
    list-style: outside none none;
    margin-left: -14%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 29%;
    z-index: 15;
}

.flex-control-paging li {
    display: inline-block;
}

.flex-control-paging li a {
    background-color: #ffffff;
    border: 1px solid #9b1dfb;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: 1px;
    text-indent: -9999px;
    width: 13px;
}

.flex-control-paging li a.flex-active {
    background-color: #b553ff;
    border: 1px solid #9b1dfb;
    height: 13px;
    width: 13px;
    margin: 1px;
}

.cart-hide {
    display: none;
}

.checkout-cart-index .alert-success {
    background-image: none;
    background-repeat: repeat-x;
    border-color: hsl(0, 0%, 100%);
}

.checkout-cart-index .alert {
    box-shadow: none;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
}

.checkout-cart-index .success-msg,
.checkout-cart-index .messages li.success-msg {
    background-color: #ffffff;
    background-image: url("https://vana.pupilo.ee/skin/frontend/pupilo/default/images/i_msg-success.png");
    border: medium none #ffffff;
    color: #3d3d3d;
    background-position: 0 49% !important;
    font: 14px/14px Georgia, Arial, Helvetica, sans-serif !important;
}

.checkout-cart-index .success-msg {
    padding: 0 8px 0 30px !important;
}

.checkout-cart-index .page-title {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.checkout-cart-index .messages.alert.alert-success {
    margin: 15px 0 0 !important;
}

.cart-promo {
    min-height: 60px;
    width: 100%;
    background: #bbd5fe; /* Old browsers */
    background: -moz-linear-gradient(top, #bbd5fe 0%, #b1c0fc 31%, #a5a8fa 70%, #988cf8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbd5fe), color-stop(31%, #b1c0fc), color-stop(70%, #a5a8fa), color-stop(100%, #988cf8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbd5fe 0%, #b1c0fc 31%, #a5a8fa 70%, #988cf8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbd5fe 0%, #b1c0fc 31%, #a5a8fa 70%, #988cf8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbd5fe 0%, #b1c0fc 31%, #a5a8fa 70%, #988cf8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bbd5fe 0%, #b1c0fc 31%, #a5a8fa 70%, #988cf8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbd5fe', endColorstr='#988cf8', GradientType=0); /* IE6-9 */
    padding: 20px 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 35px 0 40px;
}

.cart-promo p {
    color: #ffffff;
    font-size: 16px;
    font-family: "chevin-bold";
    margin: 0;
}

.proceed-top-btn .btn.btn-checkout.btn-lg {
    float: right;
    /*margin-right: 37px;*/
    margin-top: 0px;
    margin-bottom: 10px;
}

.checkout-cart-index .cart .checkout-types {
    float: none;
    text-align: right;
    background: none;
}

.checkout-cart-index .checkout-types li {
    padding: 10px 0;
    text-align: right;
}

.checkout-cart-index .page-title h1 {
    color: #3d3d3d;
    font: bold 22px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.checkout-cart-index .block-checkout h4 {
    font: bold 24px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #3e3e3e;
    margin-bottom: 0;
}

.checkout-cart-index #discount-coupon-form label {
    font-weight: normal;
    margin-bottom: 15px;
    font: 13px/16px Arial, Helvetica, sans-serif;
    color: #7d7d7d;
}

.checkout-cart-index .panel-heading {
    padding: 5px 15px 0;
}

.checkout-cart-index #discount-coupon-form .form-control {
    border-radius: 0px;
}

.checkout-cart-index .discount-coupon-form .block-checkout &gt; h4 {
    margin-bottom: 5px;
}

.checkout-cart-index .rewards_point_cart {
    margin-bottom: 10px;
}

.checkout-cart-index .block.block-checkout.block-checkout-gray.m0.text-center {
    padding: 25px 20px 33px;
}

.checkout-cart-index .panel-crosssell .panel-heading {
    padding: 10px 15px;
}

@media (max-width: 768px) {
    .pupilo-contacts {
        width: 90%;
        margin: 0 auto;
    }

    form#contactForm button {
        margin-top: 20px;
    }

    .mob-text-center {
        text-align: center;
    }

    .pupilo-contacts__add {
        border-top: none;
    }

    .col-sm-7.mob-text-center {
        margin-top: 20px;
    }

    .block {
        margin-top: 0px;
    }

    .block-gradient {
        margin-bottom: 10px;
    }

    .carousel {
        min-height: 365px;
    }

    .checkout-cart-index .carousel {
        min-height: 385px;
    }

    .catalog-product-view .carousel {
        min-height: 340px;
    }

    .carousel-control {
        top: 330px !important;
        margin-top: 10px;
    }

    .cms-index-index .carousel {
        min-height: 100px;
    }
}

.carousel-indicators {
    bottom: -16px;
    left: 50%;
    list-style: outside none none;
    margin-left: -14%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 29%;
    z-index: 15;
}

.carousel-control {
    color: hsl(0, 0%, 100%);
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.6);
    top: 300px !important;
    width: 36% !important;
}

.carousel-control.right {
    text-align: left;
}

.carousel-control.left {
    text-align: right;
}

.checkout-cart-index .carousel-control {
    top: 347px !important;
    width: 41% !important;
}

.checkout-cart-index .carousel-indicators {
    bottom: 8px;
    left: 41.5%;
    list-style: outside none none;
    margin-left: 0 !important;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 17%;
    z-index: 15;
}

.checkout-cart-index .carousel-crosssell-product-heading {
    padding: 15px 20px 10px;
    background: #f3f3f3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}

.checkout-cart-index .carousel-crosssell-product-heading p {
    color: #3d3d3d;
    font: bold 14px/16px Arial, Helvetica, sans-serif;
    margin: 0;
}

.catalog-product-view .carousel-control {
    top: 300px !important;
    width: 41% !important;
}

.catalog-product-view .carousel-indicators {
    left: 52%;
    margin-left: -10.5%;
    width: 17%;
}

.l-main a:hover, .l-main a:focus {
    opacity: 0.8;
    text-decoration: none;
    outline: none;
}

.footer #live-chat {
    cursor: pointer;
}

.header-panel .live-chat .text-secondary {
    cursor: pointer;
}

.header-panel .live-chat .text-secondary:hover {
    color: #d61fd7;
}

/*----------------------*/
.hidden-mobile.empty-slider {
    position: relative;
    background: #ffffff;
    /* padding: 0 15%; */

}

.shadow {
    position: absolute;
    left: 0;
    right: auto;
    height: 100%;
    width: 22%;
    z-index: 99;
}

/*.shadow.left{*/
/*background: -moz-linear-gradient(left,  rgba(255,255,255,1) 48%, rgba(255,255,255,0) 100%); !* FF3.6+ *!*/
/*background: -webkit-gradient(linear, left top, right top, color-stop(48%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); !* Chrome,Safari4+ *!*/
/*background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%); !* Chrome10+,Safari5.1+ *!*/
/*background: -ms-linear-gradient(left,  rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%); !* IE10+ *!*/
/*background: linear-gradient(to right,  rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%); !* W3C *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e5e5', endColorstr='#00ffffff',GradientType=1 ); !* IE6-9 *!*/
/*}*/
/*.shadow.right{*/
/*background: -moz-linear-gradient(right,  rgba(255,255,255,1) 48%, rgba(255,255,255,0) 100%); !* FF3.6+ *!*/
/*background: -webkit-gradient(linear, right top, left top, color-stop(35%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); !* Chrome,Safari4+ *!*/
/*background: -webkit-linear-gradient(right,  rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%); !* Chrome10+,Safari5.1+ *!*/
/*background: -ms-linear-gradient(right,  rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%); !* IE10+ *!*/
/*background: linear-gradient(to left,  rgba(255,255,255,1) 48%,rgba(255,255,255,0) 100%); !* W3C *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e5e5', endColorstr='#00ffffff',GradientType=1 ); !* IE6-9 *!*/
/*right: 0;*/
/*left: auto;*/
/*}*/
#auguria-slider .pagination,
#auguria-slider-mobile .pagination {
    left: 240px;
}

#auguria-slider, #auguria-slider .slide,
#auguria-slider-mobile, #auguria-slider-mobile .slide {
    width: 100%;
    text-align: center;
    /* background: #b1b1b1; */
    z-index: 0;
}

@media screen and (min-width: 1280px) {
    /*.shadow.left{*/
    /*background: -moz-linear-gradient(left,  rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -ms-linear-gradient(left,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); !* IE10+ *!*/
    /*background: linear-gradient(to right,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); !* W3C *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e5e5', endColorstr='#00ffffff',GradientType=1 ); !* IE6-9 *!*/
    /*}*/
    /*.shadow.right{*/
    /*background: -moz-linear-gradient(right,  rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, right top, left top, color-stop(35%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(right,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -ms-linear-gradient(right,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); !* IE10+ *!*/
    /*background: linear-gradient(to left,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); !* W3C *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e5e5', endColorstr='#00ffffff',GradientType=1 ); !* IE6-9 *!*/
    /*right: 0;*/
    /*left: auto;*/
    /*}*/
}

.zoomContainer {
    z-index: 0;
}

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
    /*border: 1px solid #ededed;*/
}

.product-img-box .product-image {
    margin-bottom: 10px;
}

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

.no-touch .product-image:hover {
    border-color: #3399cc;
}

.product-image-gallery {
    position: relative;
}

.product-image-gallery .gallery-image {
    display: none;
}

.product-image-gallery .gallery-image.visible {
    display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}

.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

.product-image-gallery:after {
    background-image: url("https://vana.pupilo.ee/skin/frontend/pupilo/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.product-image-gallery.loading {
    position: relative;
}

.product-image-gallery.loading:before, .product-image-gallery.loading:after {
    display: block;
}

.product-image-thumbs li {
    display: inline-block;
}

.product-image-thumbs li:first-child {
    margin-left: -1px;
}

.product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
    border-color: #c7c7c7;
}

.cms-index-index .breadcrumbs .container {
    width: auto;
}

.cms-page-view .breadcrumbs .container {
    width: auto;
}

.cms-index-index footer .container, .cms-index-index .footer .container, .cms-index-index .container.body-wrapper {
    max-width: 1020px;
    width: auto;
}

.cms-index-index #carousel-featured-product .carousel-control {
    top: 600px !important;
}

.cms-index-index #carousel-popular-product .carousel-control {
    top: 300px !important;
}

.auguria-slider-container {
    overflow: visible !important;
}

.review-avatar img {
    width: 38px;
    height: 38px;
    border: 1px solid #ccc;
}

.review-inner-top {
    margin: 0 0 15px;
}

.review-inner-top-left {
    float: left;
    width: 25%;
    margin-right: 5px;
}

.review-inner-top-right {
    float: right;
    width: 72%;
}

.review-inner-top-right .com-name {
    display: block;
    margin-bottom: 5px;
}

.review-inner .rating-box {
    display: block;
}

.com-text span {
    height: 80px;
    overflow: hidden;
    display: block;
}

ul.main-menu__sub {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    -webkit-column-rule: 1px dotted #3e3e3e;
    -moz-column-rule: 1px dotted #3e3e3e;
    column-rule: 1px dotted #3e3e3e;
    overflow: hidden;
}

ul.main-menu__sub .sub-cat {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    column-break-inside: avoid;
}

li.menu-banners {
    height: 100%;
    width: 300px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

/*----------- start mix-page -----------*/
.mix-page ol {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-family: georgia, palatino;
    color: #272727;
}

.mix-page ol li {
    margin-bottom: 40px;
}

.mix-page .title {
    font-size: 20px;
    line-height: 20px;
    color: #921bf5;
    margin-bottom: 15px;
    display: block;
}

.mix-page h2 {
    margin: 30px 25px 25px;
    font: 34px/37px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/*----------- end mix-page / start cms pages  -----------*/

.cms-page-view .container.body-wrapper .std {
    line-height: 42px;
    font-size: 16px;
    font-family: "Chevin-light";
}

.cms-page-view .std {
    text-align: left;
}

.cms-page-view .container.body-wrapper .std .grey-text {
    color: #3c3c3c;
}

.cms-page-view .container.body-wrapper .page-title {
    border-bottom: 0;
    margin: 0;
    padding: 20px 0 20px;
    background: none;
}

.cms-page-view .container.body-wrapper .page-title h1 {
    color: #9323eb;
    font: 27px/35px chevin-light, Arial, Helvetica, sans-serif;
    margin: 0;
    text-align: left;
}

.cms-page-view span.circle {
    color: #d941dc;
    display: block;
    text-align: center;
    border: 3px solid #d941dc;
    width: 100px;
    height: 100px;
    margin: 10px auto 30px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 95px;
}

.cms-page-view .videobox {
    margin: 30px 0;
}

.rounds {
    margin-bottom: 30px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cms-page-view .header {
    padding: 30px 0 23px;
    height: 115px;
}

/*.cms-page-view .main-menu__sub {
    top: 84px;
}*/

.cms-page-view .main-menu {
    margin-top: 15px;
    margin-bottom: -1px;
}

.cms-page-view .container.body-wrapper .std a {
    color: #9423ec;
}

.cms-page-view .container.body-wrapper ul li {
    list-style-type: none;
}

.cms-page-view .container.body-wrapper ul li:before {
    content: "";
    display: inline-block;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    vertical-align: 3px;
    background: #696969;
    margin-right: 6px;
    position: absolute;
    left: -15px;
    top: 9px;
}

.cms-page-view .container.body-wrapper ol {
    counter-reset: section;
    list-style-type: none;
    margin-bottom: 0;
}

.cms-page-view .container.body-wrapper ol li, .cms-page-view .container.body-wrapper ul li {
    /*padding-left: 40px;*/
    position: relative;
    /*padding-bottom: 15px;*/
    line-height: 28px;
}

.cms-page-view .container.body-wrapper ol li ol li {
    padding-left: 40px;
    position: relative;
}

.cms-page-view .container.body-wrapper ol li:before {
    /*content: counters(section,".") ".";*/
    counter-increment: section;;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    padding: 0;
    text-align: center;
}

.cms-page-view .container.body-wrapper .std h4 {
    font-size: 21px;
    margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
    .cms-page-view .container.body-wrapper .std table {
        width: 100% !important;
    }
}

.cms-page-view .container.body-wrapper .std .img-line {
    text-align: center;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 18px;
}

.cms-page-view .container.body-wrapper .std .img-line img {
    margin: 30px 0;
    max-width: 100%;
}

.img-legend {
    text-align: left;
}

.required {
    color: #b80000;
}

.cms-page-view .container.body-wrapper .std .img-line img:last-child {
    margin-right: 0;
}

.cms-page-view .container.body-wrapper .std ul {
    margin-bottom: 15px;
}

.cms-page-view .container.body-wrapper .std p {
    margin-bottom: 18px;
    line-height: 28px;
}

.cms-page-view .container.body-wrapper .std .col-sm-4 {
    text-align: center;
}

.cms-page-view .container.body-wrapper .std .col-sm-4 img.round-img {
    width: 100%;
    margin: 20px 0 0 0 !important;
    max-width: 80% !important;
}

@media (max-width: 1023px) {
    .cms-page-view .body-wrapper {
        padding-bottom: 50px !important;
    }

    .cms-page-view .container.body-wrapper .std .col-sm-4 img.round-img {
        max-width: 25% !important;
    }
}

.cms-page-view .container.body-wrapper .std .no-markers li:before {
    display: none;
}

.cms-page-view .container.body-wrapper .std .reviews .row {
    margin-bottom: 38px;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.cms-page-view .container.body-wrapper .std .light-text {
    color: #333333;
    font: 24px/48px 'chevin-light', Arial, Helvetica, sans-serif;
    margin: 0;
}

.cms-page-view .container.body-wrapper .std .medium-text {
    font-family: 'chevin-medium', Arial, Helvetica, sans-serif;
}

.cms-kliendid-meist .l-main .std .reviews img {
    max-width: 100%;
    height: auto;
}

.quote {
    font: 20px/30px 'chevin-light', Arial, Helvetica, sans-serif;
    padding-left: 30px !important;
}

/*  start accordion  */

.cms-page-view .container.body-wrapper .std .panel-group {
    margin-bottom: 30px;
    margin-top: 30px;
}

.cms-page-view .container.body-wrapper .std .panel-group .panel-heading {
    position: relative;
}

.cms-page-view .container.body-wrapper .std .panel-group .accordion-toggle:after {
    content: "&gt;";
    position: absolute;
    right: 5px;
    top: 15px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 27px;
    color: #9323eb;
}

.cms-page-view .container.body-wrapper .std .panel-group .accordion-toggle.collapsed:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0px;
    top: 10px;
}

.cms-page-view .container.body-wrapper .std .panel-group h4 {
    margin: 0;
    color: #696969;
    font-size: 16px;
    line-height: 20px;
}

.cms-page-view .container.body-wrapper .std .panel-group h4 a.collapsed {
    color: inherit;
}

.cms-page-view .container.body-wrapper .std .panel-group h4 a {
    color: #333333;
}

.cms-page-view .container.body-wrapper .std .panel-group .panel-heading {
    background-color: #fff;
    display: block;
    padding: 10px 30px 10px 40px;
    background-image: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/icon-eye.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
}

.cms-page-view .container.body-wrapper .std .panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

.cms-page-view .container.body-wrapper .std .panel-group .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
}

.cms-page-view .container.body-wrapper .std .panel-group .panel-heading + .panel-collapse &gt; .panel-body {
    border-top: 1px solid #fff;
}

.cms-page-view .container.body-wrapper .std .panel-group ol {
    padding-right: 25px;
}

.cms-page-view .container.body-wrapper .std .panel-group .panel-body p {
    padding: 0 20px 0 25px;
}

/*  /end accordion  */

/*  start cms left sidebar*/

.cms-page-view .sidebar ul.cat-left__sub {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height 1s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 1s ease-in-out, box-shadow 0.1s linear;
    transition: height 1s ease-in-out, box-shadow 0.1s linear;
}

.cms-page-view .sidebar li.current ul.cat-left__sub {
    height: 340px;
}

.cms-page-view .sidebar li.current {
    -webkit-transition: height 1s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 1s ease-in-out, box-shadow 0.1s linear;
    transition: height 1s ease-in-out, box-shadow 0.1s linear;
}

.cms-page-view .container.body-wrapper .sidebar ul li:before {
    display: none;
}

.cms-page-view .container.body-wrapper .sidebar .block {
    margin-bottom: 15px;
    margin-top: 10px;
}

.cms-page-view .container.body-wrapper .sidebar .block a.sidebar-title {
    margin-bottom: 0;
    padding-left: 45px;
    font-family: 'chevin-bold';
    line-height: 22px;
}

.cms-page-view .container.body-wrapper .sidebar ul li {
    padding: 0 25px 2px 0;
    text-align: left;
}

.cms-page-view .container.body-wrapper .sidebar ul li ul li {
    padding: 10px 0 10px 30px;
}

.cms-page-view .container.body-wrapper .sidebar .cat-left &gt; li {
    position: relative;
}

.cms-page-view .container.body-wrapper .sidebar .cat-left &gt; li {
    position: relative;
}

.cms-page-view .container.body-wrapper .sidebar .cat-left &gt; li &gt; a:after {
    content: "&gt;";
    position: absolute;
    right: 28px;
    top: 9px;
    width: 20px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 27px;
    color: #9323eb;
    font-family: 'chevin-bold';
}

.cms-page-view .container.body-wrapper .sidebar .cat-left &gt; li.current &gt; a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 36px;
    top: 10px;
}

/*  /end cms left sidebar*/

.cms-index-index .breadcrumb,
.cms-page-view .breadcrumb {
    margin: 15px 0;
    text-align: left;
}

.cms-index-index .block {
    margin-top: 0;
}

/*--- end cms pages / start homepage links banner---*/

.clear {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.links-banner-home {
    width: 620px;
    height: 490px;
}

.links-banner-home a {
    display: block;
}

.left-high-img {
    width: 300px;
    height: 490px;
    float: left;
    margin-right: 20px;
}

.right-two {
    float: right;
}

.one-of-two-img {
    width: 300px;
    height: 235px;
    margin-bottom: 20px;
}

.one-third-img {
    float: left;
    width: 185px;
    height: 245px;
    margin-right: 20px;
    margin-top: 20px;
}

.two-third-img {
    float: right;
    width: 415px;
    height: 245px;
}

/*--- end homepage links banner ---*/

/* another accordion test */
article.accordion {
    display: block;
    width: 30em;
    padding: 0.5em 0.5em 1px 0.5em;
    margin: 0 auto;
    background-color: #666;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

article.accordion section {
    display: block;
    width: 28em;
    height: 2em;
    padding: 0 1em;
    margin: 0 0 0.5em 0;
    color: #333;
    background-color: #333;
    overflow: hidden;
    border-radius: 3px;
}

article.accordion section h2 {
    font-size: 1em;
    font-weight: bold;
    width: 100%;
    line-height: 2em;
    padding: 0;
    margin: 0;
    color: #ddd;
}

article.accordion section h2 a {
    display: block;
    width: 100%;
    line-height: 2em;
    text-decoration: none;
    color: inherit;
    outline: 0 none;
}

article.accordion section:target {
    height: 15em;
    background-color: #fff;
}

article.accordion section:target h2 {
    font-size: 1.6em;
    color: #333;
}

article.accordion section,
article.accordion section h2 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/*     /end another accordion test     */

.customer-account-login .footer .block-facebook,
.catalog-category-view .footer .block-facebook,
.checkout-cart-index .footer .block-facebook {
    display: none;
}

@media (min-width: 1024px) {
    .checkout-cart-index .body-wrapper {
        padding: 10px 38px 40px !important;
    }

    .catalog-category-view .body-wrapper {
        padding: 20px 38px 40px !important;
    }
}

.cms-b-responsive-home-page .homepage-text a, .cms-b-responsive-home-page .std a {
    color: #9423ec;
}

.cms-b-responsive-home-page .homepage-text ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

.cms-b-responsive-home-page .homepage-text ul li {
    list-style-type: none;
    position: relative;
    padding-bottom: 15px;
    padding-left: 40px;
}

.cms-b-responsive-home-page .homepage-text ul li:before {
    content: "";
    display: inline-block;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    vertical-align: 3px;
    background: #696969;
    margin-right: 6px;
    position: absolute;
    left: 10px;
    top: 9px;
}

.top-method-button {
    padding-bottom: 5px;
}

.header-panel .welcome-msg,
.header-panel .live-chat {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.sort-by {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.sort-by .navbar-text {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.cms-page-view .body-wrapper {
    padding-top: 0 !important;
}

.cms-page-view .header {
    height: 125px;
}

#onestepcheckout-login-link {
    float: none !important;
}

.onestepcheckout-login-link {
    text-align: left;
}

dt,
label {
    font-weight: normal;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-left,
div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
    margin-right: 27px !important;
    /*border-right: 1px solid red; */
    padding-right: 0 !important;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
    width: 26%;
    padding-right: 3% !important;
}

.product-main-info h1 {
    margin-top: 0;
}

.options-table {
    display: inline-block;
    padding-left: 10px;
}

.blog-inline {
    display: inline;
}

.blog-inline .validation-advice {
    display: none;
}

.discount-catalog {
    z-index: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background-color: red;
    padding: 12px 5px;
    border-radius: 70%;

}

.rating-box {
    margin: 5px auto;
}

.catalog-product-view .discount-catalog {
    position: relative;
    top: auto;
    right: auto;
}

.advanced-search .legend {
    text-align: center;
}

.advanced-search input,
.advanced-search input.input-text,
.advanced-search textarea,
.advanced-search select {
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1) inset;
    font-size: 13px;
    line-height: 1.5;
    padding: 3px;
    background: #fff;
    border: 1px solid #b6b6b6;
    width: 100%;
}

.advanced-search input:focus,
.advanced-search textarea:focus,
.advanced-search select:focus {
    border-color: #9423ec;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(148, 35, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(148, 35, 236, 0.6);
}

.advanced-search .form-list label {
    width: auto;
}

.advanced-search .form-list .input-box {
    width: auto;
    min-width: 220px;
}

.block-adv-search .buttons-set {
    margin-top: 0;
    padding-left: 20px;
    text-align: left;
    width: 240px;
}

.block-adv-search .buttons-set .btn {
    /*min-width: 120px;*/
}

.block-adv-search .buttons-set .btn-success {
    float: right;
}

.block-adv-search .buttons-set .btn-reset {
    background: none;
    font-size: 12px;
    padding-left: 0;
    text-align: left
}

body.cms-index-index {
    overflow-x: hidden;
}

.switches .user-menu {
    display: inline-block;
    margin-bottom: 0;
}

.switches .user-menu li .glyphicon {
    vertical-align: middle;
}

.switches .user-menu li a {
    vertical-align: sub;
}

#pupilo-main-menu &gt; li &gt; a {
    padding-top: 0;
    padding-bottom: 0;
}

#pupilo-main-menu &gt; li &gt; a:hover,
#pupilo-main-menu &gt; li &gt; a:focus {
    background: none;
}

@media (max-width: 1023px) {
    ul.main-menu__sub {
        display: block;
        position: static;
        height: auto;
        min-height: auto;
        padding: 1em 2em;
        column-count: 1;
    }

    .main-menu__sub .list-prod {
        display: none;
    }

    .main-menu__sub &gt; li {
        width: 100%;
        margin-bottom: .5em;
    }

    .menu-banner, .menu-banner2 {
        display: none;
    }

    #pupilo-main-menu li {
        padding-bottom: 0;
        padding-top: 0;
        margin: 0;
    }

    #pupilo-main-menu li a {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
    }

    #pupilo-main-menu li .glyphicon {
        float: right;
        padding: 10px;
        background: #535353;
        margin-right: 15px;
        color: #fff;
        margin-top: 2px;
    }

    #pupilo-main-menu {
        background-color: #ebebeb;
        margin-top: 0;
        padding-top: 0;
    }

    #pupilo-main-menu li .main-menu__sub {
        display: none;
        border-color: #ebebeb;
    }

    #pupilo-main-menu li.opened .main-menu__sub {
        display: block;
    }

    #pupilo-main-menu li .glyphicon.glyphicon-chevron-up {
        background: #ccc;
    }
    #pupilo-main-menu li.category-mobile .glyphicon {
        padding: 0;
        background: none;
        color: #000;
    }
    #pupilo-main-menu li.category-mobile .sub-menuitem {
        padding-left: 30px;
    }
}

#auguria-slider-mobile {
    margin-bottom: 0 !important;
}

@-moz-document url-prefix() {
    .header-panel .welcome-msg, .header-panel .live-chat {
        font-size: 13px;
    }
    .header-panel .welcome-msg {
        margin-right: 30px;
    }
}

.header-panel .case-language,
.header-panel .case-login,
.header-panel .live-chat {
    margin-top: 5px;
}

#discount-coupon-form .btn-danger {
    background: #aaaaaa;
    background: -moz-linear-gradient(top, #aaaaaa 0%, #aaaaaa 100%);
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, #aaaaaa), color-stop(100%, #aaaaaa));*/
    background: -webkit-linear-gradient(top, #aaaaaa 0%, #aaaaaa 100%);
    background: -o-linear-gradient(top, #aaaaaa 0%, #aaaaaa 100%);
    background: -ms-linear-gradient(top, #aaaaaa 0%, #aaaaaa 100%);
    background: linear-gradient(to bottom, #aaaaaa 0%, #aaaaaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eba7eb', endColorstr='#de7cdc', GradientType=0);
    border: none;
    box-shadow: none;
    transition: none;
}

#discount-coupon-form .btn-danger:hover {
    background: #aaaaaa;
}

#auguria-slider-mobile .shadow.left, #auguria-slider-mobile .shadow.right {
    background: transparent;
}

@media screen and (max-width: 1023px) {
    .branding {
        position: relative;
        /* margin: 0; */
        height: auto;
        text-align: left;
        float: left;
        padding-left: 5px;
    }

    .branding .logo {
        display: inline-block;
        float: none;
        margin: 0;
        text-align: left;
        max-width: 137px;
    }

    .navbar-toggle {
        float: left;
        color: #929292;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0;
        padding-right: 0;
        margin-top: 8px;
    }

    .visible-mobile .user-menu {
        padding: 15px 0;
        margin-bottom: 0;
        display: inline-block;
        float: right;
    }

    .visible-mobile .user-menu &gt; li {
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 0 5px;
    }

    .visible-mobile .user-menu &gt; li:first-child {
        margin-right: 0px;
        padding: 0px;
        vertical-align: middle;
    }
    .visible-mobile .user-menu .list-inline,
    .visible-mobile .user-menu.img_status .list-inline {
        display: inline-block;
        vertical-align: text-bottom;
        z-index: 1;
    }
    .visible-mobile .user-menu .user-menu {
        padding: 0;
    }

    .user-menu li:last-child .glyphicon {
        padding-right: 10px;
    }

    .search-btn-mob {
        background: none;
        border: none;
    }

    .navbar-header {
        position: relative;
    }

    li.mob-search-icon, .search-container {
        position: relative;
    }

    .mob-search-icon .search-btn2 {
        background: none;
        border: 0;
        position: absolute;
        right: 5px;
        top: -4px;
        z-index: 9;
        line-height: 34px;
        color: #00a075;
    }

    .user-menu li.mob-search-icon .search-btn2 .glyphicon {
        color: #00a075 !important;
        padding-right: 4px;
    }

    .user-menu li.mob-search-icon .close-btn {
        background: #00a075;
        border: 0;
        position: absolute;
        right: -23px;
        top: -4px;
        z-index: 9;
        line-height: 34px;
        color: #fff !important;
    }

    .user-menu li.mob-search-icon .glyphicon {
        color: #fff !important;
        padding-right: 4px;
    }

    .mob-search-icon {
        position: relative;
    }

    #demo-2 input {
        outline: none;
    }

    #demo-2 input::-webkit-search-decoration, #demo-2 input::-webkit-search-cancel-button {
        display: none;
    }

    #demo-2 label {
        position: absolute;
        top: 0;
        left: 0;
    }

    #demo-2 input[type=search] + label:before {
        content: "\e003";
        color: #9a9a9a !important;
        position: absolute;
        top: -24px;
        right: -2px;
        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;
        background-color: #ebebeb;
        padding: 11px 11px 10px;
        z-index: 2;
    }

    #demo-2 input[type=search] {
        border: none;
        background-color: transparent;
        padding: 5px;
        width: 15px;
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%;
        position: absolute;
        top: -22px;
        right: 13px;
        cursor: pointer;
        z-index: 2;
        /*width: 130px;
            color: #00a179;
            cursor: auto;
            position: absolute;
            top: -22px;
            right: 40px;
            border: solid 1px #ccc;
            border-right: 0;
            background-color: #fff;*/
    }

    .search-btn-mob {
        background: none;
        border: none;
        position: absolute;
        top: -22px;
        right: 9px;
        z-index: 1;
        border: solid 1px #ccc;
        border-right: 0;
        border-left: 0;
        background-color: #fff;
        color: #00a179;
        padding: 6px 10px 4px;
        /*z-index: 10;*/
    }

    .user-menu li.mob-search-icon .search-btn-mob .glyphicon {
        color: #00a179 !important;
        padding-right: 0px;
    }

    #demo-2 input[type=search]:hover {
        background-color: #fff;
    }

    #demo-2 input[type=search]:focus {
        width: 130px;
        color: #00a179;
        cursor: auto;
        position: absolute;
        top: -22px;
        right: 40px;
        border: solid 1px #ccc;
        border-right: 0;
        background-color: #fff;
        padding: 5px;
    }

    /*btn close*/
    #demo-2 input[type=search]:focus + label:after {
        content: "\e014";
        color: #fff !important;
        position: absolute;
        top: -22px;
        right: -33px;
        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;
        background-color: #00a075;
        z-index: 10;
        padding: 10px 9px 8px 9px;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    #demo-2 input[type=search]:focus + .search-btn-mob {
        z-index: 10;
    }

    #demo-2 input[type=search]:focus + label:before {
        display: none;
    }

    #demo-2 input::-webkit-input-placeholder {
        color: #00a179;
    }

    #demo-2 input:-moz-placeholder { /* Firefox 18- */
        color: #00a179;
    }

    #demo-2 input::-moz-placeholder { /* Firefox 19+ */
        color: #00a179;
    }

    #demo-2 input:-ms-input-placeholder {
        color: #00a179;
    }

    @-moz-document url-prefix() {
        #demo-2 input[type="search"] + label::before {
            top: -22px;
        }
    }
    /**/
    /*#demo-2 input[type=search]+label:after {
              content: "\e014";
              color: #fff!important;
              position: absolute;
              top: -22px;
              right: -33px;
              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;
              background-color: #00a075;
              z-index: 10;
              padding: 10px 9px 8px 9px;
              -webkit-border-radius: 0 5px 5px 0;
              -moz-border-radius: 0 5px 5px 0;
              border-radius: 0 5px 5px 0;
            }*/
    /**/
    #bs-example-navbar-collapse-1 #pupilo-main-menu li a {
        display: block;
        text-transform: uppercase;
        text-align: left;
    }

    #bs-example-navbar-collapse-2 #pupilo-main-menu {
        background-color: #9423ec;
        margin-top: 0;
        padding: 0;
        margin-bottom: 0;
    }

    .top-menu {
        padding-top: 0;
        height: auto;
        margin-bottom: 20px;
        box-shadow: 0 20px 0 #fff;
        border-top: 0;
        border-bottom: 0;
    }

    #bs-example-navbar-collapse-2 #pupilo-main-menu li .main-menu__sub {
        border: 0;
        padding-top: 2px
    }

    .top-menu #bs-example-navbar-collapse-2 li a {
        background: #9423ec;
        border-radius: 0;
        padding: 14px 18px;
        margin: 0;
        border: 1px solid #ffffff;
        border-width: 1px 1px 0;
        top: 0;
        border: 0;
    }

    #bs-example-navbar-collapse-2 #pupilo-main-menu li {
        border-bottom: 1px solid #fff;
    }

    .top-menu ul {
        margin-top: 0px;
    }

    #bs-example-navbar-collapse-2 #pupilo-main-menu li .glyphicon {
        float: right;
        padding: 10px;
        background: #535353;
        margin-right: 15px;
        color: #fff;
        margin-top: 6px;
    }

    #bs-example-navbar-collapse-2 #pupilo-main-menu li:last-child {
        border-bottom: none;
    }

    .top-menu #bs-example-navbar-collapse-2 li.sub-cat a {
        background: #9423ec;
        border-radius: 0;
        padding: 14px 18px 14px 45px;
        margin: 0;
        border: 1px solid #607D8B;
        border-width: 1px 1px 0;
        top: 0;
        border: 0;
        display: block;
        color: #fff;
        text-transform: lowercase;
    }

    #bs-example-navbar-collapse-2 ul.main-menu__sub {
        padding: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -moz-column-rule: 1px dotted #3e3e3e;
        overflow: hidden;
    }

    #pupilo-main-menu {
        margin-bottom: 0;
    }

    #auguria-slider-mobile .pagination {
        left: -moz-calc(50% - 32px);
        left: -webkit-calc(50% - 32px);
        left: -o-calc(50% - 32px);
        left: calc(50% - 32px);
    }

    #accordion-new .panel-title .glyphicon-chevron-up {
        transform: rotate(0deg);
    }

    #accordion-new .panel-title .collapsed .glyphicon-chevron-up {
        transform: rotate(180deg);
    }

    #accordion-new .panel-title .panel-link {
        float: left;
        background: #9423ec;
        border-radius: 0;
        padding: 14px 18px;
        margin: 0;
        border: 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
        color: #fff;
        text-transform: uppercase;
        font: 400 14px/20px 'chevin-medium', Arial, Helvetica, sans-serif;
        text-align: left;
    }

    #accordion-new .panel-title .panel-btn {
        float: right;
    }

    #accordion-new.panel-group {
        padding-top: 0;
        height: auto;
        margin-bottom: 20px;
        box-shadow: 0 20px 0 #fff;
        border-top: 0;
        border-bottom: 0;
        background: #9423ec;
    }

    #accordion-new.panel-group .panel {
        margin-bottom: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }

    #accordion-new.panel-group .panel + .panel {
        margin-top: 0;
    }

    #accordion-new .panel-default &gt; .panel-heading {
        background-color: #9423ec;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #fff;
        background-image: none;
    }

    #accordion-new i.visible-mobile.glyphicon {
        padding: 10px;
        background: #535353;
        margin-right: 15px;
        color: #fff;
        margin-top: 6px;
    }

    #accordion-new.panel-group .panel-heading + .panel-collapse &gt; .panel-body {
        border-top: none;
        padding: 0;
    }

    #accordion-new ul.main-menu__sub {
        border: 0;
        padding: 1px 0;
        margin: 0;
        border: none;
    }

    #accordion-new ul.main-menu__sub li.sub-cat a {
        background: #ebebeb;
        border-radius: 0;
        padding: 14px 18px 14px 45px;
        margin: 0;
        border: 1px solid #607D8B;
        border-width: 1px 1px 0;
        top: 0;
        border: 0;
        display: block;
        color: #535353;
        text-transform: lowercase;
    }

    #accordion-new .main-menu__sub &gt; li {
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
    }

    #accordion-new ul.main-menu__sub {
        padding: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -moz-column-rule: 1px dotted #3e3e3e;
        overflow: hidden;
    }

    .body-wrapper {
        padding-top: 20px;
    }

    form#search_mini_form {
        display: inline-block;
        width: 100%;
    }

    .mob-top-search .input-group {
        width: 100%;
    }

    .mob-top-search {
        position: absolute;
        top: -50px;
        width: 100%;
        right: 0px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }

    .mob-top-search.mob-top-search-show {
        top: 50px;
        width: 100%;
        z-index: 999;
    }

    .mob-top-search input#search {
        width: 100%;
        color: #00a179;
        cursor: auto;
        border: solid 1px #ccc;
        border-right: 0;
        background-color: #fff;
        padding: 5px 90px 5px 10px;
        /*-webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
        box-shadow: none;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .mob-top-search .search-btn {
        background: #00a179;
        border: 0;
        position: absolute;
        right: 40px;
        left: auto;
        top: 0;
        z-index: 9;
        line-height: 40px;
        width: 40px;
        color: #d3d3d3;
    }

    .user-menu li.mob-search-icon2 .glyphicon {
        padding-right: 0px;
    }

    .user-menu li.mob-search-icon2 .search-btn-close.glyphicon {
        color: #fff !important;
    }

    .mob-top-search input::-webkit-input-placeholder {
        color: #00a179;
    }

    .mob-top-search input:-moz-placeholder { /* Firefox 18- */
        color: #00a179;
    }

    .mob-top-search input::-moz-placeholder { /* Firefox 19+ */
        color: #00a179;
    }

    .mob-top-search input:-ms-input-placeholder {
        color: #00a179;
    }

    .mob-top-search .search-btn-close {
        display: block;
        content: "\e014";
        color: #fff !important;
        position: absolute;
        top: 0px;
        right: 0px;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #535353;
        z-index: 10;
        padding: 0;
        /*-webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;*/
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .glyphicon-remove:before {
        content: "\e014";
        font-family: 'Glyphicons Halflings';
        z-index: 56;
        display: block;
    }

    .user-menu li .glyphicon {
        padding-right: 0;
    }

    .visible-mobile .user-menu &gt; li {
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 0px 10px;
    }

    .visible-mobile .user-menu &gt; li:last-child {
        padding: 0;
    }

    .mob-top-search .search-btn .glyphicon {
        background: #00a179;
        color: #fff !important;
    }

    .blog-mob-header .user-menu {
        padding-right: 11px;
    }

    .blog-pop-posts.top-menu {
        border-top: 0;
    }

    .blog-pop-posts .container {
        padding: 0;
    }

    .blog-pop-posts.top-menu li a {
        border-right: 0;
        border-left: 0;
        top: 0px;
    }

}

@media screen and (max-width: 375px) {
    .visible-mobile .user-menu &gt; li span.hide-xs {
        display: none;
    }
}

.logo_alt {
    position: absolute;
    top: 10px;
    left: -30px;
    z-index: 99999;
}

.case-adverstings {
    background-color: #ECECEC;
    padding: 7px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.case-adverstings ul {
    text-align: left;
    margin: 0;
}

.case-adverstings ul li {
    display: inline-block;
    font-size: 14px;
    color: #4a4a4a;
    padding-right: 65px;
}

.box-search {
    position: absolute;
    right: 7px;
    bottom: 14px;
}

.header-panel .box-welcome-msg {
    color: #DC2FFB;
    font-size: 13px;
}

.header-panel .login-block a {
    background: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    color: #430B68 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'roboto';
    font-weight: 500;
}

.live-chat a {
    color: #430B68;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: underline;
    font-weight: 500;
    font-family: 'roboto';
}

span.box-phone {
    color: #4A4A4A;
    font-size: 12px;
    margin-left: 5px;
}

.header-panel {
    padding-top: 10px;
}

.toggle-flag {
    position: relative;
    margin: 0;
}

.toggle-flag ul {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #fff;
    left: -5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.toggle-flag:hover {
    cursor: pointer;
    text-decoration: none;
}

.toggle-flag li a:hover {
    text-decoration: none;
}

.toggle-flag:hover ul {
    display: block;
}

span.box-menu-down {
    margin-left: 5px;
}

.case-adverstings li {
    position: relative;
}

.case-adverstings .box-dollars:before {
    content: 'â‚¬';
    position: absolute;
    left: -15px;
    color: #430B68;
}

.case-adverstings .box-delivery:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 4px;
    background: url("https://vana.pupilo.ee/skin/frontend/pupilo/default/images/001-delivery-truck.svg") no-repeat;
    width: 22px;
    height: 11px;
}

.case-adverstings .box-map:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 2px;
    background: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/005-placeholder.svg) no-repeat;
    width: 11px;
    height: 16px;
}

.case-form .advanced-search .form-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.case-form h1.sidebar-title {
    background: none;
    text-align: center;
    margin: 0;
    font-family: 'roboto';
    font-size: 20px;
    font-weight: 500;
    color: #535353;
    text-transform: none;
    padding-left: 0;
}

.case-form .block-adv-search {
    background: #EDEDED;
    padding: 10px 0px 25px;
}

.home-block-loginin {
    background: #FFFFFF;
    padding: 10px 0px 20px;
    border-radius: 4px;
}

.case-form .advanced-search .form-list .input-box {
    min-width: 190px;
    margin: 0 10px;
}

.case-form button.btn.btn-reset {
    display: none;
}

.case-form button.btn.btn-success {
    background-image: none;
    background-color: #430B68;
    padding: 7px 75px;
    float: none;
}

.case-form .block-adv-search .buttons-set {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.case-form .advanced-search select {
    box-shadow: none;
}

.case-form .login-block {
    background: #fff;
    border: none;
    padding: 20px 0;
}

.block-main-banner {
    height: 100%;
    padding: 60px 0 43px;
}
.home-block-loginin .special-price span.price-label,
.home-block-loginin .old-price .price-label{
    display: none;
}

@media (min-width: 1200px) {

    .block-main-banner {
        background-size: cover !important;
    }

}

.block-main-banner .chevin-bold {
    font-family: 'roboto';
    font-size: 20px;
    font-weight: 500;
    color: #535353;
    text-transform: none;
    padding-left: 0;
}

.block-main-banner .login-block a.btn.btn-checkout.btn-xs {
    background-image: none;
    background-color: #DC2FFB;
    padding: 5px 50px;
    font-family: 'roboto';
    text-transform: uppercase;
    font-weight: 500;
}

.block-main-banner .login-block {
    padding: 20px 0 10px;
}

.block-main-banner .login-block h2 {
    margin-top: 0;
}

.text-primary {
    color: #430B68;
}

.block-main-banner .block.block-gray.login-block.text-center p:last-child a strong u {
    font-size: 14px;
}

span.count {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #DC2FFB;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    top: -6px;
    left: 15px;
}

i.glyphicon.glyphicon-user:before {
    display: none;
}

i.glyphicon.glyphicon-user {
    background: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/man-user.svg) no-repeat;
    width: 13px;
    height: 17px;
    position: relative;
    left: -5px;
}

.home-manufacturer-list ul {
    margin: 0;
}

.home-manufacturer-list ul li img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.home-manufacturer-list ul li {
    display: block;
}

.home-manufacturer-list ul li {
    width: 125px;
    background: linear-gradient(to right, #FFFFFF, #F5F5F5);
    text-align: center;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.home-manufacturer-list ul li:last-child{
    background: none;
}

.home-manufacturer-list ul li img {
    max-width: 70%;
}

.home-manufacturer-list ul {
    margin: 0;
    width: 100%;
}

.case-brands {
    padding: 10px 0;
}

.case-brands ul li a:hover {
    background: transparent;
}

.case-review {
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
}

.case-review #box-flexslider {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    font-family: 'roboto';
    position: relative;
}

.case-review #box-flexslider .slides {
    overflow: hidden;
    padding: 20px 30px;
    margin: 0;
}

.case-review #box-flexslider span.box-author {
    display: block;
}

.case-review #box-flexslider .box-face {
    margin-right: 15px;
    width: 15%;
    text-align: center;
    float: left;
}

.case-review #box-flexslider .box-text {
    float: left;
    width: 75%;
    padding-right: 30px;
    text-align: left;
}

.case-review #box-flexslider .link-review {
    color: #430B68;
    font-weight: 500;
}
.case-review + script + .std {
    text-align: left;
}
.case-review #box-flexslider .box-text p {
    font-style: italic;
    font-size: 14px;
    color: #4A4A4A;
}

.case-review #box-flexslider .box-author {
    color: #4A4A4A;
    font-weight: 500;
}

.case-review #box-flexslider ul.flex-direction-nav {
    margin: 0;
    width: 100%;
    padding: 0 5px;
}

.case-review #box-flexslider ul.flex-direction-nav li {
    position: absolute;
    top: 5px;
    bottom: 5px;
}

.case-review #box-flexslider ul.flex-direction-nav li a {
    background: #EDEDED;
    width: 21px;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-review #box-flexslider ul.flex-direction-nav li a span {
    color: #430B68;
}

.case-review #box-flexslider li.flex-nav-prev {
    float: left;
    position: relative;
    z-index: 1;
}

.case-review #box-flexslider li.flex-nav-next {
    float: right;
    right: 5px;
    position: relative;
    z-index: 1;
}

.case-review #box-flexslider .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.case-review #box-flexslider .flex-viewport {
    position: relative;
}

.case-review #box-flexslider .flex-viewport:before {
    content: '';
    background-color: #fff;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.case-review #box-flexslider .flex-viewport:after {
    content: '';
    background-color: #fff;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.home-manufacturer-list {
    margin-bottom: 0;
    padding: 0;
}

.case-container .box-row {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.case-container {
    margin-top: 20px;
}

.case-container .box-row img {
    margin-bottom: 5px;
}

.case-container .box-row p:last-child {
    margin: 0px;
}

.case-container .box-row span {
    display: block;
}

.home-block-loginin h3 {
    font-family: 'roboto';
    font-size: 20px;
    font-weight: 500;
    color: #535353;
}

.home-block-loginin .case-container .box-row .box-item {
    width: 20%;
    text-align: center;
    position: relative;
}
.home-block-loginin .case-container .box-row .box-item a span {
    line-height: 16px;
    font-size: 12px;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.home-block-loginin .case-container .box-row .box-item .price-box p{
    display: inline-block;
}
.home-block-loginin .case-container .box-row .box-item .price-box .special-price .price-label{
    font-size: 12px;
}
.home-block-loginin .case-container .box-row .box-item .price-box .old-price .price {
    font-size: 14px;
}
.home-block-loginin .case-container .box-row .box-item .price-box .price-box .price{
    font-size: 15px;
}
.home-block-loginin .case-container .box-row .box-item .price-box .discount-catalog {
    top: 0px;
    right: 4px;
    font-size: 12px;
    padding: 8px 2px;
}
.h-dropdown{
    display: none;
}

#b-loginin{
    position: relative;
}
#b-loginin .h-dropdown i.glyphicon.glyphicon-user{
    display: none;
}
#b-loginin .first{
    padding-bottom: 5px;
    position: relative;
}
#b-loginin .first:hover{
    cursor: pointer;
}
#b-loginin .first:hover .h-dropdown{
    display: block;
    position: absolute;
    left: -15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    text-align: left;
    top: 28px;
    width: max-content;
}

.p-flex{
    overflow: hidden;
}
.u-left {
    width: 20%;
    float: left;
}
.u-right {
    float: left;
    font-size: 13px;
    line-height: 18px;
    width: 80%;
    text-align: left;
    padding-left: 8px;
}
.u-right p{
    margin-bottom: 0;
}
.u-right span{
    font-size: 10px;
}
.img_status{
    float: left;
}
.f-pos {
    margin-left: 40px;
}

.cms-index-index .container.body-wrapper.main-cms{
    padding-top: 25px !important;
}
a.see-all {
    color: #430B68;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'roboto';
    background: url("https://vana.pupilo.ee/skin/frontend/pupilo/default/images/arrow-point-to-right.svg") center right no-repeat;
    padding-right: 25px;
    padding-left: 30px;
    font-size: 15px;
}
.case-status-customer {
    float: left;
    margin-right: 20px;
}
.user-menu li.first{
    position: relative;
    padding-right: 10px;
}
.user-menu li.first:before{
    content: '/';
    position: absolute;
    right: 0px;
    color: #A3A3A3;
    top: 4px;
}
#b-loginin li.first{
    margin-right: 0;
}
#b-loginin li.first:before{
    display: none;
}

.p-flex{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
}
.p-flex:hover{
    cursor: pointer;
}
#statusPopup{
    padding-top: 5%;
}
#statusPopup .col-sm-4 h4:nth-of-type(1){
    margin-top: 15px;
}
/*.mb-padding:before{*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 2px;*/
    /*left: 33.33%;*/
    /*background: #D3D3D3;*/
    /*height: 100%;*/
    /*display: block;*/
    /*border-right: 1px solid #B5B5B5;*/
/*}*/
/*.mb-padding:after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 2px;*/
    /*left: 66.66%;*/
    /*background: #D3D3D3;*/
    /*height: 100%;*/
    /*display: block;*/
    /*border-right: 1px solid #B5B5B5;*/
/*}*/
#textPopup{
    padding-top: 7%;
}
.box-dollars:hover{
    cursor: pointer;
}
#textPopup h2{
    margin-top: 0;
    margin-bottom: 40px;
    font-family: 'roboto';
    font-weight: 400;
    color: #000;
}
#textPopup p{
    font-family: 'roboto';
    font-size: 18px;
    font-weight: 400;
    color: #39393A;
}
#textPopup p span{
    display: block;
    font-weight: 500;
    color: #39393A;
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
}
#textPopup ul li{
    font-family: 'roboto';
    font-size: 16px;
    font-weight: 400;
    color: #39393A;
}
#textPopup h2 + p{
    font-weight: 500;
    font-size: 20px;
}
#textPopup .mb-margin .col-sm-6 {
    width: 100%;
}
#textPopup .mb-margin .col-sm-6 ul{
    margin: 0;
    padding: 0;
}
#textPopup .mb-margin .col-sm-6 .case-left li:first-child{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}
.case-login {
    width: max-content;
}
#textPopup p:nth-of-type(1),
#textPopup p:nth-of-type(2){
    margin-bottom: 30px;
}
#textPopup .mb-margin {
    margin-top: 25px;
}
#textPopup .case-rigth {
    padding-top: 20px;
}
#textPopup .modal-dialog{
    width: 775px;
}
#textPopup .modal-dialog .modal-body {
    padding: 40px 30px 20px;
}

.layer-active {
    color: #9423ec;
}
.category-all-brands .manufacturer-list ul {
    width: 100%;
    margin-left: 0;
}
.category-all-brands .manufacturer-list ul li{
    display: block;
    text-align: left;
}
.category-all-brands .manufacturer-list ul &gt; li{
    border-top: 1px solid #e0e0e0;
}
.category-all-brands .manufacturer-list ul &gt; li{
    border-top: 1px solid #e0e0e0;
}
.category-all-brands .manufacturer-list h1{
    margin-bottom: 0;
    border-bottom: 0;
}
.category-all-brands .manufacturer-list{
    margin-bottom: 0;
}

.case-static-slider .login-block,
.case-static-slider .block-adv-search,
.case-static-slider .home-block-loginin{
    border: 1px solid #E0E0E0 !important;
}
.case-static-slider .flex-disabled{
    color: #ccc;
}
.case-static-slider .flex-direction-nav li a:focus,
.case-static-slider .flex-direction-nav li a:hover,
.case-static-slider .flex-direction-nav li a:active,
.case-static-slider .flex-direction-nav li a:active:focus{
    outline: none;
}
.case-static-slider .flex-direction-nav li{
    display: inline-block;
    margin-right: 10px;
}
.case-static-slider ul.flex-direction-nav {
    margin: 12px 0 0 0px;
}
.case-static-slider .box-static-text h4 a{
    font-family: 'roboto';
    font-size: 20px;
    font-weight: 500;
    color: #535353;
    text-align: center;
}
.case-static-slider .box-static-text h4{
    text-align: center;
}
#textPopup .modal.in .modal-dialog,
#textPopup .modal.fade .modal-dialog,
#statusPopup .modal.in .modal-dialog,
#statusPopup .modal.fade .modal-dialog{
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -o-transform: inherit !important;
    transform: inherit !important;
}
div#img-flexslider {
    margin-bottom: 0;
}
.mb-padding h4:before{
    content: '';
    background: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/arrow-purpule.svg) center left no-repeat;
    width: 14px;
    height: 10px;
    position: absolute;
    left: -2px;
    top: 5px;
}
.login-block.text-left {
    position: relative;
    right: 15px;
}
.block-main-banner.case-wrapper-slider {
    padding: 25px 0 10px 43px;
}

.block-main-banner.case-wrapper-slider .block.block-cat-left.block.block-adv-search{
    margin-bottom: 0;
}

.modal .close {
    background: url(https://vana.pupilo.ee/skin/frontend/pupilo/default/images/close-popup.svg)  no-repeat;
    width: 20px;
    height: 20px;
    text-shadow: none;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
    font-size: 0px;
}
#textPopup .modal-content .col-sm-12.text-center {
    text-align: left;
}
.modal-content {
    border-radius: 3px;
}
#statusPopup .modal-body {
    position: relative;
    padding: 40px 30px 20px;
}
#statusPopup .mb-padding {
    display: flex;
}
#statusPopup .mb-padding .col-sm-4.text-center {
    background-color: #FDF7FD;
    border-radius: 3px;
    margin: 0 3px;
    padding-top: 30px;
}
#statusPopup .col-sm-4.text-center &gt; img {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: -32px;
}
#statusPopup .col-sm-4.text-center:first-child &gt; img {
    top: -22px;
}

@media (max-width: 1600px) {

    .block-main-banner {
        background-position: 35% !important;
    }

}

@media (max-width: 1024px) {

    .box-search {
        right: 0px;
    }
    .header.hidden-mobile .row{
        margin: 0;
    }

}

@media (max-width: 992px) {

    .opc-block-progress {
        margin-bottom: 10px;
    }
    .home-manufacturer-list ul {
        display: block;
        height: 100%;
    }

    .home-manufacturer-list ul li {
        display: inline-block;
    }
    .case-static-slider .box-static-img img {
        margin: 0 auto;
        display: block;
    }
    div#img-flexslider {
        margin-bottom: 30px;
    }
    .case-static-slider ul.flex-direction-nav {
        margin: 0;
        position: absolute;
        z-index: 10;
        top: 50%;
        width: 100%;
    }
    .case-static-slider li.flex-nav-prev {
        float: left;
        margin: 0;
    }
    .case-static-slider li.flex-nav-next {
        float: right;
        margin: 0;
    }

}

@media (max-width: 767px) {

    .home-manufacturer-list ul li {
        width: 117px;
    }
    .block.home-manufacturer-list {
        margin: 0 10px;
    }

}

@media (max-width: 415px) {

    .home-manufacturer-list ul li {
        width: 124px;
    }
    .block-main-banner {
        padding: 20px 0 25px;
    }

}

@media (max-width: 375px) {

    .home-manufacturer-list ul li {
        width: 111px;
    }
    .case-review #box-flexslider .box-text {
        padding-right: 40px;
    }

}

@media (max-width: 320px) {

    .home-manufacturer-list ul li {
        width: 92px;
    }
    .case-review #box-flexslider .box-text {
        padding-right: 50px;
    }

}

.catalog-product-view .input-box.reorder-attribute-select select{
    width: 200px;
}
.catalog-product-view .input-box.reorder-attribute-select{
    padding-top: 15px;
}


.promoted-input-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.promoted-checkbox input:checked + label &gt; svg {
    height: 16px;
    -webkit-animation: draw-checkbox ease-in-out 0.2s forwards;
    animation: draw-checkbox ease-in-out 0.2s forwards;
}
.promoted-checkbox label:active::after {
    background-color: #e6e6e6;
}
.promoted-checkbox label {
    font-weight: normal !important;
    color: #00a27a;
    line-height: 14px;
    cursor: pointer;
    position: relative;
}
.promoted-checkbox label:after {
    content: "";
    height: 14px;
    width: 14px;
    margin-right: 1rem;
    float: left;
    border: 1px solid rgba(60, 60, 60, 0.65);
    border-radius: 3px;
    -webkit-transition: 0.15s all ease-out;
    transition: 0.15s all ease-out;
}
.promoted-checkbox svg {
    stroke: #00a27a;
    stroke-width: 2px;
    height: 0;
    width: 16px;
    position: absolute;
    left: 1px;
    top: -3px;
    stroke-dasharray: 33;
}

@-webkit-keyframes draw-checkbox {
    0% {
        stroke-dashoffset: 33;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-checkbox {
    0% {
        stroke-dashoffset: 33;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.reorder-attribute-title a {
    color: #9423ec;
    font-weight: bold;
    text-decoration: underline;
}

.catalog-product-view .short-description ul li {
    position: relative;
    padding-left: 10px;
}
.catalog-product-view .short-description ul li:before {
    position: absolute;
    content: '';
    top:9px;
    left:0;
    width: 5px;
    height: 5px;
    background: #3c3c3c;
    border-radius: 50%;
}
div.product-custom-options dl.last {
    display: flex;
    flex-wrap:wrap;
}
div.options-in-row-2.product-custom-options dl.last .select-wrap {
    width: 50%;
}
div.options-in-row-3.product-custom-options dl.last .select-wrap {
    width: 33.33%;
}
div.options-in-row-4.product-custom-options dl.last .select-wrap {
    width: 24.4%;
}
div.product-custom-options dl.last dt label {
    color:#b80000;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: normal;
}
div.product-custom-options dd {
    border-bottom: 0;
}
div.product-custom-options dd .product-custom-option {
    border-radius: 3px;
    font-size: 13px;
    box-shadow: none;
}
div.options-in-row-2.product-custom-options dd .product-custom-option {
    width: 70%;
}
div.product-custom-options dd .product-custom-option:focus {
    border-color: #9423ec;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(148, 35, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(148, 35, 236, 0.6);
}
.item-options.option-in-row-4 {
    display: flex;
    flex-wrap:wrap;
}
.item-options.option-in-row-4 .rowz {
    width: 25%;
    padding-right: 10px;
}

.item-options.option-in-row-3 {
    display: flex;
    flex-wrap:wrap;
}
.item-options.option-in-row-3 .rowz {
    width: 33.333%;
}

.item-options.option-in-row-3 .rowz .option-rowz strong {
    display: block;
}

.item-options.option-in-row-4 .rowz .option-rowz strong {
    display: block;
}

.item-options.option-in-row-4 .rowz .option-rowz, .item-options.option-in-row-3 .rowz .option-rowz {
    font-size: 12px;
}

@media only screen and (max-width: 900px) {
    .item-options.option-in-row-4 .rowz {
        width: 33.333%;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .item-options.option-in-row-4 .rowz {
        width: 100%;
        padding-right: 0px;
    }
    .item-options.option-in-row-3 .rowz {
        width: 100%;
        padding-right: 0;
    }
}

.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 2em 1em 2em;
}

/* ccType */
#stripe-payments-accepted-cards img {
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: inline-block;
}
#stripe-payments-accepted-cards.stripe-payments-detected img {
    opacity: 0.3;
}
#stripe-payments-accepted-cards.stripe-payments-detected img.active {
    opacity: 1;
}

input#stripe_payments_cc_number {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-position-x: 80%;
    -moz-transition: background-position-x 0.25s ease-in-out;
    -webkit-transition: background-position-x 0.25s ease-in-out;
    transition: background-position-x 0.25s ease-in-out;
}

input#stripe_payments_cc_number.cctype-detected {
    background-position-x: 99%;
}

.adminhtml-sales-order-create-index #payment_form_stripe_payments input[type="text"]
{
    width: 200px;
}

.dialog_content {
    background-color: #fff;
}
.img-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}

/* Customer Account */
.saved-cards label {
    display: inline;
}
.saved-cards {
    font-size: 1.15em;
}
.saved-cards li {
    margin: 4px 0;
}
#new-card .form-list select {
    width: auto;
}
#new-card .form-list label {
    float: none;
}
#stripe_payments_cc_cid {
    width: 40px;
}

/* Checkout */
#mandates.saved-cards label {
    font-weight: normal;
    margin-left: 4px;
}
ul#payment_form_stripe_payments {
    padding-left: 20px;
    padding-top: 15px;
}
.adminhtml-sales-order-create-index ul#payment_form_stripe_payments {
    padding: 5px 0 10px;
}
ul#payment_form_stripe_payments li {
    display: block;
}
ul#payment_form_stripe_payments li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    display: block;
    margin-left: 20px;
}
/* Idev OSC 3-column fixes */
.onestepcheckout-column-middle ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    margin-left: 0;
}
.onestepcheckout-column-middle ul#payment_form_stripe_payments {
    margin: 10px 0;
    padding-left: 0px;
}
/* ~Idev OSC */
.sp-methods .saved-cards li label {
    float: none;
}
.saved-cards {
    margin-top: 14px;
}
.saved-cards input.select {
    position: relative;
    top: -1px;
}
.saved-cards span {
    display: inline-block;
}
.saved-cards span.type {
    font-weight: bold;
    margin-left: 3px;
}
.saved-cards span.exp {
    float: right;
}
.saved-cards label {
    display: inline;
}
.saved-cards span.stripe-payments-fade {
    color: #aaa;
    font-weight: normal;
}
.form-list .saved-cards label {
    float: none;
}
#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#stripe-payments-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Card Icons */
#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa { background: url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/img/visa.png) no-repeat; }
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex { background: url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/img/amex.png) no-repeat; }
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard { background: url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/img/mastercard.png) no-repeat; }
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover { background: url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/img/discover.png) no-repeat; }
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners { background: url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/img/diners.png) no-repeat; }
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb { background: url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/img/jcb.png) no-repeat; }

#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa,
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex,
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard,
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover,
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners,
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb {
    padding-left: 30px;
    background-position-y: -3px;
    background-size: 24px;
}

/* Apple Pay */
#co-payment-form #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments li#apple-pay-section #apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 24px;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}
#co-payment-form #stripe-apple-pay-section,
ul#payment_form_stripe_payments li#apple-pay-section {
    display: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section {
    display: block;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section #apple-pay-button {
    display: none;
}
#co-payment-form #stripe-apple-pay-section label,
ul#payment_form_stripe_payments li#apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}
#stripe-apple-pay-result {
    margin-bottom: 20px;
}
#co-payment-form.apple-pay-success .sp-methods {
    display: none;
}

/* Authorized Apple Pay Result */
#co-payment-form #stripe-apple-pay-result label,
.form-list #apple-pay-result label {
    display: inline-block;
    float: none;
}
#co-payment-form #stripe-apple-pay-result,
ul#payment_form_stripe_payments li#apple-pay-result {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
#stripe-apple-pay-result &gt; div,
#apple-pay-result &gt; div {
    display: block;
    margin: 5px 0;
}
#co-payment-form.apple-pay-success #stripe-apple-pay-result,
ul#payment_form_stripe_payments.apple-pay-success li#apple-pay-result {
    display: block;
}
#co-payment-form.payment-request-api-supported.apple-pay-success #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success li#apple-pay-section {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li#stripe_payments_cc_save_div.stripe-new {
    display: block;
}
ul#payment_form_stripe_payments.apple-pay-success ul#saved-cards {
    display: none;
}

/* Stripe Elements */
#card-details-label {
    display: block;
}
#stripe-payments-card-number {
    width: 225px;
    display: inline-block;
}
.stripe-payments-brand {
    opacity: 0.5;
    height: 24px;
    width: 32px;
    display: inline-block;
    font-size: 20px;
    margin-left: -49px;
    position: relative;
    top: -9px;
}
#stripe-payments-card-expiry {
    width: 93px;
    display: inline-block;
}
#stripe-payments-card-cvc {
    width: 68px;
    display: inline-block;
}
.stripe-elements-field {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 4px 14px;
    border-style: none;
    background-color: #fefefe;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #fefefe;
    border-radius: 4px;
}
li.stripe-payments-elements.no-wrap {
    white-space: nowrap;
}
.pci-dss-info-block {
    margin: 10px 15px -16px 25px;
    width: 240px;
}
#pci-svg {
    position: relative;
    left: -25px;
    top: 5px;
    opacity: 0.5;
    fill: green;
}
.pci-dss-info-text {
    display: inline-block;
    position: relative;
    top: -20px;
}

/* ACH */

ul.ach-bank-account-details {
    margin: 1em auto;
}
ul.ach-bank-account-details label {
    min-width: 140px;
}
ul.ach-bank-account-details .account-number,
ul.ach-bank-account-details .account-holder-name {
    width: 210px;
}
ul.ach-bank-account-details .account-holder-type {
    width: 215px;
}
#ach-bank-account-details .ach-token .validation-advice {
    display: none;
}
#ach-bank-account-details.showVerificationError .ach-token .validation-advice {
    display: block;
}
#stripe-ach-account-verified {
    color: #47a722;
    font-style: italic;
    display: none;
}
#stripe-ach-account-verified img {
    display: inline;
    height: 1em;
    padding: 2px;
}

/*!
 *  PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io
 *  License - http://paymentfont.io/#license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:PaymentFont;src:url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot);src:url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff2'),url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff'),url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.ttf) format('truetype'),url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.pf-2x{font-size:2em}.pf-3x{font-size:3em}.pf-4x{font-size:4em}.pf-5x{font-size:5em}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-google-wallet:before{content:"\f01c"}.pf-google-wallet-alt:before{content:"\f01d"}.pf-gpb:before{content:"\f01e"}.pf-gratipay:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"}.pf-cashcloud:before{content:"\f05e"}.pf-interac-alt:before{content:"\f05f"}.pf-klarna:before{content:"\f060"}.pf-bitpay:before{content:"\f061"}.pf-venmo:before{content:"\f062"}.pf-visa-debit:before{content:"\f063"}.pf-alipay:before{content:"\f064"}.pf-diners-alt:before{content:"\f065"}.pf-hipercard:before{content:"\f066"}.pf-skrill-alt:before{content:"\f067"}.pf-shopify:before{content:"\f068"}.pf-direct-debit:before{content:"\f069"}.pf-sodexo:before{content:"\f06a"}.pf-bpay:before{content:"\f06b"}.pf-contactless:before{content:"\f06c"}.pf-contactless-alt:before{content:"\f06d"}.pf-eth:before{content:"\f06e"}.pf-ltc:before{content:"\f06f"}.pf-visa-pay:before{content:"\f070"}.pf-wechat-pay:before{content:"\f071"}.pf-amazon-pay:before{content:"\f072"}.pf-amazon-pay-alt:before{content:"\f073"}
.product-view #payment-request-button {
    margin-bottom: 10px;
}

.cart #payment-request-button {
    width: 184px;
    display: inline-block;
}

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

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

#payment-request-button.disabled,
#payment-request-button.disabled * {
    pointer-events: none !important;
}

#payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

#payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(https://vana.pupilo.ee/skin/frontend/base/default/stripe_payments/img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://vana.pupilo.ee/skin/frontend/default/default/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
#fancybox-wrap {
    top: 50% !important;
    left: 50% !important;
    transform: translateY(-50%) translateX(-50%);
}
#fancybox-content .popup-block {
    max-width:460px;
    padding: 20px;
/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
    font-size: 1.2em;
}
#fancybox-content .popup-block a {
    color: #430B68;
}
#popup-block {
    width: 500px;
    height: 285px;
}
#popup-block.linzi_ee_popup {
    width: 500px;
    height: 325px !important;
}
#popup-block img:first-child{
    width: 300px;
    padding-bottom: 23px;
}

#popup-block.linzi_ee_popup img:first-child{
    width: 240px !important;
    padding-bottom: 23px;
}


@media (max-width: 767px) {
    #fancybox-content .popup-block {
        width: 320px;
        height: 350px;
        max-width: 280px;
    }

    #popup-block.linzi_ee_popup img:first-child{
        width: 160px !important;
    }

    #popup-block.linzi_ee_popup {
        height: 345px !important;
    }
}
/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&amp;fwDefault=bold&amp;fsDefault=1.1em&amp;cornerRadius=4px&amp;bgColorHeader=f6a828&amp;bgTextureHeader=12_gloss_wave.png&amp;bgImgOpacityHeader=35&amp;borderColorHeader=e78f08&amp;fcHeader=ffffff&amp;iconColorHeader=ffffff&amp;bgColorContent=eeeeee&amp;bgTextureContent=03_highlight_soft.png&amp;bgImgOpacityContent=100&amp;borderColorContent=dddddd&amp;fcContent=333333&amp;iconColorContent=222222&amp;bgColorDefault=f6f6f6&amp;bgTextureDefault=02_glass.png&amp;bgImgOpacityDefault=100&amp;borderColorDefault=cccccc&amp;fcDefault=1c94c4&amp;iconColorDefault=ef8c08&amp;bgColorHover=fdf5ce&amp;bgTextureHover=02_glass.png&amp;bgImgOpacityHover=100&amp;borderColorHover=fbcb09&amp;fcHover=c77405&amp;iconColorHover=ef8c08&amp;bgColorActive=ffffff&amp;bgTextureActive=02_glass.png&amp;bgImgOpacityActive=65&amp;borderColorActive=fbd850&amp;fcActive=eb8f00&amp;iconColorActive=ef8c08&amp;bgColorHighlight=ffe45c&amp;bgTextureHighlight=03_highlight_soft.png&amp;bgImgOpacityHighlight=75&amp;borderColorHighlight=fed22f&amp;fcHighlight=363636&amp;iconColorHighlight=228ef1&amp;bgColorError=b81900&amp;bgTextureError=08_diagonals_thick.png&amp;bgImgOpacityError=18&amp;borderColorError=cd0a0a&amp;fcError=ffffff&amp;iconColorError=ffd27a&amp;bgColorOverlay=666666&amp;bgTextureOverlay=08_diagonals_thick.png&amp;bgImgOpacityOverlay=20&amp;opacityOverlay=50&amp;bgColorShadow=000000&amp;bgTextureShadow=01_flat.png&amp;bgImgOpacityShadow=10&amp;opacityShadow=20&amp;thicknessShadow=5px&amp;offsetTopShadow=-5px&amp;offsetLeftShadow=-5px&amp;cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(https://vana.pupilo.ee/skin/frontend/base/default/css/slider/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*!
 * jQuery UI Resizable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.23
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Slider 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/**
 * @category   Auguria
 * @package    Auguria_Sliders
 * @author     Auguria
 * @license    http://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3 (GPLv3)
 */

/**
 * Global
 */
#auguria-slider {
    margin: 0 auto 15px auto;
    padding: 1px 0 0;
    position: relative;
    z-index: 0;
	width: 1500px;
	height: 438px;
 }
#auguria-slider-mobile {
    margin: 0 auto 15px auto;
    padding: 1px 0 0;
    position: relative;
    z-index: 0;
    width: 1500px;
    height: 438px;
}
 
 .auguria-slider-container {
	overflow: hidden; 
	position: relative; 
	display: block;
	/* width: 1500px; */
}
.auguria-slider-container-mobile {
    overflow: hidden;
    position: relative;
    display: block;
    /* width: 1500px; */
}
.slides_control{
	position: relative;
    height: 437px;
    width: 1500px;
	/* left: -1500px; */
}


.slides_control &gt; .slide {
	position: absolute;
}


#auguria-slider .caption, #auguria-slider .caption div {
	width: 100%;
}
#auguria-slider-mobile .caption, #auguria-slider-mobile .caption div {
    width: 100%;
}
.auguria-slider-container div {
	display:block;
}
.auguria-slider-container-mobile div {
    display:block;
}
/*#auguria-slider .caption {
	background: none repeat scroll 0 0 rgba(10, 38, 60, 0.5);
    border-top: 1px solid #0A263C;
    color: #FFFFFF;
    font-size: 14px;
    left: 0;
    line-height: 14px;
    padding: 5px 20px 0;
    position: absolute;
    text-shadow: none;
    z-index: 500;    
}
*/
ul.pagination {
	float:right;
    list-style: none outside none;
    margin-top: 7px;
}

ul.pagination li {
    float: left;
    list-style: none outside none;
    margin: 0 1px;
}

ul.pagination &gt; li &gt; a {
    background-image: url("https://vana.pupilo.ee/skin/frontend/base/default/images/auguria/sliders/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    width: 16px;
    border: 0;
    padding: 17px 0 0;
}

ul.pagination li a:hover {
    background-position: 0 -33px;
}

ul.pagination li.current a, ul.pagination li.current a:hover {
    background-position: 0 -16px;
}

/*#auguria-slider .next, #auguria-slider .prev {
    margin: 7px 7px 0 0;
    float: left;
    z-index: 101;
    width: 13px;
    height: 13px;
}*/
/*#auguria-slider a.next {
    background-image: url("https://vana.pupilo.ee/skin/frontend/base/default/images/auguria/sliders/next.png");
}
#auguria-slider a.prev {
    background-image: url("https://vana.pupilo.ee/skin/frontend/base/default/images/auguria/sliders/previous.png");
}*/
/*#auguria-slider a.next:hover{
    background-image: url("https://vana.pupilo.ee/skin/frontend/base/default/images/auguria/sliders/next-hover.png");
}
#auguria-slider a.prev:hover {
    background-image: url("https://vana.pupilo.ee/skin/frontend/base/default/images/auguria/sliders/previous-hover.png");
}*/
#auguria-slider .next span, #auguria-slider .prev span {
    display: none;
}
#auguria-slider-mobile .next span, #auguria-slider-mobile .prev span {
    display: none;
}
</pre></body></html>