/**
 * 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) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
 /*    #1BC4F8 #1bc4f8 new color, #1bc4f8 #1bc4f8 old color  */

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

body          { background:#ffffff; font:12px/1.55 "Neue Helvetica", Helvetica, Arial, sans-serif; color:#606060; text-align:center; }

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

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

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

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

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

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

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

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


/* Layout ================================================================================ */
.wrapper { }
.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:#ffffff; }
.cms-index-index .main { background: #ffffff; text-align: left; min-height: 335px;}
.main {  min-height:400px; padding:20px 0 0; background:#ffffff; text-align:left; }

/* Base Columns */
.col-left, .col-main , .col-right{ }


/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto;box-shadow: 0px 3px 24px -1px rgba(125, 125, 125, 0.3);}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { }
.col3-layout .col-wrapper { float:left;}
.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:#676767; }
input.input-text,select,textarea { background:#fff; border:1px solid #dfdfdf; }
input.input-text,textarea { padding:5px; background: #eeeeee; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {  padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; border: 1px solid #eeeeee; background: #eeeeee; padding: 6px 7px; text-align:center; }
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;height: 32px!important; }


button.button span{
	background: #1bc4f8;
	color: #bebab3;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	padding: 0;
	position: relative;
	text-align: center;
	white-space: nowrap;
	overflow:visible;
	border:0 none;
}
button.button span:hover {background:#2A3342;}
button.button span span{background-position: 100% 0; padding: 0 10px; font-size:12px; font-weight:normal; color:#ffffff; text-transform: capitalize;}

button.btn-cart span,
button.btn-cart span:hover{
	background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_btn-cart.png) no-repeat scroll 0 0 transparent;
    color: #bebab3;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 40px;
    position: relative;
    text-align: center;
    white-space: nowrap;
	overflow:visible;
	border:0 none;
}
button.btn-cart span span,
button.btn-cart span span:hover{background-position: 100% 0; padding: 0 10px 0 6px; font-size:15px; font-family: 'Pathway Gothic One', sans-serif; font-weight:normal; color:#ffffff; text-transform: capitalize;}


button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { }
button.btn-checkout span span {  }
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 { }
/*.highlight { background:#efefef; }*/

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

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.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-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

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

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

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

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

.fieldset { border:1px solid #dfdfdf; background:#f7f7f7; padding:55px 25px 12px 33px; margin:28px 0; margin-bottom: 28px; margin-top: 28px; float: left; width: 635px;}
.fieldset .legend {
	background: none repeat scroll 0 0 #1bc4f8;
    /* border: 1px solid #1bc4f8; */
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: -73px -26px 0 -34px;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
    width: 665px;
}
.col1-layout .fieldset { border:1px solid #dfdfdf; background:#f7f7f7; padding:55px 25px 12px 33px; margin:28px 0; float: left; width: 100%;}
.col1-layout .fieldset .legend {
	background: none repeat scroll 0 0 #1bc4f8;
    /* border: 1px solid #1bc4f8; */
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: -73px -26px 0 -34px;
    padding: 10px;
    position: relative;
    text-transform: uppercase;

}

/* 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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#dfdfdf; background-color:#f8f8f8; background-image:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#dfdfdf; background-color:#f8f8f8; background-image:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#dfdfdf; background-color:#f8f8f8; background-image:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:12px; line-height:1.25; margin:0 0 30px; display: block; width: 100%; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_title-product-new-left.png) no-repeat left bottom, url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_title-product-new.png) repeat-x left bottom ; padding: 0 0 20px; }
.breadcrumbs li { display:inline; color: #bcbcbc; }
.breadcrumbs li a {  color: #bcbcbc; text-decoration: none;}
.breadcrumbs li a:hover {  text-decoration: underline;}
.breadcrumbs li strong { font-weight:normal; color: #1bc4f8; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border: 0 none; margin:0 0 10px; }
.page-title h1, .page-title h2 { margin:0; font-size:30px; color:#676767; font-family: Tahoma;}
.page-title h1 {
	margin: 0px 20px;
	padding: 0px 20px;
}

margin: 0px 20px;
padding: 0px 20px;

.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; text-align:left; }

.title-buttons .links-action {float:right; min-width:125px;}

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

/* Pager */

.toolbar .limiter { float:right; padding: 0; text-align:left;}
.toolbar .limiter .jqTransformSelectWrapper { width: 90px !important; z-index:4!important;}
.toolbar .limiter .jqTransformSelectWrapper ul { width: 90px !important;}
.toolbar .limiter label { display: inline-block; padding: 8px 0; vertical-align:middle; margin: 0 5px 0 0;}
.toolbar .limiter select { color: #959494; padding:0; margin:0 0 1px; vertical-align:middle; width: 80px; }
.toolbar .pages { margin:0 140px; display: none;}
.toolbar .pages ol { display:inline; }
.toolbar .pages li { line-height: 22px; float: left; text-align: center;display:inline; margin:0 2px; background:#fff; border:solid 1px #E1E1E1; border-radius:3px; width: 28px; height: 22px;}
.toolbar .pages li a { color: #666666; float:left; width:100%; text-align:center; text-decoration: none; font-weight: normal; line-height: 22px;}
.toolbar .pages li a:hover { text-decoration: none; color: #1bc4f8;}
.toolbar .pages li.pages-next,
.toolbar .pages li.pages-prev { float:left;}
.toolbar .pages li.pages-next img ,
.toolbar .pages li.pages-prev img { float:left; margin:1px;}

.toolbar .pages li a.next { padding: 0; }
.toolbar .pages li a.previous { padding:0; }

.toolbar .pages .current { color: #1bc4f8; padding: 0; line-height: 22px; background:#f8f8f8; width: 28px; height: 22px}

/* Sorter */

.toolbar .view-mode { float:left; margin:0; }
.toolbar .view-mode label { float:left; margin: 0 10px 0 0; padding: 8px 0;}
.toolbar .view-mode strong.grid {color: #838383; font-weight: normal; padding: 8px 33px 8px 8px; float: left; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_grid-toolbar-active.png) no-repeat left top;}
.toolbar .view-mode a.grid { text-decoration: none; color: #838383; font-weight: normal;  padding: 8px 33px 8px 8px;float: left; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_grid-toolbar.png) no-repeat left top;}
.toolbar .view-mode a.grid:hover { text-decoration: none;}

.toolbar .view-mode strong.list {color: #838383; font-weight: normal;  padding: 8px 14px 8px 33px;float: left; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_list-toolbar-active.png) no-repeat left top;}
.toolbar .view-mode a.list {text-decoration: none; color: #838383; font-weight: normal; padding: 8px 14px 8px 33px; float: left; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_list-toolbar.png) no-repeat left top;}
.toolbar .view-mode a.list:hover { text-decoration: none;}

.toolbar .sort-by { display:inline-block; text-align:left; }
.toolbar .sort-by label {  padding: 8px 0 8px 8px; margin: 0 5px 0 0; vertical-align:middle; }
.toolbar .sort-by select { color: #959494; padding:0; margin:0 0 1px; vertical-align:middle; width: 110px;}
.toolbar .sort-by .set-asc-des {float: right; padding: 8px 0 8px 10px;}
.toolbar .link-feed {}

/* Amount */

.toolbar-bottom .toolbar .amount {float: left; margin: 0; width: auto; color: #666666; font-size: 12px; font-weight: normal; display: block; padding: 2px 0;}
.toolbar-bottom .toolbar .amount strong { color: #666666; font-size: 12px; font-weight: normal;}
.toolbar-bottom .toolbar .amount .separator-toolbar { color: #666666;}

/* Toolbar */
.toolbar { float: left; padding: 12px 10px; width: 100%; text-align:center; border: 1px solid #dfdfdf; background: #f8f8f8; font-size: 13px; color: #838383;}
.toolbar .amount { display: none;}
.toolbar-bottom {}
.toolbar-bottom .view-mode,
.toolbar-bottom .sort-by,
.toolbar-bottom .limiter { display: none!important;}
.toolbar-bottom .pages {display: block ; margin: 0; float: right;}
.toolbar-bottom .toolbar { }


.toolbar-bottom-pager {float:left; width:100%;}
/* Data Table */
.data-table { width:100%; border:1px solid #dfdfdf; background: #f7f7f7;}
.data-table .odd  {}
.data-table .even {  }

/*.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; text-align: center; vertical-align: middle; }
.data-table th { padding:3px 8px; font-weight:bold; border-right: 1px solid #dfdfdf; }
.data-table td { padding:3px 8px; }

.data-table thead th { text-align: center; font-weight:normal; border-right:1px solid #dfdfdf; padding:2px 8px; color:#666666; 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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_th.gif) repeat-x 0 100% #f7f7f7; font-size: 14px; padding: 5px; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #dfdfdf; }
.data-table tfoot tr.first td { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_tfoot.gif) 0 0 repeat-x; vertical-align: middle; }
.data-table tfoot tr { }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #dfdfdf; vertical-align: middle;}
.data-table tfoot strong { font-size:13px; font-weight: normal;}

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; text-align: center; vertical-align: middle; }
/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr {  }
.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 #dfdfdf; }

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

.data-table .product-name {font-size: 13px; color: #838383; font-weight: normal; text-transform: capitalize; background: 0 none;}
.data-table .product-name a {font-size: 13px; color: #838383; font-weight: normal; text-transform: capitalize; text-decoration: none;}
.data-table .product-name a:hover {color: #1bc4f8;}
.data-table .price {font-weight: normal; color: #838383;}

.data-table .product-image {float:left; width:100%; text-align:center;}
.data-table .product-image img {width:none;}

.data-table tbody td.last {padding: 10px 20px;}

.data-table  input[type="radio"],
.data-table  input[type="checkbox"] {float:none; display:inline-block;}
.my-account table.data-table td label,
.cart table.data-table td label,
#checkout-review-table-wrapper table.data-table td label {display:none;}

.cart table.data-table .link-edit ,.cart table.data-table.btn-remove2{float:left;}

.cart table.data-table .link-edit {margin-right: 10px; background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/btn_edit.gif) no-repeat center center; text-indent:-9999px; width:15px; }

#product-attribute-specs-table tbody th,
#product-attribute-specs-table tbody td {text-align: left; padding: 10px; color: #666666;}



/* Generic Info Box */
.info-box { background:#fff url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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 {margin: 0px 20px; padding: 0px 20px;}
.std h2 {margin: 20px 0 0 0;}
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first {  }
.links li.last {  }

.link-cart {  font-weight:bold; }
.link-wishlist {  font-weight:bold; }
.link-reorder { font-weight:bold; color:#676767 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold;  }
.link-rss { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/btn_remove.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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/btn_trash.gif) no-repeat center center; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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;  text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container { background:#ffffff; border-bottom: 1px solid #E9E9E9;}

.header-container .top-header-container {float: left; width: 100%; background: #2a3342;}
.header-container .top-header-container .left-top-header {float: left; width: auto; padding: 7px 0; line-height:18px;}
.header-container .top-header-container .right-top-header {float: right; width: auto;}
.header-container .midle-header-container {float: left; width: 100%; background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_header-midle.png) repeat-x left top; background-size:100% 100%;}
.header-container .midle-header-container .midle-header-content { margin: -18px 0 0; position: relative; z-index: 10; float: left; width: 100%; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_shadown-midle-header.png) repeat-x left bottom;}
.header-container .midle-header-container .left-midle-header { padding: 15px 0;}
.header-container .midle-header-container .right-midle-header {margin: 30px 0px -50px;}
.header-container .bot-header-container {float: left; width: 100%; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_nav-container.png) repeat-x left top; height: 60px; padding: 1px 0 0;}
.header-container .bot-header-container .bot-header-content {margin: 0 auto; display: block;}


.header { margin:0 auto; padding:0; text-align:right;  z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header h1.logo { margin:0; }


.header .cart-currencies .cart-mini-home {float: right; width: 50%; padding: 7px 4px 7px; min-width: 135px;}
.header .cart-currencies .cart-mini-home .cart-mini-content {float: left; width: 100%; margin-bottom:0px;}
.header .cart-currencies .cart-mini-home .cart-mini-content li {float: left; width: 100%; text-align: center; padding: 5px 0;}
.header .cart-currencies .cart-mini-home .cart-mini-content li.icon-cart-mini { padding: 9px 0 0;}
.header .cart-currencies .cart-mini-home .cart-mini-content li.icon-cart-mini a  { margin: 0 auto; display: block; width: 14px; height: 14px; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-cart-mini.png) no-repeat center center;}
.header .cart-currencies .cart-mini-home .cart-mini-content li a  { text-decoration: none; color: #606060;}
.header .cart-currencies .cart-mini-home .cart-mini-content li .item-number  { color: #1bc4f8; font-weight: bold;}
.header .cart-currencies .cart-mini-home .cart-mini-content li strong { font-weight: normal;}
.header .cart-currencies .cart-mini-home .cart-mini-content .price  { font-family: Arial, sans-serif !important; font-weight: normal !important; font-size: 12px !important;}

.header .welcome-msg { margin:0; color:#bdbdbd; text-align:left; float: left;}
.header .welcome-msg a { color:#bdbdbd; }

.header .quick-access { float:left; width:380px; padding: 0; margin: 15px 0px -70px 300px;}
.header .form-search {  width:100%; padding: 0; float: left; position:relative; padding-right: 60px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { padding: 9px 5px; height:38px; float:left; border: 1px solid #2a3342; width:100%; margin:0; color: #c3c3c3; background: #2a3342; font-style: italic; font-size: 12px; }
.header .form-search button.button { position:absolute; top: 0px; right:0px; float:right; height: 38px !important; }
.header .form-search button.button span { text-indent: -999em; border:0; height:38px; background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_btn-search-home.png) no-repeat left top !important; padding:0 0 0 50px !important; }
.header .form-search button.button span span { background-position:100% 0 !important; padding:0 !important; }


.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; }

.banner-slider-container {float: left; width: 100%; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_banner-container.png) repeat-x left top; padding: 15px 0;}
.banner-slider-container .banner-slider-content { width: 100%; float: left;  }
.banner-slider-container .banner-slider-content .banner-slider-home { margin: 0 auto; padding-bottom:6%; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_shadown-banner1.png) no-repeat center bottom; background-size:100% auto; overflow: hidden; display: block;}

.cart-currencies{
	clear: both;
	display: block;
	float: right;
	height: 65px;
	margin: 15px 0px 0px;
	padding: 0;
	width: 278px;

	border:solid 1px #D3D3D3;
	border-bottom: none;
	box-shadow: 0px -1px 2px #DCDCDC;
	background: -webkit-linear-gradient(#fff -15%, #E0E0E0 145%); /* For Safari */
	background: -o-linear-gradient(#fff -15%, #E0E0E0 145%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff -15%, #E0E0E0 145%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff -15%, #E0E0E0 145%); /* Standard syntax */
}


.header .links { float:right; margin:0; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/separetor-top-link.png) repeat-y right top; padding: 0 2px 0 0; }
.header .links li { float:left; font-size:12px; background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/separetor-top-link.png) repeat-y left top; padding:0 0 0 2px; }
.header .links a { color:#c3c3c3; text-decoration: none;padding: 7px 10px; display: block; white-space: nowrap;}
.header .links a:hover { color:#ffffff; text-decoration: none; background: #1bc4f8;}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container { float: left; width:100%; }
#nav {float: left; width:100%; padding:0; font-size:14px; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_li-nav.png) no-repeat left top;}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_li-nav.png) no-repeat right top; }
#nav li.over { z-index:998; }
#nav li.active { }
#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 { }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; padding: 0 1px 0 0; }
#nav li.home { padding: 0 1px 0 2px; }
#nav li.active a { color: #1BC4F8; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_a-nav.png) repeat-x center bottom; }
#nav a { float:left; padding:19px 17px 20px; color:#7e7e7e; font-weight:bold; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);}
#nav li.over a,
#nav a:hover { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_a-nav-hover.png) repeat-x center top; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6; }
#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; max-width:none; top:57px; left:-10000px; border:1px solid #19AAD6; background: #1BC4F8;}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a {  }
#nav ul li a:hover {  }
#nav ul li a,
#nav ul li a:hover {  }
#nav ul span,
#nav ul li.last li span { padding:5px 15px 5px 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:190px; }

#nav li ul li  {border: 0 none !important; background: 0 none !important; padding: 0 !important;}
#nav li ul li a {border: 0 none !important; background: 0 none !important; font-size: 13px !important; color: #ffffff !important;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) !important;}
#nav li.over ul li a:hover { color: #ffffff !important; background: 0 none !important;}
#nav li.over ul li.over {  background: #19AAD6 !important;}
#nav li.over ul li.over a {  color: #ffffff !important;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) !important;}
/* #nav li.over ul li.over ul li a:hover { color: #ffffff !important; background: #94cbd8;} */
/* #nav li.over ul li  {border: 0 none !important; background: 0 none; font-size: 13px !important;} */
#nav li.active ul li a {color: #ffffff !important;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) !important;}


/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border: 0 none; margin:0 0 15px; float: left; width: 100%; }
.block .block-title { float: left; width: 100%; border-bottom:1px solid #dfdfdf; padding:5px 15px 5px 0; }
.block .block-title strong { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_block-title.png) no-repeat right center; display:block; font-family: Tahoma;  font-size: 18px; min-height:16px; padding:1px 0 1px; text-transform:capitalize; color:#676767; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 0; font-size:1em; font-weight:bold; color:#676767; }
.block .block-content { background:0 none; float: left; width: 100%; padding: 10px 0;}
.block .block-content li.item { padding:7px 0; }
.block .block-content .product-name { color:#1bc4f8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:0 none; padding:6px 0; text-align:right; }
.block .actions a { float:left; font-size: 11px; color: #ffffff; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding: 0; color: #ebebeb; font-weight: normal;}

.block li.odd {  }
.block li.even {  }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:12px; 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 { }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:72px; border:1px solid #a9a9a9; overflow:hidden; }
.mini-products-list .product-details { margin-left:75px; }

/* Block: Account */
.block-account {  }
.block-account .block-title {}
.block-account .block-title strong { }
.block-account .block-content { }
.block-account .block-content li a { display:block; border-bottom:1px solid #dfdfdf; padding:3px 0; color:#676767; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#1bc4f8; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #dfdfdf; padding:3px 0; color:#1bc4f8; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; padding:4px 0; float: left; margin: 0; width:50%; border-right:solid 1px #D3D3D3;}
.block-currency .block-title-currency { background:none; border:0; padding:0; margin:0 0 5px; float: left; width: 100%; text-align: center;}
.block-currency .block-title-currency strong { font:normal 12px/21px Arial, Helvetica, sans-serif;  padding:0; text-transform:none; color:#606060;text-align: center; }
.block-currency .block-content { background:none; padding:0; padding: 0px 1px 1px 0px; float: left; width: 100%;}
.block-currency .block-content ul { float: left; width: 100%; text-align: center; margin:5px 0;}
.block-currency .block-content ul li { display: inline; overflow: hidden; width: 23px; text-align: center; margin: 0;}
.block-currency .block-content ul li a.selected { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_li-currency-active.png) no-repeat left top;}
.block-currency .block-content ul li a {display:inline-block;text-decoration: none; color: #aeaeae; width: 23px; height: 19px;  text-align: center; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { }
.block-layered-nav .block-title { }
.block-layered-nav .block-subtitle { line-height:1.35; background:#ffffff; padding:3px 0; border: 0 none; text-transform:uppercase; color:#676767; }
.block-layered-nav  > .block-content { display:block!important;  }
.block-layered-nav .block-options-list {float: left; width: 100%;}
.block-layered-nav .block-options-list ul {float: left; width: 100%;}
.block-layered-nav .block-options-list ul li { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_li-options-list.png) no-repeat left center; color: #bcbcbc; font-size: 12px;float: left; width: 100%; padding: 2px 0 2px 15px;}
.block-layered-nav .block-options-list ul li:hover { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_li-options-list-hover.png) no-repeat left center;}
.block-layered-nav .block-options-list ul li a { color: #878787; font-size: 12px;text-decoration: none; text-transform: capitalize;}
.block-layered-nav .block-options-list ul li a:hover { color: #1bc4f8;}

.block-layered-nav .currently li { background:#fff; padding:4px 0; text-align: left; }
.block-layered-nav .currently .label { font-weight:bold; padding: 0;  text-transform:capitalize; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 0; background: 0 none; border: 0 none; text-align:right; }
.block-layered-nav .actions a { float:none; color: #676767;}

/* Block: Cart */
.block-cart {background: #1bc4f8; padding: 15px; float: left;}
.block-cart .block-title { /*border-bottom:0;*/ border: 0 none; background: 0 none;}
.block-cart .block-title strong { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_block-title-white.png) right center no-repeat; border: 0 none; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #ffffff; }

.block-cart .summary { background: 0 none; padding:2px 0 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; color: #676767;}
.block-cart .amount a { font-weight:bold; color: #ffffff; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background: 0 none; text-align: left; color: #676767 }
.block-cart .subtotal .price { font-weight:bold; color: #ffffff; }
.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-cart .block-content { float: left; width: 100%; padding: 10px 0; }
.block-cart .empty  { color: #ebebeb; font-weight: normal; }
.block-cart .empty span { color: #ffffff; font-weight: bold; }
.block-cart .actions button.button span { background: #3b3b3b; }
.block-cart .product-name a { color: #ffffff; }
.block-cart .product-details .price { color: #ffffff; }

/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong {  }
.block-related input.checkbox { float:left; }
.block-related .product { float: left; width: 100%; }
.block-related .block-subtitle  { padding: 5px 0 !important;}
.block-related .block-content  { padding: 10px 0 0 !important; position:relative; display:block!important; height:auto!important;}
.block-related .block-content .bx-next:hover  { opacity: 1; filter: alpha(opacity = 100); position: absolute; z-index: 0; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/btn-next-related.png) no-repeat left top !important; width: 25px !important; height: 24px !important; text-indent: -999em;}
.block-related .block-content .bx-next  { opacity: 0.7; filter: alpha(opacity = 70); position: absolute; top: 50%; margin-top:-12px; right: 0; z-index: 0; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/btn-next-related-nohover.png) no-repeat left top !important; width: 25px !important; height: 24px !important; text-indent: -999em;}
.block-related .block-content .bx-prev:hover  { opacity: 1; filter: alpha(opacity = 100); position: absolute; z-index: 0; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/btn-prev-related.png) no-repeat left top !important; width: 25px !important; height: 24px !important; text-indent: -999em;}
.block-related .block-content .bx-prev  { opacity: 0.7; filter: alpha(opacity = 70); position: absolute; top: 50%; margin-top:-12px; left: 0; z-index: 0; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/btn-prev-related-nohover.png) no-repeat left top !important; width: 25px !important; height: 24px !important; text-indent: -999em;}
.block-related .block-content .bx-wrapper  { padding: 0 30px;}
.block-related .block-content .bx-wrapper .bx-window  { background: #ffffff; border: 1px solid #dfdfdf;}

.block-related .block-content ul {float:left; text-align:center;}
.block-related .block-content ul li {background: none repeat scroll 0 0 #FFFFFF;  padding: 5px 9px !important; text-align:center;}
.block-related .mini-products-list .product-image { float:left; max-width:none; width:100%;  border:0 none; }
.block-related .mini-products-list .product-details { margin: 0; float: left; width: 100%; text-align: center;}
.block-related .block-content .product-name {text-align: center; float: left; width: 100%;}
.block-related .block-content .product-name a { color: #676767; text-decoration: none; font-weight: bold; text-transform: capitalize; font-size: 14px;}
.block-related .block-content .product-name a:hover { text-decoration: underline;}
.block-related .block-content .price-box {float: left; width: 100%;text-align: center; }
.block-related .block-content .price-box .regular-price {float: none ; text-align: center; }
.block-related .block-content .price-box .regular-price .price {font-size: 14px; font-weight: bold; color: #1bc4f8; }
.block-related .block-content .link-wishlist {font-weight: normal !important; color: #1bc4f8 !important; }

/* Block: Compare Products */
.block-compare { background: #2a3342; float: left; padding: 15px; }
.block-compare .block-title  { background: 0 none; border: 0 none; }
.block-compare .block-title strong { color: #ffffff; background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_block-title-white.png) right center no-repeat; border: 0 none; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-transform: capitalize; font-weight: bold; }
.block-compare .block-content { float: left; width: 100%; padding: 10px 0; }
.block-compare button.button span { }
.block-compare .empty {color: #ebebeb; font-weight: normal;}
.block-compare .empty span { color: #1bc4f8; font-weight: bold; }


.page-popup .link-print { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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 {  }

/* Block: Recently Compared */
.block-compared .block-title strong {  }

/* Block: Poll */
.block-poll .block-title strong {}
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left;  }
.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 { }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; padding: 0;}
.block-tags .block-content a { color:#878787; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content {  }
.block-subscribe .block-title strong {  }
.block-subscribe label { font-weight:bold; color:#878787; }
.block-subscribe input.input-text { display:block; width: 100%; margin:3px 0; color: #a3a2a2; font-style: italic; padding: 3px 2px; border: 1px solid #dfdfdf;}
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:right; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#1bc4f8; background:#1bc4f8; }

/* Block: Reorder */
.block-reorder .block-title strong {  }
.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 {  }
.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 15px; }
.category-title h1 { font-size: 30px; font-family: Tahoma; color: #676767; }
.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 {position:relative; }
.products-grid.last { border-bottom:0; margin: 10px 0 !important; }
.products-grid { float: left; width: 102%; margin: 15px 0 0;}
.products-grid li { margin: 0 2% 2% 0; background: #f5f5f5; float: left; width:31.3333%; padding: 5px; display: inline; text-align: center;}

.products-grid li:hover { background: #e5f0ff;}
.products-grid li:hover .product-info-container:hover { border: 1px solid #c6ddfc;}
.products-grid li .img-desc {float:left; width: 100%; position:relative;}
.products-grid li .desc { height:100%; float: left; width: 100%; text-align: left; opacity: 0; filter: alpha(opacity = 0); position: absolute; top: 0; left: 0; display: block; padding: 20px 8px; background: #ffffff;}
.products-grid li .product-image { padding: 10px; float: left; width: 100%; text-align: center;}
.products-grid li .product-name { min-height: 40px; float: left; width: 100%; padding: 0 8px; text-align: left;}
.products-grid li .product-name a { font-size: 14px; color: #7e7e7e; font-weight: bold; text-decoration: none; text-transform: capitalize;}
.products-grid li .product-name a:hover { text-decoration: underline;}
.products-grid li .product-info-container { background: #ffffff; float: left; width: 100%; border: 1px solid #dfdfdf; position: relative;}
.products-grid li .product-info { float: left; width: 100%; border-top: 1px solid #dfdfdf;}
.products-grid li .price-showndesc-actions { float: left; width: 100%; position:relative; padding-right:83px;}
.products-grid li .price-box { margin: 0; float: left; width: 100%; padding: 4px 8px 3px; line-height:26px; text-align:left;}
.products-grid li .price-box .price { color: #1bc4f8; font-size: 18px; font-weight: normal;}
.products-grid li .price-box .price-from { float: left;}
.products-grid li .price-box .price-to { float: right;}
.products-grid li .price-box .regular-price { float: left;}
.products-grid li .price-box .special-price { float: left; }
.products-grid li .price-box .old-price { float: right; padding: 4px 0 2px;}
.products-grid li .price-box .old-price .price { color: #7e7e7e; font-size: 14px; text-decoration:line-through; }
.products-grid li .actions-showdesc { float: right; width: 82px; position:absolute; top:0px; right: 0px;}
.products-grid li .actions-showdesc .showndesc { float: left; width: 41px;}
.products-grid li .actions-showdesc .showndesc .showdesc-button { border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; float: left; width: 41px; height: 35px; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_shown-desc-button.png) no-repeat center center;}
.products-grid li .actions-showdesc .showndesc .showdesc-button:hover { cursor: pointer; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_shown-desc-button-hover.png) no-repeat center center;}
.products-grid li .actions-showdesc .actions { float: right; width: 41px;}
.products-grid .icon-sale {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_sale-product.png) no-repeat left top; width: 47px; height: 47px; position: absolute; left: 0; top: 0; }

.products-grid li .actions button.button{ overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;height: 35px!important; }
.products-grid li .actions button.button span{
	background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_new-product-button.png) no-repeat scroll 0 0 transparent;
    color: #bebab3;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 34px;
    padding: 0 0 0 40px;
    position: relative;
    text-align: center;
    white-space: nowrap;
	overflow:visible;
	border:0 none;
	text-indent: -999em;
}
.products-grid li .actions button.button span span{background-position: 100% 0; padding: 0; font-size:12px;font-family: Arial; font-weight:normal; color:#ffffff; text-transform: capitalize;}


.products-grid li .actions button.button:hover span {
	background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_new-product-button-hover.png) no-repeat scroll 0 0 transparent;
    color: #bebab3;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 34px;
    padding: 0 0 0 40px;
    position: relative;
    text-align: center;
    white-space: nowrap;
	overflow:visible;
	border:0 none;
}
.products-grid li .actions button.button:hover span span{background-position: 100% 0; padding: 0; font-size:12px;font-family: Arial; font-weight:normal; color:#ffffff; text-transform: capitalize;}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:102%; max-width:none; }
.col1-layout .products-grid,
.col3-layout .products-grid  { width:102%; max-width:none; }

.col3-layout .products-grid li {width:48%; *width:45.9%;}
.col1-layout .products-grid li {width:23%; *width:22%;}

.col3-layout .toolbar .limiter,
.col3-layout .toolbar .sort-by ,
.col3-layout .toolbar .view-mode {float:none; display:inline-block; *margin-bottom:10px;}
/* View Type: List */

.products-list {float: left; width: 100%;}
.products-list li.item { border: 0 none; padding: 5px; display: block; width:100%; background: #f5f5f5; margin: 15px 0 0;}
.products-list li.item:hover { background: #e5f0ff;}
.products-list li.item.last { border-bottom:0; margin: 15px 0 !important; margin-top: 15px !important; margin-bottom: 15px !important; }
.products-list li.item .product-list-info-container { position: relative; border: 1px solid #dfdfdf; float: left; width: 100%; padding: 15px; background: #ffffff;}
.products-list .product-image { float:left; width:27.3%; margin-right:5%;}
.products-list .product-shop { float: right; width: 67.2%; }
.products-list .product-name { margin:0 0 10px; font-weight:bold; font-size:14px; color:#7e7e7e; float: left; width: 100%; }
.products-list .product-name a { color:#7e7e7e; font-weight: bold; font-size: 14px; text-decoration: none; text-transform: capitalize;}
.products-list .product-name a:hover { text-decoration: underline;}
.products-list .price-add-to-links { float: left; width: 100%;}
.products-list .price-box { float:left; margin: 0; min-width: 150px; }
.products-list .price-box .price-from { float: left;}
.products-list .price-box .price-to { float: right;}
.products-list .price-box .price { color: #1bc4f8; font-size: 18px; font-weight: normal;}
.products-list .price-box .price-to .price { float: right;}
.products-list .price-box .regular-price { float: left;}
.products-list .price-box .special-price { float: left; }
.products-list .price-box .old-price { float: right; padding: 5px 0 3px;}
.products-list .price-box .old-price .price { color: #7e7e7e; font-size: 14px; text-decoration:line-through; }
.products-list .add-to-links { float: right; overflow:hidden; margin: 0; }
.products-list .add-to-links li { display:inline; float: left; width: auto;  }
.products-list .add-to-links li a { font-weight: normal !important; text-decoration: none; }
.products-list .add-to-links li a.link-wishlist {margin: 0 30px 0 0; display: block; font-weight: normal !important; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_whishlist.png) no-repeat left center; padding: 5px 0 5px 37px; color: #1bc4f8 !important; }
.products-list .add-to-links li a.link-wishlist:hover { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_whishlist-hover.png) no-repeat left center; }
.products-list .add-to-links li a.link-compare {margin: 0; display: block; font-weight: normal !important; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_compare.png) no-repeat left center; padding: 5px 0 5px 37px; color: #2a3342 !important;}
.products-list .add-to-links li a.link-compare:hover { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_compare-hover.png) no-repeat left center; }
.products-list .add-to-links .separator { display:none; margin:0 2px; }
.products-list .icon-sale {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_sale-product.png) no-repeat left top; width: 47px; height: 47px; position: absolute; left: 0; top: 0; }

.products-list .actions-link-learn {float: left; width: 100%;}
.products-list .actions-link-learn .actions {float: left; margin-right:25px; }
.products-list .actions-link-learn .actions p { margin: 0; }
.products-list .actions-link-learn .link-learn {float: left; }

.products-list .actions button.btn-cart{ overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;height: 32px!important; }
.products-list .actions button.btn-cart span{
	background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_btn-cart.png) no-repeat scroll 0 0 transparent;
    color: #bebab3;
    float: left;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 40px;
    position: relative;
    text-align: center;
    white-space: nowrap;
	overflow:visible;
	border:0 none;
	font-family: 'Pathway Gothic One', sans-serif;
}
.products-list .actions button.btn-cart span span{background-position: 100% 0; padding: 0 10px 0 6px; font-size:15px; font-weight:normal; color:#ffffff; text-transform: capitalize;}

.products-list .link-learn .btn-link-learn { text-decoration: none; overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;height: 32px!important; }
.products-list .link-learn .btn-link-learn span{
	background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_btn-link-learn.png) no-repeat scroll 0 0 transparent;
    color: #bebab3;
    float: left;
    font-size: 12px;
    height: 32px;
    line-height: 29px;
    padding: 0 0 0 40px;
    position: relative;
    text-align: center;
    white-space: nowrap;
	overflow:visible;
	border:0 none;

}
.products-list .link-learn .btn-link-learn span span{background-position: 100% 0; padding: 0 10px 0 6px;font-family: 'Pathway Gothic One', sans-serif;
 font-size:15px; color:#ffffff; text-transform: capitalize;}

.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { float: left; width: 100%; padding:15px 0 0; margin:0 0 15px; line-height:1.35; }


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


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

.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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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; }
.email-friend a { color: #676767; }

/* 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 {color:#1bc4f8; font-family: 'Pathway Gothic One', sans-serif; font-weight:bold!important;}

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

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#7e7e7e; font-size: 14px; text-decoration:line-through; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_line-through-cufont.png) repeat-x left center; }

/* Special price */
.special-price { margin:0; padding: 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:#1bc4f8; }

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

.minimal-price-link { display:block; float: right; text-decoration:none;}
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal;color:#1e7ec8;  }

.price-box .minimal-price-link .price {color:#1e7ec8!important;}


/* 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:inline; }
.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:normal; color:#1bc4f8; }

/* 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 */
.tier-prices { margin:10px 0; padding:10px; background-color:#ffffff; border:1px solid #dfdfdf; display: inline-block; width: 100%; border-right: 0 none;}
.tier-prices li { line-height:1.4;  padding:2px 0 2px 10px; color:#666666; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#3b3b3b; }
.tier-prices .price { font-weight:bold; color:#1bc4f8; }

.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:12px; 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:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

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


.product-view { border: 0 none; float: left; width:100%;}

.product-essential { padding: 5px; background: #f5f5f5; border: 0 none; }
.product-essential .product-essential-content { border: 1px solid #dfdfdf; background: #ffffff; display: inline-block; width: 100%; padding: 0 0 15px;}
.product-essential h2 { font:bold 14px/1.35 Arial, Helvetica, sans-serif; color: #949393;}

.product-collateral {  padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:46.2%; padding: 20px;}
.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 {float:left;  width:100%;  overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img {left:0; top:0; cursor:move;}

.product-view .product-img-box .more-views  {float:left; width:100%;}
.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: 0; }
.product-view .product-img-box .more-views li { float:left; margin:0 12px; padding: 0 0 17px; }
.product-view .product-img-box .more-views li.first { margin-left:0; }
.product-view .product-img-box .more-views li.last { margin-right:0; }
.product-view .product-img-box .more-views li a { float:left; width:68px; height:55px; border:1px solid #dfdfdf; overflow:hidden; }
.product-img-box .more-views li.slide-current a { border:1px solid #1bc4f8 !important;}
.product-view .product-img-box .more-views li a:hover { border:1px solid #1bc4f8; }


/* Product Shop */

.product-view .product-shop .availability { font-size: 12px; margin:5px 0 3px; color: #666666; font-weight: bold; text-transform: capitalize; }
.product-view .product-shop .availability span { color: #666666; font-weight: normal; text-transform: capitalize;}
.product-view .product-shop .short-description { margin:10px 0 0; padding:10px 5px 10px 0; float: left; width: 365px; }
.product-view .product-shop .short-description .std {color: #666666; font-weight: normal; font-size: 12px;}
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-box { float: left; width: 100%; padding: 15px 0; margin: 0; border-bottom: 1px solid #dfdfdf;  }
.product-view .product-shop .add-to-links { margin: 20px 0 0; }
.product-view .product-shop .add-to-cart { float: left; width: 100%; }
.product-view .product-shop .add-to-cart .qty-cart { padding: 0; float: left; margin: 0 10px 0 0;}
.product-view .product-shop .add-to-cart .qty-cart label { font-weight: normal; font-size: 14px; padding: 6px 0 5px;}
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; display: inline-block; width: 100%;}
.product-view .product-shop .add-to-links li { display:inline !important; float: left; padding: 5px 0; }
.product-view .product-shop .add-to-links li .separator { display: none; }
.product-view .product-shop .add-to-links a { text-decoration: none; color:#666666 !important; font-weight:normal !important; margin: 0 15px;}
.product-view .product-shop .add-to-links a.link-wishlist { text-decoration: none; padding: 5px 0 5px 35px ; margin-left: 0; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_whishlist-product-view.png) no-repeat left top; }
.product-view .product-shop .add-to-links a.link-wishlist:hover { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_whishlist-hover.png) no-repeat left top; color: #1bc4f8 !important; }
.product-view .product-shop .add-to-links a.link-compare { text-decoration: none; padding: 5px 0 5px 35px ; margin: 0; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_compare-product-view.png) no-repeat left top; }
.product-view .product-shop .add-to-links a.link-compare:hover { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_compare-hover.png) no-repeat left top; color: #1bc4f8 !important; }

.product-view .product-shop .top-product-shop-view { float: left; width: 100%; border-bottom: 1px solid #dfdfdf; padding: 17px 0 15px 0; }
.product-view .product-shop .top-product-shop-view .top-product-shop-content { float: left; width: 100%; }
.product-view .product-shop .top-product-shop-view .top-product-shop-content .left-top-product-shop { float: left; width: 160px; margin: 10px 0 0;}
.product-view .product-shop .top-product-shop-view .top-product-shop-content .right-top-product-shop { float: right; width: 205px;}
.product-view .product-shop .right-top-product-shop .price-box { float: left; margin: 5px 0; padding: 7px 5px; width: auto;}
.product-view .product-shop .top-product-shop-content .price-box .price { font-size: 24px; font-weight: normal; color: #1bc4f8;}
.product-view .product-shop .right-top-product-shop .price-box .regular-price .price { font-size: 24px; font-weight: normal; color: #1bc4f8;}
.product-view .product-shop .right-top-product-shop .price-box .special-price { float: left; }
.product-view .product-shop .right-top-product-shop .price-box .old-price { float: right; padding: 5px 0; }
.product-view .product-shop .right-top-product-shop .price-box .old-price .price { font-size: 18px !important; margin: 0 0 0 20px; color: #7e7e7e; }
.product-view .product-shop .sku-product  { font-size: 12px; color: #666666; font-weight: normal; text-transform: capitalize; }
.product-view .product-shop .sku-product label { font-size: 12px; color: #666666; font-weight: bold; text-transform: capitalize; }


.product-view .product-shop .product-options { display: inline-block; width: 100%; border: 1px solid #dfdfdf; border-right: 0 none;  background: 0 none; }
.product-view .product-shop .product-options-bottom { width: 100%; border: 1px solid #dfdfdf; border-right: 0 none; background: 0 none; border-top: 0 none;}
.product-view .product-shop .product-options-bottom .add-to-cart button.button { float: left;}
.product-view .product-shop .product-options-bottom .add-to-links { margin: 10px 0 0;}

/* Product Shop */
.product-view .product-shop { float:right; width:53.8%; }
.col3-layout .product-view .product-shop { float:none; width:100%; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 14px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin: 5px 0 2px; }
.product-view .product-shop .short-description { margin:10px 0; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; float: left; width: 100%;}
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; margin: 20px 0 0;}
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:none; }
.product-view .product-shop .add-to-links a { color:#666666 !important; font-weight:normal !important; }
.product-view .product-shop .add-to-links a:hover { color:#1bc4f8; }
.product-view .product-shop .price-box-bundle { float: left; width: 100%; padding: 0;}
.product-view .product-shop .price-box-bundle .price-from { float: left; }
.product-view .product-shop .price-box-bundle .price-to { float: left; margin: 0 0 0 20px; }
.product-view .product-shop .price-box-bundle .price { color: #1bc4f8; font-weight: normal; font-size: 18px; }
.product-view .product-shop .price-as-configured { float: left; width: 100%;}
.product-view .product-shop .price-as-configured .price  { color: #1bc4f8; font-size: 24px; font-weight: normal;}

.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background: 0 none; border-top:1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#666666; }
.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;  }
.product-options ul.options-list input.checkbox { float:left;  }
.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 { float: left; width: 100%; padding:15px 20px; border:1px solid #dfdfdf; border-top:0; border-right: 0 none; border-left: 0 none; border-bottom: 0 none;}
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.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 .price-box .price { font-size: 18px; color: #1bc4f8; font-weight: normal; }
.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: 7px 5px 0 0; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; width: 190px;}
.product-options-bottom .add-to-cart .qty-cart { padding: 0; display: inline-block; float: left;}
.product-options-bottom .add-to-cart .qty-cart label { color: #666666; font-weight: normal; padding: 5px 0;}
.product-options-bottom .add-to-cart button.button { float: right;}
.product-shop .product-options-bottom { margin:0; }
.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; }

.product-options-bottom .add-to-links { font-size:12px; text-align:right; display: inline-block; width: 100%; margin: 15px 0 0;}
.product-options-bottom .add-to-links li { display:inline !important; padding: 7px 0; }
.product-options-bottom .add-to-links li .separator { display: none; }
.product-options-bottom .add-to-links a { text-decoration: none; color:#666666 !important; font-weight:normal !important; margin: 0 15px;}
.product-options-bottom .add-to-links a.link-wishlist { text-decoration: none; padding: 6px 0 5px 35px ; margin-left: 0; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_whishlist-product-view.png) no-repeat left top; }
.product-options-bottom .add-to-links a.link-wishlist:hover { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_whishlist-hover.png) no-repeat left top; color: #1bc4f8 !important;}
.product-options-bottom .add-to-links a.link-compare { text-decoration: none; padding: 6px 0 5px 35px ; margin-right: 0; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_compare-product-view.png) no-repeat left top; }
.product-options-bottom .add-to-links a.link-compare:hover { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_compare-hover.png) no-repeat left top; color: #1bc4f8 !important; }

/* 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; color: #676767; font-weight: bold;}
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline;  padding:0 7px 0 4px; color: #bcbcbc;}
.product-view .box-tags .product-tags li a { color: #878787;}
.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:normal; margin:0 0 5px; color:#676767;}
.product-view .box-tags .form-add .action {float:left; width:80%; padding-right:100px; position:relative;}
.product-view .box-tags .form-add .input-box { float:left; width:100%; margin:0 5px 0 0; padding:0; }

.product-view .box-tags .form-add input.input-text { width:100%; padding: 6px 5px; height:32px;}
.product-view .box-tags .form-add button.button {position:absolute; top:0px; right:0px;}
.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { margin:3px 0 0; padding:0; font-size:12px; }


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

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #dfdfdf; background:#f8f8f8; 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 #dfdfdf; background:#f8f8f8; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#e66969; padding: 0; }
.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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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; margin: 20px 0 0; }
.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; }
.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; min-width:55px; }
.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:10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span,
.cart-table .btn-update span {  }
.cart-table .edit-remove {  width: 103px;}
.cart-table .qty-cart-checkout .input-text {  float: left; background: #eeeeee;}
.cart-table .qty-cart-checkout .btn-remove { float: left; margin: 0 0 0 10px; padding: 7px 0;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:70.4%; margin-right:2%;}
.cart .cart-collaterals .col2-set .col-1 {width:51.5%;}
.cart .cart-collaterals .col2-set .col-2 {width:45.5%; }

.cart .crosssell {overflow:hidden; border:1px solid #dfdfdf; background:#ffffff; padding:12px 15px; width: 100%; background: #f7f7f7;}
.cart .crosssell h2 { font-size:13px; font-weight:normal; border-bottom: 1px solid #dfdfdf; padding: 0 0 5px; }
.cart .crosssell .product-image { float:left; width:25%; height:25%; margin-right:3%; border:1px solid #dfdfdf; overflow:hidden;}
.cart .crosssell .product-details { margin: 0; float: left; width: 72%;}
.cart .crosssell .product-details .btn-cart {float: left;}
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell .product-name a { font-size: 13px; font-weight:normal; color: #666666; text-transform: capitalize; text-decoration: none;}
.cart .crosssell .product-name a:hover { text-decoration: underline;}
.cart .crosssell li.item { margin:15px 0; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .crosssell .actions-price { float: left; width: 125px; }
.cart .crosssell .actions-price .price-box { float: left; width: 100%; }
.cart .crosssell .actions-price .price-box .price { font-size: 14px; color: #1bc4f8; font-weight: bold; }
.cart .crosssell .actions-price .actions { float: left; width: 100%; }

.cart .crosssell .add-to-links { font-size:12px; text-align:right; display: inline-block; float: right; margin: 3px 0 0;}
.cart .crosssell .add-to-links li { display:inline !important;float: left; padding: 7px 0; }
.cart .crosssell .add-to-links li .separator { display: none; }
.cart .crosssell .add-to-links a { text-decoration: none; color:#666666 !important; font-weight:normal !important; margin: 0;}
.cart .crosssell .add-to-links a.link-wishlist { text-decoration: none; padding: 6px 0 5px 35px ; margin-left: 0; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_whishlist-product-view.png) no-repeat left top; }
.cart .crosssell .add-to-links a.link-wishlist:hover { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_whishlist-hover.png) no-repeat left top; }
.cart .crosssell .add-to-links a.link-compare { text-decoration: none; padding: 6px 0 5px 35px ; margin-right: 0; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_compare-product-view.png) no-repeat left top; }
.cart .crosssell .add-to-links a.link-compare:hover { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_compare-hover.png) no-repeat left top; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d9d9d9; background: 0 none; padding:12px 15px; margin:0 0 18px; background: #f7f7f7;}
.cart .shipping { width: 100%;}
.cart .discount h2,
.cart .shipping h2 { font:normal 13px/16px Arial, Helvetica, sans-serif; padding:0 ; color:#838383; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span {  }
.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 { float: right; margin: 15px 0 0; width: 100%;}
.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:100%; }
.cart .discount input.input-text { width:100%; }

.cart .shipping h2 {  }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0;  }

.cart .discount select,
.cart .shipping select {color: #000000;}
.cart .shipping select {width: 100%;}
.cart .shipping .input-box {width: 100%;}
.cart .shipping .input-box .input-text {width: 100%;}

/* Shopping Cart Totals */

.cart .coupon-totals {float: right; width: 27.6%;}


.cart .totals { background: #f7f7f7; float:right; width:100%; border:1px solid #dfdfdf; }
.cart .totals .price { font-size: 12px; font-family: Arial; float:left; font-weight: normal; color: #000000; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td.price-total { text-align:left!important; }
.cart .totals td { width:50%; padding: 10px 5px;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:0; padding-bottom:0; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:13px; font-weight: normal;}
.cart .totals .checkout-types { font-size:13px; padding:0 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0 0; text-align: center;}
.cart .totals .checkout-types li a {color: #838383; }
.cart .totals .btn-checkout { float: none;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }

.truncated {float:left; width:100%;}
.truncated .full-value { z-index:999; display:none; margin-top:10px; float:left; width:100%;}
.truncated .full-value .item-options { z-index:999; width:100%;  padding:8px; *width:96%;  *padding:2%; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .full-value .item-options > p { font-weight:bold; text-transform:uppercase; }

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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

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

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

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

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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 { }
.block-progress .block-title {  }
.block-progress .block-title strong { }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:normal; line-height:1.35; background: 0 none; border: 0 none; margin:0 0 6px; padding:2px 0; color:#666666; }
.block-progress dd { background: 0 none; border: 0 none;  padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background: 0 none; color:#1bc4f8; }
.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; }


.checkout-onepage-index .page-title {margin: 0;}
.checkout-onepage-index .page-title h1,
.checkout-onepage-index .page-title h2 { color: #676767;font-family: Tahoma;font-size: 30px; margin: 0; font-weight: bold;}

.opc .buttons-set { margin-top:0; padding: 0 20px 10px; border:1px solid #dfdfdf; border-top: 0 none; background: #f8f8f8; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set.disabled  { opacity: 1 !important; filter: alpha(opacity = 100) !important; }
.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 { margin: 15px 0 0; float: left; width: 100%;}

.opc .step-title { background:#eeeeee; border:1px solid #dfdfdf; padding:; color:#666666; padding: 20px 15px; cursor:default; font-size: 14px; text-align: right; }
.opc .step-title .number { float:left;  padding:0 4px; margin:0 5px 0 0; font-size: 14px; color:#666666; }
.opc .step-title h2 { float:left; margin:0; font-size: 14px; color:#666666; line-height: 22px; }
.opc .step-title .modify-step { display: none; color:#666666 !important; font-weight: normal !important; font-size: 14px; font-weight: normal; text-transform: capitalize; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-modify.png) no-repeat right 61%; padding: 0 20px 0 0; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#96bcc6; border:1px solid #dfdfdf; padding:; color:#ffffff; padding: 20px 15px; cursor: pointer; font-size: 14px; }
.opc .allow .step-title .number { color:#ffffff; }
.opc .allow .step-title h2 { color:#ffffff; }
.opc .allow .step-title .modify-step {display: block; color:#ffffff !important; font-weight: normal !important; font-size: 14px; font-weight: normal; text-transform: capitalize; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-modify.png) no-repeat right 61%; padding: 0 20px 0 0; }
/*.opc .allow .step-title a { display:block; }*/


.opc h3 { color: #FFFFFF;font-size: 16px;font-weight: bold; margin: 0; padding: 12px 15px; text-transform: uppercase; background: #1bc4f8; font-family: Helvetica, sans-serif;}
.opc .register-checkout { background: #1bc4f8; color: #FFFFFF;font-size: 18px;font-weight: bold; margin: 0; padding: 20px; text-transform: uppercase;}

.opc .active .step-title { background:#1bc4f8; border:1px solid #dfdfdf; padding:; color:#ffffff; padding: 20px 15px; cursor:default; font-size: 14px;}
.opc .active .step-title .number { color:#ffffff; font-size: 14px; font-weight: normal; text-transform: capitalize;}
.opc .active .step-title h2 { color:#ffffff; font-size: 14px; font-weight: normal; text-transform: capitalize; }
.opc .active .step-title .modify-step { display: block; color:#ffffff; font-size: 14px; font-weight: normal; text-transform: capitalize; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-modify-active.png) no-repeat right 61%; padding: 0 20px 0 0; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { margin: 10px 0 0;border:0 none; background: 0 none; padding: 0; position:relative; }
.opc .step .opc-content { min-height: 245px;border: 1px solid #dfdfdf; padding: 10px 20px 10px; border-bottom: 0 none;  background: #f8f8f8;}
.opc  #opc-billing .step .opc-content { min-height: 115px;}
.opc .step .tool-tip { right:30px; }

#opc-login .opc-content {border-bottom: 0 none; border-top: 0 none;}
#opc-shipping_method .opc-content {min-height: 65px;}
#opc-payment .opc-content {min-height: 65px;}
#opc-review .opc-content {padding: 0; border: 0 none;}

#opc-login .buttons-set { border-top:0; }
#opc-login h3 {  border-bottom: 0 none;  text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0 0 10px; color:#666666; }
.opc .messages .error-msg {margin-bottom:0px!important;}


#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:normal;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px; border:1px solid #dfdfdf; 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; }

.opc h3.product-name {padding:0px;}

/* 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:#1bc4f8; color:#1bc4f8; }

.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:#1bc4f8; }
.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:normal !important; color:#666666 !important; }
.multiple-checkout .data-table .product-name a { font-weight:normal !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:#f8f8f8; border:1px solid #dfdfdf; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f8f8f8; border-bottom:1px solid #dfdfdf; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#666666; }
.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:#1bc4f8; }

.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; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; }
.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:#1bc4f8; }
.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 {  }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span {  }

/* 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 #dfdfdf; background:#f8f8f8; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background: 0 none; overflow:hidden; }

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


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding: 0; background:#f8f8f8; border: 0 none; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:16px; font-family: Helvetica, sans-serif; margin: 0; padding: 12px 15px ; border: 0 none; background: #1bc4f8; text-transform:uppercase; color:#ffffff; }
.account-login .new-users h2 { }
.account-login .registered-users h2 { }
.account-login .buttons-set { border:1px solid #dfdfdf; border-top:0; margin:0; padding:8px 13px; background: #f8f8f8; }
.account-login .login-page-content { border:1px solid #dfdfdf; border-top: 0 none; border-bottom: 0 none; min-height: 265px; padding: 20px; }

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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; }
.my-account .actions { float: left; width: 100%; margin: 15px 0;  }
.my-account .pager { float: left; width: 100%; margin: 25px 0;  }
.my-account .pager .amount { float: left;margin: 0; line-height:36px; }
.my-account .pager .limiter { float: right;margin: 0; }

.my-account #my-tags-table .ratings .rating-box {float: none; margin: 0 auto; padding: 0 0 7px; display: block;}

/********** < 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 {overflow:hidden; background:#fff; border:1px solid #dfdfdf; border-color:#dfdfdf #dfdfdf #dfdfdf #dfdfdf; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #dfdfdf; 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: 0; color:#1bc4f8; }

.dashboard .box .box-title {  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; color: #676767; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {  }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {  }
.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:#676767; }
.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 { }
.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:#676767; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

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

/* Order View */
.order-info { background: 0 none; border:1px solid #dfdfdf; 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; border:1px solid #dfdfdf; 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:#676767; }
.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 {  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:inline; 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; 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 {  }
#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:27%; margin-right:3%;  }
.product-review .product-img-box .product-image { display:block; width:100%; text-align:center; }
.product-review .product-img-box .label { font-size:11px; margin:0px auto 5px; text-align:center; }
.product-review .product-img-box .ratings {text-align:center;}
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0px auto 5px; }
.product-review .product-details { float:left; width:70%; }
.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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.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 { margin: 85px 0 0; overflow:hidden; float:left; width:100%; }
@-moz-document url-prefix() {
 .footer-container {
    float:none;
		display:inline-block;
   }
 }

.footer { margin:0 auto; padding-top:35px ;padding-bottom:20px; display: block; }
.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:#989898; text-decoration:none; font-size: 13px; }
.footer a:hover { text-decoration:none; color: #1bc4f8;}
.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; padding:0; }
.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://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/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;}



/*-- Back To Top --*/
#back-top {
    bottom: 150px;
    right: 65px;
    position: fixed;
    z-index: 99;
	background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_back-to-top.png) no-repeat left top;
	background-position: right 0;
    display: block;
    height: 38px;
    margin:0 ;
    width: 63px;
	cursor: pointer;
}

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

/*-- Home Box Wellcome --*/
.home-box-wellcome h1 {padding: 15px;}
.home-box-wellcome {float: left; width: 100%; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_wellcome_top.png) repeat-x left top, url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_wellcome_bottom.png) repeat-x left bottom , url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_wellcome_center.png) repeat left top; }
.home-box-wellcome .content-box-wellcome-container {position:relative; padding-left: 220px; margin: 0 auto; display: block;}

.home-box-wellcome .content-box-wellcome-container .content-box-wellcome-image {position:absolute; top:0px; left:0px; float: left; width: 190px; height: 124px; background:#4DB1CB url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/img-box-wellcome.jpg) no-repeat center center;}
.home-box-wellcome .content-box-wellcome-container .content-box-wellcome-dsc { float: left; width: 100%; padding: 30px 0 29px; min-height: 124px;}
.home-box-wellcome .content-box-wellcome-container .content-box-wellcome-dsc p { float: left; width: 100%; text-align: center; color: #7e7e7e; font-family: Tahoma; font-style: italic; font-size: 14px; margin: 0; font-weight: normal;}

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


/*-- Home New Product Box Banner --*/

.home-new-product-box-banner {float: left; width: 100%; margin: 30px 0 0;}
.home-new-product-box-banner .box-new-product-banner {float: left; width: 100%;}
.home-new-product-box-banner .new-product-box-banner-home { margin: 0 auto; display: block; width: 100%; }
.home-new-product-box-banner .new-product-box-banner-home .new-box-banner-home-container { float: left; width: 100%;}
.home-new-product-box-banner .new-product-home { float: left;}
.home-new-product-box-banner .new-product-home li {width:31.333%; *width:30%;}
.home-new-product-box-banner .new-product-home .title-product-new { float: left; width: 100%; padding: 0 0 20px; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_title-product-new-left.png) no-repeat left bottom, url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_title-product-new.png) repeat-x left bottom;}
.home-new-product-box-banner .new-product-home .title-product-new h2 { margin: 0; font-size: 30px; font-weight: bold; font-family: Tahoma; padding: 0; color: #676767;}

.home-new-product-box-banner .box-banner-home .box-banner-content { float: left; width: 100%; margin: 57px 0 0;}
.home-new-product-box-banner .box-banner-home .box-banner-content li { float: left; width: 100%; margin: 20px 0 0; text-align:center;}
.home-new-product-box-banner .box-banner-home .box-banner-content li.first { margin-top: 0 !important;}

.home-new-product-box-banner button.button{ overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;height: 35px!important; }
.home-new-product-box-banner button.button span{
	background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_new-product-button.png) no-repeat scroll 0 0 transparent;
    color: #bebab3;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 34px;
    padding: 0 0 0 40px;
    position: relative;
    text-align: center;
    white-space: nowrap;
	overflow:visible;
	border:0 none;
	text-indent: -999em;
}
.home-new-product-box-banner button.button span span{background-position: 100% 0; padding: 0; font-size:12px;font-family: Arial; font-weight:normal; color:#ffffff; text-transform: capitalize;}


.home-new-product-box-banner button.button:hover span {
	background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_new-product-button-hover.png) no-repeat scroll 0 0 transparent;
    color: #bebab3;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 34px;
    padding: 0 0 0 40px;
    position: relative;
    text-align: center;
    white-space: nowrap;
	overflow:visible;
	border:0 none;
}
.home-new-product-box-banner button.button:hover span span{background-position: 100% 0; padding: 0; font-size:12px;font-family: Arial; font-weight:normal; color:#ffffff; text-transform: capitalize;}

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




/*-- Contact Info Footer --*/

.footer-info-contact {float: left; width: 100%; background: #f2f2f2 url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_contact-info-home.png) repeat-x left top; margin: 0; border-bottom: 1px solid #000000;}
.footer-info-contact .box-info-contact-footer-content {margin: 0 auto; display: block; overflow:hidden;  padding-top: 35px; padding-bottom:60px;}

.footer-info-contact .box-info-contact-footer-content  .box-about-contact-socialfacebook-footer { float: left; width:100%; text-align:center;}
.footer-info-contact .box-about-contact-socialfacebook-footer .box-info-footer { display: inline-block;}
.footer-info-contact .box-about-contact-socialfacebook-footer .about-footer { float: left; width: 295px; margin-left: 0 !important;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer { width: 240px;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.contact-content { float: left; width: 100%}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.contact-content li { float: left; width: 100%; position:relative; padding-left:44px; margin-bottom: 20px;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.contact-content li.skype-contact { margin-bottom: 0;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.contact-content li .left-content { float: left; position:absolute; top:0px; left:0px; width: 34px; height: 34px; padding: 2px 0 0;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.contact-content li .right-content { float: left; width: 100%;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.contact-content li .right-content p { margin: 0; padding: 0;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link {float: left; width: 100%; margin: 20px 0 0;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li {float: left; width: 34px; display: inline; margin: 0 8px;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li.first {margin-left: 0;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li.last {margin-right: 0;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li a {float: left; width: 34px; height: 34px; text-indent: -999em;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li.facebook a {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-facebook-allow.png) no-repeat left top;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li.facebook:hover a {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-facebook-active.png) no-repeat left top;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li.twitter a {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-twitter-allow.png) no-repeat left top;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li.twitter:hover a {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-twitter-active.png) no-repeat left top;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li.blog a {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-blog-allow.png) no-repeat left top;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li.blog:hover a {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-blog-active.png) no-repeat left top;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li.google-plus a {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-google-plus-allow.png) no-repeat left top;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li.google-plus:hover a {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-google-plus-active.png) no-repeat left top;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li.vimeo a {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-vimeo-allow.png) no-repeat left top;}
.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li.vimeo:hover a {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-vimeo-active.png) no-repeat left top;}
.footer-info-contact .box-about-contact-socialfacebook-footer .social-facebook-footer { float: right; width: 250px; margin-right: 0 !important; position: relative;}
.footer-info-contact .box-about-contact-socialfacebook-footer .social-facebook-footer .button-like-facebook { position: absolute; top: 3px; right: 0;}

.footer-info-contact .title-box-info { text-align: left; color: #676767; margin-bottom: 25px; font-size: 18px; font-family: Tahoma; font-weight: bold; text-transform: capitalize; float: left; width: 100%; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_title-box-info-home.png) no-repeat left bottom; padding: 0 0 20px;}
.footer-info-contact .box-info-content {float: left; width: 100%; text-align: left; color: #606060;}


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



/*-- Payment Method Logo Footer --*/

.footer-payment-method {float: left; width: 100%;}
.footer-payment-method ul {margin: 0 auto; display: block; padding-bottom:10px; overflow: hidden;}
.footer-payment-method ul li { float: left; display: inline; margin: 0 5px; }
.footer-payment-method ul li.first { margin-left: 0 !important; }
.footer-payment-method ul li.last { margin-right: 0 !important; }
.footer-payment-method ul li a{ float: left; text-indent: -999em; width: 44px; height: 28px; text-decoration: none;}
.footer-payment-method ul li.visa { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/logo-visa.png) no-repeat left top;}
.footer-payment-method ul li.master-card { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/logo-master-card.png) no-repeat left top;}
.footer-payment-method ul li.discover { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/logo-discover.png) no-repeat left top;}
.footer-payment-method ul li.paypal { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/logo-paypal.png) no-repeat left top;}

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



/*-- Footer Content --*/

.footer-content {float: left; width: 100%; text-align: left; border-bottom:solid 8px #2a3342; background:#2A3342 url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_footer-content.png) no-repeat center top;}
.footer-content .box-link-footer-content {float: left; width: 100%;}
.footer-content .box-link-footer-content .box-link {float: left; width: 23.5%; margin: 0 1%;}
.footer-content .box-link-footer-content .box-link-infomation { margin-left: 0 !important;}
.footer-content .box-link-footer-content .box-link-my-account { margin-right: 0 !important;}
.footer-content .box-link-footer-content .box-link .title-box-link-footer { margin: 0 0 7px; float: left; width: auto; color: #bebebe; font-size: 18px; font-weight: bold; font-family: Tahoma;}
.footer-content .box-link-footer-content .box-link ul {float: left;display: none; width: 100%;}
.footer-content .box-link-footer-content .box-link ul li {float: left;  padding: 3px 0; width: 100%;}




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



/*-- Address --*/

.address-container {float: left; width: 100%; background:#2a3342 url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_address.png) repeat-x center top; padding: 15px 0;}

@-moz-document url-prefix() {
 .address-container {
    float:none;
		display:inline-block;
   }
 }

.address-container .address-content {margin: 0 auto;  display: block;}
.address-container .address-content address {float: left; width: 100%; color: #979797; text-align: left; font-size: 12px;}


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





/*-- Social Network --*/

.product-view .product-shop .social-network {float: left; width: 100%; padding: 15px 0; margin:0px; border-bottom: 1px solid #dfdfdf;}
.product-view .product-shop .social-network div {float:left; overflow:hidden; clear:both;}
.product-view .product-shop .social-network ul {float: left; width: 100%; padding: 5px 0 0; margin:0px;}
.product-view .product-shop .social-network ul li {float: left;  margin: 0 10px 0 0; }
.product-view .product-shop .social-network ul li.fb-like { width:85px;  }
.product-view .product-shop .social-network ul li.google-plus { margin-right: 0; width: 65px; overflow:hidden; max-width:100%;}
.product-view .product-shop .social-network ul li.twitter-like {  width: 85px; }
.product-view .product-shop .social-network .ratings { font-size:12px; }
.product-view .product-shop .social-network .ratings .rating-box {float:left;  margin-right: 15px;}
.product-view .product-shop .social-network .ratings .rating-links {float:left;}

.product-view .product-shop .social-network .ratings .rating-links .review-tab { background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/icon-write-review.gif) no-repeat left center; padding: 0 0 0 15px; margin: 0px; color: #1bc4f8; text-decoration: none; font-weight: normal; }
.product-view .product-shop .social-network .ratings .rating-links .review-tab:hover { text-decoration: none; }

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


/*-- Product Info Tab --*/

.product-info-tab-container {float: left; width: 100%;}
.product-info-tab {float: left; width: 100%; margin: 45px 0 0; position: relative;}
.product-info-tab .tab-head {float: left; width: 100%; background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_tab-head.png) repeat-x left bottom;}
.product-info-tab .tab-head ul {float: left; width: 100%; margin-bottom:0px; }
.product-info-tab .tab-head ul li {float: left; display: inline; margin: 0 5px; }
.product-info-tab .tab-head ul li.first { margin-left: 0; }
.product-info-tab .tab-head ul li.last { margin-right: 0; }
.product-info-tab .tab-head ul li a { background: #f7f7f7; border: 1px solid #f7f7f7; border-bottom: 0 none; padding: 10px 20px; float: left;  color: #666666; font-size: 12px; text-decoration: none; }
.product-info-tab .tab-head ul li.active a { position: relative; z-index: 99; background: #ffffff; border: 1px solid #dfdfdf; border-bottom: 0 none; color: #666666; font-size: 12px; text-decoration: none; }
.product-info-tab .tab-head ul li:hover a { position: relative; z-index: 99; background: #ffffff; border: 1px solid #dfdfdf; border-bottom: 0 none; color: #666666; font-size: 12px; text-decoration: none; }
.product-info-tab .tab_container { margin: -1px 0 0; float: left; width: 100%; padding: 30px; border: 1px solid #dfdfdf; min-height: 20px;}

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




/*--Box Banner Home 1 Layout --*/

.box-banner-home-1layout {margin: 0 auto; width: 100%; max-width:none; display: block;}
.box-banner-home-1layout .box-banner-content-1layout {float: left; width: 102%;margin-bottom: 40px;}
.box-banner-home-1layout .box-banner-content-1layout li {float: left; width: 31.333%; margin-right:2%; display: inline;}

.box-banner-home-1layout .box-banner-content-1layout li a {float: left; width: 100%; overflow:hidden; text-align:center;}



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

.product-view .product-img-box .product-image-zoom a {float:left; width:100%; height:100%;}
/****************  Artikle Table ****/
.table-bordered {
    border: 1px solid #DDD!important;
}
.table-responsive > .table-bordered {
    border: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F4FCFF!important;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color:  #c9effc!important;
}
.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: 10px!important;
  border: 1px solid #f3f3f3!important;
}
/****** Slidercontainer ****/
.slidercontainer {
  margin: -20px 0px 0px !important;
}
.jssorb01 div {
    background-color: rgb(76, 196, 248)!important;
}
.jssorb01 .av {
    background-color: #FFF!important;
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
    opacity: 0.7;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #2A3342!important;
    border-radius: 50%;
}


















/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 160px !important;
	position:relative;
	height: 36px;
	background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/select_left.gif) no-repeat top left;
	float:right;
	/* z-index: ; */
}

.jqTransformSelectWrapper ul { width: 160px !important;}
.jqTransformSelectWrapper div span {
	
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	/* height: 28px; */
	line-height: 15px;
	padding: 11px 0 10px 7px;
	overflow: hidden;
	cursor:pointer;
	width: 117px !important;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 37px;
	height: 36px;
	background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul  li {z-index: 99;}
.jqTransformSelectWrapper ul {
	position: absolute;
	top: 35px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #d9d9d9;
	display: none;
	margin: 0px;
	padding: 0px;
	height: auto !important;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	border-bottom: 0 none;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#575757;
	background-color: #f3f3f3;
	font-size: 12px;
	border-bottom: 1px solid #d9d9d9;
}

.jqTransformSelectWrapper ul a.selected {
	background: #ffffff;
	color: #575757;
	
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#ffffff;
	color: #575757;
}

.jqtransformdone label { float: left; padding: 8px 0; margin: 0 5px 0 0;}

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

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

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

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

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

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

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

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

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

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

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

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

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

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

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */





.dropdown-toggle {
	float:left;
	height:32px;
	line-height:32px;
	text-decoration:none;
	text-align:left;
	padding:0px;
	color: #4cb1ca;
	font-weight: bold;
	
	
}

 

.dropdown-toggle .caret {
	width:34px;
	float:right;
	height:30px;
	padding:7px;
}




.dropdown-toggle .caret span {
	float:left; 
	width:100%;
	height:3px;
	margin-bottom: 4px;
	background:#464646;

}

.dropdown-toggle.active .caret span {
	background:#4CB1CA;
}



.dropdown-menu {
	float:left;
	width:100%;
	display:none;
	z-index:98;
	position:absolute;
	top: 53px;
	left: 0px; 
	width:100%;
	padding-top:5px;
 }
.dropdown-menu-content {
  float:left;
	width:100%;
  border:solid 1px #4CB1CA;
	position:relative;
	padding:20px  0px;
	z-index:9999;
	background:#fff;
	position:relative;
}
.dropdown-menu-content:before {
	content:"";
	position:absolute;
	top:-5px; 
	left:-1px;
	width: 80px; 
	height:5px ;
	background:#4CB1CA;
}

 
.dropdown-menu li  {
	float:left;
	width: 100%;
	text-align:left;
	padding: 0 0px 0 15px;
 }
.dropdown-menu li.level0.parent  {
	position:relative;
 } 
 
.dropdown-menu a {
  float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 10px 0px;
	color: #7e7e7e;
	width:100%;
	text-decoration:none;
}
.dropdown-menu a.over,
.dropdown-menu a:hover {color:#4CB1CA;}

.dropdown-menu li.active > a {color:#4CB1CA;}

.dropdown-menu a.show-cat {
	position:absolute;
	top: 10px; 
	right:15px;
	width: 24px;
	height:24px;
	background:#2A3342;
}
.dropdown-menu a.show-cat:before {
	content:"+";
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height: 26px;
	position:absolute;
	top: 0px;
	left:0px;
	width:24px;
	height:24px;
}
.dropdown-menu a.show-cat.active{
	background:#4CB1CA;
}

.dropdown-menu a.show-cat.active:before {
	content:"-";
	color:#fff;
  line-height: 24px;
}


.dropdown-menu li ul {
	float:left;
	width:100%;
	
 }
 
 .dropdown-menu ul.level0 {
 
 display:none;
 
 }

.dropdown-menu li li a {
  text-transform: capitalize;
	background:none;
	padding:5px 0; 
	font-weight:normal;
}

/*.nav-top */

.nav-top {
	float:left;
	width:100%;
	margin:0px;
	font-size:14px;
	position:relative;
	font-size:14px;
	
 }

.nav-top .dropdown-toggle {
	width:100%;
	height:54px;
	line-height:54px;
	text-transform:capitalize;
	border-left:solid 1px #D3D3D3;
	border-right:solid 1px #D3D3D3;
	color: #4cb1ca;
	padding:0 15px;
}
.nav-top .dropdown-toggle .caret {
  width:40px;
	height:35px;
	margin-top: 12px;

}

/*top-links*/
.right-top-header .dropdown-toggle {
 background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/separetor-top-link.png) repeat-y left top, url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/separetor-top-link.png) repeat-y right top;

}
.right-top-header .dropdown-toggle .caret {
	width:40px;
}
.right-top-header .dropdown-toggle .caret span {
	background:#bdbdbd;
}
.right-top-header .dropdown-toggle.active .caret span {
	background:#4CB1CA;
}


















 
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {max-width:100%;}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}


abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
	max-width:100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}



button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {

  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;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*{
	max-width:100%;
}
.bx-viewport > ul {
	max-width:none;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

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

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}


.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;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}


code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
	max-width:none;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.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-right: 15px;
  padding-left: 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 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}




/*------------------------------------------------------------------------------------------------------*/

@media (max-width: 991px){
	.home-box-wellcome .content-box-wellcome-container .content-box-wellcome-dsc {padding:20px 0;}
	.home-new-product-box-banner .box-banner-home .box-banner-content {width:102%; max-width:none;}
	.home-new-product-box-banner .box-banner-home .box-banner-content li {
		width:31.333%;
		margin-right:2%;
		margin-bottom: 0px!important;
		margin-top:0px!important;
	}
	.footer-info-contact .box-info-contact-footer-content .box-about-contact-socialfacebook-footer {width:102%; max-width:none;}
	.footer-info-contact .box-about-contact-socialfacebook-footer .box-info-footer {float:left!important; width:31.333%!important; margin: 0 2% 0 0!important;}
	.footer-info-contact .box-about-contact-socialfacebook-footer .contact-footer ul.social-network-link li {margin:0 6px;}


	.footer-content {background-size: auto 100%;}
	.footer-content .box-link-footer-content {width:102%; max-width:none;}
	.footer-content .box-link-footer-content .box-link {width:48%; min-height: 150px; margin: 0 2% 15px 0!important;}

	/* general */
	.col-right, .col-left {margin-top:20px; float:left; width:100%;}
	.col2-left-layout .col-main,
	.col2-right-layout .col-main,
	.home-new-product-box-banner .col-md-3, .sidebar.col-md-3,
	.col-left.sidebar.col-md-3,
	.col-right.sidebar.col-md-3,
	.col-main.col-md-9{float:left; width:100%;}

	.block-layered-nav .block-options-list ul li {line-height: 28px;}

	.link-edit  { width:11px; height:11px; font-size:0; line-height:0; background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden;}
	.btn-remove,
	.btn-remove2,
	.btn-edit, .link-edit{ padding: 12px 12px; border:solid 1px #E1E1E1;display:inline-block;   background-position: center center; background-color:#fff;}
	.link-edit:hover,
	.btn-remove:hover,
	.btn-remove2:hover,
	.btn-edit:hover { background-color:#F5F3F3;}

	.mini-products-list .product-image {width: 30%; max-width: 150px; float:left; margin-right:3%; }
	.mini-products-list .product-details {float:left; width:67%; margin:0px; font-size:14px; line-height:30px;}

	.cart .cart-collaterals .col2-set,
	.cart .cart-collaterals .col2-set .col-1,
  .cart .cart-collaterals .col2-set .col-2,
  .cart .coupon-totals	{width:100%; margin: 0 0 15px;}

	}


@media (max-width: 767px) {
	.container {padding-left:30px; padding-right:30px;}
	.right-top-header {position:relative;}
	.right-top-header .links {display:none; position:absolute; z-index:99; max-width:none; padding: 1px 0; min-width:110px;  top: 33px; right:0px; background:#2A3342;}
	.right-top-header .links li {float:left; width:100%; text-align:left; background:none; padding: 0 1px;}
	#rechnung-logo {display: none;}
	.header-container .midle-header-container .left-midle-header, .header .logo {
		float:left;
		width:100%;
		text-align:center;
	}
	.header .quick-access, .cart-currencies {float:left; width: 100%;}
	.nav-container{display:none;}
	.header-container .bot-header-container {padding:0px;}
	.info-banner {display:none!important;}
	.home-box-wellcome .content-box-wellcome-container .content-box-wellcome-image {
		width:100%;
		height: 50px;
	}
	.home-box-wellcome .content-box-wellcome-container {
		padding-left:30px;
		padding-top:50px;
	}
	.footer-info-contact .box-info-contact-footer-content .box-about-contact-socialfacebook-footer {width:100%;}
	.footer-info-contact .box-about-contact-socialfacebook-footer .box-info-footer {
		width:100%!important;
		margin:0 0 15px!important;
	}

	.products-grid li {width:48%!important;}
	.products-list .add-to-links {float:left; margin-top:15px; clear:both;}

	.product-view .product-img-box  {width:300px; margin:auto; float:none; overflow:hidden;}
	.product-view .product-shop {width:100%; padding:15px;}
	.product-view .product-img-box .product-image-zoom {float:left; width:100%;}
	.product-info-tab .tab_container {padding:10px;}
	.tier-prices {border-right:solid 1px #dfdfdf;}

	/* general */
	.block-progress address {line-height: 24px;}
	.block-account .block-content li a {padding: 8px 0;}


}

@media (max-width: 620px) {

	.product-view .product-img-box .more-views ul {text-align:center;}
	.product-view .product-img-box .more-views li {float:none; display:inline-block;}

	.footer-content .box-link-footer-content {width:100%;}
	.footer-content .box-link-footer-content .box-link {width:100%; min-height:0px; margin: 0 0 20px!important;}
	.footer-content .box-link-footer-content .box-link .title-box-link-footer {float:left; width:100%; line-height:24px; position:relative; margin:0px;}
	.footer-content .box-link-footer-content .box-link .title-box-link-footer.active {color:#4CB1CA;}
	.footer-content .box-link-footer-content .box-link .title-box-link-footer:before {position:absolute; content:"+"; top: 0px; right: 0px; color:#2A3342; text-align:center; line-height:24px; width: 24px; height:24px; background:#f1f1f1; font-size:16px; font-weight:bold;}
	.footer-content .box-link-footer-content .box-link .title-box-link-footer.active:before {content:"-";background:#fff; color:#4CB1CA; }
	.footer-content .box-link-footer-content .box-link ul {padding: 10px 15px;}
	.footer-content .box-link-footer-content .box-link ul  li {line-height:28px;}

	#narrow-by-list  > .block-options-list > .block-content,
	.sidebar > .block > .block-content	 {display:none;}

	.sidebar  .block  .block-title.active strong { background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_block-title-rt.png) no-repeat center right;}
	.sidebar .block.block-related .block-title.active strong {background: url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_block-title.png) no-repeat right center;}

	.sidebar .block-compare .block-title.active strong,
	.sidebar .block-cart .block-title.active strong {background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_block-title-white-rt.png) no-repeat center right;}

	.page-title h1, .page-title h2 {font-size:26px;}

	/* general */

	.toolbar .view-mode label ,
	.toolbar .sort-by label,
  .toolbar .limiter label{display:none;}

	.toolbar .sort-by .jqTransformSelectWrapper {width:125px!important;}


	.my-account #my-tags-table .ratings .rating-box {float:left;}
	.account-login .login-page-content  {min-height:200px;}
	.cart .cart-collaterals .col2-set .col-2	{width:100%; margin:0 0 15px;}
	.col4-set .col-1,
	.col4-set .col-2 ,
	.col4-set .col-3,
	.col4-set .col-4 {width:50%; float:left; margin:0 015px;}

	.col2-set .col-1,
	.col3-set .col-1,
	.col3-set .col-2 ,
	.col2-set .col-2,
	.col3-set .col-3,
	.col2-set .col-wide ,
	.col2-set .col-narrow	{width:100%; margin:0 0 15px;}

	.form-list input.input-text,
  .form-list .input-box,
  .form-list .field,
  .form-list .input-box	{width:100%;}

	.product-view .box-tags .form-add .action {width:100%;}

	.data-table thead th , .data-table th, .data-table td {padding:2px;}

	.cart table.data-table tfoot tr.first td,
	.my-account table.data-table tfoot tr.first td,
	#checkout-review-table-wrapper table.data-table tfoot tr.first td{background:none;}

	.cart-table img {width:85px;}
	.cart table.data-table,
	.cart table.data-table thead,
	.cart table.data-table tbody,
	.cart table.data-table th,
	.cart table.data-table td,
	.cart table.data-table tr ,
	.my-account table.data-table tr,
	.my-account table.data-table td,
	.my-account table.data-table td,
	.my-account table.data-table tbody,
	.my-account table.data-table thead,
	.my-account table.data-table,
	.my-account table.data-table tfoot,
	#checkout-review-table-wrapper table.data-table,
	#checkout-review-table-wrapper table.data-table thead,
	#checkout-review-table-wrapper table.data-table tbody,
	#checkout-review-table-wrapper table.data-table th,
	#checkout-review-table-wrapper table.data-table td,
	#checkout-review-table-wrapper table.data-table tr
	{
		display: block;
    float:left; width:100%;
	}
	.my-account table.data-table tfoot {background:#2A3342; color:#fff; border-bottom:none;}

	table.data-table td.nbsp {display:none;}

	.my-account table.data-table,
	.cart table.data-table,
	#checkout-review-table-wrapper table.data-table
	{
		border:none;
    background:none;	}


 .my-account table.data-table td label,
	.cart table.data-table td label,
	#checkout-review-table-wrapper table.data-table td label{ display:block; float:left; margin-right:10px; font-weight:normal; font-size:14px; color:#222; }

	/* Hide table headers (but not display: none;, for accessibility) */
	.my-account .data-table  .product-name a,
	.cart .data-table  .product-name a{font-size:16px;}
	.cart .data-table .price,
	.my-account .data-table .price {font-size:16px; color:#4CB1CA;}

	.cart table.data-table thead tr,
  .my-account table.data-table thead tr,
	#checkout-review-table-wrapper table.data-table thead tr	{
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.cart table.data-table tfoot tr,
  .my-account table.data-table tfoot tr,
	#checkout-review-table-wrapper table.data-table tfoot tr	{ border: 0 none; }

	.cart table.data-table td,
  .my-account table.data-table td,
	#checkout-review-table-wrapper table.data-table td	{
		/* Behave  like a "row" */
		border:0 none!important;
		border-bottom: 1px solid #eee;
		position: relative;
		padding: 10px;
		white-space: normal;
		text-align:left!important;
		/* overflow:hidden; */
		float:left; width:100%;
		font-size:14px;
	}
	#checkout-review-table-wrapper table.data-table tr.first {padding-top:15px;}
	#checkout-review-table-wrapper table.data-table td {line-height:18px; font-size:14px;}
	#checkout-review-table-wrapper table.data-table tfoot {background:#F1F1F1; color:#0F0F0F; border:none;}
	#checkout-review-table-wrapper table.data-table tfoot  td,
	.my-account table.data-table tfoot  td	{float:left; width:60%;}
	#checkout-review-table-wrapper table.data-table tfoot  td.last,
	.my-account table.data-table tfoot  td.last {width:40%; text-align:right!important;}

	.my-account table.data-table tfoot  tr{border-bottom: solid 1px #464646;}

	#checkout-review-table-wrapper table.data-table tfoot .price {color:#2A3342;}
	#opc-review #checkout-review-submit .buttons-set {border:none; background:#2A3342;}

	.my-account table.data-table td.last {
	 /* margin:-49px 0 0 50px; */
	}

	.cart table.data-table td.edit,
	.cart table.data-table td.remove
	.my-account table.data-table td.edit,
	.my-account table.data-table td.remove { float:left; }

	.my-account table.data-table td.edit,
	.cart table.data-table td.edit,
	.cart table.data-table td.remove,
	.my-account table.data-table td.remove {text-align:right!important; float:left; width:auto;}

	.cart table.data-table td:before,
  .my-account table.data-table td:before,
  #checkout-review-table-wrapper table.data-table td:before	{
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}


 .data-table .btn-remove2 {float:left;}
 .my-wishlist .product-image {width:100%; text-align:center;}

 .my-wishlist .data-table .link-edit {margin-top: 15px;}
 .my-wishlist .data-table .btn-remove2 {margin: -61px 0 0 65px; }
	/*
	Label the data
	*/
	.cart table.data-table td:before,
  .my-account table.data-table td:before,
  #checkout-review-table-wrapper table.data-table td:before
	{ content: attr(data-title); }

	.cart table.data-table .product-image,
	.my-account .data-table .product-image {float:left; width:100%; text-align:center;}
	.cart table.data-table .product-image img,
	.my-account .data-table .product-image img{
		width:auto!important;
		height:auto!important;
		max-width:100%!important;
	}
	.my-account .data-table .product-name a {font-size:16px; color:#222;}
	.my-account .data-table .price {font-size:14px;}
	.my-account .data-table .inner {margin: 5px 0;}

	.cart .totals{float:none!important; text-align:center; overflow:hidden;}

	.cart-table tfoot tr td{display:inline; margin-top:5px;}
	.cart table.data-table tfoot td {text-align:center !important;}
	.cart-table tfoot button, .cart-table .btn-continue{
		margin:3px!important;
		float:right;

	}
	.cart-table tfoot{float:right;width:100%; border-top:solid 1px #e2e2e2; border-bottom:none; text-align:right;}
	.cart-table tfoot tr.first td {background:none; border:none;}
	.cart table.data-table tr, .my-account table.data-table tr, #checkout-review-table-wrapper table.data-table tr{border-bottom: 1px dotted #a8a8a8; margin-bottom:10px; float:left; width:100%;}
	.cart table.data-table tr.last, .my-account table.data-table tr.last, #checkout-review-table-wrapper table.data-table tr.last {border-bottom:none; margin-bottom:0px;}

	#my-orders-table tbody td span a {float:none;}
	#my-tags-table .product-image {width:100%;}
	.dashboard .welcome-msg {margin:0px 0px 15px;}



}

@media (max-width: 520px) {
	.product-info-tab .tab-head ul li {width:100%; margin: 5px 0;}
	.product-info-tab .tab-head ul li a {float:left; width:100%; border:solid 1px transparent;}
	.product-info-tab .tab-head ul li.active a {border-bottom:solid 1px #dfdfdf; color:#4cb1ca;}
	.product-info-tab .tab-head ul li:hover a  {border-bottom:solid 1px #dfdfdf;}
	.product-info-tab .tab-head {background:none;}
	.product-info-tab .tab_container {margin:5px 0 0 0;}
	.product-view .product-shop .top-product-shop-view .top-product-shop-content .right-top-product-shop {width:auto;}
  .cart-table tfoot button, .cart-table .btn-continue {clear:both;}
	.page-title h1, .page-title h2 {font-size:17px;}
	.product-review .product-img-box,
  .product-review .product-details	{width:100%; margin: 0 0 20px 0; }

}


@media (max-width: 478px) {
  .home-new-product-box-banner .box-banner-home .box-banner-content,
	.box-banner-home-1layout .box-banner-content-1layout	{width:100%;}
	.home-new-product-box-banner .box-banner-home .box-banner-content li,
  .box-banner-home-1layout .box-banner-content-1layout li   {width:100%; margin:0 0 15px !important;}
	.products-list .actions-link-learn .link-learn,
	.products-list .actions-link-learn .actions {margin-top:5px; margin-bottom:5px;}
	.product-view .product-shop .top-product-shop-view .top-product-shop-content .right-top-product-shop {float:left; clear:both;}

	/* general */
	.toolbar .view-mode, .toolbar .sort-by, .toolbar .limiter {float:none; margin:5px auto; display:inline-block; width:145px;}
	.toolbar .sort-by label {padding-left:0px; margin-right:10px;}
	.toolbar .sort-by .jqTransformSelectWrapper, .toolbar .limiter .jqTransformSelectWrapper {float:left;}
	.toolbar .limiter label {margin-right:20px;}

	.my-wishlist .buttons-set button.button {float:right; clear:both; margin-bottom:5px;}
  .col1-layout .products-grid, .col2-left-layout .products-grid, .col2-right-layout .products-grid  {width:100%; }

	.products-list .product-image {width:100%; margin:0 0 15px 0; }
	.products-list .product-shop {width:100%;}
	.products-grid li  {width:100%!important; margin:0 0 15px !important;}

	#product-review-table .nobr  {display:inline-block; width:30px;}
	#product-review-table .nobr span {float:right; text-indent:-9999px; width:14px; background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/digital-world/images/bkg_rating.gif) no-repeat center -197px;}
	.cart .crosssell li.item {float:left; width:100%; border-bottom:dotted 1px #dfdfdf; padding-bottom:15px;}
	.cart .crosssell li.item.last {border-bottom:none; padding-bottom:0px;}
	.cart .crosssell .product-image {width:60%;float:none; display:block; margin:0 auto 25px; }
	.cart .crosssell .product-details {width:100%;}
	.cart .title-buttons .checkout-types {width:100%; text-align:center;}
	.cart .title-buttons .checkout-types li {display:inline-block; float:none;}
	.col1-layout .fieldset .legend,
  .col1-layout .fieldset .legend	{font-size:11px;}
	.opc h3 {font-size:12px;}

}

@media (min-width: 621px) {
	.footer-content .box-link-footer-content .box-link ul {display:block!important; height:auto!important; margin-bottom:10px!important;}
	.data-table .product-image, .data-table .product-image img {width:75px; max-width:none;}
	}

@media (min-width: 768px) {

	.dropdown-toggle, .nav-top {display:none;}

	.container {
    width: 725px;

  }
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}


@media (min-width: 992px) {

 .container {
    width: 960px;

  }


  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }

	.home-new-product-box-banner .col-md-9,
  .col-main.col-md-9,
  .col-wrapper.col-md-9	{width:73.7%; *width:73.036%}

	.home-new-product-box-banner .col-md-3,
	.sidebar.col-md-3 {width:26.3%; *width:24.326%}

	.sidebar.col-md-4 {width: 35.686%; *width: 33.307%}
	.col-main.col-md-8{width:64.314%; *width: 62.96%}
}

@media (min-width: 1200px) {


	.container {
    width: 1120px;

  }


  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}


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



table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  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.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.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 > 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.success:hover > th {
  background-color: #d0e9c6;
}

.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.danger:hover > th {
  background-color: #ebcccc;
}

.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.warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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;
  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: -1px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
	float:left;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  margin-bottom: 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;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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 {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  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: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-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  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: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.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;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}


.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}


.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.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:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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-top-right-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-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-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.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-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  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: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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 {
  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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}



.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.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;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.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-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.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;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.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-top-right-radius: 6px;
  border-bottom-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-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.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;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.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 {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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: #428bca;
  -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;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.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;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.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:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.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,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.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 {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.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 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}



.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}



.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.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-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  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);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  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 {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

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

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}



@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/**
 * This file is part of a FireGento e.V. module.
 *
 * This FireGento e.V. module is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This script is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * @category  FireGento
 * @package   FireGento_MageSetup
 * @author    FireGento Team <team@firegento.com>
 * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
 * @license   http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
 */

/* Left empty on purpose, only needed in rwd theme */

.manufacturers {}
/* Featured Manufacturer */
.featured-manufacturers{overflow: hidden;}
.manufacturers h2.title,.featured-manufacturers h2.title{border-bottom: 1px solid #DDDDDD;font-family:Tahoma; color:#565656; padding:0 0 5px; font-weight:normal; font-size:18px; margin:10px 0;}
#featured-manu-screen{
	width:1000px;
	padding:0;
}			
#featured-manu-screen li{
	float:left;
	list-style:none;
}
#featured-manu-screen .jq-ss-crop{
	border:1px solid #DDDDDD;
	float:left;
	background:#FFFFFF;	
}
#featured-manu-screen #navleft,#featured-manu-screen #navright{
	font-weight:bolder;
	margin-top:60px;
	display:block;
	text-decoration:none;
	color:black;
}
#featured-manu-screen #navleft{background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/default/css/magebuzz/manufacturer/btn_prev.png) top left no-repeat; width:32px; height:32px;}
#featured-manu-screen #navright{background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/default/css/magebuzz/manufacturer/btn_next.png) top left no-repeat;width:32px; height:32px;}
#featured-manu-screen li:hover #navleft{background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/default/css/magebuzz/manufacturer/btn_prev-hover.png) top left no-repeat;}
#featured-manu-screen li:hover #navright{background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/default/default/css/magebuzz/manufacturer/btn_next-hover.png) top left no-repeat;}
#featured-manu-view{
	width:625px;
	overflow:hidden;
}
#featured-manu-images{
	width:3818px !important;
	width:3822px;
	padding:0;
}
#featured-manu-images li{margin-right:5px;}
#featured-manu-images li img{
	border:0;
}
/************************/
.manufacturers .manufacturer-grid {display:block;}
.manufacturer-grid li.item {
	float:left;
	width:33%;
	padding: 5px 0;
}

.manufacturer-grid li.manufacturer-group {
	float:left;
	width:33%;
	padding: 12px 0;
}
.manufacturer-grid li.item a{text-decoration:none; color:#565656;}
.manufacturer-grid li.item a:hover{text-decoration:underline;}
.group-manufacturer-grid {
	display: block; 
	position: relative;
	content: ".";
	clear: both;
}

.manufacturer-grid li.item img {float:left;}

.group-manufacturer-grid li.item {
	float:left;
	width:33%;
	padding: 12px 0;
}
.group-manufacturer-grid li.item a{text-decoration:none; color:#565656;}
.group-manufacturer-grid li.item a:hover{text-decoration:underline;}
div.manufacturer-image {width:80px;height:80px;}

a.manufacturer-name {
	clear:both;
	float:left;
	text-align:center;
}
/* Sidebar */
.block-manufacturer{}
.block-manufacturer .block-title{}
.block-manufacturer .block-content{padding:9px;}
.manufacturer-sidebar{}
.manufacturer-sidebar ul li{float:left; width:45%; padding:0 10px 0 0;}
.manufacturer-sidebar ul li.right{padding:0;}
.manufacturer-sidebar ul li a{text-decoration:none; color:#565656;}
.manufacturer-sidebar ul li a:hover{text-decoration:underline;}
/*** Manufacturer detail page ***/
.manufacturer-description {margin-bottom:20px; width:100%;}
.manufacturer-description .manufacturer-des-image {border:1px solid #ddd; width:300px; height:200px; float:left; margin-right:10px}
.manufacturer-description img{float:left;}
.manufacturer-description .description-info{text-align:justify;}
#magestore-bannerslider-popup{
	padding: 2px;
    position: fixed;
    z-index: 19990;
	background: #fff;
	border: 2px;
}
#magestore-bannerslider-popup-close{
	cursor: pointer;
    height: 22px;
	width:22px;
    position: absolute;
    right: 0px;
    top: -25px;   
    z-index: 19999;
	background:url(https://sad-margulis.92-205-160-224.plesk.page/skin/frontend/base/default/css/magestore/bannerslider/image/close-tiny.png) no-repeat center;
}
#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
	opacity: 0.7;
}
.klarna_title
{
	margin-left: 10px;
}
.klarna_title a
{
	margin: 0px !important;
}
.additional
{
	padding-top: 7px;
	padding-bottom: 1px;
}
#easycredit-total-table-wrapper
{
	margin-top: 10px;
}
