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

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

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

/* 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-spacing:0; empty-cells:show; font-size:100%;}
caption,th,td { vertical-align:top; text-align:left; font-weight:normal;}

/* Content */
p             { margin:0;}
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;}

/* 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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/bkg_main2.gif) 0 0 no-repeat; */text-align:left;}

/* Base Columns */
.col-left { float:left; width:195px; padding:0;}
.col-main { float:left; width:685px; padding:0;}
.col-right { float:right; width:195px; padding:0;}

/* 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:44px !important;}
button.button::-moz-focus-inner { padding:0; border:0;} /* FF Fix */
button.button { -webkit-border-fit:lines;} /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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; margin-top:10px; }
.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:100%; }
.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; }
.shipping-new-address-form #checkoutSteps input[type="radio"], #checkoutSteps input[type="checkbox"] {
    float: left;
    margin-left: 0;
    position: relative;
    right: -2px;
}


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

.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:20px 0 30px; border-top:1px solid #f5f1e8; text-align:center; }
.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://m.lovingearth.net/skin/frontend/default/loving-mobile/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; width: 50%;}
.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:15px!important; font-size:12px !important; font-weight:bold !important; border-radius: 4px;}
.error-msg { background-color: #f2dede; border-color: #ebccd1; color: #a94442;}
.success-msg { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d;}
.note-msg, .notice-msg { background-color: #d9edf7; border-color: #bce8f1; color: #31708f;}

/* 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; margin:25px 0;}
.page-title h1,
.page-title h2 {
  color: #4f4948;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.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:14px; background:none; padding:10px; border-radius:5px; border-top:1px solid #f5f1e8; border-bottom:none; text-align:center;}
.pager .amount { margin-bottom:10px; font-size:14px; font-family:'bikoregular'; color:#a7a4a3;}
.pager .limiter { clear:both; margin-bottom:5px;}
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { clear:both; margin-bottom:5px;}
.pager .pages ol { display:inline; padding:0;}
.pager .pages li { display:inline; margin:0 2px;}
.pager .pages strong{ display:none;}

/* Sorter */
.sorter { font-size:11px; background:#fff url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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 {clear:both;}
.toolbar .pager { padding:10px;}
.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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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 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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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 ================================================================================ */
.header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px;}
.header .links a { color:#ebbc58;}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right;}
.header-container .top-container a { font-size:11px; color:#ebbc58;}
.top-container .paypal-logo {text-align: left; display: inline-table;}

/********** < Navigation */
.nav-container { background:none; float:none;}
.navbar-fixed-top .nav-container{ margin-top:10px;}
.navbar-fixed-top .nav-container .wp-custom-menu-popup{ top:50px!important;}
#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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }
#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px;}
.block .block-title { background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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 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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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 { background:#302d2b; font-size:16px; overflow:hidden; border-radius:5px 5px 0 0; color:#a7a4a3; padding:10px 9px; text-transform:uppercase; border:none;}
.block-layered-nav .block-subtitle { line-height:1.35; padding:3px 9px; border:none; text-transform:uppercase; color:#fff;}
.block-layered-nav .block-content { border:none; background:#4f4847; color:#fff;}
.block-layered-nav .block-content a{ color:#fff;}
.block-layered-nav dt { background:none; padding:7px 10px 0 12px; font-weight:bold; text-transform:uppercase;}
.block-layered-nav dd { padding:0 12px 12px;}
.block-layered-nav dd.last { background:none;}
.block-layered-nav dd a{ color:#fff;}
.block-layered-nav .currently li { background:none; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5;}
.block-layered-nav .currently .label { font-weight:bold; padding-left:0; background:none; text-transform:uppercase; display:block; vertical-align:top; text-align:left;}
.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:9px; top:9px; margin:0;}
.block-layered-nav .currently .btn-previous { right:17px;}
.block-layered-nav .actions { font-size:12px; padding:8px 9px; background:none; border-top:2px dashed #f5f1e8; text-align:right;}
.block-layered-nav .actions a { float:none; color:#fdbd5f;}

/* Block: recent posts */
.block-recent-posts { border:0;}
.block-recent-posts .block-title { background:#302d2b; font-size:16px; overflow:hidden; border-radius:5px 5px 0 0; color:#a7a4a3; padding:10px 9px; text-transform:uppercase; border:none;}
.block-recent-posts .block-subtitle { line-height:1.35; padding:3px 9px; border:none; text-transform:uppercase; color:#fff;}
.block-recent-posts .block-content { border:none; background:#4f4847; color:#fff;}
.block-recent-posts .block-content a{ color:#fff;}
.block-recent-posts dt { background:none; padding:7px 10px 0 12px; font-weight:bold; text-transform:uppercase;}
.block-recent-posts dd { padding:0 12px 12px;}
.block-recent-posts dd.last { background:none;}
.block-recent-posts dd a{ color:#fff;}
.block-recent-posts .currently li { background:none; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5;}
.block-recent-posts .currently .label { font-weight:bold; padding-left:0; background:none; text-transform:uppercase; display:block; vertical-align:top; text-align:left;}
.block-recent-posts .currently .value { display:inline-block; vertical-align:top;}
.block-recent-posts .currently .btn-previous,
.block-recent-posts .currently .btn-remove { position:absolute; right:9px; top:9px; margin:0;}
.block-recent-posts .currently .btn-previous { right:17px;}
.block-recent-posts .actions { font-size:12px; padding:8px 9px; background:none; border-top:2px dashed #f5f1e8; text-align:right;}
.block-recent-posts .actions a { float:none; color:#fdbd5f;}

/* Block: blog comments */
.block-blog-comments { border:0;}
.block-blog-comments .block-title { background:#302d2b; font-size:16px; overflow:hidden; border-radius:5px 5px 0 0; color:#a7a4a3; padding:10px 9px; text-transform:uppercase; border:none;}
.block-blog-comments .block-subtitle { line-height:1.35; padding:3px 9px; border:none; text-transform:uppercase; color:#fff;}
.block-blog-comments .block-content { border:none; background:#4f4847; color:#fff;}
.block-blog-comments .block-content a{ color:#fff;}
.block-blog-comments dt { background:none; padding:7px 10px 0 12px; font-weight:bold; text-transform:uppercase;}
.block-blog-comments dd { padding:0 12px 12px;}
.block-blog-comments dd.last { background:none;}
.block-blog-comments dd a{ color:#fff;}
.block-blog-comments .currently li { background:none; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5;}
.block-blog-comments .currently .label { font-weight:bold; padding-left:0; background:none; text-transform:uppercase; display:block; vertical-align:top; text-align:left;}
.block-blog-comments .currently .value { display:inline-block; vertical-align:top;}
.block-blog-comments .currently .btn-previous,
.block-blog-comments .currently .btn-remove { position:absolute; right:9px; top:9px; margin:0;}
.block-blog-comments .currently .btn-previous { right:17px;}
.block-blog-comments .actions { font-size:12px; padding:8px 9px; background:none; border-top:2px dashed #f5f1e8; text-align:right;}
.block-blog-comments .actions a { float:none; color:#fdbd5f;}

/* Block: blog Archives */
.block-blog-archives { border:0;}
.block-blog-archives .block-title { background:#302d2b; font-size:16px; overflow:hidden; border-radius:5px 5px 0 0; color:#a7a4a3; padding:10px 9px; text-transform:uppercase; border:none;}
.block-blog-archives .block-subtitle { line-height:1.35; padding:3px 9px; border:none; text-transform:uppercase; color:#fff;}
.block-blog-archives .block-content { border:none; background:#4f4847; color:#fff;}
.block-blog-archives .block-content a{ color:#fff;}
.block-blog-archives dt { background:none; padding:7px 10px 0 12px; font-weight:bold; text-transform:uppercase;}
.block-blog-archives dd { padding:0 12px 12px;}
.block-blog-archives dd.last { background:none;}
.block-blog-archives dd a{ color:#fff;}
.block-blog-archives .currently li { background:none; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5;}
.block-blog-archives .currently .label { font-weight:bold; padding-left:0; background:none; text-transform:uppercase; display:block; vertical-align:top; text-align:left;}
.block-blog-archives .currently .value { display:inline-block; vertical-align:top;}
.block-blog-archives .currently .btn-previous,
.block-blog-archives .currently .btn-remove { position:absolute; right:9px; top:9px; margin:0;}
.block-blog-archives .currently .btn-previous { right:17px;}
.block-blog-archives .actions { font-size:12px; padding:8px 9px; background:none; border-top:2px dashed #f5f1e8; text-align:right;}
.block-blog-archives .actions a { float:none; color:#fdbd5f;}

/* Block: blog Categories */
.block-blog-categories { border:0;}
.block-blog-categories .block-title { background:#302d2b; font-size:16px; overflow:hidden; border-radius:5px 5px 0 0; color:#a7a4a3; padding:10px 9px; text-transform:uppercase; border:none;}
.block-blog-categories .block-subtitle { line-height:1.35; padding:3px 9px; border:none; text-transform:uppercase; color:#fff;}
.block-blog-categories .block-content { border:none; background:#4f4847; color:#fff;}
.block-blog-categories .block-content a{ color:#fff;}
.block-blog-categories dt { background:none; padding:7px 10px 0 12px; font-weight:bold; text-transform:uppercase;}
.block-blog-categories dd { padding:0 12px 12px;}
.block-blog-categories dd.last { background:none;}
.block-blog-categories dd a{ color:#fff;}
.block-blog-categories .currently li { background:none; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5;}
.block-blog-categories .currently .label { font-weight:bold; padding-left:0; background:none; text-transform:uppercase; display:block; vertical-align:top; text-align:left;}
.block-blog-categories .currently .value { display:inline-block; vertical-align:top;}
.block-blog-categories .currently .btn-previous,
.block-blog-categories .currently .btn-remove { position:absolute; right:9px; top:9px; margin:0;}
.block-blog-categories .currently .btn-previous { right:17px;}
.block-blog-categories .actions { font-size:12px; padding:8px 9px; background:none; border-top:2px dashed #f5f1e8; text-align:right;}
.block-blog-categories .actions a { float:none; color:#fdbd5f;}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/}
.block-cart .block-title strong { background-image:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/i_block-viewed.gif); }

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

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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: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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:0px; width: 100%; float:left;*/} 
.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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; vertical-align: top;}
.cart .checkout-types .bml_button {display:inline-table; width: 150px; margin: 0 0 5px;}
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list 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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

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

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

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; display:none;}
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-color: #ffffff;
  border-style: solid;
  border-width: 0;
  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:none/*#d0dce1*/; border:none /*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: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #f18200;
  cursor: default;
  padding-bottom: 5px;
}
.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:none; background:none; position:relative;}
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 {
  border-bottom: medium none;
  color: #4f4847;
  font-family: bikobold;
  font-size: 17px;
  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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

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

/* General Box */
.box-account { background:#fff url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font:16px 'SofiaProBold'; text-transform:uppercase; letter-spacing:0.1em; color: #4f4948;}
.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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/bkg_account_box.gif) 0 0 repeat-x;*/ border-bottom:1px solid #f5f1e8; padding:15px 0; 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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/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;}
.add-to-box .procart dl { float:left; margin:0;}
.checkout-onepage-index .allow .step { /*display: block !important;*/}
.catalog-product-view .subscribebox{margin-bottom:-1px; }
.st_twitter_large .stLarge{background: url("https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)!important;} 
.st_instagram_large .stLarge{background: url("https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/insta.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0)!important;}
.pluginButton .pluginButtonLabel { display: none!important;}
.catalogsearch-result-index .block-layered-nav { margin-top:76px;}
.is-blog .block-recent-posts{ margin-top:35px;}

.instagram-pagination {
  overflow: hidden;
}
.instagram-pagination .pagination-sm.pagination { float: right;}


#login-form-onepage .form-list label {
  color: #4f4847;
  float: left;
  font-family: bikobold;
  font-size: 17px;
  min-width: 170px;
  opacity: 0.9;
  position: relative;
  z-index: 0;
}

#login-form-onepage .form-list .input-box {
  clear: none;
}

#login-form-onepage .form-list label.required em {
  float: left;
  position: static;
}
#login-form-onepage .form-list .input-box {
  display:inline-block;
}
/*.qikorders{padding-right:35px !important;}*/

.faq-content ul.queans_list li a, .contact-content ul.queans_list li a{ font-size:24px; line-height:24px; color:#4f4847; text-decoration:none;}

.discount-form label{ width:90%;}
#checkout-step-payment .label{width:85% !important; color:#f00;} 

#checkoutSteps input[type="radio"]{position:relative; left:-27px;}
.method-title label{ width:83% !important; position:relative; right:20px;}
/**
 * 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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/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://m.lovingearth.net/skin/frontend/default/loving-mobile/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	min-height: 250px;/* display: block; */
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	padding:0;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; display:none;}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {
	background:#fff;
	text-indent: -9999px;
	display: block;
	width:10px;
	height:10px;
	margin: 0 5px;
	outline: 0;
	border:2px solid #a7a3a3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background:#a7a3a3;}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev { left: 10px; background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/css/images/controls.png) no-repeat 0 -32px;}
.bx-wrapper .bx-next { right: 10px; background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/css/images/controls.png) no-repeat -43px -32px;}
.bx-wrapper .bx-prev:hover {background-position: 0 0;}
.bx-wrapper .bx-next:hover { background-position: -43px 0;}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9998;
}
.bx-wrapper .bx-controls-direction a.disabled {	display: none;}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto { text-align: center;}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.elbox .bx-wrapper .bx-prev {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/sldrlft.png) no-repeat center top;
}
.elbox .bx-wrapper .bx-next {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/sldrrgt.png) no-repeat center top;
}
.elbox .bx-wrapper .bxslider li{ margin-right: 25px!important; margin-left: 40px!important;}
.elbox .bxslider .product_img img {
	height: 250px;
	max-width: 100%;
	width: 100%;
}
.fpbox .bx-wrapper .bx-controls-direction a { height:30px; width:30px;}
.fpbox .bx-wrapper .bx-next {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-right-small.png) no-repeat right center;
	top: -29px;
}
.fpbox .bx-wrapper .bx-prev {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-left-small.png) no-repeat left center;
	top: -29px;
}
.comunity-slider .bx-wrapper .bx-prev {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-left-small.png) no-repeat left top;
	top: -25px;
}
.comunity-slider .bx-wrapper .bx-next {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-right-small.png) no-repeat right top;
	top: -25px;
}
.lcmntsldr .bx-wrapper .bx-next {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-right-small.png) no-repeat right top;
	top: -25px;
}
.lcmntsldr .bx-wrapper .bx-prev {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-left-small.png) no-repeat left top;
	top: -25px;
}
.lcmntsldr #comment_slider li {
	width: 350px !important;
}
.instagram-view .bx-wrapper .bx-prev {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-left.png) no-repeat left top;
	left: -90px;
}
.instagram-view .bx-wrapper .bx-next {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-right.png) no-repeat left top;
	right: -90px;
}
.instagram-view .bxslider > li {
	width: 242px !important;
}
.upsellpro .bx-wrapper .bx-prev {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-left.png) no-repeat left top;
	top: -35px;
}
.upsellpro .bx-wrapper .bx-next {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-right.png) no-repeat left top;
	top: -35px;
}
.upsellpro .bx-wrapper img {
	max-width: 100%;
	min-height: inherit;
}
.wordpress-index-index .explore.aboutus .bx-wrapper .bx-prev, .cms-recipe .explore.aboutus .bx-wrapper .bx-prev {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-left.png) no-repeat left top;
	top: -15px;
}
.wordpress-index-index .explore.aboutus .bx-wrapper .bx-next, .cms-recipe .explore.aboutus .bx-wrapper .bx-next {
	background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-right.png) no-repeat left top;
	top: -15px;
}

/*!
 * Bootstrap v3.3.1 (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=d7f1326b99a14a28d3e0)
 * Config saved to config.json and https://gist.github.com/d7f1326b99a14a28d3e0
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@font-face { font-family: 'bikolight'; src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_lightbiko.eot'); src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_lightbiko.eot?#iefix') format('embedded-opentype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_lightbiko.woff2') format('woff2'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_lightbiko.woff') format('woff'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_lightbiko.ttf') format('truetype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_lightbiko.svg#bikolight') format('svg'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'bikoblack'; src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_blackbiko.eot'); src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_blackbiko.eot?#iefix') format('embedded-opentype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_blackbiko.woff2') format('woff2'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_blackbiko.woff') format('woff'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_blackbiko.ttf') format('truetype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_blackbiko.svg#bikoblack') format('svg'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'bikoregular'; src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_regularbiko.eot'); src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_regularbiko.eot?#iefix') format('embedded-opentype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_regularbiko.woff2') format('woff2'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_regularbiko.woff') format('woff'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_regularbiko.ttf') format('truetype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_regularbiko.svg#bikoregular') format('svg'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'bikobold'; src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_boldbiko.eot'); src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_boldbiko.eot?#iefix') format('embedded-opentype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_boldbiko.woff2') format('woff2'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_boldbiko.woff') format('woff'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_boldbiko.ttf') format('truetype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/biko_boldbiko.svg#bikobold') format('svg'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'Calibre-Semibold'; src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Semibold.eot'); src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Semibold.eot?#iefix') format('embedded-opentype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Semibold.woff2') format('woff2'), url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Semibold.woff') format('woff'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Semibold.ttf') format('truetype'), url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Semibold.svg#bikolight') format('svg'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'Calibre-Regular'; src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Regular.eot'); src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Regular.eot?#iefix') format('embedded-opentype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Regular.woff2') format('woff2'), url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Regular.woff') format('woff'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Regular.ttf') format('truetype'), url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Regular.svg#bikolight') format('svg'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'Calibre-Bold'; src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Bold.eot'); src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Bold.eot?#iefix') format('embedded-opentype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Bold.woff2') format('woff2'), url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Bold.woff') format('woff'), url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Bold.ttf') format('truetype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Bold.svg#Calibre-Bold') format('svg'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'Calibre-Medium'; src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Medium.eot'); src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Medium.eot?#iefix') format('embedded-opentype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Medium.woff2') format('woff2'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Medium.woff') format('woff'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Medium.ttf') format('truetype'),  url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/Calibre-Medium.svg#Calibre-Medium') format('svg'); font-weight: normal; font-style: normal;}
*{ transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
body { margin: 0; padding-top:65px;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block;}
audio, canvas, progress, video { display: inline-block; vertical-align: baseline;}
audio:not([controls]) { display: none; height: 0;}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  outline:none;
}
a:active,
a:hover {
  outline:none;
  text-decoration:none;
}
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 {
  max-width:100%;
  height:auto;
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/glyphicons-halflings-regular.eot');
  src: url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -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:'Calibre-Regular', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color:#4f4948;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #fdbd5f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ec971f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
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;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.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: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          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: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 30px 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:40px;
  padding:6px 12px;
  font-size:14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ececec;
  background-image: none;
  border:2px solid #f5f1e8;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
/*select.form-control{ background:#fff;}*/
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}

.account-create .form-control {
  height: 48px;
  margin-bottom: 15px;
}

.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;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  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;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  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,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding:12px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform:uppercase;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #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 {
  background-color:#a7a4a3;
  border:medium none;
  color:#fff;
  font-family:'Calibre-Semibold';
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #302e2b;
  border:none;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  font-family:'Calibre-Semibold';
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  font-family:'Calibre-Semibold';
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.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: #5bc0de;
  border-color: #46b8da;
  font-family:'Calibre-Semibold';
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #fdbd5f;
  border:none;
  font-family:'Calibre-Semibold';
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.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;
  font-family:'Calibre-Semibold';
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.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: #337ab7;
  font-weight: normal;
  border-radius: 0;
  font-family:'Calibre-Semibold';
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
  background:#4f4847;
  border:none;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px 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: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li { display: table-cell; width: 1%;}
  .nav-tabs.nav-justified > li > a { margin-bottom: 0;}
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li { float: left;}
.nav-pills > li > a { border-radius: 4px;}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width:0;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin:7.5px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  border-right:1px solid #f5f1e8;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default{ margin-bottom:0px;}
.navbar-default .navbar-brand {
  color: #4f4948;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #a7a4a3;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #4f4948;
}
.navbar-default .navbar-nav > li > a {
  color: #4f4948;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #a7a4a3;
  background-color:#4f4847;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #e8a037;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color:#4f4847;
  color:#a7a4a3;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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:8px 15px;
  margin-bottom:0;
  list-style: none;
  background-color:#302d2b;
  border-radius:0;
  text-align:center;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #4f4847;
}
.breadcrumb > li a{
    color:#a7a4a3;
}
.breadcrumb > .active {
  color: #4f4847;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ec9720;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ec9720;
  border-color: #ec9720;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding:10px 14px;
  background-color: #fdbd5f;
  border:none;
  color:#ffffff;
  font-family:'bikobold';
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ec971f;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  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;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  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: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  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:#605957;
  border:none;
  border-radius:none;
  -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 {
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font:12px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em;
  color: inherit;
}
.panel-title > ahoverhover,
.panel-title > a:focus{ text-decoration:none; outline:none;}
.panel-title > a { color: inherit; width:100%; height:65px; text-align:center; outline:none; display:block; position:relative; background:#605957; padding:23px 0 0 0;}
.panel-title > a.collapsed{ background:#302d2b;}
.panel-title > a:after{background:url(http://dev.emizentech.com/loving/media/wysiwyg/nl_arrow.png) no-repeat center center; transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); content: ''; display:block; width:20px; height:20px; position:absolute; right:10px; top:50%; margin-top:-10px;}
.panel-title > a.collapsed:after{ transform:rotate(0); -moz-transform:rotate(0); -webkit-transform:rotate(0);}
.panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #dddddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
/*.panel-group {
  margin-bottom: 20px;
}
*/
.panel-group .panel {
  margin-bottom: 0;
  border-radius:0;
}
.panel-group .panel + .panel {
  margin-top:1px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color:#fff;
  background-color: #605957;
  border:none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #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: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  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: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: 'bikoregular', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  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: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -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;
  font-family: 'bikoregular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
         -o-transition: -o-transform 0.6s ease-in-out;
            transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.goright {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.goleft {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.goleft,
  .carousel-inner > .item.prev.goright,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.goleft {
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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.goright {
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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);
}
.txtgrad{ position:absolute; display:block; bottom:0; width:100%; height:200px; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.40) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}
.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: 20%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 20%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 11px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/lft_arrow.png) no-repeat;}
.carousel-control .icon-next{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/rgt_arrow.png) no-repeat;}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left:0;
  z-index: 15;
  width:100%;
  margin:0 auto!important;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width:10px;
  height:10px;
  margin:4px;
  text-indent: -999px;
  border:2px solid #ffffff;
  border-radius:10px;
  cursor:pointer;
  background-color:#000 \9;
  background-color:rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin:4px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom:50%;
  z-index: 10;
  padding:0;
  margin:0;
  color: #ffffff;
  text-align: center;
  transform:translateY(50%);
  -moz-transform:translateY(50%);
  -ms-transform:translateY(50%);
  -o-transform:translateY(50%);
  -webkit-transform:translateY(50%);
}
.carousel-caption .btn {
  text-shadow: none;
}

.fyourpass, #login-form .fyourpass{color:#a7a3a3; display:block; float:none !important; font-size:20px; letter-spacing:1px; text-align:left; font-weight:normal; font-style:italic; outline:none;}

.new_sliderbox{ position:relative;}
.new_sliderbox .bx-wrapper .bx-viewport { left:0; padding:0; min-height:240px!important; max-height:600px!important;}
.new_sliderbox .bx-wrapper .bx-viewport .item{ min-height:240px!important; max-height:600px!important;}
.new_sliderbox .main-slider li .item > img{ width:100%; height:auto;}
.new_sliderbox .bx-controls-direction{ display:none;}
.catalog-category-view .new_sliderbox .bx-controls-direction{ display:block;}
.new_sliderbox .bx-wrapper .bx-pager { display:block; left:50%; bottom:10px; width: auto; padding:0; transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%);}
.new_sliderbox .bx-wrapper .bx-pager.bx-default-pager a { background:transparent; border:2px solid #fff; border-radius: 5px; display: block; height: 10px; margin:0 11px 0 0; outline: 0 none; text-indent: -9999px; width: 10px;}
.new_sliderbox .bx-wrapper .bx-pager.bx-default-pager a.active { background:#fff;}
.new_sliderbox_caption{ position:absolute; left:15%; right:15%; bottom:auto; top:50%; transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); -webkit-transform:translateY(-50%); text-align:center;}
.catalog-category-view .new_sliderbox_caption span{ width:100%; display:block; padding-top:15px;}
.catalog-category-view .new_sliderbox_caption span a{ font:17px 'bikobold'; color:#fff; text-transform:uppercase; letter-spacing:0.1em; border:2px solid #fff; padding:7px 17px; display:inline-block; border-radius:5px;}
.new_sliderbox_caption p{ font:12px 'bikobold'; color:#fff; text-transform:uppercase; margin:0; padding:0 0 4px;}
.catalog-category-view .new_sliderbox_caption p{ padding:0 0 15px;}
.new_sliderbox_caption h3{ padding:0; margin:0; display:inline-block;}
.new_sliderbox_caption h3 a { border-bottom: 2px solid #fff; color: #fff; font: 21px/30px "bikoregular"; padding-bottom: 2px;}
.new_sliderbox_caption h3 a:hover, .new_sliderbox_caption h3 a:focus{ text-decoration:none; outline:none;}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left:30%;
    right:30%;
    padding-bottom: 30px;
  }
 .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}
#header{ padding:20px 0 10px; transition:none; -moz-transition:none; -ms-transition:none; -webkit-transition:none;}
#header.headertopfix{ position:fixed; height:65px; background:#fff; width:100%; z-index:19; left:0; top:0; transition:none; -moz-transition:none; -ms-transition:none; -webkit-transition:none;}
.logo{ margin:0 auto; text-align:center;}
.logo img{ max-width:100%; height:auto;}

ul.lftmenu{ clear:both; list-style:none; padding:0;}
ul.lftmenu li{ width:100%; border-bottom:1px solid #f5f1e8;}
ul.lftmenu li a{ color:#a7a4a3; padding:15px; display:block; font:17px 'Calibre-Semibold'; text-transform:uppercase;}
ul.lftmenu li a:hover{ text-decoration:none; color:#fdbd5f;}
ul.lftmenu li.lftsocial{ padding:15px 15px 10px; text-align:center; border:none;}
ul.lftmenu li.lftsocial a{ color:#a7a4a3; padding:0 15px; width:16px; height:16px; display:inline-block;}
ul.lftmenu li.lftsocial a:hover{ color:#4f4847; text-decoration:none; background-color:transparent; background-position:left bottom;}

.carousel-caption p{ text-transform:uppercase; font:12px 'bikobold'; letter-spacing:0.1em; margin-bottom:5px;}
.carousel-caption h3{font:18px 'bikoregular'; border-bottom:2px solid #fff; margin:0; padding:0; display:inline-block;}
.topsocial{ margin-top:3px;}
.topsocial a{ width:16px; height:16px; display:inline-block;}
.topsocial a:hover{ background-position:left bottom;}
.twit_icon{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/twitter.png) no-repeat;}
.fb_icon{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/fb.png) no-repeat;}
.igram_icon{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/insta.png) no-repeat;}
.mail_icon{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/mail_icon.png) no-repeat;}
.print_icon{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/print_icon.png) no-repeat;}
#cart_btn{ float:right;}
.menuicon{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/mobmenuicon.png) no-repeat left top; width:22px; height:18px; display:block; text-indent:-9999px; margin-top:4px;}
.menuicon:hover{ background-position:left bottom;}
.lftside_content .form-search{ position:relative;}
.searchin{ background:#ececec; overflow:hidden; padding-right:5px; border:none; box-shadow:none; height:46px; padding:0 40px 0 15px; color:#4f4948; width:100%; position:relative; z-index:4}
.lftside_content .searchinbtn{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/searchin.png) no-repeat center center; border:none; width:40px; height:46px; top:0; right:0; position:absolute; z-index:5}
.aboutus{ height:240px; overflow:hidden; padding:30px 0 0; position:relative;}
.aboutus > img{ position:absolute; left:0; top:0; min-width:100%;}
.aboutbox { text-align:center;}
.aboutbox p{ font:18px/21px 'bikoregular'; color:#fff; max-width:600px; padding:10px; margin:0 auto; margin-bottom:10px;}
.aboutbox .btn{ font:12px 'bikobold'; color:#fff; letter-spacing:0.1em;}
.favproduct .btn{ font:16px 'bikobold'; color:#fff; letter-spacing:0.1em;}
.explore{ background:#f7f7f7; padding:50px 0; color:#FFF;}

.midhead{ border-bottom: 2px solid #4f4948; text-transform:capitalize; font:17px 'bikobold'; text-align:center; color:#4f4948; display:inline-block; padding-bottom:1px;}
.favproduct{ padding:50px 0 80px;}
.subscribebox{ background:#fff; padding:20px 0;}
.subscribebox input,.subscribebox button{ width:100%;}
.subscribebox input{ color:#a7a4a3; background:#ececec; border:none;}
.subscribebox button{ padding:10px 0;}
.subsicon{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/subicon.png) no-repeat left center; padding-left:44px; letter-spacing:0.1em; font:14px/24px 'bikobold'; text-transform:uppercase; color:#fff; margin-bottom:10px;}

footer{ background:#4f4847; padding-top:35px; padding-bottom:35px;}
footer a{ font-size:12px; color:#a7a4a3;}
footer a:hover,footer a:focus{ color:#fff; text-decoration:none;}
footer h3{ font-size:12px; letter-spacing:0.1em; color:#fff; text-transform:uppercase; margin:0 0 5px; padding:0;}
footer ul{ margin:0; padding:0; list-style:none;}
footer ul li{ padding:2px 5% 2px 0;}
footer ul li a{ font-size:12px; color:#a7a4a3;}
footer ul li a:hover,footer ul li a:focus{ color:#fff; text-decoration:none;}
footer ul.footsocial{ margin-top:20px;}
footer ul.productslist li{ float:left; width:50%;}
footer .acobox{ padding-top:30px;}
footer .flogo { margin-bottom:35px; color:#fff; font-size:12px; font:12px 'Calibre-Semibold';}
footer .flogo ul li{ float:left;}

.carousel-caption a,.proheading a.headbtn{ background:none; border:2px solid #fff; border-radius:5px; color:#fff; display:inline-block; font:12px "bikobold"; letter-spacing:0.1em; margin-top:10px; outline:none; padding:10px 15px; text-align:center; text-transform:uppercase;}
.carousel-caption a:hover,.carousel-caption a:focus,.proheading a.headbtn:hover, .proheading a.headbtn:focus{ border:2px solid #fdbd5f; background:#fdbd5f; text-decoration:none;}
.mainpart{ padding:40px 0 80px;}
.sidebar{ background:#4f4847; padding:20px 10px 20px 20px; border-radius:5px; max-width:195px;}
.sidebar ul{ list-style:none; margin:0; padding:0;}
.sidebar ul li a{ color:#fff; text-decoration:none; line-height:40px; font-size:14px;}
.sidebar ul li a:hover, .sidebar ul li a:active, .sidebar ul li.active a{ color:#fdbd5f; text-decoration:none;}
.sidebar ul li.active ul li a{ color:#fff;}
.sidebar ul li.active ul li.active a{ color:#fdbd5f; text-decoration:none;}
.prolist_new{ margin:0 15px;}
.probox{ text-align:center; margin-bottom:25px; border-bottom:1px solid #ececec;}
.probox .caption p{ color:#a7a3a3; font-size:14px;}
.probox .caption h3{ font:17px 'Calibre-Semibold'; color:#302d2b; margin:0; padding:20px 0;}
.probox .caption a{ font:17px 'Calibre-Semibold'; color:#302d2b;}
.probox .options{ padding:20px 20px 0 20px;}
.probox .options select{ width:70%; float:left;}
.probox .options input{ width:20%; float:right;}
.probox .options p{ clear:both;}
.probox .options .btn{ text-transform:uppercase; letter-spacing:0.1em; font:12px 'bikobold'; display:block; margin-top:20px; width:100%;}
.productimg{ background:#ececec; position:relative; text-align:center; display:inline-block; margin:0 auto;}
.productimg i{color:#fff; position:absolute; top:10px; right:10px; font-size:17px;}
.productimg i.selected{ color:#fdbd5f;}
.luvju{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/luvju.jpg) no-repeat center center;}
.proheading{ height:355px;}
.proheaddetail{ margin:0 auto; max-width:420px; padding:100px 10px 0; text-align:center;}
.proheaddetail{ font-size:16px; color:#fff;}
.proheaddetail h3{ font:21px 'bikobold'; border-bottom:2px solid #fff; display:inline-block; padding-bottom:4px; margin-bottom:0;}
.proheading .modal-content{ border-radius:0px; height:auto; padding-bottom:20px; overflow:hidden;}
.proheading .modeldetail{ width:100%;}
.proheading .modal-content figure{ margin:0 -15px;}
.proheading .modal-content figure img{ width:100%; height:auto;}
.proheading .modal-content h3{ font-size:24px; color:#4f4847; width:68%; margin-top:0px;}
.proheading .modeldetail h4{ font:15px 'bikobold'; color:#fdbd5f; letter-spacing:0.1em;}
.proheading .modeldetail a{ color:#a7a3a3; border-bottom:2px solid #a7a3a3; text-transform:uppercase; font:12px 'bikobold'; letter-spacing:0.1em; padding-bottom:4px;}
.proheading .close { position:absolute; right:20px; top:0; font:50px 'bikoregular';}

.ele_slider{ position:relative;}
.elbox{ margin-top:60px;}
.elbox .product_img{ max-width:260px; width:100%; width:260px; height:260px; overflow:hidden; margin:0 auto;}
.elbox .product_img img{ margin:0 auto; width:100%; height:100%;}
.elbox .product_desc{ text-align:center; font-size:16px; position:absolute; z-index:2; top:50%; left:50%; -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width:60%;}
.elbox .product_desc h4{ font:12px 'bikobold'; color:#fff; margin:0; text-transform:uppercase;}
.elbox .product_desc h3{ font:21px 'bikoregular'; color:#fff; margin:0;}
.elbox a { color:#fff; outline:none;}
.elbox a:hover, .elbox a:focus { color:#fdbe60; text-decoration:none;}
.elbox a:hover h4, .elbox a:focus h4 { color:#fdbe60; text-decoration:none;}
.elbox a:hover h3, .elbox a:focus h3{ color:#fdbe60; text-decoration:none;}

.fpbox{ margin-top:60px;}
.fpbox .fp_slider{ width:260px; margin:0 auto;}
.fp_slider .product_img{ background:#ececec; max-width:260px; width:100%; width:260px; height:260px; border-radius:5px; overflow:hidden; display:table-cell; vertical-align:middle;}
.fp_slider .product_img img{ margin:0 auto;}
.fp_slider .product_desc{ display:block; text-align:center; padding-top:10px; font-size:16px;}
.fp_slider a { color:#4f4948; outline:none;}
.fp_slider a:hover, .fp_slider a:focus { color:#fdbe60; text-decoration:none;}

.upsellpro{ margin-top:60px;}
.upsellpro .us_slider{ width:260px; margin:0 auto;}
.us_slider .product_img{ background:#ececec; max-width:260px; width:100%; width:260px; height:260px; border-radius:5px; overflow:hidden; display:table-cell; vertical-align:middle;}
.us_slider .product_img img{ margin:0 auto;}
.us_slider .product_desc{ display:block; text-align:center; padding-top:10px; font-size:16px;}
.us_slider a { color:#4f4948; outline:none;}
.us_slider a:hover, .us_slider a:focus { color:#fdbe60; text-decoration:none;}

.otbbox{ margin-top:60px;}
.otb_slider.noinfo { margin: 0 auto; width:270px; max-height:348px;}
.otb_slider{ background:#fff; position:relative; border-radius:5px; overflow:hidden; margin:0 15px; width:auto;}
.otb_slider .product_img{ position:relative; float:left; max-width:348px; width:100%;}
.otb_slider .product_img img{ position:relative; max-width:100%; height:auto; padding:6px; z-index:3; opacity:0.6;}
.otb_slider:hover .product_img img{ opacity:1;}
.otb_slider .product_img:before{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
 width:calc(100% - 12px); height:calc(100% - 12px); position:absolute; display:block; top:6px; left:6px; z-index:1;}
.otb_slider h2{ font:12px 'bikoregular'; color:#fff; position:absolute; left:50%; top:50%; border-bottom:2px solid #fff; z-index:4; margin:0; padding:0 0 10px; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}
.otb_slider a{ color:#fff; text-decoration:none;}
.otb_slider a:hover{ text-decoration:none;}

.rrbbox{ background:#fef5e7; padding:60px 0;}
.recipebox{ background:#fff; border-radius:5px 5px 0 0; min-height:auto; margin-bottom:20px; overflow:hidden;}
.recipebox .recipeimg{ height:140px; overflow:hidden;}
.recipebox .recipeimg img{ width:100%; height:auto; min-height:140px;}
.recipebox .recipecaption{ padding:20px;}
.recipebox .recipecaption h4{ font:12px 'bikobold'; color:#fdbe60; text-transform:uppercase; letter-spacing:0.1em; margin:0; padding:0 0 5px;}
.recipebox .recipecaption h2{ font-size:16px; color:#4f4948; margin:0; padding:0 0 10px; min-height:50px; font-weight:normal;}
.recipebox .recipecaption p{ font-size:12px; color:#a7a4a3; margin:0; padding:0;}
.blogbox{ background:#fff; border-radius:5px 5px 0 0; min-height:270px; overflow:hidden;}
.blogbox .blogimg{ height:140px; overflow:hidden;}
.blogbox .blogimg img{ max-width:100%; height:auto; min-height:140px;}
.blogbox .blogcaption{ padding:20px;}
.blogbox .blogcaption h4{ font:12px 'bikobold'; color:#fdbe60; text-transform:uppercase; letter-spacing:0.1em; margin:0; padding:0 0 5px;}
.blogbox .blogcaption h2{ font-size:16px; color:#4f4948; margin:0; padding:0 0 10px; min-height:50px;}
.blogbox .blogcaption p{ font-size:12px; color:#a7a4a3; margin:0; padding:0;}
.reviewbox{ background:#fff; padding:20px 30px; border-radius:5px; min-height:270px;}
.reviewhead{ color:#fdbe60; text-align:center; font:12px/32px 'bikobold'; height:50px; text-transform:uppercase; letter-spacing:0.1em;}
.reviewbox .slick-slider { margin-bottom:0;}
.reviewbox .slick-prev { top: -45px; left:0;}
.reviewbox .slick-next { top: -45px; right:0;}
.reviewbox .slick-slide { font-size:16px; color:#4f4847; text-align:center; padding:0 8px;}
.reviewbox .slick-slide p{ font:12px 'bikobold'; color:#a7a3a3; display:block; margin-top:10px; text-transform:uppercase; letter-spacing:0.1em;}
.igrambox{ padding:60px 0;}

.itabbox{ background:#4f4847; color:#fff;}
.proinfotab h3{ font-size:24px; color:#fff;}
.proinfotab h4{ font:14px 'bikobold'; color:#fdbd5f; text-transform:uppercase; letter-spacing:0.1em;}
.proinfotab p{ color:#fff; line-height:20px; font-size:14px;}
.proinfotab a{ font:12px 'bikoregular'; color:#a7a3a3;}
.proinfotab a.moreinfodesc{ font:14px 'Calibre-Semibold'; color:#4f4847; display:inline-block; padding:5px 10px; background:#fff; margin-bottom:10px; margin-right:5px; text-transform:uppercase;}
.proinfotab a.moreinfodesc:hover, .proinfotab a.moreinfodesc:focus{ text-decoration:none;}
ul.orangetick{ list-style:none; margin:10px 0 20px; padding:20px 0; border-bottom:1px solid #605b5a; border-top:1px solid #605b5a;}
ul.orangetick li{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/orange_tick.png) no-repeat left center; padding-left:42px; font:21px 'Calibre-Medium'; color:#fdbd5f; margin-bottom:5px;}
.proinfotab .ingradbx{ font-size:16px; color:#a7a3a3;}
.proinfotab .ingradbx span{ color:#fff; font:14px 'Calibre-Semibold';  display:block; padding-bottom:10px; text-transform:uppercase;}

.prodetailbox{ padding:30px 0 20px;}
.prodetailbox .prodetailimg{ background:#ececec; border-radius:10px; min-height:230px; width:290px; margin:0 auto 40px;}
.prodetailbox .carousel-control.goright, .prodetailbox .carousel-control.goleft { background-image:none;}
.prodetailbox .carousel-control .icon-next { background-image:url("https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/proimgrgt.png");margin-right:5px;}
.prodetailbox .carousel-control .icon-prev { background-image:url("https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/proimglft.png");margin-left:25px;}
.prodetailbox .carousel-control { text-align: center; width:30px;}
.prodetailbox .carousel-indicators .active { background-color: #a7a3a3;}
.prodetailbox .carousel-indicators li { border: 2px solid #a7a3a3;}
.prodetailbox .carousel-inner > .item a{ display:block; height:230px; line-height:230px; vertical-align:middle; text-align:center;}
.prodetailbox .carousel-inner > .item img{ margin:0 auto; display:inline-block;}
.prodetailbox .carousel-indicators { bottom:-35px; left: 0; margin: 0 !important; text-align:center; width:100%;}
/*.prodetailbox .pro_content{ border-bottom:1px solid #f5f1e8; padding-bottom:20px;}*/
.prodetailbox .prohead{ font:21px 'bikobold'; color:#000000; margin:0; padding:0 0 25px;}
.prodetailbox .prodesc{ font-size:17px; color:#302d2b; text-transform:inherit; letter-spacing:0.03em;}
.prosocial a{ width:16px; height:16px; display:inline-block;}
.profrl{ border-bottom:1px solid #f5f1e8; padding-top:20px; padding-bottom:20px;}
.profrl a{ padding-left:35px; font:12px 'bikobold'; color:#4f4847; text-transform:uppercase; letter-spacing:0.1em; display:block; outline:none;}
.profrl a span{ color:#a7a3a3; display:block;}
.profrl a:hover, .prodetailbox .profrl a:focus{ text-decoration:none;}
.linkrev{ float:left; width:49%;}
.linkrev a{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/pdrev.png) no-repeat left center; padding-top:5px; padding-bottom:5px; min-height:30px;}
.linkfav{ float:right; width:49%;}
.linkfav a{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/pdfav.png) no-repeat left center; padding-top:5px; padding-bottom:5px; min-height:30px;}
.linklike{ float:left; width:42%;}
.linklike a{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/pdlik.png) no-repeat left center; padding-top:5px; padding-bottom:5px; min-height:30px;}
.prodetailbox .procart{ border-bottom:1px solid #f5f1e8; padding-top:20px; padding-bottom:20px;}
.prodetailbox .procart:after,.prodetailbox .profrl:after{ content:''; display:block; clear:both;}
.prodetailbox .procart select{ width:195px; float:left; height:40px;}
.prodetailbox .procart input{ width:45px; float:right; height:40px; margin-left:20px;}
.prodetailbox .procart a{ width:100%; float:right; height:40px; margin-top:20px;}

#side_menubox{ position:fixed; height:100%; z-index:9999; top:0;}
#side_menubox .blackwall{ background-color:rgba(0, 0, 0, 0.5); cursor:pointer; height:100%; left:0; position:fixed; top: 0; width:100%; z-index:99998;}
#side_menubox .blackwall.blackwallout { background-color: rgba(0, 0, 0, 0);}
#side_menubox .blackwall.blackwallout .hide { display:none;}
#side_menubox .side_menu{ background:#fff; height: 100%; left: 100%; overflow-x: hidden; overflow-y: auto; padding-top:85px; position: fixed; top: 0; transition:transform 0.6s ease 0s; -moz-transition:-moz-transform 0.6s ease 0s; -webkit-transition:-webkit-transform 0.6s ease 0s; -ms-transition:-ms-transform 0.6s ease 0s; width:100%; z-index:99999; padding-left:30px; padding-right:30px;}
#side_menubox form{ position:relative; display:block; overflow:hidden; z-index:99999;}
.side_menu.side_menuin{ transform:translateX(-100%); -moz-transform:translateX(-100%); -ms-transform:translateX(-100%); -o-transform:translateX(-100%); -webkit-transform:translateX(-100%);}
.side_menu .closesidemenu{ position:absolute; left:30px; top:30px; width:calc(100% - 60px);}
.side_menu .closesidemenu a{ color:#fdbd5f; font:15px 'bikobold'; float:left; text-transform:uppercase;}
.side_menu .account-create .page-title,.side_menu .sidelogin .page-title{ border:none;}
.side_menu .account-create .page-title h1,.side_menu .sidelogin .page-title h1{ font:29px 'bikoregular'; color:#4f4948;}
.side_menu .account-create input, .side_menu .sidelogin input, .side_menu .sidelogin select, .side_menu .account-create select{ height:56px; overflow:hidden; z-index:999999;}
.side_menu .account-create .btn-warning,.side_menu .sidelogin .btn-warning { height: 56px; margin-top: 15px; width: 100%; text-transform:uppercase;}
.side_menu .account-create .btn-default,.side_menu .sidelogin .btn-default { width:100%; display: block; margin-top: 15px; text-transform:uppercase; margin-bottom:15px;}
.side_menu .name-firstname { float: left; width:100%; margin-bottom:15px;}
.side_menu .name-lastname { float: right; width:100%;}
.side_menu .customer-name:after{ clear:both; content:''; display:block;}

#side_menubox_cart{ position:fixed; height:120px; z-index:9999; top:0;}
#side_menubox_cart .blackwall{ background-color:rgba(0, 0, 0, 0.5); cursor:pointer; height:402px; left:0; position:fixed; top: 0; width:100%; z-index:99998; display:none;}
#side_menubox_cart .blackwall.blackwallout { background-color: rgba(0, 0, 0, 0);}
#side_menubox_cart .blackwall.blackwallout .hide { display:none;}
#side_menubox_cart form{ position:relative; display:block; overflow:hidden; z-index:99999;}
#side_menubox_cart .side_menu_cart{ background:#fff; border-top:1px solid #ececec; border-bottom:1px solid #ececec; height:120px; overflow-x: hidden; overflow-y:auto; position:fixed; top:-337px; right:0; transition:transform 0.6s ease 0s; -moz-transition:-moz-transform 0.6s ease 0s; -webkit-transition:-webkit-transform 0.6s ease 0s; -ms-transition:-ms-transform 0.6s ease 0s; width:100%; z-index:99999; padding-top:20px; padding-left:30px; padding-right:30px;}
.side_menu_cart.side_menuin{ transform:translateY(400px); -moz-transform:translateY(400px); -ms-transform:translateY(400px); -o-transform:translateY(400px); -webkit-transform:translateY(400px);}
.side_menu_cart .account-create .page-title,.side_menu_cart .sidelogin .page-title{ border:none;}
.side_menu_cart .account-create .page-title h1,.side_menu_cart .sidelogin .page-title h1{ font:30px 'bikoregular'; color:#4f4948;}
.side_menu_cart .account-create input,.side_menu_cart .sidelogin input{ height:56px; overflow:hidden; z-index:999999;}
.side_menu_cart .account-create .btn-warning,.side_menu_cart .sidelogin .btn-warning { height: 56px; margin-top: 15px; width: 100%; text-transform:uppercase;}
.side_menu_cart .account-create .btn-default,.side_menu_cart .sidelogin .btn-default { width:100%; display: block; margin-top: 15px; text-transform:uppercase;}
.side_menu_cart .field.name-firstname { float: left; width:48%;}
.side_menu_cart .field.name-lastname { float: right; width:48%;}
.side_menu_cart .customer-name:after{ clear:both; content:''; display:block;}
.side_menu_cart .success-msg{ font-size:17px !important; font-weight: normal !important; font-family:'bikoregular'; font-style:italic; text-align:center; background:none!important; border:0px!important; color:#fdbd5f; padding:0!important;}
.side_menu_cart .col-xs-12{ text-align:center;}
.sharing-links > li { display: inline;}
.catalog-product-view .more-views {padding-top: 115px;}
.cms-index-index #carousel-example-generic .carousel-inner .item.left, #carousel-example-generic .carousel-inner .item.right, .category-recipes .carousel-inner .item.right, .category-recipes .carousel-inner .item.left, .cms-recipe .carousel-inner .item.right, .cms-recipe .carousel-inner .item.left, .cms-our-growers .carousel-inner .item.right, .cms-our-growers .carousel-inner .item.left, .cms-about .carousel-inner .item.right, .cms-about .carousel-inner .item.left, .wordpress-index-index .carousel-inner .item.right, .wordpress-index-index .carousel-inner .item.left{ float:none!important;}
.cms-index-index #carousel-example-generic .carousel-inner .item img, .is-blog #carousel-example-generic .carousel-inner .item img, .category-recipes #carousel-example-generic .carousel-inner .item img, .cms-recipe #carousel-example-generic .carousel-inner .item img, .cms-our-growers #carousel-example-generic .carousel-inner .item img, .cms-about #carousel-example-generic .carousel-inner .item img, .wordpress-index-index #carousel-example-generic .carousel-inner .item img{ width:100%; height:100%;}

#lft_menubox{ position:fixed; height:100%; z-index:9999; top:0;}
#lft_menubox .lftblackwall{ background-color:rgba(0, 0, 0, 0.5); cursor:pointer; height:100%; left:0; position:fixed; top: 0; width:100%; z-index:99998;}
#lft_menubox .lftblackwall.lftblackwallout { background-color: rgba(0, 0, 0, 0);}
#lft_menubox .lftblackwall.lftblackwallout .hide { display:none;}
#lft_menubox form{ position:relative; display:block; overflow:hidden; z-index:99999;}
#lft_menubox .lftside_menu{ background:#fff; height: 100%; left:-100%; overflow-x:hidden; overflow-y:auto; padding-top:85px; position:fixed; top: 0; transition:transform 0.6s ease 0s; -moz-transition:-moz-transform 0.6s ease 0s; -webkit-transition:-webkit-transform 0.6s ease 0s; -ms-transition:-ms-transform 0.6s ease 0s; width:100%; z-index:99999;}
.lftside_menu.lftside_menuin{ transform:translateX(100%); -moz-transform:translateX(100%); -ms-transform:translateX(100%); -o-transform:translateX(100%); -webkit-transform:translateX(100%);}
.lftside_menu .lftclosesidemenu{ position:absolute; left:20px; top:20px;}
.lftside_menu .lftclosesidemenu a{background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/menuclose.png) no-repeat; width:19px; height:19px; display:block;}

.instahead{ padding-left:27px; font:12px 'bikobold'; color:#a7a3a3; text-transform:uppercase; letter-spacing:0.1em; position:relative;}
.instahead i{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/insta.png) no-repeat left 2px; margin-left:-27px; margin-top:-1px; width:17px; height:17px; display:block; float:left;}
.instahead span{ color:#fdbe60;}

.ocpbox{ background:#fef5e7; padding:60px 0;}
.ocphead { font:12px 'bikobold'; color:#4f4948; text-transform:uppercase; text-align:center; letter-spacing:0.1em; margin-bottom:60px;}
.ocpro{ background:#fff; padding:20px; border-radius:5px;}
.ocproimg{ background:#ececec; position:relative; border-radius:5px; overflow:hidden; text-align:center;}
.ocpro .caption h3{ font-size:14px; color:#4f4948; margin-top:18px; margin-bottom:18px;}
.ocpro .caption a{ font-size:14px; color:#4f4948;}
.ocpro .caption a:hover{ color:#fdbd5f; text-decoration:none;}
.ocpro .options select{ width:100%;}
.ocpro .options input{ width:30%; float:left; display:block; margin-top:15px;}
.ocpro .options .btn{ float:right; width:62%; text-transform:uppercase; height:40px; letter-spacing:0.1em; font:12px 'bikobold'; display:block; margin-top:15px;}

.chqtable{ border-top:1px solid #f5f1e8;}
.chqtable .row{ padding-top:5px; padding-bottom:5px; border-bottom:1px solid #f5f1e8;}
.chqtable .row .col-xs-6 > .row{ padding-top:0; padding-bottom:0; border-bottom:none;}
.chqtable .citemfr{ padding-top:0; padding-bottom:0; top:0; border-bottom:none; clear:both;}
.chqtable .citemremov { position: absolute; right:16px; top:0; z-index:50;}
.chqtable .citemfav { font:12px 'bikobold'; color:#fdbd5f; text-transform:uppercase; letter-spacing:0.1em;}
.chqtable .citemfav img{ float:left; margin:4px 10px 0 0;}
.chqtable .chqimg{ background:#ececec; border-radius:0; width:100%; min-height:130px; line-height:130px; text-align:center;}
.chqtable .chqimg img{ max-width:100%;}
.chqtable .product-name{ margin-bottom:15px; padding-right:15px;}
.chqtable .product-name a{ font:17px 'Calibre-Medium'; color:#4f4948;}
.chqtable .product-name a:hover, .chqtable .product-name a:focus{ color:#fdbd5f; text-decoration:none;}
.chqtable .gram_qty{ font-size:17px; color:#a7a4a3;}
.chqtable .item-options dd{ font-size:16px; color:#a7a4a3; margin:0; padding:0;}
.chqtable .orig_price .price{ font-size:17px; color:#a7a4a3; margin:0; padding:0;}
.chqtable .sub_price .price{ font:17px 'Calibre-Medium'; color:#4f4948; margin:0; padding:0;}
.chqtable .sub_price{ padding-top:10px;}
.chqtable .mctotal { padding-top:20px; padding-right:48px;}
.chqtable #coupon_code{ text-align:center;}

.revtable{ border-top:1px solid #f5f1e8; font-size:17px; color:#4f4948}
.revtable .row{ padding-top:15px; padding-bottom:15px; border-bottom:1px solid #f5f1e8;}
.revtable .citemfr{ padding-top:0; padding-bottom:0; position:relative; top:-25px; border-bottom:none; clear:both;}
.revtable .citemremov { font:12px 'bikobold'; color:#a7a3a3; text-transform:uppercase; letter-spacing:0.1em; float:right;}
.revtable .citemremov img{ float:right; margin:6px 0 0 10px;}
.revtable .citemfav { font:12px 'bikobold'; color:#fdbd5f; text-transform:uppercase; letter-spacing:0.1em;}
.revtable .citemfav img{ float:left; margin:4px 10px 0 0;}
.revtable .revimg{ background:#ececec; border-radius:5px; width:100%; min-height:133px; line-height:133px; text-align:center;}
.revtable .product-name{ margin-bottom:0; font-size:17px; color:#4f4948!important; font-weight:normal!important;}
.revtable .product-name span{ display:block; color:#a7a4a3!important; padding-top:10px;}
.revtable .item-options dd{ font-size:17px; color:#a7a4a3; margin:0; padding:0;}
.revtable .orig_price .price{ font-size:17px; color:#4f4948; margin:0; padding:0;}
.revtable .sub_price .price{ font:17px 'Calibre-Bold'; color:#4f4948; margin:0; padding:0;}

.porderbox{ padding-top:20px; padding-bottom:10px;}
.porderbox .proderdate{ font:15px/22px 'Calibre-Semibold'; color:#a7a4a3; text-transform:uppercase; letter-spacing:0.05em; padding-bottom:15px; border-bottom:1px solid #f5f1e8;}
.porderbox .pordername{ font:15px 'Calibre-Medium'; color:#4f4948; letter-spacing:0.05em; padding-bottom:15px;}
.porderbox .gramprice{ padding-bottom:15px; font-size:15px; color:#a7a4a3;}
.porderbox .qtyamtbx{ font-size:15px; color:#4f4948;}
.porderbox .qtyamtbx .price{ font-family:'Calibre-Medium';}
.pordertable > .row{ padding-top:15px; padding-bottom:15px; border-bottom:1px solid #f5f1e8;}
.pordertable .porderimg{ background:#ececec; width:100%; min-height:133px; line-height:133px; text-align:center;}
.pordertable .item-options{ color:#a7a4a3;}
.porderdetail{ padding-top:20px; padding-bottom:20px; font:15px 'Calibre-Medium'; color:#a7a3a3;}
.porderdetail .porderhead{ color:#4f4948;}
.porderdetail .porderdet{ font:15px 'Calibre-Regular'; padding-bottom:20px;}
.porderdetail .tprice{color:#4f4948; margin-bottom:15px;}
.porderdetail .tname{margin-bottom:15px; clear:both;}
.porderdetail .sdetails{ border-bottom:1px solid #f5f1e8; margin-bottom:20px;}
.link-reorder{ border-top:1px solid #f5f1e8; border-bottom:1px solid #f5f1e8; padding-top:30px; padding-bottom:30px;}
.link-reorder .btn-warning{ width:100%; text-transform:uppercase;}

.mtotalbox .btn.btn-warning{ width:100%;}
.macfavhead{ padding-bottom:20px; border-bottom:1px solid #f5f1e8; margin:60px 0 30px;}
.macfavhead h2{ margin:0; padding:0; font-size:24px; color:#4f4948; }
.mtotalbox{ padding-top:20px!important; padding-bottom:20px!important; border-bottom:1px solid #f5f1e8;}
.mtotalbox .tname{ color:#a7a3a3; font:17px 'Calibre-Medium';}
.mtotalbox .tprice{ color:#4f4948; font:17px 'Calibre-Medium';}
.mtotalbox button{ height:40px; padding:9px 15px;}
.cartbtnset button{ width:100%; margin:10px 0;}
#checkoutSteps input[type="radio"],#checkoutSteps input[type="checkbox"]{ float:left; margin-right:5px;}
#checkoutSteps .buttons-set{ border:none;}
a.backtobtn{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/back_arrow.png) no-repeat right center; padding-right:15px; font:12px 'bikobold'; color:#a7a3a3; text-transform:uppercase; letter-spacing:0.1em;}
.coutpage-title{ padding:50px 0;}
.coutpage-title:after{ content:''; display:block; clear:both;}
.coutpage-title h1{ font-size:24px; margin:0; padding:0; color:#fdbd5f; float:left;}
.coutpage-title a{ float:right;}

#checkout-review-submit { border-top:1px solid #f5f1e8; padding-top:30px; clear:both;}
#checkout-review-submit .btn-warning{ width:100%;}
#checkout-step-shipping_method{ border-top:1px solid #f5f1e8; border-bottom:1px solid #f5f1e8; margin:15px 0; padding-bottom:15px; padding-top:15px;}
#discount-coupon-form .btn-warning{ height:40px; padding:10px 12px;}
#opc-billing .row{ margin-bottom:10px;}
#opc-shipping .row{ margin-bottom:10px;}

.countrysel select, .address-select{ background-color:#fff; background-image: none; border: 2px solid #f5f1e8; border-radius: 4px; color: #555555; display: block; font-size: 14px; height: 40px; line-height: 1.42857; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%;}
.customer-name,.customer-name-prefix,.name-prefix #prefix{ margin-bottom:15px;}

.reviewdetail{ padding-top:20px; padding-bottom:40px; font:17px 'Calibre-Medium'; color:#a7a3a3;}
.reviewdetail .spnhead{ color:#4f4948;}
.reviewdetail .spndet{ font:16px 'bikoregular'; padding-bottom:15px;}
.reviewdetail .tprice{color:#4f4948; margin-bottom:25px;}
.reviewdetail .tname{margin-bottom:25px; clear:both;}

.csteptop{ background:#302d2b; padding:10px 0;}
.cstephead{ font-size:14px; color:#fff; letter-spacing:0.05em; text-align:center;}
.csteptop ul{ list-style:none; margin:0; padding:0; text-align:center;}
.csteptop ul li{ display:inline-block; text-align:center; font-size:14px; color:#4f4847; text-transform:capitalize;}
.csteptop ul li a{ font-size:14px; color:#4f4847; letter-spacing:0.05em;}
.csteptop ul li a:hover,.csteptop ul li a:focus{ text-decoration:none; color:#a7a3a2;}
.csteptop ul li.active a{ color:#a7a3a2;}

.sbbaskethead{ font:14px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; color:#4f4948; padding-top:8px; margin-bottom:20px;}
.sbcoutbtn{ width:100%; height:40px; padding:8px; margin-bottom:30px;}
.sbcempty {font:12px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; color:#4f4948; padding-top:8px; margin-bottom:20px;}
.qycaccount ,.qyclogin{ margin-bottom:15px;}
.qycaccount a,.qyclogin a{ display:block;}

.sbcartlist{ border-bottom:1px solid #f5f1e8; padding-bottom:20px; padding-top:20px; position:relative;}
.sbcartlist .sbproimg{ background:#ececec; border-radius:5px; width:100%; height: auto; min-height:130px; text-align:center; line-height:130px;}
.sbcartlist .sbproimg a{line-height:130px; outline:none;}
.sbcartlist .sbproimg a img{ max-width:100%; height:auto; padding:10px;}
.sbcartlist .sbcremove{ position:absolute; right:0; top:0;}
.sbcartlist .sbcproname{ font-size:14px; color:#4f4948; min-height:90px; padding-bottom:10px;}
.sbcartlist .sbcproname a{ font-size:14px; color:#4f4948;}
.sbcartlist .sbcproname a:hover,.sbcartlist .sbcproname a:focus{ text-decoration:none;}
.sbcartlist .sbcqty{ float:left; width:44px;}
.sbcartlist .sbcprice{ float:right; text-align:right; padding-top:8px;}
.sbcartlist .sbcprice .price{ font-size:14px; color:#4f4948;}

.maccsec{ background:#4f4847;}
.maccsec .macc-title{ color:#fff; font-size:24px; padding:50px 0;}
.maccsec .maccsec-content{}
.maccsec .maccsec-content ul li{ float:left; position:relative; font-size:14px; color:#a7a3a3; padding:10px; margin-right:1px;}
.maccsec .maccsec-content ul li:after{ content:'';position:absolute; border-right:1px solid #706a67; height:20px; right:-1px; top:11px;}
.maccsec .maccsec-content ul li.current, .maccsec .maccsec-content ul li:hover{ background-color:#fff; color:#4f4847; border-radius:5px 5px 0 0;}
.maccsec .maccsec-content ul li.current:after,.maccsec .maccsec-content ul li:hover::after{ border:none;}
.maccsec .maccsec-content ul li.last{ margin-right:0;}
.maccsec .maccsec-content ul li.last:after{ border:none;}
.maccsec .maccsec-content ul li a{ float:left; font-size:14px; color:#a7a3a3;}
.maccsec .maccsec-content ul li:hover a{ text-decoration:none; color:#4f4847;}

.dashboard{ padding-top:20px; padding-bottom:20px;}
.dashboard .dbhead{ border-bottom:none; padding-bottom:20px; margin-bottom:0;}
.dashboard .dbhead:after{ content:''; display:block; clear:both;}
.dashboard .dbhead h2{ font:17px 'bikobold'; color:#302d2b; text-transform:capitalize; letter-spacing:0.05em; margin:0; padding:0;}
.dbhead_btn { border-bottom: 1px solid #f5f1e8; padding-bottom: 20px; padding-top: 20px;}
.dbhead_btn .btn{ width:100%;}
.addlistbtn{ border-bottom:1px solid #f5f1e8; padding-bottom:20px; margin-bottom:20px;}
.addlistbtn .btn{ width:100%;}
.acdetbox { padding-bottom:30px; border-bottom:1px solid #f5f1e8; margin-bottom:20px;}
.acdetbox .btn{ width:100%;}
.soptionbox ul{ list-style:none; margin:0 0 20px; padding:0; border-bottom:1px solid #ececec;}
.soptionbox ul li{ margin-bottom:12px; font-size:16px; color:#a7a3a3;}
.soptionbox ul li img{ float:left; margin:3px 8px 0 0;}
.dbcolorlink a{ font:12px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; color:#a7a3a3;}
.dbcolorlink a span{color:#fdbd5f;}
.addresslist{ list-style:none; margin:0; padding:0;}
.addresslist li h4{ font:15px 'Calibre-Semibold'; color:#fdbd5f; letter-spacing:0.1em; margin:0; padding:0 0 10px; text-transform:uppercase;}
.addresslist li address{ font-size:15px; color:#4f4948; line-height:18px; padding-bottom:10px}

.side_content{ position:relative;}
.account-create.achide{ transform: translate(200%); -moz-transform: translate(200%); -webkit-transform: translate(200%); -ms-transform: translate(200%); -o-transform: translate(200%);}
.sidelogin{ position:absolute; top:-25px; width:100%;}
.sidelogin.slhide{transform:translate(-200%); -moz-transform: translate(-200%); -webkit-transform: translate(-200%); -ms-transform: translate(-200%); -o-transform: translate(-200%);}

.sideforgot{ position:absolute; top:-25px; width:100%;}
.sideforgot.sfhide{ transform:translateX(-200%); -moz-transform: translateX(-200%); -webkit-transform: translateX(-200%); -ms-transform: translateX(-200%); -o-transform: translateX(-200%);}



.sbusername{ font:24px 'bikoregular'; color:#4f4948;}
.sbuserimg{ text-align:right;}
.user-login-link { padding-top:40px; padding-bottom:40px;}
.user-login-link ul{ margin:0; padding:0; list-style:none; border-top:1px solid #f5f1e8;}
.user-login-link ul li{ border-bottom:1px solid #f5f1e8; font-size:14px; color:#a7a4a3;}
.user-login-link ul li a{ font-size:14px; color:#a7a4a3; padding:10px 0; display:block;}
.user-login-link ul li a:hover{ text-decoration:none; color:#fdbd5f;}
.lftradiochk{ float:left; margin-right:8px!important;}
.cinfo_form{ border-bottom:1px solid #f5f1e8; padding:10px 0 30px; margin-bottom:30px;}
.addinfo select{ background-color:#fff; background-image: none; border: 2px solid #f5f1e8; border-radius: 4px; color: #555555; display: block; font-size: 14px; height: 40px; line-height: 1.42857; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%;}

.le-social-button-login .btn{ width:100%; margin-bottom:15px; border:none; color:#fff; text-transform:uppercase; font-size:16px; outline:none; padding-left:45px; text-align:left;}
.le-social-button-login .btn:hover,.le-social-button-login .btn:focus{ outline:none;}

.btn-facebook { background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/facebookicon.png) no-repeat 10px center #3b579d; margin-top:15px;}
.btn-facebook:hover, .btn-facebook:focus{ color:#ffffff;  background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/facebookicon.png) no-repeat 10px center #4a6ea9;}
.btn-google{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/googleplus.png) no-repeat 12px center #dd4b39;}
.btn-google:hover, .btn-google:focus{ color:#ffffff; background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/googleplus.png) no-repeat 10px center #d44634;}
.btn-twitter{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/twittericon.png) no-repeat 15px center #5ea9dd;}
.btn-twitter:hover, .btn-twitter:focus{ color:#ffffff; background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/twittericon.png) no-repeat 10px center #018ab6;}

.succthx{ font-size:17px; color:#a7a3a3; padding:30px 0px;}
.succthx p{ font-size:17px; color:#a7a3a3; margin-bottom:10px;}
.succthx p a, .succthx p span{ font-size:17px; color:#4f4948;}
.succthx_title:after{ content:''; display:block; clear:both;}
.succthx_title h1{ font:21px 'bikobold'; color:#302d2b; border-bottom:1px solid #ececec; padding:0; margin:0 0 15px; padding-bottom:10px;}
.succthx_title a{ float:right; margin-top:10px;}
.succthx .btn{ width:100%; margin-bottom:20px;}

.stButton .stLarge { height:16px!important;width:16px!important;}

.mctotal .row{ padding-top:0; padding-bottom:0; border:none;}

.wp-sidebar{ padding-top:30px; padding-bottom:20px}
.wp-sidebar:after{ clear:both; display:block; content:'';}
.block-blog-search .blog-search{ position:relative; padding:0 0 10px;}
.block-blog-search .blog-search button{ position:absolute; right:9px; top:9px;}
.block-blog-search .blog-search input{ padding-right:30px;}
.block-blog-categories .block-content { background:#4f4847; border: medium none; color: #fff; border-radius: 5px;}
.block_sort{ padding-top:20px; padding-bottom:30px; border-bottom:1px solid #f5f1e8; margin-bottom:30px;}
.block_sort select{width:100%;}
.is-blog .block_sort{ padding-top:0; padding-bottom:20px; border-bottom:none; margin-bottom:0;}
.is-blog .wp-sidebar { padding:30px 0 0;}
.is-blog .blog-search{ padding:0;}

#wp-category-list li a{ font:17px/19px 'Calibre-Semibold'; color:#4f4948;}
#wp-category-list li.active a,#wp-category-list li a:hover,#wp-category-list li a:focus{ color:#fdbd5f; text-decoration:none;}

.also_on_blog { text-align:center;}
.also_on_blog .aob-title { border-bottom: 2px solid; display: inline-block; font: 14px "bikobold"; letter-spacing: 0.1em; margin: 0 auto; padding-bottom: 2px; text-align: center; text-transform: uppercase;}
.also_on_blog .aob-content .item { margin-bottom:30px;}
.also_on_blog .aob-content a{ display:block; font-size:14px; color:#a7a3a3; text-align:center;}
.also_on_blog .aobimg{ border-radius:5px 5px 0 0; overflow:hidden; margin-bottom:15px;}
.also_on_blog .aobimg img{ max-width:100%; height:auto; margin:0 auto;}

.blogcommentarea{ background:#fef4e8; padding-top:20px; padding-bottom:20px;}
.blogcommentarea .reply{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/cmntreplyarrow.png) no-repeat right center; background-origin:content-box; border:2px solid #fdbe61; border-radius:5px; padding:8px 15px;}

.recipecommentarea{ background:#f1f1f1; padding-top:0px; padding-bottom:0px; margin-top:30px;}
.recipecommentarea .reply{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/cmntreplyarrow2.png) no-repeat right center #fff; background-origin:content-box; border-radius:5px; padding:8px 15px;}
.recipecommentarea .reply a{ color:#000; font-size:17px;}
.recipecommentarea .profrl:after{ clear:both; display:block; content:'';}
.recipecommentarea .prosocial{ float:right; padding-top:31px;}

.post-skips{border-top:1px solid #f5f1e8; padding-top:25px; padding-bottom:15px;}
.post-skips a{ font:14px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; display:block;}
.post-skips a:hover,.post-skips a:focus{ text-decoration:none;}
.post-skips span{ display:block; font:16px 'bikoregular'; text-transform:capitalize; color:#4f4847; letter-spacing:normal;}
.prepost { border-right:1px solid #f5f1e8; margin-right:-1px;}
.nxtpost { border-left:1px solid #f5f1e8; text-align:right;}
.prepost a{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/blogprepost.png) no-repeat left center; padding-left:30px;}
.nxtpost a{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/blognxtpost.png) no-repeat right center; padding-right:30px;}

.wspg_box{ padding-top:60px; padding-bottom:60px;}
.wspg_box .wspg-title{ font-size:24px; color:#fdbd5f; margin-bottom:15px;}
.wspg_box .wspg-content{ margin-bottom:30px;}
.wspg_box .wspg-action{padding-top:15px; margin-top:15px;}
.wspg_box .wspg-action .btn{ width:100%;}
 
.qikorders{ padding-top:60px; padding-bottom:60px;}
.qikorders .qodr_action{ border-bottom:1px solid #f5f1e8; padding-bottom:15px; margin-bottom:15px;}
.qikorders .btn{ width:100%;}
.qikorders .aodritem{ border-bottom:1px solid #f5f1e8; padding-bottom:15px; padding-top:15px;}
.qikorders .aodritem:after{ clear:both; display:block; content:"";}
.qikorders .qodrimg{ background:#ececec; border-radius:5px; width:calc(100% - 20px); height:auto; min-height:120px; text-align:center; line-height:120px; float:right;}
.qikorders .qodrimg a{line-height:120px; outline:none;}
.qikorders .qodrproname{ font-size:14px; color:#4f4948; min-height:50px; margin:0; padding:0;}
.qikorders .qodrproname a{ font-size:14px; color:#4f4948;}
.qikorders .listingDescription{ padding-bottom:10px;}
.qikorders .price{ padding-top:10px; text-align:right;}
.qikorders .qochbk{ position:absolute; left:12px; top:50px;}

.ocmrgt .sam-block-title{ font:14px 'bikoregular'; text-transform:uppercase; color:#fdbd5f; letter-spacing:0.1em; padding-top:40px; padding-bottom:40px; border-bottom:1px solid #f5f1e8;}
.ocmrgt .sam_scroller_scrollitem{ padding-bottom:30px; padding-top:30px; border-top:1px solid #d3d1d1;}
.ocmrgt .ocmrlft{ width:30%; float:left;}
.ocmrgt .sam_scroller_item_pimage{ background:#ececec; border-radius:5px; width:100%; height: auto; min-height:80px; text-align:center; line-height:80px;}
.ocmrgt .sam_scroller_item_pimage a{line-height:80px; outline:none;}
.ocmrgt .sam_review_item_clear{ clear:both;}
.ocmrgt .sam_review_item_details{ padding-top:15px;}
.ocmrgt .ocmrrgt{ float:right; width:60%;}
.ocmrgt .sam_scroller_item_pname a {color: #a7a3a3; display:block; font:14px/16px "bikobold"; letter-spacing:1px; margin-bottom: 5px; text-transform: uppercase;}
.ocmrgt .sam_scroller_item_title{ font:12px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em;}

.new_lrssldr{ text-align:center; background:#f7f7f7; padding:25px 0;}
.new_lrssldr .midhead { margin-bottom: 25px;}
.new_lrssldr .sam-block-title{ font:14px 'bikoregular'; text-transform:uppercase; color:#fdbd5f; letter-spacing:0.1em; padding-top:40px; padding-bottom:40px; border-bottom:1px solid #f5f1e8;}
.new_lrssldr .sam_scroller_scrollitem{ padding-bottom:30px; padding-top:30px; border-top:1px solid #d3d1d1;}
.new_lrssldr .ocmrlft{ width:30%; float:left;}
.new_lrssldr .sam_scroller_item_pimage{ background:#ececec; border-radius:5px; width:100%; height: auto; min-height:80px; text-align:center; line-height:80px;}
.new_lrssldr .sam_scroller_item_pimage a{line-height:80px; outline:none;}
.new_lrssldr .sam_review_item_clear{ clear:both;}
.new_lrssldr .sam_review_item_details{ padding-top:15px; font-size:16px;}
.new_lrssldr .ocmrrgt{ float:right; width:60%;}
.new_lrssldr .sam_scroller_item_pname a {color: #a7a3a3; display:block; font:14px/16px 'Calibre-Semibold'; letter-spacing:0.1em; margin-bottom: 5px; text-transform: uppercase;}
.new_lrssldr .sam_scroller_item_title{ font:16px 'Calibre-Medium'; color:#333; letter-spacing:0.1em;}
.new_lrssldr .bx-wrapper .bx-prev { background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-left-small.png) no-repeat left top; top:-30px;}
.new_lrssldr .bx-wrapper .bx-next { background: url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-right-small.png) no-repeat right top; top:-30px;}
.new_lrssldr .bx-viewport li { margin-left:30px!important; width:260px!important;}
.new_lrssldr .bx-viewport li img{ min-height:inherit; width:80px; height:80px;}

.cms-our-community .explore{ padding:20px 0 30px;}
.cms-our-community .explore .midhead { margin-bottom: 20px; padding-bottom: 3px;}
.cms-our-community .explore.latest_comment{ background:#fff;}
.ocmlft .ocmlfthead{ font:17px 'bikobold'; letter-spacing:0.1em; color:#4f4949; text-transform:capitalize; border-bottom:2px solid #4f4949; text-align:center; padding-bottom:3px; display:inline-block;}
.ocmlft .ocmlfthead_box{ padding:0; width:95%; margin:20px auto 20px; text-align:center}
.ocmlft .item{ width:95%; margin:0 auto 25px;}
.ocmlft .item:after{ clear:both; display:block; content:'';}
.ocmlft .item .cmflft{ min-height:270px; max-width:270px; overflow:hidden; margin:0 auto 25px;}
.ocmlft .item .cmfright{ min-height:270px; max-width:270px; overflow:hidden; margin:0 auto;}
.cmfright .cmfvideo > img {max-width: 100%; width:100%; }}
.ocmlft .cmfinstaimg,.ocmlft .cmfvideo{ background:#fff; border-radius:0; overflow:hidden; padding:0;}
.ocmlft .cmfinstaimg img{ max-width:100%; height:262px; width:100%;}
.ocmlft .berryimgtxtbox{ background:#fff; border-radius:0; overflow:hidden; position:relative; transition:none; -moz-transition:none; -ms-transition:none; -webkit-transition:none;}
.ocmlft .berryimgtxtbox .bitblft{ float:none; width:100%;}
.ocmlft .berryimgtxtbox .bitblft img{ max-width:inherit; width:auto; height:270px;}
.ocmlft .berryimgtxtbox .bitbrgt { width:100%; height:270px; display:table; padding:0 16%; position:absolute; top:0; left:0; transition:none; -moz-transition:none; -ms-transition:none; -webkit-transition:none;}
.ocmlft .berryimgtxtbox .bitbrgt .bitbrgt_detail { color:#fff; font:21px "bikobold"; text-align:center; display:table-cell; vertical-align:middle;}
.ocmlft .berryimgtxtbox .bitbrgt .bitbrgt_detail a { color:#fff; display:block; font:21px "bikobold"; padding-top:5px; text-decoration:none; text-transform:uppercase;}
.ocmlft .berryimgtxtbox .bitbrgt .bitbrgt_detailbot{ font-size:14px; color:#fff; position:absolute; bottom:20px;}
.ocmlft .berryimgtxtbox .bitbrgt .fb_icon{ width:16px; height:16px; background-position:left top; display:inline-block; margin-right:5px; float:left;}
.ocmlft .twitbox { background:#4f4949; position:relative; border-radius:0; height:100%; padding:20px; min-height:264px;}
.ocmlft .twitdetbot { font-size:12px; color:#a7a3a3; position:absolute; bottom:20px;}
.ocmlft .twitdetbot .twit_icon{ width:16px; height:16px; background-position:left top; display:inline-block; margin-right:5px; float:left;}
.ocmlft .twittxt{ color:#fff; word-wrap:break-word;}
.ocmlft .twittxt a{ color:#a7a3a3; text-decoration:underline;}
.ocmlft .twittxt .twithead{ text-transform:uppercase; display:block; padding-bottom:10px;}
.ocmlft .ocmaction{ padding-top:20px; padding-bottom:20px; text-align:left; margin-left:35px; margin-right:20px;}
.ocmlft .ocmaction .btn{ font:17px "calibre-semibold"; text-transform:uppercase; letter-spacing:0.1em; padding:10px 17px;}
.ocmrgt .sam-block-title > a { border-bottom: 2px solid #4f4948; color: #4f4948; font-family: bikobold; font-size: 24px; padding-bottom: 3px; text-transform: capitalize; }
.ocmrgt .sam-block-title > a:hover { text-decoration:none;}
.bitbrgt_detailbot .fb_icon { background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/fb-icon.png) no-repeat;}

.lcmnt_slider{ background:#fff; border-radius:0; overflow:hidden; margin:0 15px; margin:0 auto;}
.lcmnt_slider .lcmntsldr_head{ padding:20px; position: absolute; top:50%; width:100%; transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.lcmnt_slider .lcmntsldr_head .rchead{ font:14px "calibre-semibold"; text-transform:uppercase; letter-spacing:0.1em; color:#fff;}
.lcmnt_slider .lcmntsldr_head .rchead a{ font:14px "calibre-semibold"; text-transform:uppercase; letter-spacing:0.1em; color:#fff;}
.lcmnt_slider .lcmntsldr_head .rcheadname{ font:21px "bikobold"; letter-spacing:0.05em; color:#fff;}
.lcmnt_slider .lcmntsldr_details{ background:#f7f7f7; min-height:131px; padding:20px;}

.rcdfrom a{ font:12px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; color:#fdbd5f;}
.rcdtime{ font:12px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; color:#a7a3a3;}
.rcdcmnt{ color:#4f4949; font-size:14px; clear:both; padding-top:5px;}
 
.comunityhead{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/luvju.jpg) no-repeat center center; background-size: 100% auto;}
.comdetlft{ padding-bottom: 60px; padding-top: 60px;}
.socialinrbox { padding-top:6px; padding-bottom:30px; border-bottom:1px solid #f5f1e8;}
.socialinrbox a{ width:16px; height:16px; display:inline-block;}
.comdetheadtxt{ padding-top:20px; padding-bottom:20px; border-bottom:1px solid #f5f1e8; font-size:17px; color:#a7a3a3;}
.gstlist{ list-style:none!important; margin:0!important; padding:0!important;}
.gstlist .gstitem{ padding-top:20px; padding-bottom:20px; border-bottom:1px solid #f5f1e8;}
.gstlist .gstitem .gsthead{ font:14px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; padding-bottom:20px;}
.gstlist .gstitem .gsttxt{ padding-bottom:20px;}
.gstlist .gstitem .gstimg img{ width:100%; height:auto;}

.abtdetlist{ list-style:none!important; margin:0!important; padding:0!important;}
.abtdet_head{ padding:20px 0;}
.abtdet_head h1{ font:21px 'bikobold'; color:#302d2b; border-bottom:2px solid #302d2b; padding-bottom:3px; margin:0; letter-spacing:0.1em; display:inline-block;}
.abtdet_headtxt{ padding-top:20px; padding-bottom:20px; font:17px 'Calibre-Medium'; color:#a7a3a3; letter-spacing:0.1em;}
.abtdet_txt{ padding-bottom:20px; color:#4f4847; font-size:16px; letter-spacing:0.05em;}
.abtdet_txt p{ padding-bottom:20px; color:#4f4847; font-size:16px; letter-spacing:0.05em;}
.abtdet_txt h2{ font:17px "calibre-semibold"; color:#4f4847; padding:0 0 10px; margin:0; letter-spacing:0.05em; display:block;}
.abtdet_txt img{ width:100%; height:auto;}

.block_sort:after{ content:''; display:block; clear:both;}
.block_sort form#sort_recipe{ float:left;}
.block_sort .recipe_list{ float:right; background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/list_img.png) no-repeat left top; margin-left:10px; width:22px; height:18px; margin-top:11px;}
.block_sort .recipe_list.active{ background-position: left bottom;}
.block_sort .recipe_grid{ float:right; background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grid_img.png) no-repeat left top; width:22px; height:18px; margin-top:11px;}
.block_sort .recipe_grid.active{ background-position: left bottom;}
.post-list-item .col-sm-6{ margin-bottom:30px}
#post-list .post-grid-item{ position:relative;}
#post-list .post-grid-item h2{ position:absolute; top:50%; left:40px; right:40px; margin:0; padding:0; z-index:4; transform:translateY(-50%); text-align:center;}
#post-list .post-grid-item h2 a{ font:18px 'bikoregular'; text-transform:capitalize; letter-spacing:normal; color:#fff;}
#post-list .post-grid-item .featured-image, #post-list .post-list-item .featured-image{ position:relative;}
#post-list .post-grid-item .featured-image img{ position:relative; z-index:1;}
#post-list .post-grid-item .featured-image:after{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.0) 50%), rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
 width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}
#post-list .post-grid-item .featured-image a.heart, #post-list .post-list-item .featured-image a.heart{ position:absolute; right:10px; top:10px; color:#fff; z-index:5;}
#post-list .post-grid-item .featured-image a.heart .selected, #post-list .post-list-item .featured-image a.heart .selected{ color:#fdbd5f;}
 
.ogmainerbox{ max-width:90%; text-align:center; width:100%; padding:30px 0; margin:0 auto; letter-spacing:0.03em; font-size:16px; color:#4f4847;}
.ogmainerbox .oghead{ padding-bottom:5px;}
.ogmainerbox .oghead h1{ color:#302d2b; font:21px 'bikobold'; border-bottom:2px solid #302d2b; padding-bottom:3px; display:inline-block; margin:0;}
.ogmainerbox .ogmidhead{ font:17px 'Calibre-Medium'; text-transform:inherit; letter-spacing:0.01em; padding:20px 0 20px; color:#a7a3a3;}
.ogmainerbox .keep-reading a{ font:17px 'Calibre-Semibold'; color:#b8b5b4; text-transform:uppercase; letter-spacing:0.1em; padding-bottom:5px;}

.globalconection{ background:#fef5e7; padding:50px 0;}
.globalconection .gbconhead{ font:14px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; padding-bottom:50px; color:#4f4948; text-align:center;}
.globalconection #post-list{ list-style:none!important;}

.ourgrowrlft{ padding-top:20px; padding-bottom:20px;}
.ourgrowfrom{ font:14px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; color:#fdbd5f;}
.ourgrowtitle{ font:21px 'bikoregular'; padding-bottom:20px;}
.ourgrowrlft .prosocial{ border-top:1px solid #f5f1e8; border-bottom:1px solid #f5f1e8; padding-top:20px; padding-bottom:20px;}
.ourgrowrlft .gsttxt{ padding-top:30px;}

.recdttop .recdt_sbtitle{ font:17px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; color:#fdbd5f; padding-top:20px; padding-bottom:10px; margin:0 auto;}
.recdttop .recdt_sbtitle span{ font:14px 'Calibre-bold'; text-transform:uppercase; letter-spacing:0.1em; color:#fff; background:#302d2b; padding:4px 12px 0; display:inline-block; margin:0 5px 10px;}
.recdttop .recdt_sbtitle span:first-child{ margin-left:0px;}
.recdttop .recdt_sbtitle span:last-child{ margin-right:0px;}
.recdttop .recdt_title{ font:21px 'bikobold'; color:#000; padding-bottom:10px; margin:0 auto;}
.recdttop .recdt_postby{ font:14px 'Calibre-Semibold'; color:#a7a4a3; padding-bottom:20px; margin:0 auto; text-transform:uppercase;}
.recdttop .recdt_postdetail{ font-size:17px; margin:0 auto; color:#302d2b;}
.recdttop .prosocial{ padding-top:20px; padding-bottom:30px;}
.recdttop .profrl{ clear:both; border-top:1px solid #f5f1e8;}
.recdttop .profrl ul{ margin:0; padding:0;}
.recdttop .profrl li{ text-align:left; float:none; display:inline-block;}
.recdttop .fullscreenbtn { margin-top:-21px; margin-bottom:20px; position:relative; z-index:16;}
.recdttop .fullscreenbtn button{ font:14px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; display:none;}
.recdttop .fullscreenicon{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/fullscreenicon.png) no-repeat; width:15px; height:12px; margin:0 0 0 10px; display:inline-block; vertical-align:middle;}
.recingrad{ padding-top:10px; padding-bottom:0;}

.new_adj{ clear:both;}
.new_adj img{ max-width:100%; height:auto;}
.new_adj div{ padding:15px 0;}
.new_adj .imgfull{ width:100%;}
.new_adj .imghalflft{ width:48%; float:left;}
.new_adj .imghalfrgt{ width:48%; float:right;}

.recipedetailheading { height:220px; background-position:center center; background-repeat:no-repeat; background-size:auto 300px; overflow:hidden; position:relative; text-align:center;}
.recipedetailheading img{ width:100%; height:auto; position:relative;}

.staffdetailheading { height:220px; background-position:center center; background-repeat:no-repeat; background-size:auto 300px; overflow:hidden; position:relative; text-align:center;}
.staffdetailheading img{ width:100%; height:auto; position:relative;}

.blogdetailheading { height:300px; overflow:hidden; position:relative; text-align:center;}
.blogdetailheading img{ width:100%; height:100%; position:relative; z-index:1;}
.blogdetailheading p{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); font-size:24px; color:#fff; border-bottom:1px solid #fff; padding-bottom:5px;}
.blogdetailheading .dhtxtbox{ position:absolute; left:50%; top:50%; z-index:2; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}
.dhtxtbox h6{ font:14px 'bikobold'; text-transform:uppercase; letter-spacing:0.05em; color:#fff;}
.dhtxtbox h2{ font-size:21px; color:#fff; font-family:'bikobold'; letter-spacing:0.05em; text-decoration:underline; text-transform:capitalize;}

.rcpblockhead{ font:12px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; color:#fdbd5f; padding-bottom:25px; border-bottom:1px solid #f5f1e8; padding-top:20px;}
.ingredntlist { padding-bottom:25px;}
.ingredntlist li{ font-size:16px; border-bottom:1px solid #ececec; position:relative; padding-top:5px; padding-bottom:5px; line-height:30px; letter-spacing:0.05em;}
.ingredntlist li h2{ font:14px 'Calibre-Semibold'; text-transform:uppercase; color:#b8b5b4; padding:20px 0 0; margin:0; letter-spacing:0.10em; display:inline-block;}
.ingredntlist li > h2 + a { margin-top:20px;}
.ingredntlist li a{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/seeproimg.png) no-repeat right center; font-size:16px; display:block; color:#fdbd5f; padding-right:15px;}
.ingredntlist_step { padding-bottom:35px;}
.ingredntlist_step li{ font-size:16px; color:#4f4847;/* border-bottom:1px solid #ececec;*/ position:relative; padding-top:10px; padding-bottom:10px;}
.ingredntlist_step li:last-child{ border-bottom:none;}
.ingredntlist_step li span.isthead{ font:14px 'Calibre-Semibold'; color:#4f4847; display:block; text-transform:uppercase; padding-bottom:10px; letter-spacing:0.15em;}
.ingnps_name{ float:left; width:calc(100% - 180px);}
.ingnps_name h2{ font:30px 'bikobold'; color:#2c2c2c; letter-spacing:0.05em; margin:0; padding:0; float:left;}
.ingnps_name h2 span{ border-bottom:2px solid #4f4949; padding-bottom:4px; line-height:50px;}
.ingnps_print{ float:right; margin-top:10px;}
.ingnps_print .btn{ padding:10px 30px 9px; font-size:15px; letter-spacing:0.10em;}
.ingnps_serve{ clear:both; padding-top:10px; text-transform:uppercase; font:17px 'Calibre-Semibold'; color:#b8b5b4; letter-spacing:0.10em;}
.recingrad h3{ font:17px 'bikobold'; color:#b8b5b4; text-transform:uppercase; letter-spacing:0.1em;}
.recingrad img{ clear:both; margin:30px 0; width:100%; height:auto; border:none!important; padding:0!important;}
.recingrgtbox a{ font-size:16px!important; color:#fff!important; text-align:left!important;}
.recingrgtbox a span{ position:absolute; bottom:15px; left:15px; right:15px;}
.recingrgtbox .item{ border-radius:0; overflow:hidden; position:relative;}
.recingrgtbox .aobimg{ overflow:visible!important; margin:0!important;}
.bcartdwn .btn{ width:100%; margin-bottom:15px;}
.rcpblockhead{ padding-bottom:5px; border-bottom:1px solid #f5f1e8; padding-top:20px;}
.rcpblockhead h3{ font:24px 'bikobold'; text-transform:capitalize; letter-spacing:0.05em; color:#4f4948; display:inline-block; padding:0; margin:0;}
.keep-reading { padding-top: 20px;}
.recipe_content .keep-reading, .blog_content .keep-reading { padding-top:0;}
.keep-reading a{  font: 17px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; padding-bottom:5px;}
.keep-reading a:hover,.keep-reading a:focus{ text-decoration:none;}
.cms-about .carousel-inner .item{ height:400px;}
.cms-about .carousel-indicators { bottom: 20px; left: 0; width: 100%; margin: 0;}
.subscribebox .collapse{ display:block; visibility:visible;}

.subsmobi{ font:14px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.05em; text-align:center; color:#4f4948;}
.subsmobi a{ display:block; outline:none;}
.subsmobi img{ padding:8px;}
.subsmobi a.nlclosed img{ transform:rotate(0); -moz-transform:rotate(0); -ms-transform:rotate(0); -webkit-transform:rotate(0);}
.subsmobi a.nlopen img{ transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg);}
.godown{ display:none;}
.cms-recipe .bbs_slider.noinfo { width:260px;}
.cms-recipe .otb_slider.noinfo { width:260px;}

.cms-our-products .page-title{ text-align:center;}
.catalog-category-view .newcatlist{ margin:-40px -15px 30px -15px; }
.newcatlist ul{ list-style:none; margin:0!important; padding:0;}
.newcatlist a.level-top{ display:none!important;}
.newcatlist ul ul{ border-bottom:1px solid #ececec;}
.newcatlist ul li{ margin:0; padding:0; border-top:1px solid #ececec;}
.newcatlist ul li a{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/smenurgt.png) no-repeat right 20px center; display:block; text-align:center; font:17px/19px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; text-align:center; color:#4f4948; outline:none; padding:15px 30px 15px 15px;}
.newcatlist ul li a:hover, .newcatlist ul li a:focus, .newcatlist ul li.active > a{ color:#fdbd5f; text-decoration:none;}
#contactForm .buttons-set{ border:none; margin:0; padding:20px 0 25px;}
#contactForm .buttons-set .btn{ width:100%;}

.etabs { list-style:none; margin: 0 -15px 15px; padding: 0;}
.etabs:after{ display:block; clear:both; content:"";}
.etabs .tab{ width:50%; float:left; text-align:center;}
.etabs .tab a{ background:#a7a4a3; font:12px/54px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; text-align:center; color:#fff; display:block; height:54px; outline:none;}
.etabs .tab.active a{ background:#302e2b;}
.etabs .tab a:hover,.etabs .tab a:focus{ text-decoration:none;}

.nalist-title{ font-size:24px; padding:20px 0; text-align:center;}
.newacclist .newcatlist ul, .cms-recipes .newcatlist ul{ border-bottom:1px solid #ececec;}
#loadMore .btn{ width:100%;}

.excludes_item{ border:1px solid #f5f1e8; padding:20px 20px 10px; border-radius:5px;}
.excludes_item .exclud-title{ font:12px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; color:#a7a3a3; padding-bottom:10px;}
.excludes_item .item { padding-bottom:10px;}
.excludes_item .exchbx{ float:left; margin-right:10px;}
.mobglbox{ border:2px solid #f5f1e8; border-radius:5px; float:right; display:block; padding:9px 20px;}
.mobglbox .recipe_grid, .mobglbox .recipe_list{ margin-top:0;}

.myrewardpoint .btn{ width:100%;}
.myrewardpoint textarea{ width:100%; height:155px;}
.rpinfo{ padding-bottom:60px;}
.rpinfo:after{ clear:both; display:block; content:''; height:0; width:0;}
.rpinfo .amount span{ font-family: 'bikobold';}
.rpenotice { clear:both;}
.rpenotice input{ float:left; margin: 3px 8px 0 0;}
.rpenotice label{ color:#a7a3a3; font-size: 14px;}
.rcptranshistory .price{ font:12px 'bikobold';}
.mini-cart .rpinfo{ padding-bottom:20px;}
.probox .mw_display_point a{ float:none!important;}
.product-name1.pro_content .rpinfo{ padding-bottom:20px; padding-top:20px;}
#opc-login .step-title.coutpage-title { background:none; border: medium none; margin-top:20px; margin-bottom:20px;}
#opc-login .step-title.coutpage-title > h1 { border-bottom: 2px solid; font-family: bikobold; padding-bottom: 5px;}
#checkout-step-login .ul > li { color: #a7a3a3; font-family: bikoregular; font-size: 17px; line-height: normal; list-style: none outside none;}
#checkoutSteps.opc #opc-login .ul { padding-left: 0;}
#checkout-step-login .buttons-set{ padding:0;}
#checkout-step-login .buttons-set .f-left { color: #a7a3a3; display: block; float: none !important; font-family: bikoregular; font-size: 14px; font-style: italic; text-align: left;}
#checkout-step-login .btn.btn-warning, #checkout-step-login .btn.btn-default{ margin-top: 10px; width: 100%;}
.login-heading { margin-bottom: 20px;}
#payment_form_ccsave.form-list .input-box { clear: both; display: block; width: 100%;}
#payment_form_ccsave.form-list .input-box select { width: 100%;}
#checkoutSteps .coutpage-title h1 { border-bottom:2px solid #a7a4a3; color:#a7a4a3; float: left; font:21px 'bikobold'; margin: 0; padding: 0 0 4px;}
#checkoutSteps .section.allow .coutpage-title h1 { color:#a7a4a3; border-color:#a7a4a3; margin:0 auto; display:inline-block; float:none;}
#checkoutSteps .section.allow.active .coutpage-title h1 { color:#302d2b; border-color: #302d2b; margin:0 auto; display:inline-block; float:none;}
.adv-container { color: #a7a3a3; font-family: bikoregular;}
#payment_form_ccsave.form-list .input-box select.year { margin-left: 5px;}
#login-form-onepage .form-list .input-box { width:calc(100% - 175px);}
.cms-home #carousel-example-generic .carousel-caption a { border: medium none; font-size:17px; font-weight: bold; padding: 0; text-transform: none;}
.cms-home #carousel-example-generic .carousel-caption a:hover, .cms-home #carousel-example-generic .carousel-caption a:focus { background: none;}
.cms-recipe .wp-sidebar { padding-bottom:10px; padding-top:20px;}
.cms-recipe .wp-sidebar .block-blog-search .blog-search { border-bottom:none; margin-bottom:0; padding:0;}
.cms-recipe .wp-sidebar .block { border:none; margin:0;}
.cms-recipe .block_sort { border-bottom:none; margin-bottom:0; padding-bottom:0; padding-top:0;}
.lftarrow{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/previous_arrow.png) no-repeat left top; width:5px; height:9px; display:inline-block; margin-right:8px;}
.rgtarrow{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/next_arrow.png) no-repeat left top; width:5px; height:9px; display:inline-block; margin-left:8px;}
.pager .next, .pager .previous{ width:100%;}
.pager .next.disable, .pager .previous.disable, .pager .disable:hover{ background-color:#fedeaf!important; cursor:default!important;}
.prodetailimg .carousel.slide { min-height:230px;}
#store-locator-container > #result-text { color: #302d2b; font:17px 'bikobold'; margin-top:10px; margin-bottom:15px;}
.wordpress-post-view .also_on_blog .midhead{ margin-top:10px;}
.also_on_blog ul li span { color:#fff; display:block; font-size:16px; font-weight:bold; left:50%; position:absolute; top:50%; transform:translate(-50%, -50%);}
#news-mobile.subscribebox { background: none repeat scroll 0 0 #ececec;}
.wordpress-post-view.is-blog .recdt_sbtitle{ font:12px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; color:#aaa7a6; padding-top:20px;}
.wordpress-post-view.is-blog .recdt_sbtitle a{ color:#fdbd5f; text-decoration:none;}
.wordpress-post-view.is-blog .mail_icon{ width:20px; height:16px; display:inline-block; padding:0;}
.wordpress-post-view.is-blog .print_icon{ width:20px; height:16px; display:inline-block; padding:0;}
.wordpress-post-view.is-blog .profrl:after{ display:block; content:''; height:0; width:0; clear:both;}
.wordpress-post-view.is-blog .profrl li:last-child{ float:right; padding-top:10px;}
.wordpress-post-view.is-blog .profrl .fb-share-button{ top:-5px;}
.post-skips:after{ display:block; content:''; height:0; width:0; clear:both;}
.sam_scroller_scrollitem {color:#4f4948;}
.sam_scroller_item_pimage > a { display:block; height:80px; text-align:center; vertical-align:middle; width:80px;}
.sam_scroller_item_pimage > a img { display:inline-block;}
.ocmrrgt{ text-align:left;}
.sam_review_item_details{ text-align:left;}
.sam_scroller_scrollitem{ border-bottom:none!important; padding-left:10px; padding-right:10px;}
.lcmntsldr_details{ text-align:left;}
.cms-page-view.cms-our-community .product_img{ position:relative;}
.sliderbox .carousel-indicators{ padding:0;}
.checkout-onepage-index .name-prefix, .checkout-onepage-index .name-firstname{ margin-bottom:10px;}
#co-shipping-method-form{ text-align:right;}
#co-shipping-method-form .shipping-text{ font-size:14px; color:#a7a3a3; font-style:italic;}
.left-faq, .left-contact{ background:#4f4847; padding:20px; border-radius:10px; margin-bottom:30px;}
.faq-content ul.queans_list li, .contact-content ul.queans_list li{ padding:30px 0; border-top:1px solid #d3d1d1;}
.contact-search, .faq-search{ position:relative; margin-bottom:30px;}
.contact-search input, .faq-search input{ background: none repeat scroll 0 0 #ececec;border: 1px solid #e7e7e7;padding-right:30px;}
.left-faq .faq-categories .item a:hover,.left-faq .faq-categories .item.active a, .left-faq .faq-categories .item a:focus, .left-contact .contact-categories .item a:hover, .left-contact .contact-categories .item.active a, .left-contact .contact-categories .item a:focus{ color:#fdbd5f; text-decoration:none;}
.left-faq .faq-categories .item a, .left-contact .contact-categories .item a{ font:14px 'bikobold'; color:#fff; line-height:30px;}
.contact-search button, .faq-search button { position: absolute; right: 9px; top: 9px;}
#checkoutSteps > li { background:#f7f7f7;}
#checkoutSteps > li.active, #checkoutSteps > li.allow { background:#fff;}
.ec_btn { width:70px;}
#checkoutSteps{ margin:0;}
#checkoutSteps > li .stepbdr { border-bottom: 1px solid #d3d1d1; padding:10px 0 10px;}
#checkoutSteps > li:last-child .stepbdr{ border:none;}
#checkoutSteps > li.active .stepbdr { border:none; padding:0 0 20px;}
#checkoutSteps li.active .step-title{ padding:20px 0; text-align:center;}
#checkoutSteps li.allow .step-title{ padding:20px 0; text-align:center;}
#payment-buttons-container .btn-warning, #billing-buttons-container .btn-warning{ width:100%;}
.sp-methods input.cvv { width: 100% !important;}
.cvv-what-is-this { float: left; margin-top:13px;}
#payment_form_ccsave.form-list .input-box select.year { width:130px;}
.sp-methods select.year { margin-left: 5px; width: 130px;}
.sp-methods select.month { width:100%;}

.notesbox{ padding:25px 0; border-bottom:1px solid #f5f1e8; margin:0;}
.notesbox .noteshead{ font-size:15px; text-align:center; color:#4f4847; font: 'bikobold'; padding:0;}
.notesbox .notesin{ padding:0; margin-top:10px;}
.youearnbox { margin-bottom: 30px; text-align: right;}
.reviewdetail > div:first-child{ border-bottom:1px solid #f5f1e8; margin:0 0 20px;}
.cms-index-index .slchead{ border-bottom:none; margin-bottom:0; padding-bottom: 0; padding-top:0;}
.cms-index-index .slchead h1{ margin-top:0;}

.HB_style1{ height:510px; width:100%; position:relative; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:auto 510px;}
.HB_style2{ height:320px; width:100%; position:relative; overflow:hidden;}
.HB_style3{ height:210px; width:100%; position:relative; overflow:hidden;}
.HB_midtxtbox{ position:absolute; left:10%; right:10%; bottom:10px; text-align:center;}
.HB_midtxtbox h3{ font:12px/12px 'Calibre-Semibold'; color:#fff; text-transform:uppercase; margin:0; padding:0 0 5px; letter-spacing:0.1em;}
.HB_midtxtbox h1{ font:21px/30px 'bikobold'; padding:0; margin:0; color:#fff;}
.HB_midtxtbox h1 a{ color:#fff; border-bottom:2px solid #fff; padding-bottom:3px;}
.HB_midtxtbox a:hover, .HB_midtxtbox a:focus{ text-decoration:none; outline:none;}
.HB_style4{ margin:25px 0; width:100%; text-align:center;}
.HB_style4 .HB_imgbox{ display:inline-block; margin:0 auto; max-width:260px;}
.HB_style4 .btn{ clear:both; display:block; max-width:260px; letter-spacing:0.1em; text-align:center; margin:25px auto 0; font:14px 'Calibre-Semibold';}
.HB_style5{ margin:25px 0; width:100%; text-align:center;}
.HB_style5 .HB_imgbox{ display:inline-block; margin:0 auto; width:260px; position:relative;}
.HB_style5 .HB_imgbox:after{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000', GradientType=0); /* IE6-9 */
 width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}
.HB_imgbox img{ width:100%; height:auto;}
.igram_icon_white{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/insta_white.png) no-repeat; width:23px; height:23px; position:absolute; bottom:20px; left:20px; z-index:10}
.fb_icon_white{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/facebook_white.png) no-repeat; width:23px; height:23px; position:absolute; bottom:20px; left:20px; z-index:10}

.blog-home { padding: 0 15px;}
.blogdetailheading1 { background-repeat:no-repeat; background-size:100% auto; height:240px; overflow:hidden; position:relative; text-align:center;}
.blogdetailheading1 .dhtxtbox{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}
.blogdetailheading2 {background-repeat:no-repeat; background-size:100% auto; height:240px; overflow:hidden; position:relative; text-align:center;}
.blogdetailheading2 .dhtxtbox{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}
.blogdetailheading3 { background-repeat:no-repeat; background-size:100% auto; height:240px; overflow:hidden; position:relative; text-align:center;}
.blogdetailheading3 .dhtxtbox{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}
.blogdetailheading4 { background-repeat:no-repeat; background-size:100% auto; height:240px; overflow:hidden; position:relative; text-align:center;}
.blogdetailheading4 .dhtxtbox{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}
.blogdetailheading5 { background-repeat:no-repeat; background-size:100% auto; height:240px; overflow:hidden; position:relative; text-align:center;}
.blogdetailheading5 .dhtxtbox{ position:absolute; left:50%; top:50%; z-index:2; white-space:nowrap; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}

.recapnew_list{ list-style:none!important; margin:0!important; padding:0!important;}
.recapnew_list:after{ clear:both; display:block; content:'';}
.recapnew_listitem{ float:left; width:100%; padding:0 15px; margin-bottom:30px;}
.recapnew_listbox{ background:#f5f5f5; max-width:295px; margin:0 auto;}
.recapnew_img{ position:relative;}
.recapnew_img img{ width:100%; height:400px;}
.recapnew_img .heart { color:#fff; font-size:17px; position:absolute; right:10px; top:10px;}
.recapnew_img .heart .selected { color:#fdbd5f;}
.recapnew_detail{ padding:20px; text-align:center;}
.recapnew_detail .recapnew_title{ font:21px/24px 'bikobold'; color:#000000; letter-spacing:0.05em; overflow:hidden;}
.recapnew_detail p{ margin:0; padding:6px 0 0; font-size:17px; line-height:22px; color:#302d2b; letter-spacing:0.03em;}
.recapnew_detail a{ font:14px/18px 'Calibre-Semibold'; color:#b8b5b4; text-transform:uppercase; letter-spacing:0.1em;}

.wordpress-post-view #commentdiv{ border-top:1px solid #d6d4d4;}
.wordpress-post-view #commentdiv #respond .form-control{ background:#fff;}
.wordpress-post-view .blogcommentarea .comments-wrapper{ clear:both;}
.cms-our-products .page-title{ display:none;}

.grouped-items-table{ border-bottom:1px solid #ececec;}
.grouped-items-table li{ border-top:1px solid #ececec; padding:6px 0; font-size:15px;}
.grouped-items-table li.emptyli{ height:41px; border:none;}
.grouped-items-table li:after{ display:block; content:''; clear:both;}
.grouped-items-table .gitname{ float:left; padding-top:4px;}
.grouped-items-table .gitname .price-box{ display:inline-block!important;}
.grouped-items-table .gitname .price-box .price{ color:#4f4847; font-weight:normal; font:15px 'Calibre-Medium';}
.grouped-items-table .gitname .old-price, .grouped-items-table .gitname .special-price .price-label{ display:none;}
.grouped-items-table .gitqty{ float:right;}
.grouped-items-table .gitqty input{ background:#ececec; border-radius:3px; border:none; padding:4px 5px; width:36px!important;}

.socialicon.profrl.prosocial { width:100%;}
.profrl.prosocial li { float: left; margin-right:7px;}
.profrl.prosocial ul li a { padding: 0;}
.catalog-product-view .pro_detail .add-to-box #product-addtocart-button{ width:100%;}
.prodetailimg .bx-pager.bx-default-pager { display: block;}

.desc-center{ padding:0 10px; left:50%; position:absolute; top:50%; transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); width:100%;}
.product_desc_img { bottom: 0; display: block; position: absolute; text-align: center; width: 100%;}
.also_on_blog .midheadrecipe{ font:17px "bikobold"; border-bottom:2px solid #4f4948; color:#4f4948; display:inline-block; margin-bottom:20px; padding-bottom:2px; text-transform:capitalize; letter-spacing:0.1em;}
.also_on_blog .bx-wrapper .bx-controls-direction a { height:30px; width:30px;}
.also_on_blog .bx-wrapper .bx-prev { background:url("https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-left-small.png") no-repeat scroll left center; top:-29px;}
.also_on_blog .bx-wrapper .bx-next { background:url("https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/grey-right-small.png") no-repeat scroll right center; top:-29px;}

.also_on_blog .product_desc { color:#fff; font-weight:normal; height:100%; left:0; top:0; line-height:24px;margin-left:0;padding:20px 10px;position:absolute; text-align:center; width:100%; z-index:6;}
.also_on_blog .product_desc h4{ margin:0; padding:0; letter-spacing:0.1em; text-transform:uppercase; font:17px 'calibre-semibold'; color:#fff;}
.also_on_blog .product_desc h3{ margin:0; padding:0; padding-top:10px; font:24px 'bikobold'; color:#fff;}
.also_on_blog a:hover{ text-decoration:none;}
.also_on_blog .product_desc_img h3 { font:17px 'calibre-semibold'; color:#fff; padding: 0 10px; position:relative; z-index:5;}
.also_on_blog .product_desc a{ color:#4f4948; font-size:16px; outline:none;}
.also_on_blog .product_desc a:hover, .also_on_blog .product_desc a:focus{ color:#fdbd5f; font-size:16px; text-decoration:none;}
.also_on_blog .product_img:after{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40))); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000', GradientType=0); width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}
.also_on_blog .bx-viewport li { margin-left:30px!important; height:250px!important; width:260px!important;}

.comunity-slider .product_desc { color: #ffffff; font-weight: normal; height:100%; left:0; top:0; line-height: 24px;margin-left:0;padding:20px 10px;position: absolute;text-align: center; width:100%; z-index:6;}
.comunity-slider .product_desc h4{ margin:0; padding:0; letter-spacing:0.1em; text-transform:uppercase; font:17px 'calibre-semibold'; color:#fff;}
.comunity-slider .product_desc h3{ margin:0; padding:0; font-size:16px; padding-top:10px; font:24px 'bikobold'; color:#fff;}
.comunity-slider a:hover{ text-decoration:none;}
.comunity-slider .product_desc_img h3 { font:17px 'calibre-semibold'; color:#fff; padding: 0 10px; position:relative; z-index:5;}
.comunity-slider .product_desc a{ color:#4f4948; font-size:16px; outline:none;}
.comunity-slider .product_desc a:hover, .comunity-slider .product_desc a:focus{ color:#fdbd5f; font-size:16px; text-decoration:none;}
.comunity-slider .product_img:after{ content:''; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.40))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 100%); /* W3C */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000', GradientType=0); /* IE6-9 */
 width:100%; height:100%; position:absolute; display:block; top:0; left:0; z-index:2;}
.prodetailbox .prodetailimg .bx-viewport li { height:290px!important; width:290px!important;}
.prodetailbox .prodetailimg .bx-viewport li img{ max-width:100%; height:auto;}
.comunity-slider .bx-viewport li { margin-left:30px!important; height:250px!important; width:260px!important;}
.lcmntsldr .bx-viewport li { margin-left:15px!important; height:410px!important; width:260px!important;}
.lcmntsldr .bx-viewport { height:410px!important;}

.postedon{ background:#fdbd5f; font:14px/30px 'bikobold'; color:#fff; width:120px; display:block; position:absolute; border-radius: 5px 5px 0 0; height: 30px; left:5px; text-align:center; top:-30px;}
.post-list-item .blog_content{ background:#f5f5f5; padding:10px 15px 0 15px; text-align:center;}
.wordpress-index-index .blog-home .post-list li.item { margin-bottom: 50px;}
.wordpress-index-index .blog-home .post-list-item h2 a { font:21px "bikobold";}
.wordpress-index-index .blog-home .post-list-item a:focus, .wordpress-index-index .blog-home .post-list-item a:hover{ text-decoration:none; outline:none;}
.wordpress-index-index .blog-home .post-list-item .post-date { margin-bottom:10px; padding-bottom:0; text-transform: uppercase;}
.wordpress-index-index .blog-home .post-list-item .keep-reading{ padding-bottom:0; padding-top:15px;}
.wordpress-index-index .blog-home .post-list-item .keep-reading a { padding:0;}
.wordpress-index-index .blog-home #post-list{ margin-top:25px;}
.blogbbstrem { padding:15px 0 0;}

.wordpress-post-view.is-blog .fpbox { margin-top: 21px;}
.wordpress-post-view.is-blog .favproduct { padding:0 0 20px;}
.wordpress-post-view.is-blog .fpbox .bx-viewport li {  margin-left:30px!important; height:300px!important; width:260px!important;}
.wordpress-post-view.is-blog .wp-sidebar{ background:#f7f7f7; padding-bottom:25px; padding-top:25px; margin:25px 0;}

.cms-index-index .subscribebox div[id|="collapsenewsletter"]{ clear:both; padding-top:15px; background:#fff;}
#collapsenewsletter:after, .cms-index-index .subscribebox div[id|="collapsenewsletter"]:after{ clear:both; display:block; content:'';}
#collapsenewsletter{ clear:both; padding-top:15px; background:#ececec;}
#collapsenewsletter input{ background:#fff;}

.cms-page-view.cms-recipe .block_sort{ margin-bottom:20px; margin-top:20px;}
#checkout-step-login .bTs_btn{ margin-top:20px; padding-top:10px; border-top:1px solid #d3d1d1;}
.fyourpass{ float:right; color:#a7a3a2; font-size:15px; font-style:italic;}
.mt10{ margin-top:10px;}
.col-md-4.mctotal{ clear:both;}
#co-billing-form .customer-name-prefix{ margin-bottom:0px!important;}

.faq-title, .contact-title{ margin:25px 0; text-align:center;}
.faq-title h1, .contact-title h1{ font:21px 'bikobold'; color:#302d2b; border-bottom:2px solid #302d2b; padding-bottom:3px; display:inline-block;}
.mobile_accordion{ background:#fff;}
.mobile_accordion ul{ margin:0;}
.mobile_accordion a, .mobile_accordion a:hover, .mobile_accordion a:focus{ text-decoration:none; outline:none;}
.mobile_accordion a.mobmclick{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/acc_updown.png) no-repeat 95% 26px #605957; display:block; margin-left:-15px; margin-right:-15px; font:14px 'Calibre-Bold'; color:#fff; text-align:center; padding:21px 30px; letter-spacing:0.1em; border-bottom:1px solid #3a3634; text-transform:uppercase;}
.mobile_accordion a.mobmclick.collapsed{ background-color:#302d2b; background-position:95% -72px;}
.mobile_accordion .collapse { background:#fff;}
.mobile_accordion .queans_list li a[id^="faq_question"],.mobile_accordion .queans_list li a[id^="contact_question"]  { font-size:17px; letter-spacing:0.03em; line-height:17px; color:#302d2b; padding:18px 0; display:block; border-top:1px solid #ececec;}
.mobile_accordion .queans_list li:first-child a[id^="faq_question"], .mobile_accordion .queans_list li:first-child a[id^="contact_question"] { border:none;}
.mobile_accordion .queans_list .faq_answer, .mobile_accordion .queans_list .contact_answer{ font-size:16px; color:#a7a3a3; letter-spacing:0.03em; padding-bottom:15px;}

.conh_top_block{ background:#4f4847; color:#fff; text-align:center; margin:0 -15px; padding:25px;}
.conh_top_block h1{ margin-top:0; margin-bottom:20px; font:21px 'bikobold'; color:#fff; border-bottom:2px solid #fff; display:inline-block;}
.conh_top_block p{ font-size:17px; color:#fff; line-height:19px;}
.conh_bottom_block{ padding:20px 0;}
.conh_bottom_block p{ font-size:17px; color:#302d2b; letter-spacing:0.03em; padding-bottom:15px; line-height:19px;}
.conh_bottom_block p a{ color:#302d2b; font-family:'Calibre-Semibold';}
.conh_bottom_block ul{ margin:0; padding:0; list-style:none;}
.conh_bottom_block ul li{ border-top:1px solid #ececec; padding:20px 0; font-size:16px; color:#a7a3a2; letter-spacing:0.05em; line-height:20px;}
.conh_bottom_block ul li h3{ color:#302d2b; font:14px 'Calibre-Semibold'; margin:0; padding:0 0 15px; text-transform:uppercase; letter-spacing:0.1em;}

.grownew_list{ list-style:none!important; margin:0 -15px!important; padding:0!important;}
.grownew_list:after{ clear:both; display:block; content:'';}
.grownew_list li{ float:left; width:33.33%; padding:0 15px; margin-bottom:30px;}
.grownew_list li:last-child{margin-bottom:0;}
.grownew_listbox{ background:#f5f5f5; max-width:260px; margin:0 auto;}
.grownew_img{ position:relative;}
.grownew_img img{ max-width:100%; height:auto;}
.grownew_img .heart { color:#fff; font-size:17px; position:absolute; right:10px; top:10px;}
.grownew_detail{ padding:20px; text-align:center;}
.grownew_detail .grownew_title{ font:21px/29px 'bikobold'; color:#000000; letter-spacing:0.05em; height:60px; overflow:hidden;}
.grownew_detail p{ margin:0; padding:6px 0 15px; font-size:17px; line-height:22px; color:#302d2b; letter-spacing:0.03em;}
.grownew_detail a{ font:14px/22px 'Calibre-Semibold'; color:#b8b5b4; text-transform:uppercase; letter-spacing:0.1em; padding-top:10px}

.ostf_top{ text-align:center; padding-top:20px; font-size:17px; color:#302d2b; letter-spacing:0.03em; line-height:19px;}
.ostf_top .ostf_head{ font:21px/21px 'bikobold'; color:#000; border-bottom:2px solid #000; padding-bottom:3px; letter-spacing:0.05em; display:inline-block; margin-bottom:25px;}
.ostf_midimg img{ max-width:100%; height:auto;}
.ostab_details{ padding:20px 0;}
ul.ostf_staff{ margin:0 -15px; padding:0; list-style:none;}
ul.ostf_staff li{ border-bottom:1px solid #ececec; padding-top:20px; padding-bottom:20px; margin:0;}
ul.ostf_staff li .staffimg{ width:132px; height:132px; float:left; margin:0 15px 5px 0;}
ul.ostf_staff li .staffimg img{ max-width:100%; height:auto;}
ul.ostf_staff li .staffname{ color:#4f4847; font:14px/18px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.03em;}
ul.ostf_staff li .staffjob{ color:#a7a3a3; font:14px/18px 'Calibre-Semibold'; text-transform:uppercase; padding-bottom:5px; letter-spacing:0.03em;}
ul.ostf_staff li .staffdesc{ color:#4f4847; font-size:16px; letter-spacing:0.03em; line-height:20px;}
.stafffavproduct{ padding:20px 0;}
.stafffavproduct .fpbox { margin:20px 0 0;}
.stafffavproduct .bx-viewport li {  margin-left:15px!important; height:300px!important; width:260px!important;}
#admin_messages{ display:none;}
.stlocater{ margin:15px 0 0;}
.wordpress-post-view .prosocial .fb-share-button.fb_iframe_widget { top: -4px;}
.messages .error-msg > ul >li {border-style: solid !important; border-width: 1px !important; padding: 15px!important; font-size: 14px !important; font-weight: bold;}

/* New added for back to top 27-3-2015*/
.cd-top {
  display: inline-block;
  height:50px;
  padding:10px;
  width:50px;
  text-align:center;
  position: fixed;
  bottom:40px;
  right:10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  background:url('https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/up_btn.png') no-repeat center center #fdbd5f; 
  visibility: hidden;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-family:bikoregular;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover, .no-touch .cd-top:focus{ -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; color:#fff; text-decoration:none;}
.cd-top.cd-is-visible { visibility: visible; opacity: 1;}
.cd-top.cd-fade-out { opacity: .5;}
.cd-top:hover { background-color: #ec971f; opacity: 1;}
iframe { width: 100%;}
.flogo .flogoimg{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/flogo.png) no-repeat 0 0; width:153px; height:39px; display:block;}
.flogo .flogobot{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/flogobot.png) no-repeat 0 0; width:196px; height:8px; display:block; margin-top:15px;}

.act_sbar .stlocater, .act_sbar .std, .act_sbar .cd-top, .act_sbar footer, .act_sbar .main-container, .act_sbar .HB_style1, .act_sbar .HB_style2, .act_sbar .HB_style3, .act_sbar .HB_style4, .act_sbar .HB_style5, .act_sbar .subscribebox, .act_sbar .comunity-slider, .act_sbar .new_lrssldr, .act_sbar .latest_comment, .act_sbar .breadcrumb, .act_sbar .wrapper{ display:none;}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
 .flogo .flogoimg{ background-image:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/flogo@2x.png); background-size:100% auto;}
 .flogo .flogobot{ background-image:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/flogobot@2x.png); background-size:100% auto;}
}

/* ==================== Wholesale Page ====================*/
.wholesale #header{ background:#2d314c;}
.wholesale .logo a{ width:140px; height:36px; display:inline-block; background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/logowsale@2x.png) no-repeat; background-size:100% auto;}
.wholesale .logo img{ display:none;}
.wholesale div.menu a:link, .wholesale div.menu a:visited { color: #fff;}
.wholesale div.menu.active a,.wholesale div.menu.active a:hover { background: #ececec!important; color: #504748;}
.wholesale .breadcrumb { background-color: #cdbba3;}
.wholesale .breadcrumb > li a { color: #514947;}
.wholesale .breadcrumb > li + li::before, .wholesale .breadcrumb > .active { color: #fff;}
.wholesale ul.topmenu li a { color: #fff;}
.wholesale footer{ background:#2d314c;}
.wholesale footer a{ color:#a7a4a3;}
.wholesale .maccsec { background:#2d314c;}
.wholesale .navbar-fixed-top { background-color:#2d314c;}
.wholesale .searchin { background-image:url("https://m.lovingearth.net/skin/frontend/default/loving-mobile/images/searchinw.png");}
.wholesale a.fb_icon{ background-position:-152px -250px;}
.wholesale a.fb_icon:hover{ background-position:-152px bottom;}
.wholesale a.twit_icon{ background-position:-184px -250px;}
.wholesale a.twit_icon:hover{ background-position:-184px bottom;}
.wholesale a.pin_icon{ background-position:-135px -250px;}
.wholesale a.pin_icon:hover{ background-position:-135px bottom;}
.wholesale a.igram_icon{ background-position:-167px -250px;}
.wholesale a.igram_icon:hover{ background-position:-167px bottom;}
.wholesale .wholesale_btn { background:#cdbba3;}
#aw-afptc-popup {
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:200px;    
    min-width: 450px;
    width: auto;
    height: auto;    
} 

#aw-afptc-overlay
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}

.aw-afptc-promo-message {
    font-size:16px;
}

#aw-afptc-popup .product-name {
    font-size:16px;
}

div#aw-afptc-popup div.block-content ul.free-products-list{
    max-height:300px;
    overflow-y:auto;
    overflow-x:hidden;
}

div#aw-afptc-popup div.block-content ul.product-details li{
    float:left;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-details{
    padding:10px;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-details div.price-box{
    float:left;
    text-align:left;
}

div#aw-afptc-popup div.block-content ul.product-details li:first-child {
    width:80px;
}
div#aw-afptc-popup div.block-content ul.product-details li input{
    float:left;
}

div#aw-afptc-popup div.block-content ul.product-details div.validation-advice{
    width:60px;
    text-align:left;
}

div#aw-afptc-popup li.item:last-child {
    clear:both;
}

div#aw-afptc-popup div.block-content ul.product-details li div.product-image{
    margin-bottom:5px;
}

.news-item {
    margin:0 0 15px 0;
}

.news-item span.date {
    font-size:90%;
}

.news-item-comment form {
    margin:20px 0px 0px;
    display:block;
    clear:both;
}

.news-item-comment .prev {
    float:left;
    margin:4px 12px 5px 0;
}

.news-item .date,
.menu-categories .date,
.news-item-content .date{
    color:#999999;
    font-size:11px;
}

.clearing {
    clear:both;
    font-size:1px;
    height:1px;
    line-height:1px;
}

.news-item-content .comment-item {
    margin:10px 0 0 0;
}

.news-item-content .comment-item .username {
    font-size:12px;
    margin:0px;
    color:#1E7EC8;
    display:inline;
}

.block.news-categories {
    border: 1px solid #C4C1BC;
    margin: 0 0 15px;
}

.block.news-categories .block-title {
    background: url("https://m.lovingearth.net/skin/frontend/base/default/css/images/bkg_block-title.gif") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    padding: 2px 9px;
}

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

.block.news-categories .menu-categories h5, .menu-categories ul li{
    font-size:11px;
    margin:0px;
}

.block.news-categories .block-title strong {
    color: #E26703;
    display: block;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    min-height: 16px;
    padding: 1px 0;
    text-transform: uppercase;
}

.news {
    text-align:justify;
    }

.news-item-content h4 {
    color:#e26703;
    font-size:15px;
}

.news-item-content small {
    font-size:10px;
}

.news-item {
    clear:both;
    }
.news_image {
    float:left;
    margin:3px 10px 5px 0px;
    }
.news-item .description {
    text-align:justify;
    }
.news-item .comment {
    float:right;
    font-size:11px;
    padding-top:5px;
    }
.news-item-content .social {
    padding-top:10px;
    height:35px;
    }
.news-item-content .social .google_button {
    float:left;
    width:80px;
    overflow:hidden;
    }
.news-item-content .social .fb-like {
    float:left;
    }

.news-item-comment {
    clear:both;
    padding-bottom:20px;
    }
.news-item-comment p.required {
    text-align:left;
    }
.news .loadfile {
    text-align:right;
    }
.news .loadfile a {
    background: url(https://m.lovingearth.net/skin/frontend/base/default/css/clnews/images/i_attached.gif) 0px 0px no-repeat;
    padding:1px 0 0 20px;
    }
#postComment label {
    float:left;
    width:80px;
    }
#postComment .input-box {
    padding-bottom:9px;
    }
#postComment input[type="text"] {
    width:200px;
    }
label .required {
    color:red;
    }
#postComment .validation-advice {
    margin-left:80px;
    }
#postComment .button-set {
    padding-left:80px;
    }

#comment_block .comment-item div {
    padding-left:10px;
    }

/*-- pager --*/
.news-item-comment .pager {
    background:none;
    margin-top:20px;
    padding-top:10px;
    text-align:left;
    }
.news-item-comment .pager span {
    cursor:pointer;
    border:1px solid #dadfe0;
    float:left;
    height:19px;
    width:20px;
    text-align:center;
    margin-right:6px;
    line-height:19px;
    }
.news-item-comment .pager span.current {
    cursor:default;
    background:#c6c6c6;
    }
.news-item-comment .pager span:hover {
    background:#c6c6c6;
    }
.news-item-comment .pager #prev,
.news-item-comment .pager #next {
    border:none !important;
    background:none !important;
    padding:0px !important;
    margin:0px !important;
    width:auto !important;
    }
.news-item-comment .pager .prev,
.news-item-comment .pager .next {
    width:auto;
    padding:0 5px;
    margin-top:0px;
    }
/*-- /pager --*/
.print-btn {
    float:right;
    background: url(https://m.lovingearth.net/skin/frontend/base/default/css/clnews/images/i_print.gif) 0px 0px no-repeat;
    padding-left:20px;
    }
#clloader {
    position:absolute;
    margin-left:333px
    }
/*
.tags {
    background: url(https://m.lovingearth.net/skin/frontend/base/default/css/clnews/images/i-tags.gif) 0px 1px no-repeat;
    padding-left:20px;
    }
*/
.news-item-grid {
    clear:none !important; padding:0px !important; margin:13px 13px 0 0 !important; 
    float:left; width:210px; height:118px; position:relative; background:#f2f2f2; border:1px solid #e9eaea;
}
.news-item-grid  a {color:#000; text-decoration:none; display:block; width:100%; height:118px;}
.news_image_grid {margin:0px !important;}
.news_text_grid {margin:0px !important; padding:5px;}
.news-item-grid img {float:left;}
.underlayer_grid {position:absolute; bottom:0px; width:200px; padding:4px 3px 3px 7px; background:rgba(204,204,204,0.6); line-height:16px; min-height:33px;}
.underlayer_grid h5 {margin:0px; display:inline;}
.underlayer_grid h5,
.underlayer_grid .date {color:#000;}
.news-item-grid:hover .underlayer_grid {background:rgba(204,204,204,0.8);}

.view-mode {margin:10px 0 0 0;}
#commercelab_categories_container
{
    overflow-x: auto;
}
.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    background-color: white;
    margin-top: 4px;
}

.treeview .hitarea {
    background: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
    background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }
.treeview .category_selected { color: red; cursor: pointer; }

.treeview li { background: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-red.gif); }

.treeview-black li { background-image: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-black.gif); }

.treeview-gray li { background-image: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/treeview-famfamfam.gif); }


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(https://m.lovingearth.net/skin/frontend/base/default/css/commercelab/treeview/images/file.gif) 0 0 no-repeat; }

/*.instagram-view div {
	float:left;
	margin:10px;
}
*/
.instagram-view div[class^="col"] { margin-bottom:15px; margin-top:15px;}
.instagram-view div img{ width:100%; height:auto;}
#fp{
	background:#FFFFFF;
	display:block;
	overflow:hidden;
}

#main-slider{
	overflow:hidden;
}
.product-block{
	display:block;
	width:235px;
	height:200px;
	float:left;
	margin-top:10px;
	text-align:center;
}

.product-block h4{
	
}

#frame{
	width:auto;
}
.product-des{
	display:none;
}

.product-image{
	width:120px;
	height:120px;
	margin-right:10px;
}
.product-info{
}
.product-price{
	color:#C76200;
	font-size:13px;
	font-weight:bold;
	display:block;
	margin-top:10px;
}
#popup-des{
	display:none;
	background:none repeat scroll 0 0 #FFFFCC;
	border:1px solid gray;
	padding:5px;
	position:absolute;
	width:200px;
	z-index:110;
}
.slider-button{
	display:none;
	float:left;
	font-size:100px;
	text-decoration:none;
	color:#CCCCCC;
	font-family:"Times New Roman", Times, serif;
}
.slider-button:hover{
	color:#000000;
}


#slider .left{
	left:5px;
	margin-right:5px;
}
#slider .right{
	right:5px;
}
/********************** Tabs */
.product-view .tabs { margin:-38px 0 0 0; overflow:hidden; border-bottom:none; zoom: 1;}
.product-view .tabs li                { float:left; font-size:0.9em; line-height:1em;  background:none; }
.product-view .tabs li.first          { border-left:0; }
.product-view .tabs li.last           { border-right:0; }
.product-view .tabs a                 { display:block; font-size:14px; padding:13px 10px; color:#4f4948; text-decoration: none; position:relative;}
.product-view .tabs a:after			  {  border-right:1px solid #f5f1e8; content:''; display:block; height:20px; position:absolute; right:-1px; top:10px;}
.product-view .tabs a:hover           { background-color:#4f4847; text-decoration:none; color:#a7a4a3; text-decoration: none; border-radius:5px 5px 0 0;}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { background:#4f4847; color:#a7a4a3; border-radius:5px 5px 0 0;}

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}
.padder{ padding-top:50px;}
#custommenu-mobile .parentMenu{ position:relative;}
#custommenu-mobile .menu-mobile{border-bottom:1px solid #f5f1e8;}
#custommenu-mobile > #menu-button{ display:none;}
#custommenu-mobile .parentMenu span.button { background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/css/webandpeople/custommenu/menu_down.png) no-repeat center center; width:45px; height:45px; position:absolute; top:0; right:0; cursor:pointer;}
#custommenu-mobile .parentMenu .button.open { background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/css/webandpeople/custommenu/orange_up.png) no-repeat center center;}
#custommenu-mobile .parentMenu a.level0{ font:17px 'Calibre-Semibold'; color:#4f4948; display:block; padding:12px 15px; text-transform:uppercase;}
#custommenu-mobile .parentMenu a.level0:hover,#custommenu-mobile .parentMenu a.level0:focus,#custommenu-mobile .parentMenu.open a.level0, #custommenu-mobile .level0.act a.level0{ color:#fdbd5f; text-decoration: none;}
.wp-custom-menu-submenu{ padding-bottom:15px;}
#custommenu-mobile .parentMenu a.level1{ background:url(https://m.lovingearth.net/skin/frontend/default/loving-mobile/css/webandpeople/custommenu/submenu_arrow.png) no-repeat 15px center; font:17px 'Calibre-Regular'; color:#a7a4a3; display:block; padding:8px 15px 8px 45px;}
#custommenu-mobile .parentMenu a.level1:hover,#custommenu-mobile .parentMenu a.level1:focus, #custommenu-mobile .parentMenu a.level1.act{ font:17px 'Calibre-Semibold'; color:#fdbd5f; text-decoration:none; text-transform:uppercase;}

/**
 * FishPig_WordPress
 * WordPress Integration for Magento eCommerce
 * by FishPig
 *
 * http://fishpig.co.uk/wordpress-integration.html
 *
 */
/**
 * Search block
 *
 */
.blog-search { padding: 5px;}
/**
 * General post (view and list)
 *
 */
.blogdetailsec .post-date { margin-bottom:0; padding-bottom: 30px; margin-top: 0px;}
.blogdetailsec .content { margin-top: 25px;}
.wordpress-post-view .wp-sidebar { padding-bottom:25px; padding-top: 22px;}
.wordpress-post-view .bbs_slider .item-desc .imghoverlink {
	display:block;
	height: 250px;
}
.wordpress-post-view .bbs_slider .item-desc .imghoverlink .imghover {
	display:none;
	height: 250px;
    left: 8px;
    position: absolute;
    top: -185px;
}
.wordpress-post-view .aboutus { height: 310px;}
.wordpress-post-view .explore { padding: 0px;}
.wordpress-post-view .aboutus.explore { height:280px; margin:20px 0px; padding:0;}
.wordpress-post-view .bbs_slider .imghoverlink:hover .imghover{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  border-radius:0;
  bottom: 0;
  height: 250px;
  left: 4%;
  position: absolute;
  text-align: center;
  top: 64px;
  width: 92%;
  display:block;
  padding:40% 0;
  color:#fff; font-size:24px;font-family: bikobold; line-height:normal;
}
.imghover h3 { font-size:25px;font-family: bikobold; }
.imghover h4 { font-size:17px;font-family: bikobold; margin:0px;}
.wordpress-post-view .bbs_slider .item-desc h3 { border-bottom: medium none; color: #fff; display: inline-block; font-family: calibre-semibold; font-size: 17px; letter-spacing: 1px; margin: 0; padding: 0;}
.wordpress-post-view .bbs_slide .item-desc { position: relative;}
.wordpress-post-view .explore .midhead { display: none;}
.wordpress-post-view .bbs_slider .item-desc a { color: #fff;}
.wordpress-index-index .imghover{ display:none;}
.post-date {
  color: #a7a4a3;
  font:14px 'Calibre-Semibold';
  letter-spacing:0.1em;
  margin-bottom: 10px;
  margin-top:5px;
  padding-bottom:10px;
  margin-bottom:10px;
  text-transform:uppercase;
}
.blog_content .content{ font:17px 'Calibre-Regular'; color:#504847; padding-bottom:15px;}
.post-meta { font-style: italic; }
.post-entry { font-size: 110%; height: 1%; margin-bottom: 1.5em; overflow: hidden; }
.post-entry-with-image { height: 1%; overflow: hidden; }
.post-entry p {
  color: #4f4847;
  font-family: calibre-regular;
  font-size: 17px;
  margin-bottom: 1em;
}
.is-blog .post-entry p strong{ color: #4f4847 !important;font-family: calibre-semibold !important; font-size: 17px !important; letter-spacing:0.5px; font-weight:normal !important;}
.featured-image { border-radius:0;}
.featured-image a{ display:block;}
.featured-image a:hover{ text-decoration:none;}
.featured-image img{ width:100%; height:auto;}
.featured-image.right { margin: 2px 0 4px 10px;}
.is-blog .toolbar { margin: 0 0 10px; }

/**
 * Blog homepage
 *
 */
.blog-title.not-first-page { display: none; }
.blog-title.with-tagline { margin-bottom: 10px; }
.blog-tag-line {  }

/**
 * Post list page
 *
 */
.post-list li.item { margin-bottom: 20px; }
.post-list div.item { margin-bottom:20px;}
.post-list .keep-reading { padding-bottom:0}
.post-list h2 { color:#fdbc5e; font:14px/14px 'bikobold'; text-transform:uppercase; letter-spacing:0.1em; margin:0 0 5px!important; padding:0;}
.post-list .blog_content h3 { background:#302d2b; display:inline-block; color:#fff; font:17px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.1em; margin:0 0 5px!important; padding:8px 12px 5px;}
.post-crumb.post-list:after{ display:block; content:''; clear:both;}
.post-crumb.post-list h2{ float:left;}
.post-crumb.post-list h1 { background:#302d2b; float:left; font:14px 'Calibre-Bold'; letter-spacing:0.1em; margin:0 !important; padding:2px 20px !important; text-transform:uppercase; color:#fff;}
.post-crumb.post-list h1 { background:#302d2b; float:left; font:14px 'Calibre-Bold'; letter-spacing:0.1em; margin:0 !important; padding:2px 20px !important; text-transform:uppercase; color:#fff;}
.post-crumb.post-list h1:before{  float:left; margin-right:5px; display:block;}
.post-list-item h2 a{ color:#000; font:35px 'bikobold'; text-transform:capitalize; letter-spacing:normal;}
.post-list-item p .st{ font-size:14px; color:#504847;}
.post-list-item .keep-reading a { border-bottom: medium none; color:#a7a3a3; letter-spacing: 0.1em; text-transform: uppercase;}
/**
 * Post view page
 *
 */
.page-title.post-title { margin-bottom: 4px; }
.post-view .post-meta { margin-bottom: 20px; }
.post-view .post-skips { display: block; margin-top: 20px; width: 100%; overflow:hidden;}
.post-view .post-skips .post-skip-previous { margin-right: 10px; }

.post-view .yarpp-related { margin-bottom: 20px; }

/**
 * Post comments
 *
 */
.comments-wrapper h2 { margin-bottom:10px; color:#4f4847; border-bottom:2px solid #4f4847; display:inline-block; letter-spacing:0.1em; font:24px 'bikobold'; padding-bottom:6px; text-transform:capitalize;}
.comments-wrapper ul.children { margin-left: 20px; }
.comment { height: 1%; margin-bottom: 10px;}
.comment .comment-inner { border-bottom: 1px solid #eee; padding: 10px 0; }
.comment .gravatar { float: left; margin: 0 10px 10px 0; }
.comment .comment-meta { margin-bottom: 10px; }
.comment .comment-url { color:#4f4847; display:inline-block; font:17px 'Calibre-Semibold'; text-transform:uppercase; letter-spacing:0.05em;}
.comment .comment-when { display:block; text-decoration:none; color:#a7a3a3; padding-left:15px; display:inline-block; font-size:17px; letter-spacing:0.1em;}
.comment .cmntnewinner { clear: both; background:#ececec; padding:20px; border-radius:5px; font-size:17px; margin-bottom:20px;}

/**
 * Author page
 *
 */
.author-description { font-style: italic; margin-bottom: 20px; }

/**
 * PinterestRssWidget plugin
 *
 */


.block-blog-pinterest li.item { text-align: center; }
.block-blog-pinterest .follow { text-align: center; margin: 10px 0 15px; }

.shortcode-pinterest {}
.shortcode-pinterest ul { height: 1%; overflow: hidden; }
.shortcode-pinterest li { list-style: none; padding: 0; margin: 0 10px 10px; float: left; }

/**
 * Alignment and captions
 * Taken from default WordPress CSS file
 *
 */
.alignleft { display: inline; float: left; margin-right: 1.625em; }
.alignright { display: inline; float: right; margin-left: 1.625em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 1.625em;
}

.wp-caption {
margin-top: 0.4em;
}
.wp-caption {
background: #eee;
margin-bottom: 1.625em;
max-width: 96%;
padding: 9px;
}
.wp-caption img {
display: block;
margin: 0 auto;
max-width: 98%;
border-color: #eee;
}
.wp-caption .wp-caption-text {
color: #666;
font-family: Georgia, serif;
font-size: 12px;
}
.wp-caption .wp-caption-text {
margin-bottom: 0.6em;
padding: 10px 0 5px 40px;
position: relative;
}
.wp-caption .wp-caption-text:before {
color: #666;
content: '\2014';
font-size: 14px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
position: absolute;
left: 10px;
top: 7px;
}
.wp-caption img {
border-color: #eee;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
background: #fff;
border-color: #ddd;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
div.gallery { height: 1%; overflow: hidden; }
.gallery-columns-2 dl.gallery-item { width: 50%; }
.gallery-columns-3 dl.gallery-item { width: 33%; }
.gallery-columns-4 dl.gallery-item { wi