/**
 * 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.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }


/* Col2 */
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

/********************** Form */

/* Form Elements */
input.input-text[type='text'], input.input-text[type='password'], select, textarea { border:1px solid #D8D8D8; border-radius:2px }

optgroup { font-weight:bold; }
textarea { overflow:auto; }
textarea { padding:2px; }
input.input-text { height:41px; line-height:41px; padding:0 10px}
select { height:41px; line-height:41px }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-size:13px; font-weight:normal; }
.payment-methods input[type="radio"] { display:inline-block }
.payment-methods label { font-size:15px; display:inline-block; line-height:40px; height:40px }
.payment-methods label span { vertical-align:top }
input.input-text:focus, textarea:focus, select:focus { background-color:#fafaec; }
.button-set { clear:both; text-align:right; }
button::-moz-focus-inner { padding:0; border:0; }
.form-button,
.form-button-alt {
	display:inline-block;
	border:0;
	cursor:pointer;
	text-indent:-10000px;
	height:28px;
}

.graphic-radio { display:inline-block; height:22px; width:28px; text-align:center; font-size:12px!important; line-height:22px; float:left; border:solid 1px #CCC; cursor:pointer }
.graphic-radio:hover { border-color:#CCC!important; background:#CCC!important; color:#FFF }
.graphic-radio.left-radio { border-radius:3px 0 0 3px; border-right:0 }
.graphic-radio.right-radio { border-radius:0 3px 3px 0 }
.graphic-radio.active { border-color:#4ac2ff; background-color: rgba(74,194,255,0.9); color:#FFF; box-shadow: inset 0 3px 5px rgba(0,0,0,0.125) }
.graphic-radio-group { margin-top:10px }
.graphic-radio-group p { padding:3px 0 0 65px }
.graphic-radio-group .validation-advice { margin:0 0 30px }

.customer-account-forgotpassword .button-set { width:330px }

.btn-checkout {
    display:block;
    float:right;
    /*background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;*/
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    /*background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;*/
    line-height:40px;
    }

/* Form lists */
.form-list { float:left; }
.form-list li { margin:10px 0; }
.form-list li .input-box .input-text, .form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    padding:5px 0 15px 0;
	margin-bottom:10px;
    }
.group-select.wide { width:600px }

.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li .input-box { float:left; width:49%; padding-bottom:10px }
.group-select li .input-box.wide { width:auto }
.group-select li .input-box.wide .input-text, .group-select li .input-box.wide textarea { width:590px }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:100%; padding: 0 4px}
.group-select li .input-box select { width:100%; padding: 2px }
.input-box .note { height:100px; overflow:auto; border:solid 1px #D8D8D8; padding:5px; display:none; margin-bottom:5px }

@media screen and (max-width: 768px) {
	.group-select.wide, .group-select li .input-box { width:100%; }
}

/* Form Messages */
.validation-advice { color:#EB340A!important }
.required { color:#CB0000; }
.validation-advice {
    clear:both;
    min-height:15px;
    margin-top:3px;
    background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px;
    padding-left:17px;
    font-size:.9em;
    font-weight:bold;
    line-height:1.25em;
    }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation case */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:9px; text-align:right; color:#CB0000; font-weight:normal; }
.registered-users p.required { margin-top:30px; }


/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { list-style:none!important }
.messages ul { list-style:none!important }

/********************** TOOLTIPS */
.tooltip { display:none; position:absolute; width:280px; margin-left:-140px; margin-top:5px; text-align:left; z-index:10 }
.tooltip-arrow { background:url(../images/tip_arrow.png) center top no-repeat; height:11px; width:22px; margin:auto; position:relative; z-index:1; margin-bottom:-1px }
.tooltip-content { font-size:13px!important; background-color:#FFF; padding:25px 15px; border:solid #E5E5E5 1px; -webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.2); -moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.2); box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.2) }
.tooltip-close { background-image: url(../images/btn_window_close.gif); position:absolute; right:8px; top:18px; cursor:pointer; height:15px; width:15px }
@media screen and (max-width:767px) {
	.tooltip { left:10px!important; right:10px!important; width:auto; margin-left:0 }
	.tooltip-arrow { display:none }
	.tooltip-close { top:10px }
}


/********************** Common */

.box-w-shadow { background:#fff; text-align:left; box-shadow:0px 1px 1px 0px rgba(0, 0, 0, 0.15) }
.box-row-gray { border:solid 1px #D8D8D8; padding-top:15px; padding-bottom:15px }
.section-link { font-size:13px; line-height:30px; display:inline-block; background:url(../images/link-icons.png) no-repeat left -40px; padding-left:12px }
.section-link.big { font-weight:400; font-size:16px }
.color { color:#27b5fd }
.marginLeftA { margin-left:13px }
.mt10 { margin-top:10px!important }
.mt20 { margin-top:20px!important }
.mr20 { margin-right:20px!important }
.mb0 { margin-bottom:0px!important }
.mb10 { margin-bottom:10px!important }
.mb20 { margin-bottom:20px!important }
.ml-20 { margin-left:-20px!important }
.mt-20 { margin-top:-20px!important }
.linked-block { cursor:pointer}
.middle-column { border:solid #D8D8D8; border-width:0 1px }
.new { font-size:9px; font-weight:bold; padding:0px 8px; border-radius:8px; display:inline-block!important; height:14px; line-height:15px; position:relative; text-transform:uppercase }
.new.white {background:#fff; color:#000}
.new.blue {background:#09C; color:#FFF; border:solid 1px #09C}
.main-paragraph { font-size:15px; line-height:21px; margin-bottom:20px }
.clear-gray {clear:both; height:2px; line-height:2px; font-size:0; overflow:hidden; background-color:#E4E4E4}
.no-select {-moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none}
.hdn { text-indent:-10000px; font-size:0; line-height:0 }
.checkbox-position input[type='checkbox'] { position:relative; top:-3px }
.checkbox-position label { float:right; width:90%; width:580px }
.readonly {background:#e7e7e7;}
.uppercase {text-transform: uppercase;}
.highlight-text { background-color:#FAFFBA }
.underline-title { border-bottom:1px solid #D8D8D8; padding:0 0 12px 0; position:relative }
.underline-title:after { content:''!important; display:block!important; height:3px!important; width:100px; background:#4ac2ff; position:absolute; bottom:-2px }
.breadcrumb { background:none; padding:0 }
.modal-dialog button.close { position:absolute; top:-35px; right:-30px; font-size:42px; color:#fff; font-weight:300; opacity:1 }
.modal-dialog { margin-top:150px }
.top-to { height:40px; cursor:pointer; position:relative }
.top-to:before, .top-to:after { display:block; content:''; width:0; height:0; border-style:solid; border-width:10px 10px 0 10px; position:absolute; left:50%; margin-left:-10px }
.top-to:after { border-color:#FFF 	 transparent transparent transparent; z-index:2; top:16px }
.top-to:hover:after { border-bottom-color:#27b5fd }
.top-to:before { border-color:#71B743 transparent transparent transparent; z-index:3; top:14px }
.to-next { content:url(../images/arrow-down-big.png); margin:auto; cursor:pointer }
.new-product { background:#F5A623; color:#FFF; padding:4px 10px; display:inline-block; font-size:16px; font-weight:300; border-radius:3px; position:absolute; z-index:9; margin-left:-8px; margin-top:-8px }
@media screen and (min-width: 768px) and (max-width:1199px) {
	.new-product { font-size:13px; padding:2px 5px}	
}


@media screen and (max-width: 768px) {
	.middle-column { border:none }
}


/* flex row */
.row.flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.row.flex > [class*='col-'] { display: flex; flex-direction: column; }



/********************** Headings */

.head, .inner-head { line-height:1.25em; /* text-align:right; */ }
.head h1,.head h2, .head h3, .head h4, .head h5,
.inner-head h1,.inner-head h2, .inner-head h3, .inner-head h4, .inner-head h5{ margin:0; float:left; }
.head a { /*color:#FFFFFF;*/ }
.head h4 {font-size:13px; font-weight:bold;}
.content h4 { font-size:1.33em; }


/* Page heading */
.page-head { margin:0; }
.page-head-alt { margin:0 0 12px 0; }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:100%;
}
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */
.category-head h1, .page-head h3, .page-head-alt h3 {
	font-weight:300;
    max-width:100%;
	margin:0;
    font-size:34px;
    line-height:34px;
	}

.category-description {
    margin-bottom:20px;
	padding-right:10px;
    font-size:13px;
	line-height:140%;
    }

.category-description img {margin-bottom:7px;}

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }

/********************* Tables */
td.label { font-weight:bold; }

/* Data Table */
.data-table { width:100%; }
.data-table tr td { border-top:solid 1px #DFE6E9; }
.data-table tr.first td { border-top:none; }

.data-table tr.last th,
.data-table tr.last td { border-bottom:0 /*!important;*/ }
.data-table th { padding-bottom:6px; color:#0a263c; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:5px 0px; }
.data-table thead tr th { padding:5px 0px; }
.data-table tfoot { }
.data-table tfoot tr.first {  }
.data-table tfoot tr {  }
.data-table tfoot td { border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td {  }
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 /* !important*/; }
.data-table tbody.even tr { background:#f6f6f6 /*!important*/; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:5px; }
.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */
.no-display { display:none; }
.content { padding:12px 12px 12px 15px; } /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 5px; }
.pipe { padding:0 4px; font-size:.95em; }
.divider { height:1px; font-size:1px; line-height:1em; background:#D8D8D8 }

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; }
table.view-by select { width:85px; }
table.pager {
    width:100%;
	float:left;
	height:40px;
	/*border: 1px solid #E9E9E9;*/
	border-width:1px 0;
    }

/*
table.view-by {
    width:30%;
	float:left;
	height:40px;
	border: 1px solid #E9E9E9;
	border-width:1px 0;
}
*/

table.pager td {
    padding:4px;
	/*padding-left:15px;*/
	font-size:13px;
	vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; }
table.pager td.pages td { padding:0 3px; white-space:nowrap; text-align:center; width:auto; }
table.pager td.pages a { color:#9E9E9E; }
table.pager td.pages a:hover { color:#FFF!important; background:#27b5fd; text-decoration:none }
table.pager td.pages a img { display:block; }
table.pager td.pages a.highlight {color:#27b5fd;}
table.pager td.pages td > a, table.pager td.pages td > span { display:inline-block; padding:5px 10px; border:1px solid #D8D8D8; border-radius:15px }

table.pager ol, table.pager li { display:inline }
table.pager li { padding:0 2px; }
table.view-by td {
    padding:10px 8px;
    vertical-align:middle;
    }

.tablePagination { padding-left:15px; }



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.wrapper { margin:60px auto 0; text-align:left }

.header-top { position:relative; z-index:999; margin:0 auto; height:41px; float:right; width:600px; }
.header-top fieldset { float:left; }

.logo { float:left; margin-top:20px;}

.col-left { float:left; }
.col-right { padding-top:25px; }
.col-1-layout .col-main { float:none; margin:0; }
.col-3-layout .col-main { width:475px; margin-left:17px; }

/* Style */
.header-nav { margin:0 auto; background-color:#fff }
.header-top-container { padding:0 6px; }
.middle-container { margin-bottom: 30px }
.middle-header-container {padding:6px 6px 2px 6px; background:#FFF}
.middle { position:relative }

/********************** Header */

/* Logo */
h1#logo {
    float:left;
    width:230px;
    margin:0 0 0 12px;
    }
.page-popup h1#logo { display:none; }


/* Quick Access*/
.quick-access {
	background: url(../images/bg_quick-access.gif)  no-repeat top right;
    text-align:right;
    padding-right:10px;
    margin-top:10px;
	margin-bottom:5px;
    }
.quick-access p { margin-bottom:4px; }
.quick-access li {
    display:inline;
	margin-right:2px;
}
.quick-access li.first a { font-weight:bold;  }
.shop-access { margin-bottom:6px; float:right; margin-left:15px;}
.shop-access a { color:#666}
.shop-access li.last { padding-right:0; background:none; }

.quick-access li.last a { background:url(../images/icon_toplink_register.gif) no-repeat left center; padding-left:40px;}

.quick-access li a {
	display:inline-block;
	font-size:13px;
	text-align:center;
}

.quick-access li.library a { background:url(../images/icon_toplink_library.gif) no-repeat left center; padding-left:37px; }
.quick-access li.first a.top-link-cart {  font-weight:normal; }
.quick-access li a.top-link-cart {  background:url(../images/icon_toplink_cart.gif) no-repeat left center; padding-left:20px; }
.quick-access li.last a {  background:url(../images/icon_toplink_profile.gif) no-repeat left center; padding-left:35px; }
.quick-access li.wallet a { background:url(../images/icon_toplink_wallet.gif) no-repeat left center; padding-left:37px;}



.language-switcher { float:right; margin-top:5px; margin-left:60px; }
.language-switcher label { color:#A7C6DD; padding-right:5px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

/* Breadcrumbs */
.breadcrumbs {  margin-bottom:13px; font-size:.95em; line-height:1.25em; }
.breadcrumbs li { display:inline; }


/* Mini search */
#search_mini_form { float:right; }
.mini-search { float:right; position:relative }
.mini-search input[type='image'] { position:absolute; z-index:2; right:10px; top:7px }
.mini-search .input-text { width:400px !important; font-size:13px; line-height:25px; color: #666; float:left; margin-top:3px; margin-right:0 !important; padding:0 25px 0 10px; height:25px; border-radius:12px }

.mini-search .options { width:193px; float:left; margin-right:6px; height:29px; padding:0px; border:none; background:none; }
.search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0;}
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-autocomplete li.selected { background-color:#ffffcc; }


/********************** Sidebars */
.side-col .box { margin-bottom:1.3em; }
.side-col .content { padding:5px 10px; }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h5 {  }

.side-col h3 { font-size:24px; margin:0; padding: 0 0 12px; }
.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.side-col .actions a { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select { width:98%; }


/* Base Mini */
.base-mini, .account-nav { border-top:solid 1px #D8D8D8; line-height:1.3em; }
.base-mini .head {
		padding:10px 10px 0 35px;
}
.account-nav .head { padding:5px 0 0 8px; }
.head.checkout { padding-left:16px; }

.base-mini .head h4 { padding:0; color:#333333; font-weight:normal;  font-size:20px; margin:0; }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:15px; float:left; padding-top:10px; font-weight:bold;}
.base-mini ol li { padding:7px 5px 7px 8px; margin:3px 10px; }
.base-mini ol li.odd { background:#FFFFFF; }
.base-mini ol li.even { background:#FFFFFF; }
.base-mini.features { padding-bottom:8px; margin-bottom:15px; }
.base-mini.features .head { padding:10px; padding-bottom:7px; margin-bottom:0; }
.base-mini.features ol li { padding:3px 0; }
.base-mini.features p { padding-left:0; }
.base-mini.features .content { padding: 0 9px 9px 9px; padding-top:10px; border-bottom:solid 15px #FFF; background:#F4F4F4 }
.base-mini.features .content h6.complete { font-weight:bold }
.base-mini.features .content input { background-color:#FFFFFF; border: solid 1px #BEC4D0; width:95%; padding:3px 6px; margin:7px 0 4px 0; }
.base-mini.features .content input#firstName, .base-mini.features .content input#lastName { width:44%; }
.base-mini.features .content input.radio { width:auto; background:none; border:none;}
.base-mini.features .content.white { background:none; background-color:	#FFFFFF; }
.base-mini.features .expand { color:#CB0000; font-size:10px; background:url(../images/icon_expand.gif) right 3px no-repeat; padding-right:12px; margin-right:10px; margin-bottom:8px; }
.base-mini .actions { padding:10px; }
.base-mini .product-images { float:left; /* width:52px; height:52px; */ margin-right:5px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 45px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter h4 { background-image:url(../images/icon_newspaper.gif); }
.mini-newsletter .input-text { margin-bottom:3px; }

.mini-cart .head h4 { display:inline; padding-right:5px; }
.mini-cart .subtotal { padding:5px 0; text-align:left; float:left; }


.mini-cart .subtotal, .mini-cart h5 { font-size:13px; color:#3E3E3E; font-weight:bold; }


.mini-cart .subtotal .price {  }
.mini-cart h5 { margin:0; padding:6px 10px 10px 10px; }
.mini-cart .actions { padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:5px; margin-bottom:5px; width:93px; height:28px; }
.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }

.mini-compare-products .head h4 { background-image:url(../images/icon_table.gif); }

.mini-poll .head h4 { background-image:url(../images/icon_group.gif); }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }

.mini-product-view .head h4 { background-image:url(../images/icon_tag_green.gif); }


/********************** Footer */
.footer-container { background:#FFF; padding:30px 0 60px; border-top:solid 1px #D8D8D8 }
.footer-to-top { height:40px; cursor:pointer; position:relative; margin-top:20px }
.footer-to-top:before, .footer-to-top:after { display:block; content:''; width:0; height:0; border-style:solid; border-width:0 10px 10px 10px; position:absolute; left:50%; margin-left:-10px }
.footer-to-top:before { border-color: transparent transparent #868B8D transparent; z-index:2; top:14px }
.footer-to-top:hover:before { border-bottom-color:#27b5fd }
.footer-to-top:after { border-color: transparent transparent #FFF transparent; z-index:3; top:16px }


.footer {text-align: left;}
.footer > * { vertical-align:middle }
.footer .logos { margin-top:10px; }
.footer .logos img { display:inline-block; width:100px }
.footer .navigation { margin-bottom:0 }
.footer .navigation li { display:inline-block; margin-right:8px; margin-bottom:0 }
.footer .legality, .footer .legality li { display:inline-block }
.footer .social, .footer .social li { display:inline-block }
.footer .social { font-size:29px; text-align:right }
.footer .social a:hover { text-decoration:none; color:#27b5fd }
.footer .navigation a, .footer .social a { color:#868B8D; display:inline-block; height:54px; line-height:54px }
@media screen and (max-width: 1199px) {
	.footer { text-align:center }
}

@media screen and (max-width: 991px) {
	.wallet-index-index .footer .logos {
		display: block;
	}
	.wallet-index-index .footer .navigation {padding-left:0;}
}
@media screen and (max-width: 768px) {
	.wallet-index-index .footer .logos,
	.wallet-index-index .footer .navigation {
		display:block;
		margin:auto;
		text-align: center;
	}
	.wallet-index-index .footer .social {
		float:none;
		display:block;
		text-align: center;
		padding-left:0;
	}
}



/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop, .product-shop-Over { float:right; }
.out-of-stock { height:18px; padding-top:3px;color:#D83820; font-weight:bold; }
.product-shop .short-description { width:100%; overflow:hidden; margin-bottom:10px; }

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(../images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }



/************************** Prices */
.price { white-space:nowrap !important; }


/* Regular price */
.regular-price {}
.price abbr.currency { border-bottom:none; }
.regular-price .price, .product-essential .iva, .product-essential .price, .price-box .price { font-size:18px }
.product-essential .iva { font-size:0.9em; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; }

/* 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; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

.price-as-configured { 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-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }


/********************** Generic Box */
.generic-box { margin-bottom:15px; padding:12px 15px; border:1px solid #D0CBC1; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; }
.generic-product-list li { margin:12px 0; }

/********************** Catalog Listing */
.catalog-listing .add-to {
    margin:.7em 0;
    color:#555555;
    line-height:1.3em;
    font-size:.95em;
    font-weight:bold;
    }
.catalog-listing .add-to a {
    text-decoration:underline;
    }
.catalog-listing .ratings {
    margin-bottom:.6em;
    }

.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td { border-right:1px solid #d9dde3; border-bottom:1px solid #d9dde3; padding:12px 10px; line-height:1.6em; }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product { border-right:0; background:#f5f6f6; }


/********************** Layered Navigation */
.layered-nav .head {
    margin:0;
    /*background:url(../images/layered_nav_head_bg.gif) no-repeat;*/
    height:24px;
    }
.layered-nav h3 { display:none; }
.layered-nav .border-creator { border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px; }
.layered-nav h4 {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    }
.layered-nav .narrowed-category li { background:url(../images/narrow_category_bg.gif) repeat-x 0 100% #fff; padding:4px 6px 4px 10px; }
.layered-nav .narrowed-category li .label {
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    border-style:solid;
    border-color:#dee5e8;
    border-width:1px 0;
    padding:4px 10px;
    background:#cad6e4;
    }
.narrow-by dl {
    background:#e7f1f4;
    padding:0 0 1em 0;
    }
.narrow-by dt {
    margin:0;
    padding:7px 10px 0 28px;
    color:#2f2f2f;
    text-transform:uppercase;
    }
.narrow-by dd {
    padding:0 12px .8em 12px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; }


/* Tabella categorie */
.category_table {padding-bottom:20px}
.category_table td.linked { width:25%;}
.category_table td h3 a { background:url(../images/link-icons.png) no-repeat left -44px; padding:0 10px; display:block; font-size:15px }
@media screen and (max-width: 767px) {
	.category_table td.linked {width:100%; display:block}
	.category_table td h3 { margin-top:0 }
}

/********************* Tool Tips */
.tool-tip { border:1px solid #7ba7c9; background:#eaf6ff; position:absolute; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
.tool-tip .btn-close { display:block; position:absolute; right:6px; text-align:right; top:6px; }




/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/


/********************** Super-Home */


.cms-home .middle { padding-top:0 }
.cms-home .features-wrapper h2 { font-size:26px}
.cms-home .features-wrapper h3 { font-size:20px}

.super-box .section-link { margin-right:10px }

.banner#scuolabook .super-box { text-align:left; padding:17px; position:absolute; bottom:0; height:155px }
.banner#scuolabook .super-box .new { top:20px }
.banner#scuolabook .super-box p { font-size:20px; line-height:22px; margin-bottom:10px }
.banner#scuolabook .super-box.box-store { background-color:rgba(0,153,204,0.80); left:0; width:438px }
.banner#scuolabook .super-box.box-store h2 a { color:#FFF; background:url(../images/link-icons.png) no-repeat left 7px; padding-left:20px }
.banner#scuolabook .super-box.box-store .section-link { color:#FFF;margin-top:10px; background-position:left -90px }
.banner#scuolabook .super-box.box-network { background-color:rgba(240,240,240,0.80); right:0; width:439px }
.banner#scuolabook .super-box.box-network p { color:#545454 }
.banner#scuolabook .super-box.box-network .section-link {margin-top:18px }
.banner#scuolabook .super-box.box-network h2 a { background:url(../images/link-icons.png) no-repeat left -143px; padding-left:20px }

.mini-search-home input[type='submit'] { text-indent:-10000px}

.super-container.bottom { margin-bottom:-35px}
.super-container .super-box { width:438px; position:relative; margin:20px 0; padding: 0 17px}
.super-box .new { position:absolute; top:10px; right:20px }
.super-container .super-box.right { border-left:solid 1px #E4E4E4}
.super-container .super-box h3 { font-size:22px }
.content-box ul, .super-box ul { list-style:disc; margin-left:15px }




/********************** Home */
.banner-home { background:url(../images/headers/img-home.png) no-repeat left bottom; padding: 25px; height:280px; color:#FFF; position:relative; z-index:2}
.banner-home h1 { font-size:40px; line-height:42px; }
.banner-home .app-icons { width:103px; height:24px; background:url(../images/app_icons.png) no-repeat; display:inline-block; margin-left:20px; vertical-align:middle }
.banner-home h2 { font-size:30px; line-height:30px; margin-bottom:15px;  }
.banner-home h2 span { font-size:21px; display:block; margin-top:15px; }
.banner-home li { color:#FFF; font-size:22px; height:30px; line-height:30px; background:url(../images/link-icons.png) no-repeat left 7px; padding-left:20px }
.banner-home li a { color:#FFF }
.banner-home li strong { font-weight:700 }

.app-box {width:578px; height:120px; background-color:#F1F1F1; padding:15px 20px; float:left}
.app-box h3 {font-size:20px}
.app-box ul { width:100%; margin-top:15px }
.app-box ul li { float:left; width:18%; margin-left:2.5% }
.app-box ul li a { display:block; background-color:#2A2B2D; color:#FFF; text-transform:uppercase; font-size:20px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; padding:10px 0; transition:background-color 0.2s; -webkit-transition:background-color 0.2s }
.app-box ul li a .icon { display:block; width:24px; height:24px; background:url(../images/app_icons.png) no-repeat; margin:auto}
.app-box ul li#windows a .icon { background-position: -24px -2px }
.app-box ul li#mac a .icon { background-position: 6px -2px }
.app-box ul li#linux a .icon { background-position: -79px -2px }
.app-box ul li#ipad a .icon { background-position: 6px -2px }
.app-box ul li#android a .icon { background-position: -49px -2px }
.app-box ul li a:hover { background-color:#09C; text-decoration:none }

#block_slider { width:304px}
#block_slider .jcarousel-item-horizontal { width:304px;height:150px;cursor:pointer}


.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-color:#eee; }
.best-selling tr.even { background-color:#fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.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; }

.recently { margin:0 0 12px; }
.recently h3 { margin:0 0 6px; color:#e25203; font-size:1.2em; }
.recently .product-image { border:1px solid #dcdcdc; }
.recently a.product-name { display:block; width:130px; overflow:hidden; }
.recently a.product-name,
.recently a.product-name:hover { font-size:11px; color:#1d7ecf; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list { width:100%; }
table.recently-list td { width:20%; }

/********************** Search */
.advanced-search { margin:28px 0; border:1px solid #bbafa0; padding:22px 25px 12px 25px; background:#fbfaf6; }
.advanced-search .legend { margin-top:-33px; float:left; border:1px solid #f19900; background:#F9F3E3; padding:0 8px; color:#E76200; font-weight:bold; font-size:1.1em; }
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { display:inline; width:250px; }
.advanced-search .range .input-text { width:70px; }

.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; margin-bottom:10px; }
.advanced-search-summary-box ul li span { background:url(../images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }



/********************** Catalog Listing */

/* List Type */
.listing-type-list .list-data { border-right:1px solid #D8D8D8 }
.listing-type-list .listing-item { padding:10px 0; border-top:solid 1px #D8D8D8 }
.listing-type-list .listing-item.last { border-bottom:solid 1px #D8D8D8 }
.listing-type-list .listing-item:hover {background-color:#F9F7F8 }

.listing-type-list .product-image img { border:solid 1px #DDD; width:100% }
.category-hardware .listing-type-list .product-image img { border:none }
.listing-type-list .data { padding-left:20px; float:left; width:640px;}

.listing-type-list .product-shop { padding:10px; width:480px; position:relative; }

.listing-type-list .price-box { float:right }

.listing-type-list .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }
.listing-type-list .listing-item .price-cart { color:#666;}
.listing-type-list .listing-item .price-cart.plus { color:#0097D0;}
.listing-type-list .listing-item .price-cart .ebook {margin-top:5px;}
.listing-type-list .listing-item .price-cart .buy-with { font-size:13px; clear:both }
.listing-type-list .listing-item .price-cart .buy-with span { color:#666 }

.listing-type-list h2 { font-size:19px }
.listing-type-list h2 a { color:#2f2f2f }
.listing-type-list h3 { font-size:15px }
.listing-type-list .buy-with { margin-top:10px; font-style:italic }


.autori { font-size:10px; line-height:130%; text-transform:uppercase; margin:5px 0; }
.autori .info {color:#888; text-transform: initial;}
.order-data { color:#999999; font-weight:bold;}
.listing-type-list .abstract { color:#666; font-style:italic; margin-top:10px; padding:5px 10px; line-height:15px; text-indent:-10px; }
.listing-type-list .abstract .quote { font-style:normal; text-indent:-10px; font-weight:bold; color:#0099CC;  }

/* Grid Type */
.listing-type-grid .grid-row { border-bottom:1px solid #d9dde3; }
.listing-type-grid li.item { float:left; width:138px; padding:12px 10px; line-height:1.6em; overflow:hidden; }
.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image { text-align:center; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }
/* Rewrites for different layouts */
.col-1-layout .listing-type-grid li.item { width:280px; }
.col-2-left-layout .listing-type-grid,
.col-2-left-layout .listing-type-grid li.item,
.col-2-right-layout .listing-type-grid li.item { width:208px; }



/********************** Product Detail */
/* Product Images */


.product-img-box img, .ebook-wrapper.second-level img {-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.2); -moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.2); box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.2); width:100%}
.product-img-box .product-image-zoom { position:relative; width:100%; z-index:1 }
.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 9px; }
.product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
/* To turn on floating images preview please remove comments and set image size 120x120px in \template\catalog\product\view\media.phtml */
/*.product-img-box .more-views li a { position:relative; }
.product-img-box .more-views li a img { margin:-32px 0 0 -32px; }
.product-img-box .more-views li a:hover { border:2px solid #ddd; overflow:visible; z-index:999; }
.product-img-box .more-views li a:hover img { border:2px solid #ddd; margin:0; position:absolute; top:-34px; left:-34px; }*/
.add-to-holder .addtocart { margin-left:10px }

.product-info-box .product-name { margin-bottom:.3em; color:#0a263c; font-size:1.2em; }
@media screen and (min-width:768px) {
	.add-to-holder { float:right }
	.add-to-holder .addtocart { float:right }
}
@media screen and (max-width:767px) {
	.add-to-holder .addtocart { float:none; margin-left:0 }
}
.ebook-wrapper .add-to-holder form { display:inline-block }


.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { margin:10px 0; padding:0; font-size:0.92em; display:none; }

.add-to-cart-box .qty-box { float:left; display:none; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; }

.add-to-box { text-align:right; display:none; }
.add-to-box li { display:inline; }

.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; display:none; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }

.product-info-box .ratings { margin-bottom:1em; }
.product-essential { }
.product-essential .product-shop { width:410px; }
.product-shop h3 { color:#969696; }

.product-essential .product-shop .details {  }

.product-essential .product-shop .tipo_scuola { font-size:13px; text-transform:uppercase; font-weight:bold; }

.product-essential .product-shop .pubblicazione a:hover { text-decoration:none; }

.note { font-size:0.9em!important; color:#666; line-height:110% }

.product-essential .product-shop .ratings { margin-bottom:10px; }

.product-essential #warning-ipad, #warningOverlayBuy { color:#CC0000; }
#warningOverlayBuy { border-top: 1px solid #EEEEEE; margin-top: 5px; padding-top: 5px; }
.product-essential #warning-ipad.ipad, #warningOverlayBuy.ipad { font-size:16px; background-color:#F4F4F4; padding:5px 10px; border:1px solid #E9E9E9; margin-right:15px; margin-top:10px; }


.product-pricing { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.product-pricing li { line-height:1.4; padding:2px 0 2px 10px; color:#424242; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.product-pricing .price { font-weight:bold; color:#2f2f2f; }

.product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f5fcfd; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { color:#2f2f2f; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .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 textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom { background-color:#fafaec; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom .price-box { float:none; }
.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-collateral .add-to-cart-box {margin-left:210px;}

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #1e7ec8 dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral */
.product-collateral .collateral-box { margin-top:20px; padding-top:20px }
.product-collateral .collateral-box h4 { color:#969696; font-size:20px; font-weight:300 }
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }
.product-specs { color:#333333; margin:1em 0 }
.product-specs p { margin-bottom:1em; font-size:14px; line-height:20px  }

.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background-color:#fafaec; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background-color:#fafaec; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(../images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

/* Product Detail sidebar */
.mini-related-items .head h4 { background-image:url(../images/icon_clip.gif); }
.mini-related-items .product-images { width:72px; }
.mini-related-items .product-images a { display:block; margin-left:20px; }
.mini-related-items .product-images input { float:left; /*margin-right:4px; margin-left:-6px;*/ }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; }
.mini-related-items .product-details { margin-left:80px; padding-left:5px; }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }


/* SHIPPABLE PRODUCT */
.shippable .product-img-box img { box-shadow:none }
.shippable .brand { position:absolute; right:15px; top:-75px }
@media screen and (max-width:767px) {
	.shippable .brand { display:none }
}

/********************** Checkout */
select.address-select { width:600px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:15px; text-align:left }
.payment-methods dt > * { vertical-align:middle }
.payment-methods dd { padding:5px 20px; }
.payment-methods select.month { width:146px !important; margin-right:10px; }
.payment-methods select.year { width:100px !important; }
.payment-methods input.cvv { width:3em !important; }
.payment-methods .form-list { float:none; text-align:left; margin-left:88px; margin-top:-23px }

/* Shopping Cart */
.cart-form { display:block; margin-bottom:20px }
.shopping-cart { margin-bottom:15px; border:solid 1px }
.shopping-cart.shopping-cart-ebook, .shopping-cart.shopping-cart-corsi { border-color:#4ac2ff }
.shopping-cart.shopping-cart-ebook, .shopping-cart.shopping-cart-lpt { border-color:#4ac2ff }
.shopping-cart.shopping-cart-fisico, .shopping-cart.shopping-cart-ext { border-color:#5A6C7A }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

#shopping-cart-table th { font-size:14px; padding:15px 10px; color:#FFF; font-weight:normal; white-space:normal; line-height:31px }
#shopping-cart-table th span { display:inline-block; line-height:100%; vertical-align: middle }
#shopping-cart-table th:before { display:block; content:''; width:36.5px; height:31px; background:url(../images/cart_items.png) no-repeat; background-size:36.5px auto; float:left; margin-right:10px }
#shopping-cart-table.shopping-cart-ebook th { background:#4ac2ff }
#shopping-cart-table.shopping-cart-ebook th:before { background-position:0 4px }
#shopping-cart-table.shopping-cart-fisico th { font-weight:700; background:#5A6C7A }
#shopping-cart-table.shopping-cart-fisico th:before { background-position:0 -27px }
#shopping-cart-table.shopping-cart-ext th { background:#5A6C7A }
#shopping-cart-table.shopping-cart-ext th:before { background-position:0 -58px }
#shopping-cart-table.shopping-cart-corsi th { background:#4ac2ff }
#shopping-cart-table.shopping-cart-corsi th:before { background-position:0 -91px }
#shopping-cart-table.shopping-cart-lpt th { background:#4AC2FF }
#shopping-cart-table.shopping-cart-lpt th:before { background-position:0 4px }
#shopping-cart-table img.thumb_cart { border:1px solid #A9A9A9; }
#shopping-cart-table.shopping-cart-fisico img.thumb_cart { border:none }
#shopping-cart-table.shopping-cart-corsi th { background:#4ac2ff }
#shopping-cart-table.shopping-cart-corsi th:before { background-position:0 -91px }

#shopping-cart-table th .icon-notification {
    display: inline-block;
    background: url(../images/icon-notification.png) no-repeat center center;
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
    margin-left:10px;
    cursor: pointer;
}

.data-table tfoot td { border-right:none; }
#shopping-cart-table td.middle {vertical-align: middle;}
@media screen and (max-width:767px) {
	#shopping-cart-table th:before { display:none }
	#shopping-cart-table [class*='-msg']:before { display:none }
	#shopping-cart-table [class*='-msg'] { padding-left:12px}
	.payment-methods dt { text-align:center }
	.payment-methods .form-list	{ margin:0 }
	.payment-methods label { height:auto; line-height:normal }
	.one-page-checkout .allow .head a { display:none!important}
}


td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0 0 10px 0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; font-size:1.1em; }

.shopping-cart-totals {
    text-align:right;
	background-color:#FFFFFF;
}
.shopping-cart-totals #tip-cart,
.tip-library { font: 13px/15px 'Open Sans', serif; text-transform:uppercase; color: #FFF; text-align: center; display:inline-block; width:100% }
.shopping-cart-totals #tip-cart p,
.tip-library p { background-color: #FFFFBF; color: #B28500; padding: 10px; margin-bottom:10px }


.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    font-size:1.3em;
    border:none!important;
}
.shopping-cart-totals .checkout-types,
.shopping-cart-totals .tim-college .wallet { border-top: 1px solid #D8D8D8; margin-top:20px; position: relative}
.shopping-cart-totals .checkout-types .flap,
.shopping-cart-totals .tim-college .wallet .flap {background:url(../images/cart_flap.png) no-repeat 0 0; height:12px; width:23px; position: absolute; top:-1px; margin-left:-12px; left:50%;}
.shopping-cart-totals .checkout-types li { clear:both; margin:5px 0; text-align:center; }
.shopping-cart-totals .checkout-types .text-button-blue {width:100%; margin-top:20px;}

.payment-methods {margin-top:30px; text-align: center;}

/* Sconti */

.sconti .thumb_cart, .sconti .isbn_cod { display:none }
.sconti h4 { font-weight:bold; margin:0 }
.sconti h4 a { color:inherit; text-decoration:none }
.sconti .remove-item { position:absolute; right:15px; top:50%; margin-top:-10px; opacity:0; transition:opacity 0.2s }
.sconti .remove-item img { height:20px; width:20px  }
.sconti:hover .remove-item { opacity:1 }
.discount-row { font-weight:bold; color:#4ac2ff }

/* Tim college */
.shopping-cart-totals .tim-college .wallet .text-button-tim {width:100%; margin-top:30px;}
.shopping-cart-totals .tim-college .wallet .credit {text-align: center; display: block; padding-top:10px;}

.shopping-cart-totals .tim-college .wallet .nocredits { font: 13px/15px 'Open Sans', serif; text-align: center; margin-top:30px;  }
.shopping-cart-totals .tim-college .wallet .red { font-size:16px; color:#cc0000; text-transform: uppercase; font-weight: bold;}

.shopping-cart-totals .tim-college .cc {border-top: 1px solid #e7e7e7; margin-top:40px;}
.shopping-cart-totals .tim-college .cc span { color:#666; text-transform: uppercase; margin:-10px auto 0 auto; display:block; background:#fff; width:80px; text-align: center; font-weight: bold;}
.shopping-cart-totals .tim-college .cc .text-button-blue {width:100%; margin-top:20px; background:#0097D0; border:none }
.shopping-cart-totals .tim-college .cc .text-button-blue:hover { background: #00BEFF;}
.shopping-cart-totals .tim-college .logo_tim-college_small {height:52px; width:150px; background:url(../images/tim-college/logo-tim-young-college-pack_small.png) no-repeat 0 0; display:block; margin:20px auto;}

.shopping-cart-totals .reminder {border-top: 1px solid #D8D8D8; margin-top:40px; text-align: center; padding-top:20px;}

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price { /* padding-right:20px; */ }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


.shopping-cart-collaterals {
    float:left;
    width:605px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:10px;
    }

.discount-codes.box .apply { width:110px; height:27px; }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    background-repeat:no-repeat;
    background-position:0 0;
    }
.shopping-cart-collaterals .discount-codes h4 { font-size:13px; color:#333333; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(../images/icon_lorry.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */


.one-page-checkout .group-select { margin-right:0; margin-bottom:0; width:100% }
.one-page-checkout .box { padding:10px; border:solid 1px #4ac2ff }
.one-page-checkout li.section { margin-bottom:10px; padding:0px; }
.one-page-checkout .head a, .one-page-checkout .allow.active .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #D8D8D8; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { cursor:pointer; position:relative }

.one-page-checkout .head { margin:0; padding:10px 0 0 10px; cursor:default; background-color:#F4F4F4; height:45px; }
.one-page-checkout .allow .head a { display:block; position:absolute; width:18px; height:18px; background:url(../images/edit-icon.png); background-size:18px 18px; right:15px; top:15px; text-indent:-9999px; }
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout h3 { color:#333333; font-size:14px}
.one-page-checkout .step-count { display:inline-block; color:#fff; background:#848B92; height:26px; width:26px; line-height:26px; text-align:center; border-radius:13px; }
.one-page-checkout .active h3 { color:#FFF }
.one-page-checkout .active .head { background:#4ac2ff }
.one-page-checkout .active .step-count { background:#FFF; color:#4ac2ff }
.one-page-checkout .active .box { display:block}
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#D0DCE1; color:#5e8ab4; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
.opc-please-wait { padding:7px; width:100%; clear:both; display:block; border:solid 1px #D8D8D8; margin:5px 0 }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:10px; text-align:left; }
#checkoutSteps p.required { display:none; }
#opc-billing p.required { margin-top:10px; float:right; margin-right:10px; display:inline; color:#FFF }
#checkout-step-login .col2-set .col-1 { width:49%;}
#checkout-review-table {border:1px solid #DFE6E9;}
#checkout-review-table th, #checkout-review-table td {padding:5px}
#checkout-step-review .content.button-set { border:none; padding:0; }
.checkout-progress { margin:0 auto 1.5em auto; }
#co-billing-form .content { padding:0; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }
.one-page-checkout .checkout-agreements .agree label { margin:0 }



/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
}

.giftmessages .input-checkbox {
    padding-bottom:15px;
}

.giftmessages textarea {
    height:100px;
}

.giftmessages .input-checkbox input {
    margin-right:5px;
}

.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
}

.one-page-checkout .box-no-padding {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 0px;
    background:#faf7ee;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top:1px solid #e9e4de;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow:auto;
    height:260px;
}

.giftmessages .product-image
{
    border:1px solid #d2d1cd;
}

.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob small { color:#888; font-size:10px; }

/* My Account navigation */
.account-nav .head h3 { color:#fff; font-size:1.1em; }
.account-nav ul { padding:4px 10px 10px 10px; }
.account-nav li a, .account-nav li.on { padding:3px 0;  }
.account-nav li a { display:block; border-bottom:1px solid #ddd }
.account-nav li a, .account-nav li a:hover { color:#5f5d5c }
.account-nav li a:hover { color:#1E7EC8; }
.account-nav li.on { border-bottom:1px solid #ddd; color:#1E7EC8; font-weight:bold; }
.account-nav li.on a { padding:0; }
.account-nav li.last, .account-nav li.last a { border-bottom:0; }


/* Login */

.customer-account-login sb-topbar,
.customer-account-login .header,
.customer-account-forgotpassword sb-topbar,
.customer-account-forgotpassword .header,
.customer-account-create sb-topbar,
.customer-account-create .header,
.customer-account-confirmation sb-topbar,
.customer-account-confirmation .header
{ display:none } 
.customer-account-login .wrapper,
.customer-account-forgotpassword .wrapper,
.customer-account-create .wrapper,
.customer-account-confirmation .wrapper
{border-top: 3px solid #ce0000; margin-top:0; padding-top:20px}
.login-box .input-text { padding:0 4px; width:96% }
.login-table td { position:relative; white-space:nowrap; overflow:visible }
.login-table .validation-advice { position:absolute; left:0; top:62px}
.customer-account-create .text-button-blue { width:200px }
.customer-account-login input.input-text,
.customer-account-resetpassword input.input-text,
.customer-account-forgotpassword input.input-text,
.customer-account-confirmation input.input-text {box-sizing: border-box; width:100%}
form#login-form { display:block }
.login-box h4 { font-size:17px; color:#333333; }
.login-box .col-1, .login-box .col-2 { position:relative; padding:0 15px 15px; border-left:solid 1px #D8D8D8 }
.login-box .col-1 { width:610px; }
.login-box .col-2 { width:270px; }
.login-box label { font-size:13px; font-weight:normal;}
#coupon_code { width:124px; }
#discount-coupon-form p { margin-bottom:5px; }

#login-saggi, #login-coupon { display:none; margin-bottom:10px; }
.customer-account-createcoupon #login-coupon, .customer-account-createsage #login-saggi { display: block; }

.login-box .button-set { margin-top:10px; text-align:left }

.customer-account-login .middle { background:none; box-shadow:none }
.customer-account-login input.input-text { margin-bottom:15px }
.customer-account-login button, .customer-account-login a[class^="text-button"], .customer-account-forgotpassword [class^="text-button"], .customer-account-resetpassword button { width:100% }
.customer-account-login h2, .customer-account-create h2, .customer-account-forgotpassword h2, .customer-account-confirmation h2, .termvisualizer-index-index h2 { text-align:center; border-bottom:solid 1px #D8D8D8; font-size:25px; font-weight:300; padding-bottom:25px; margin-bottom:25px }
.customer-account-login h3, .customer-account-create h3, .customer-account-forgotpassword h3, .customer-account-confirmation h3 { border-top:solid 1px #D8D8D8; font-weight:300; padding-top:25px; margin-top:25px }
.customer-account-login .validation-advice { position:absolute; top:60px }

.customer-account-login .messages .success-msg {
	line-height:150%;
	font-size:16px;
}

.customer-account-login .messages .success-msg h4 {
	color:#4AC2FF;
}

@media screen and (min-width:768px) {
	.input-box.civico { padding-left:2% }
	.input-box.civico #civico { width:50px }
}

/* Dashboard */

.title-table { font-size:17px; margin-bottom:10px; }
.title-table h4 { margin-bottom:0; }
.title-table a.section-link { float:right; }

.account-box { margin-bottom:20px}
.account-box .head { margin-bottom:10px; }
.account-box h4 { color:#000/*E65505*/; font-size:1.1em; }
.account-box .inner-head { margin-bottom:8px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:2px; text-align:right; }
.account-box h5 { font-size:1.1em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }

.account-box.ad-orders { padding:0; }
.account-box.ad-orders .price {float: none; text-align: left;}

.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
/*.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }*/
.dashboard-welcome { margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { min-height:17px; }

.ad-tags .head h4 { background-image:url(../images/icon_ma_tags.gif); }
.ad-reviews .head h4 { background-image:url(../images/icon_ma_reviews.gif); }



/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.1em; color:#E26703; text-transform:uppercase; }
.primary-address-list li {
    margin-bottom:10px;
    border:1px solid #ccc;
    background-color:#fff;
    padding:10px 13px 8px 13px;
    }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }
.sales-order-history table.pager { width:100%;}

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background-color:#d9e5ee !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }

/* Reviews */
.my-review-detail .product-image { float:left; width:80px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }


/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(../images/gift-message-expand.gif); }
/*.collapse { background-image:url(../images/gift-message-collapse.gif); }*/



/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }


/********************** Pop up pages */
.page-popup { background:#fff; margin:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }



/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }
.center { margin:auto; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

/* Link highlights */
.link-cart { color:#DC6809 !important; font-weight:bold !important; }
.link-remove { color:#646464 !important; }
.link-print { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(../images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }

.order-access { margin:0px;}
.order-info {margin:0;}
.order-info span { display:block; float:left; }
.order-info ul { margin:0px;}
.order-info li { font-weight:bold; display:inline; padding:8px 0; margin:0 5px 0 0 }

/* Noscript Notice */
.noscript { border:1px solid #000; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#000; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

/* Class: std - styles for admin-controlled content */
.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; }
.std .a-top { text-align:right; }



/* custom */
.share_this { text-align:center; margin:8px; }

.support {padding:10px; font-family:Verdana, Geneva, sans-serif;}
.support h5 {}

.adobe .logo {float:left; padding-right:10px;}
.stc .logo {float:right; padding-left:10px;}

.adobe .text, .stc .text {padding:4px 0 4px 0; line-height:100%;}
.adobe .text h5, .stc .text h5 {margin-bottom:0px;}
.adobe .text span, .stc .text span {font-size:11px;}

.welcomeMsg {color:#006699; font-weight:bold;}


/* bottoni */

#checkout-step-login .button-set .form-button.login { margin-left:-5px; }

/* list */
.product-specs ul, .collateral-box ul { margin:10px 0; }
.product-specs li, .collateral-box li { background:url(../images/li-bullet.gif) left 8px no-repeat; padding-left:12px; list-style:none; }

.clear { clear: both; margin: 0; padding: 0; height: 0px; line-height: 0px; font-size: 0px; overflow: hidden; }

/* opera multipla */


.add-to-cart-box { vertical-align:top }
.add-to-cart-box .price { float:none }

.notes { background: url(../images/bg_yellow_notes.gif) top no-repeat; padding:10px 30px !important; padding:10px 20px 10px 40px; width:155px; line-height:1.2em; }
.notes_btm { background:url(../images/bg_yellow_notes_bottom.gif) no-repeat; background-position:bottom !important; background-position:top; height:4px; width:214px; }





/* Generic */
.padLeft10 { padding-left:10px; }
.gen-link { font-weight:bold; padding:10px; background-color:#FFFFFF; }
.border-lite { border:1px solid #D8D8D8 }
#my-orders-table td { vertical-align:top; padding-top:20px; padding-bottom:20px; }

#my-order-details { vertical-align:top; padding-top:20px; padding-bottom:20px; }
#my-order-details .price {float: left; text-align: left;}
#my-order-details td.a-right {padding-right:30px;}
/************* Static */

.tab-box { padding-top:20px;}
.tab-box .tabs li {  margin-right:2px; background-color:#F9F9F6; float:left; height:25px; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0; font-size:1.1em; color:#59A1D4; font-weight:bold; display:inline-block; padding:5px 10px 2px 10px; cursor:pointer;}
.tab-box .tabs li.self { background-color:#EAEAEA; text-decoration:none; color:#3E3E3E; }

.content .post { background:#FFFFFF url(../images/dotted_divider_mini.gif) repeat-x bottom; padding:10px;}

/* .tab-box .tabs a.community {padding-right:12px; background:url(../images/pager_arrow_right.gif) right center no-repeat; float:right; font-weight:bold; margin-top:5px;}
.tab-box .tabs a.community:hover { background-color:#FFFFFF; } */

/* FAQ */
.head a.right { color:#59A1D4; font-size:0.9em; padding-top:26px; }


/* home box */
.home-box-text { padding-top:15px; padding-bottom:15px }
.home-box-text h2 { font-size:15px; margin:0; line-height:140% }
.home-box-link { text-decoration:none!important; padding:15px; font-size:14px }
.home-box-link:after { content:''; display:block; position:absolute; z-index:1; background:rgba(255,255,255,0); width:100%; height:100%; top:0; left:0; transition:background 100ms linear }
.home-box-link:hover:after {background:rgba(255,255,255,0.3) }
@media screen and (min-width:768px) {
	.home-box-text { min-height:140px }
}
@media screen and (min-width:992px) {
	.home-box-text { min-height:115px }
}
@media screen and (min-width:1200px) {
	.home-box-text { min-height:auto }
}


/*
.youtube-embed { float:right; margin-bottom:20px; border:solid 6px #F1F1F1; transition:border 0.2s; -webkit-transition:border 0.2s}
.youtube-embed:hover {border-color:#09C}
*/



/* */
.row:before {display:table;}
.row:after {clear:both; display:table; content:" ";}
.right-box { height:300px }

.content-box-300 {background:#fff; background-repeat: no-repeat; color:#fff; background-size:100% auto; min-height:230px}
.content-box-300 img { width:100% }

.content-box-300 ul {position:absolute; left:0; bottom:10px; text-align: center; margin:auto; width:100%;}
.content-box-300 ul li {display: inline; margin:0 2px;}
/*.content-box-300 ul li a {
    display:inline-block;
    background: url(../images/link-icons.png) #fff no-repeat 14px -34px;
    padding:8px 14px 8px 24px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-weight: bold;
    font-size:16px;
    font-family: 'Open Sans', arial, serif;
}*/

.content-box-300 .copy {padding:0 20px; line-height: 110%; margin:35% auto 75px}
.content-box-300 .copy p { font-size:13px }
.content-box-300 h2 {font-weight:500; font-size:20px; margin-top:0}

.content-box-300.inverse {color:#6E7F91;}
.content-box-300.inverse h2 {color:#27b5fd;}
/*.content-box-300.inverse ul li a {background:url(../images/link-icons.png) transparent no-repeat 14px -34px;}*/

/* cover */
.content-box-300.cb_search {background:url(../images/cb_bg-search.png);}
.content-box-300.cb_app {background:url(../images/cb_bg-app.png);}
.content-box-300.cb_tim-college {background:url(../images/cb_bg-tim-college.png);}
.content-box-300.cb_tim-college .blue {background:url(../images/link-icons.png) #094289 no-repeat 14px -34px; color:#fff;}

.content-box-300.cb_acquisto {background:url(../images/cb_bg-acquisto.png);}
.content-box-300.cb_saggi {background:url(../images/cb_bg-saggi.png);}
.content-box-300.cb_coupon {background:url(../images/cb_bg-coupon.png);}

.content-box-300.cb_dummies {background:url(../images/cb_bg-dummies.png);}
.content-box-300.cb_ebook-plus {background:url(../images/cb_bg-ebook-plus.png);}
.content-box-300.cb_network {background:url(../images/cb_bg-network.png);}

.content-box-300.cb_assistenza {background:url(../images/cb_bg-assistenza.png);}

.content-box-left a p, .content-box-left a:hover { color:#2f2f2f  }

/* content box row */
.content-box-row.miur { text-align: center;}
.content-box-row.miur img {max-width: 120px; margin:auto;}

.cms-home .slider-container,
.category-manuali .slider-container {margin-top:0;}

#catalog-box { background:#F6A623 url('/media/banners/banner-catalogo.png') no-repeat center -19%; background-size:100% auto; position:relative; font-size:20px}
@media screen and (max-width:767px) {
	#catalog-box { background-size:370px auto; background-position:center -90px; height:250px }
}
/* slider */
#slider ul li {position: relative; background-size:cover;}
#slider ul li .slider-content {color:#FFF; padding:30px 35px; vertical-align:middle; display:inline-block }

/* slide - tim college */
.cms-home #slider .tim-college {
    background:url(../images/headers/img-home_tim-college.png) no-repeat 0 0;
}
.cms-home #slider .tim-college .content {position: absolute; bottom:0; text-align: center; width:100%; padding:30px 0;}
.cms-home #slider .tim-college p { color:#fff; font-size:16px; line-height:120%; margin-bottom:12px;  text-shadow: 0px 0px 5px rgba(0, 146, 170, 1);}
.cms-home #slider .tim-college p span {display: none;}
.cms-home #slider .tim-college a {
    display:inline-block;
    background: url(../images/link-icons.png) #fff no-repeat 14px -34px;
    padding:8px 14px 8px 24px;
    border-radius: 2px;
    font-weight: bold;
    font-size:16px;
    font-family: 'Open Sans', arial, serif;
}
.cms-home #slider .tim-college a.blue {background:url(../images/link-icons.png) #094289 no-repeat 14px -34px; color:#fff;}

/*.cms-home #slider .tim-college ul {position:absolute; left:0; bottom:0; text-align: center; margin:auto; width:100%;}
.cms-home #slider .tim-college ul li {display: inline; margin:0 2px;}
.cms-home #slider .tim-college ul li a {
    display:inline-block;
    background: url(../images/link-icons.png) #fff no-repeat 14px -34px;
    padding:8px 14px 8px 24px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-weight: bold;
    font-size:16px;
    font-family: 'Open Sans', arial, serif;
}*/



/* buy overlay */
.simple_overlay .title { text-align:center; color:#000000; font-size:2.5em; line-height:1em; margin-bottom:5px; }
@media screen and (max-width:767px) {
	.simple_overlay .title { font-size:1.5em}
	.simple_overlay [class^='text-button'] { width:100%}
}



/* CMS pages */

.cms-page-view .base-mini.cms-page, .library-index-index .base-mini.cms-page { margin-top:15px; padding-top:10px; line-height:1.5em; }
.cms-page-view h3 { font-size:24px }
.cms-editori.cms-page-view h3 {font-size:1.5em }
.cms-editori .category-description {border-bottom:1px solid #D8D8D8; padding-bottom:20px;}
.cms-page-view .base-mini.cms-page img, .library-index-index .base-mini.cms-page img { margin-top:10px }
.cms-page-view .base-mini.cms-page ul { list-style-type:disc; padding:8px 0 8px 14px }
.cms-page-view .base-mini.cms-page h2 { margin-bottom:10px; font-weight:700 }

.cms-page-view .sottotitolo { font-size: 21px; line-height:1.1em;  padding-right:10px }



.cms-page-view .base-mini.cms-page#faq h3 {
    padding-right: 10px;
	margin-top:15px;
}


ul.sort2col { padding-left:0; }
ul.sort2col li { float:left; width:49%; background:url(../images/li-features-bullet.gif) no-repeat scroll left center; padding-left:12px; margin-left:-10px; list-style:none; line-height:24px; }


.banner { min-height:350px; padding-top:50px; padding-bottom:50px; background:no-repeat center center; margin-bottom:20px; background-size:cover; line-height:250px }
.banner.neg { color:#FFF }
.banner h1,
#slider h1 {font-size:34px; line-height:38px; font-weight:300}
.banner h2,
#slider h2,
#slider p { font-size:18px; line-height:24px }
.banner h2 span { display:block; margin-bottom:20px }
.banner#scuolabook { background-image:url(../images/headers/img-scuolabook.jpg); height:465px; position:relative }
.banner#coupon { background-image:url(../images/headers/img-coupon.png); background-color:#99BBD6 }
.banner#docenti { background-image:url(../images/headers/img-saggi.png); position:relative; z-index:0; background-color:#302C3A }
.banner#istituti { background-image:url(../images/headers/img-acquisti-massivi.png); background-color:#EDE4D3 }
.banner#editori { background-image:url(../images/headers/img-editori.jpg); height:140px; position:relative }
.banner#chi-siamo { background-image:url(../images/headers/img-chi-siamo.png); background-color:#E32122 }
.banner#ebook-plus { background-image:url(../images/headers/img-ebook-plus.png); background-color:#F1AE3D}
.banner#webreader { background-image:url(../images/headers/img-webreader.png); background-color:#EDEDEF }
.banner#studia-digitale { background-image:url(../images/headers/img-studia-digitale.jpg); background-color:#001749 }
.banner#libri-per-tutti { background-image:url(../images/headers/img-libri-per-tutti.jpg); background-color:#273763 }
.banner .row { display:inline-block; vertical-align:middle; line-height:initial }

/*.banner#applicazioni {background-image:url(../images/headers/img-applicazioni.jpg); height:290px}*/

.banner#applicazioni-01 { background-image:url(../images/headers/img-applicazioni-01.jpg) }
.banner#applicazioni-02 { background-image:url(../images/headers/img-applicazioni-02.jpg) }
.banner#applicazioni-03 { background-image:url(../images/headers/img-applicazioni-03.jpg) }

@media screen and (max-width:991px) {
	.banner { background-position:75% center }
	.banner#istituti { background-position:50% center }
}
@media screen and (min-width:768px) {
    .cms-home .slider-container, .category-manuali .slider-container { line-height:300px }	  
}
@media screen and (max-width:767px) {
	.banner { background-image:none!important; min-height:auto; padding-top:20px; padding-bottom:20px; line-height:normal }
	.banner h1,
	#slider h1 {font-size:24px; line-height:28px}
	.banner h2,
	#slider h2 {font-size:16px!important; line-height:20px!important}
	#slider li, #slider2 li { height:auto!important}
	.content-box-300 { min-height:auto}
}




#tip-login { width:260px; position:absolute; right:50px; top:60px; z-index:9999; display:none; font:16px/18px 'Open Sans', serif; color:#FFF; text-align:center }
#tip-login .arrow { width: 0; height: 0; border-left: 25px solid transparent; border-bottom: 25px solid #4AC2FF; float:right }
#tip-login a { background-color:#4AC2FF; display:block; color:#FFF; padding:18px  }

.ui-tabs .ui-tabs-hide { display: none !important; }

#tabs { }
#tabs .nav  { background-color:#F1F1F1; display:inline-block; margin-top:-25px; width:100%; }
#tabs .nav li { display:block; vertical-align:top; float:left; padding: 17px 0 }
#tabs .nav li a { display:block; color:#2f2f2f; padding:0 35px; height:130px }
#tabs .nav li a:hover { text-decoration:none }
#tabs .nav li#second a { border:solid #DDD; border-width:0 1px }
#tabs .nav li a span.title { font-size:17px; display:block; margin-bottom:10px }
#tabs .nav li.ui-tabs-selected { background-color:#FFF; border-bottom-color:#FFF; padding-top:27px; margin-top:-10px; position:relative; z-index:2 }
#tabs .nav li#first { margin-right:-1px }
#tabs .nav li#first.ui-tabs-selected { border-right:solid 1px #DDD }
#tabs .nav li#second.ui-tabs-selected { border-right:solid 1px #DDD; border-left:solid 1px #DDD }
#tabs .nav li#second.ui-tabs-selected a { border:none }
#tabs .nav li#third.ui-tabs-selected { border-left:solid 1px #DDD; margin-left:-1px; border-right:solid 1px #FFF }
.list-wrap .messages { width: 585px; }
.list-wrap { margin-top:30px }
.list-wrap h3 { font-size:24px }
.list-wrap h4 { font-size:22px; color:#27b5fd; background:url(../images/misc-icons.png) no-repeat left -423px; margin-left:-30px; padding-left:30px }
.list-wrap ul.check, .list-wrap ul.number { /*width:550px; float:left;*/ }
.list-wrap ul.check li { padding-left:30px; padding-bottom:15px; margin-bottom:15px; border-bottom:solid 1px #D8D8D8 }
ul.number li { padding:7px 0 15px 40px; margin-bottom:15px; border-bottom:solid 1px #D8D8D8; position:relative }
ul.number li .order { background:url(../images/misc-icons.png) no-repeat left -378px; display:inline-block; width:30px; height:30px; text-align:center; font-size:16px; line-height:30px; position:absolute; left:0; top:0; font-weight:700 }

.docenti-info { background:url(../images/bg_content_docenti_alfa.png); float:right; width:330px; padding:0 10px; margin-right:10px; margin-top:170px }
#creare form { display:inline-block }
#creare fieldset { padding:0 }

.sage-info-box, .sage-info-box .display-table { display:table; height:100% }
.sage-info-box-inner { background:#F1F1F1; font-size:24px; line-height:28px; font-weight:300; display:table; height:100% }
.sage-info-box-inner > div { padding-top:20px }
.sage-info-box-inner img { max-width:45px }

@media screen and (max-width:1199px) {
	#tabs .nav li a { height:170px }
}

@media screen and (max-width:991px) {
	#tabs .nav li a { height:270px }
	.sage-info-box-inner { font-size:16px; line-height:20px }
}

@media screen and (max-width:767px) {
	#tabs .nav li a { height:auto }
	.sage-info-box, .sage-info-box .display-table, .sage-info-box-inner { display:block }
	.sage-info-box-inner { padding-bottom:20px; margin-bottom:20px }
}




/* FORM */


/* fix allineamenti sinistra */
/*.category-head h2 {padding-left:15px;}
.page-head h3 {padding-left:15px;}
.category-head img {padding-left:15px;}
.dashboard-welcome {padding-left:15px;}
.page-head-alt h3 {padding-left:15px;}
.sales-order-view p, .sales-order-invoice p, .customer-account-edit p, .checkout-cart-index p, .customer-account-logoutsuccess p {padding-left:15px;}


.category-description {padding-left:15px;}
.category_table td.linked a {padding-left:30px;}
.cms-page-view h3 {padding-left:15px;}
.cms-page-view .base-mini.cms-page h3 {padding-left:0px;}
.cms-page-view p {padding-left:15px;}
.cms-page-view .base-mini.cms-page p {padding-left:0px;}
.cms-page-view .base-mini.cms-page, .library-index-index .base-mini.cms-page {padding-left:15px;}
.listing-type-list .listing-item {padding-left:15px;}
.catalog-product-view .col-main {padding-left:15px;}
*/


.catalog-product-view .col-2-right-layout .col-main {width:605px}

/* link button */

.data-table tr.sublevel_cart_fl td table tr.sublevel_cart td{
 padding:0px 5px 10px 0px;
 font-size:10px;
 /*border-top:solid 1px #DFE6E9;*/
}



.data-table tr.sublevel_cart_fl td{
 border-top:none;
 padding:0px 0px 0px 0px;
}

.data-table tr.sublevel_cart_fl {
 padding:0px 0px 0px 0px;
}

.data-table tr.isleader td{
 padding:10px;
}


.side-col .coupon {
    padding: 10px;
	border-top: solid 1px #D8D8D8;
    margin-bottom:10px;
}

 p { margin-bottom:5px; }
 input { vertical-align:bottom; }

#overlayCoupon h1{
	color: #000000;
    font-size: 1.9em;
    font-weight: bold;
}
#overlayCoupon h3{
	color: #333;
    font-size: 1.5em;
    font-weight: bold;
}


body.library-index-index .col-1-layout.middle {
	position: static!important;
}



/* Download boxes */

.download-box.library { padding:10px; border-top:1px solid #D8D8D8 }
.download-box.library ol { padding-left: 18px; text-indent: -13px; }

/* Applicazioni */

.cms-applicazioni div.wrapper,
.contact-index-index div.wrapper,
.cms-converti-il-tuo-catalogo div.wrapper,
.cms-arricchisci-ogni-opera div.wrapper,

.cms-inserisci-gli-esercizi div.wrapper,
.category-manuali div.wrapper,
.catalog-product-view div.wrapper,
.category-parascolastica div.wrapper {

    display:block;
} /* fix per mostrare easy slider */

.cms-applicazioni .download-box { margin-bottom:20px }
.cms-applicazioni .download-box > ul >li > img { width:80px }
.cms-applicazioni .download-box .text-button-blue { position:relative; width:100%; margin-top:20px }
.cms-applicazioni .download-box .text-button-blue span.arrow { float:right; margin-right:-10px }
.cms-applicazioni .download-box .text-button-blue img { float:right; position:relative; top:2px }
.cms-applicazioni .download-box .img-button-black { height:41px; margin-top:20px; width:100%; background:#1C242B; display:block; border-radius:2px }
.cms-applicazioni .download-box .img-button-black img { height:41px }
.cms-applicazioni .download-box > ul > li { position:relative; margin-top:20px }
.cms-applicazioni .download-box > ul > li p { font-size:10px; text-align:left; margin:20px 0 }
.cms-applicazioni .download-box > ul > li .section-link { position:absolute; bottom:0; left:0 }
.cms-applicazioni .download-box ul.versions { border-radius:0 0 2px 2px; background-color:#4AC2FF; position:absolute; left:-2px; right:-2px; top:40px; display:none; z-index:1 }
.cms-applicazioni .download-box ul.versions a { color:#FFF; padding:10px; display:block }
.cms-applicazioni .download-box ul.versions a:hover { background-color:#2FAAFF; text-decoration:none }
.cms-applicazioni .download-box > ul > li.ipad img, .cms-applicazioni .download-box > ul > li.android img { display:block; margin:auto;}

.cms-applicazioni .features-wrapper {border-top:0; padding-top:5px; text-align: center;}
.cms-applicazioni .banner-ie9 {display:none; margin-top:15px;}

/* WebReader */
.cms-webreader .features-wrapper {border-top:0; margin-bottom:20px; text-align: center;}
.cms-webreader .banner {position: relative;}
.cms-webreader .banner .text-button {position: relative; left:auto; margin:20px auto; width: auto;}
.cms-webreader .banner h2 {margin-top:30px;}
.cms-webreader .text-button {margin-bottom:20px;}
.cms-webreader .map-area {position: absolute; bottom:0; right:0; height:250px; width: 420px;}

.customer-account-login .middle-container { background:none;}
.customer-account-login .middle-container .login-box .input-text{
	width: 250px; margin-right:5px;
}
.cms-coupon .group-select li {
	float: left;
}
.category-materie h2
{
	padding: 40px 0 20px 0;
	color: #666666;
	border-top: 1px solid #D8D8D8;
	margin-bottom: 0px;
	text-align:center;
	font-size:31px;
	text-transform:uppercase;
	color:#444;
}

.institutes-index-index .form-container,
.studiadigitale-index-index .form-container { margin-top:20px; min-height:480px}
.institutes-index-index .button-set,
.studiadigitale-index-index .button-set { text-align:left; margin-top:20px}
.form-tab { margin-bottom:10px }
.form-tab strong { display:block; float:right; position:relative; top:15px }
.form-tab span { font-size:22px }

/* Libreria */
.library-index-index .image {margin-top:-50px; margin-right: 10px;}
.library-index-index .row-coupon { background:#f7f7f7; border-top:1px solid #D8D8D8; padding:10px; position: relative; display:none }
.sbn-school-index .row-coupon { background:#f7f7f7; border-top:1px solid #D8D8D8; padding:10px; position: relative }
.library-index-index .row-coupon .text-button-gray {background:#777E87; border-top-left-radius:0; border-bottom-left-radius:0; width:120px; position:absolute; bottom:10px; right:10px;}
.library-index-index .orders-table-header {background:#f7f7f7; border-bottom:1px solid #D8D8D8; padding:10px; text-align:center}
.library-index-index .orders-table-header h2 {padding:15px 10px; font-size:16px; color:#333; margin:0; display:inline-block}
.library-index-index .orders-table-header.ext h2 {background:url(../images/library-icon_ext.png) no-repeat left center;}
.library-index-index #my-orders-table-paged h3 {font-weight:600; margin-bottom:5px}
.library-index-index .orders-table-subheader {background:#E5F4FA; padding:15px 0}
.library-index-index .orders-table-subheader.activated {background:#f7f7f7;}
.library-index-index .orders-table-subheader .label-activated {display: inline-block; height:32px; line-height:32px; border-radius:2px; border:0px solid; text-align:center; color:#fff; font-size:18px; padding:0 10px; background:#99CC00; text-transform:uppercase;}
.library-index-index .orders-table-subheader h3 {font-size:14px; color:#738088; margin:0; font-style: italic;}
.library-index-index .border-lite { border-width:1px 0 0 }
.library-index-index .data-table tr td {border-top:0; border-bottom:1px solid #D8D8D8;}
.library-index-index .order-data { color:#777E86; font-weight:normal; font-style: italic; line-height:38px; white-space:nowrap}
.library-index-index .digital-key .code { font-size:13px; background:#fff; border:1px solid #DFDFDF; color:#282828; line-height:41px; height:41px; display:inline-block; margin-right:10px; padding:0 15px; border-radius:4px; text-transform: uppercase;}
.library-index-index .ebook {margin-top:10px; font-size:10px; padding:2px 8px;}
.library-index-index .text-button-white {width:135px;}

@media screen and (max-width:767px) {
	.library-index-index .digital-key .code { width:100%; margin:10px 0}
	.library-index-index .digital-key .code a { width:100% }
}

.library-quick-links { border-top:1px solid #D8D8D8; margin-top:10px; margin-bottom:20px; padding-top:10px }
.library-quick-links li { display:inline-block; text-align:center; width:14.6%; vertical-align:top; margin:0 1% 10px; min-width:80px }
.library-quick-links li a { display:block; font-size:14px; color:#333 }
.library-quick-links li a .library-quick-links-icon { display:block; background-size:80px 160px; width:80px; height:80px; border:1px solid #CCD5D7; border-radius:10px; background-repeat:no-repeat; margin:0 auto 5px; background-position:center 0 }
.library-quick-links li a:hover { text-decoration:none }
.library-quick-links li a:hover .library-quick-links-icon { background-color:#CE0000; color:#FFF; border-color:#CE0000; background-position:center -80px }
.library-quick-links li#webreader a .library-quick-links-icon { background-image:url(../images/library-webreader.png) }
.library-quick-links li.network a .library-quick-links-icon { background-image:url(../images/library-network.png) }
.library-quick-links li#assistenza a .library-quick-links-icon { background-image:url(../images/library-assistenza.png) }
.library-quick-links li#acquisti-fatture a .library-quick-links-icon { background-image:url(../images/library-fatture.png) }
.library-quick-links li#profilo a .library-quick-links-icon { background-image:url(../images/library-profilo.png) }
.library-quick-links li#coupon a .library-quick-links-icon { background-image:url(../images/library-coupon.png) }
.library-quick-links li#corso a .library-quick-links-icon { background-image:url(../images/library-corso.png) }
.library-quick-links li#hiddenmarker { display:none}

/* Customer account */
.customer-account-edit .group-select { padding:0 0 10px;}

/* Customer account info */
.customer-account-info .icon {margin-right: 15px; width:50px}
.customer-account-info .col-sm-4 { text-align:right }
.customer-account-info .text-button-white {margin-top:5px}
@media screen and (max-width:767px) {
	.customer-account-info .icon {width:20px}
	.customer-account-info .col-sm-4 { text-align:left }
	.customer-account-info .text-button-white {width:100%; margin-top:10px}
}
.customer-account-info p {font-size:16px; margin:0}
.customer-account-info p span {font-size:13px}

/* OVERLAY GUIDE */
.overlayGuida {display:none; width: 900px; height:520px; overflow:hidden; padding:20px; }
.contentGuida { overflow:auto; padding:10px; height:500px; text-align:left; }
.bClose { background:url(../images/overlay/close.png) no-repeat; width:36px; height:36px; cursor:pointer; position:absolute; right:0px; top:0px;}
.guida-cms .contentGuida { height: auto; padding:0;  }

/* OVERLAY RICHIESTA SAGGI */
#overlaySage { position:fixed!important; top:20px!important; overflow:auto; height:100% }
@media screen and (max-width:1024px) {
	#overlaySage { width:auto; left:10px; right:10px }
}

#overlaySage img { border:solid 1px #CCC }

/* OVERLAY SPINNER */
#overlayLoader .close { display:none }

/* FACEBOOK IFRAME SEARCH */

.fb-wrapper { width:810px; text-align:left; background:url(../images/bg-search-facebook.jpg) no-repeat center 190px; min-height:500px; }
.fb-wrapper p,.fb-wrapper ul { font-size:13px; font-family:Arial, Helvetica, sans-serif!important; line-height:130%!important; }
.fb-wrapper h3 { border-bottom: 1px solid #E9E9E9; padding:10px 0; }

.fb-wrapper .mini-search { float:none!important; }
.fb-wrapper .mini-search .input-text { width:455px; }
.fb-item { background:url(../images/bg-search-facebook-item.png) repeat-x scroll center 30px transparent; display:inline-block; border-bottom: 1px solid #E9E9E9; padding-bottom:10px; padding-right:10px; margin-bottom:10px; width:800px; }
.fb-item img { float:left; }
.fb-item h2 { margin-bottom:0; }
.fb-item .info { margin-left:90px; }
.fb-item .dati { margin-bottom:10px; font-family:Arial, Helvetica, sans-serif!important; }
.fb-item .autori { font-family:Arial, Helvetica, sans-serif!important; }
.fb-wrapper a.section-link { float:right; line-height:21px; }

/* BOX CODICI MATERIALI AGGIUNTIVI */
.box-codici { margin-left:20px;}
.box-codici ul { background-color:#F4F4F4;
    border: 1px solid #E9E9E9;
    padding: 10px 15px;
    text-align: left;
	display:inline-block;
	color:#0099CC;
	font-size:24px;
	margin-bottom:10px;
}


/* CONTENUTI INTEGRATIVI */
.high-contrast .button a { background-color:#B00; border:solid 2px #900; color:#FFF; font-size:14px; padding:5px 10px; text-transform:uppercase; font-weight:bold; margin:15px 0; display:inline-block; }
.high-contrast .link-container { border-bottom:1px solid #CCC; padding-bottom:10px; margin-bottom:10px; }
.high-contrast h3 { font-size:17px; font-family:Arial, Helvetica, sans-serif; }
.high-contrast a { color:#B00; font-size:15px; }

/* LINK WEBREADER */
.webreader-container {height:75px; line-height:75px; border:solid #E9E9E9; border-width:1px 0 0 0;}
.webreader-container .button a {text-transform: uppercase;}





/* BLOCCO NOSCRIPT */
div.wrapper { display: none; }
.js-enabled div.wrapper { display: block; }
.js-enabled div#js-alert { display: none; }

div#no-js noscript { font-weight: bold; color: #000; }

.caption-category-view { padding-bottom:5px; clear:both; margin-bottom:10px }
.caption-category-view .title {font-size:19px; color:#aaa;}
.caption-category-view .ebook.plus { display:inline-block; margin-right:5px;}

/* lista caratteri */
.characters-list {
	/*border-top:1px solid #E9E9E9;*/
	background: #fafafa;
	padding:10px 10px 10px 10px;
	font-family: 'Open Sans', arial, serif;
	margin-bottom:20px;
	border-top:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
}
.catalog-category-view .characters-list {border:0;}

.characters-list h3 {text-align:center; font-size:15px; color:#2d2d2d; font-weight:normal; font-family: 'Open Sans', arial, serif; margin:5px 0;}
.characters-list ul li {float:left; margin:5px 0;}
.characters-list ul li a {
	display:block;
	font-size:22px;
	background:#fff;
	border-radius:4px;
	box-shadow:1px 1px 1px rgba(0,0,0,.3);
	width:25px;
	height:32px;
	margin:4px;
	text-align:center;
}
.characters-list ul  li:first-child a {margin-right:30px;}
.characters-list ul  li a:hover { background:#f1f1f1; }

.ebook-list { border-collapse:collapse; width:100%; margin-top:50px; font-size:12px; color:#333;}

.ebook-list thead {border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9;}
.ebook-list thead td {padding:6px 10px;}
.ebook-list thead td:first-child {padding-left:0;}

.ebook-list thead td.author { width:200px;}
.ebook-list thead td.price { width:160px;}


.ebook-list tbody tr {border-bottom:1px solid #e9e9e9; cursor:pointer;}
.ebook-list tbody tr:hover {background:#f9f9f9;}
.ebook-list tbody td {padding:8px 10px; border-left:1px solid #e9e9e9;}
.ebook-list tbody td:first-child {border-left:0px; padding-left:0;}

.ebook-list tbody td:nth-child(2) {color:#525252; font-size:10px; text-transform:uppercase;}

.ebook { display:inline-block; background:#4AC2FF; border-radius: 15px; font-size:11px; color:#ffffff!important; text-transform:uppercase; position:relative; padding:2px 10px }
.ebook.ebook-narrativa { background:#71B743 }
.ebook.ebook-fumetti { background:#F5A623 }
.ebook.ebook-lpt { background:#D452B1 }
.ebook.ebook-corsi { background:#D0021B }
.ebook.non-ebook { background:#4AB0BC }
.price {text-align:right; float:right; display:inline-block;}

.plus .ebook,
.ebook.plus {background:#0097D0;}

.plus .ebook a,
.ebook.plus a {color:#FFF;}

.external .ebook,
.ebook.external {background:#A7AAAC;}

.external .ebook a,
.ebook.external a {color:#FFF;}

.ebook-list tbody td h5 { font-size:12px;}
.ebook-list tbody td h5 a {color:#333;}

/* Scheda opera */
.product-left-column {float:left; width:280px; color:#333}
.product-left-column h3, .product-left-column h3 * { font-size:20px!important }
.product-left-column p {font-size:13px; line-height:150%; margin-bottom:15px; padding-bottom:15px; border-bottom:solid 1px #D8D8D8 }
.product-left-column p a {color:#333; text-decoration:underline}

.editor-help { text-align:center; background-color:#F6F6F6; padding:10px; border-bottom:solid 1px #E0E0E0; margin:20px 0 }
.editor-help .tel { font-size:21px }
.editor-help .email a { font-size:16px; font-weight:bold; display:block }
.editor-help .email:before { content:''; display:block; width:60px; height:2px; background-color:#D1D1D1; margin:20px auto }
.editor-help:before { content:''; display:block; width:0; height:0; border-style:solid; border-width:0 13px 13px 13px; border-color:transparent transparent #f6f6f6 transparent; margin:-23px auto 13px }

.ebook-wrapper {border: solid 1px; border-color:#D8D8D8; padding:15px }
.ebook-wrapper:hover {-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.2); -moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.2); box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.2) }
.ebook-wrapper .isbn-box {margin-top:20px}
.ebook-wrapper .technical-data {margin-top:20px; display:inline-block}
.ebook-wrapper .technical-data li { float:left; background:url(../images/misc-icons.png) no-repeat; padding-left:20px; height:24px; line-height:24px; width:180px }
.ebook-wrapper .technical-data li.weight { background-position:left -157px }
.ebook-wrapper .technical-data li.pages { background-position:left -61px }
.ebook-wrapper .technical-data li.video { background-position:left -110px }
.ebook-wrapper .technical-data li.audio { background-position:left -133px }
.ebook-wrapper .technical-data li.photo { background-position:left -86px }
.ebook-wrapper .technical-data li.exercises { background-position:left -183px }
.ebook-wrapper .technical-data li.attachments { background-position:left -230px }
.ebook-wrapper .technical-data li.research { background-position:left -205px }
.ebook-wrapper .technical-data li.html5 { background-position:left -535px }
.ebook-wrapper .technical-data li.tools { background-position:left -510px }
.ebook-wrapper .details {border-left: solid 1px #CCC; padding-left:10px; margin-top:20px}
.ebook-wrapper .warning { background:#E5F4FA; color:#0096D2; font:italic 15px/15px 'Open Sans', Arial, Helvetica, sans-serif; padding:15px; margin:15px -15px -15px }
.ebook-wrapper.bundle { border-color:#CCC; background:url(../images/bundle.gif) 20px center no-repeat; padding-left:100px }

.preview { line-height:30px; font-size:20px; padding-left:20px; background:url(../images/misc-icons.png) left -253px no-repeat; margin-right:20px; vertical-align:top; display:inline-block }
.product-left-column .preview { margin:auto }

.second-level { position:relative; border-top-width:0 }
.ebook-wrapper.second-level img { margin-right:20px; float:left }
.ebook-wrapper.second-level .go { width:15px; height:28px; background:url(../images/misc-icons.png) no-repeat left -286px; position:absolute; top:50%; right:20px; margin-top:-14px; display:none }
.second-level-wrapper .second-level:first-child { border-top-width:1px }


.sage-request { line-height:41px }

@media screen and (min-width : 580px) {
	.ebook-wrapper.second-level:hover .go { display:block }
}
/* Compatibilità APP */
.app-comp * { line-height:28px; display:inline-block; vertical-align:middle; margin-right:5px }
.app-comp span.app { background:url(../images/super-home/01-applicazioni-icons.gif) no-repeat; width:23px; height:28px }
.app-comp span.app.android { background-position:-67px 0 }
.app-comp span.app.win { background-position:-33px 0 }

/* Scrollbar */
#scrollbar1 {width:100%; height:auto; display:block!important }

#scrollbar1 .viewport {min-height:480px; width: 100%; overflow: hidden; position: relative}
#scrollbar1 .overview {position:absolute; left:0; top:0; white-space:nowrap}
#scrollbar1 .scrollbar {position:relative; height:10px; border:solid #E4E4E4; border-width:1px 0; margin-top:5px }
#scrollbar1 .track {background-color:#F6F6F6; height: 100%; width:100%; position: relative; overflow:hidden; transition:background-color 0.2s; -webkit-transition:background-color 0.2s}
#scrollbar1 .track:hover {background-color:#EEE}
#scrollbar1 .thumb {background-color:#FFF; height:8px; margin:1px 0; cursor: pointer; overflow: hidden; position: absolute; top:0; left:0; -webkit-border-radius:4px; border-radius: 4px; transition:background-color 0.2s; -webkit-transition:background-color 0.2s}
#scrollbar1:hover .thumb {background-color:#CCC}
#scrollbar1 .track:hover .thumb {background-color:#999}
#scrollbar1 .disable { display: none; }

.push { margin-bottom:15px; padding-top:15px}

@media screen and (min-width:768px) {
	.push .payments { text-align:right }
	a[rel="#overlaySage"] { float:right }
}

/* Pagina eBook+ */
.features-wrapper {border-top: solid 2px #D8D8D8; padding-top:20px }
.features-wrapper h4, .features-wrapper h4 * {font-size:21px; font-weight:300}
.features-wrapper h4 a {color:inherit; border-bottom:solid 1px #555; text-decoration:none!important}
.features-wrapper .feature { margin-top:20px }
.features-wrapper .feature img { width:100px; margin-bottom:10px }
.cms-ebook-plus .features-wrapper .feature img { width:100%; margin-bottom:-20px }
@media screen and (max-width:767px) {
	.features-wrapper .feature img { max-width:100% }
}

/*** Area Editori ***/

/* Tabs */
/*.tabs-container {position:relative}
.tabs-container ol#controls { position:absolute; top:-40px; width:100%; text-align:center }
.tabs-container ol#controls li { display:inline-block; height:40px; line-height:40px; position:relative }
.tabs-container ol#controls li#controls1 { width:100px }
.tabs-container ol#controls li#controls2 { width:187px }
.tabs-container ol#controls li#controls3 { width:175px }
.tabs-container ol#controls li#controls4 { width:163px }
.tabs-container ol#controls li a { font:18px/40px 'Open Sans',serif; color:#FFF; display:inline-block }
.tabs-container ol#controls li a:hover { text-decoration:none }
.tabs-container ol#controls li .arrow { width:0; height:0; border-left:7px solid #09C; border-right:7px solid #09C; border-bottom:7px solid #FFF; margin:-9px auto; display:none }
.tabs-container ol#controls li.current a { font-weight:700 }
.tabs-container ol#controls li.current .arrow { display:block }
.tabs-container ol#controls li.last a { border-radius: 4px 4px 0 0; color: #FFF; padding: 0 10px; background: #99CC00; background: -moz-linear-gradient(top, #99CC00 0%, #6AA940 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99CC00), color-stop(100%,#6AA940)); background: -webkit-linear-gradient(top, #99CC00 0%,#6AA940 100%); background: -ms-linear-gradient(top, #99CC00 0%,#6AA940 100%); background: linear-gradient(to bottom, #99CC00 0%,#6AA940 100%); font-weight:700 }
.tabs-container ol#controls li.last.current a { background:#FFF; color:#09C }*/

/* Panels */
.panel-wrapper { padding:30px 15px }
.panel-wrapper h2 { font-weight:700 }
.panel-wrapper p { margin-bottom:15px }
.panel-wrapper img { margin-left:45px }
.banner .text-button { position:absolute; bottom:0; width:200px; font-weight:700; left:50%; margin-left:-100px}

/* Loghi */
#publisher-carousel { border-top:solid 2px #E4E4E4; padding-top:15px; margin-top:15px }
#publisher-carousel li { width:200px }


.text-button,
.text-button-gray,
.text-button-blue,
.text-button-white,
.text-button-transparent,
.text-button-tim {
	display:inline-block;
	font-weight:500;
	line-height:100%;
	border-radius:2px;
    border:none;
	text-align:center;
	color:#fff;
	font-size:13px;
	padding:12px 18px;
	cursor:pointer;
}

.text-button:hover,
.text-button-gray:hover,
.text-button-blue:hover,
.text-button-white:hover,
.text-button-transparent:hover,
.text-button-tim:hover {
	text-decoration:none;
}
.text-button:focus,
.text-button-gray:focus,
.text-button-blue:focus,
.text-button-white:focus,
.text-button-transparent:focus,
.text-button-tim:focus {
	text-decoration:none;
}
.text-button:focus,
.text-button-gray:focus,
.text-button-blue:focus,
.text-button-tim:focus {
	color:#FFF;
}
.text-button-white:focus {
	color:#21303A;
}
.text-button span.arrow { display:inline-block; float:left; width:20px; height:30px; background:url(../images/link-icons.png) no-repeat left 7px }


.text-button-gray {
	background: #A0A0A0;
	background: -moz-linear-gradient(top,  #A0A0A0 0%, #B0B0B0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A0A0A0), color-stop(100%,#B0B0B0));
	background: -webkit-linear-gradient(top, #A0A0A0 0%,#B0B0B0 100%);
	background: -ms-linear-gradient(top, #A0A0A0 0%,#B0B0B0 100%);
	background: linear-gradient(to bottom, #A0A0A0 0%,#B0B0B0 100%);
}

.text-button-gray:hover {
	background: #B0B0B0;
	background: -moz-linear-gradient(top, #B0B0B0 0%, #A0A0A0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B0B0B0), color-stop(100%,#A0A0A0));
	background: -webkit-linear-gradient(top, #B0B0B0 0%,#A0A0A0 100%);
	background: -ms-linear-gradient(top, #B0B0B0 0%,#A0A0A0 100%);
	background: linear-gradient(to bottom, #B0B0B0 0%,#A0A0A0 100%);
}

.text-button-blue {
    background:#4AC2FF;
    border:solid 2px #4AC2FF;
}

.text-button-blue:hover {
    background:#2FAAFF;
	color:#FFF;
	border-color:#2FAAFF
}

.text-button-transparent {
	background:none;
    border:solid 2px #FFF;
	border-color:#FFF
}

.text-button-transparent:hover {
    background:#FFF;
	color:#666;
}

.text-button-white {
    color:#21303A;
    background: #FFF;
    border:2px solid #4AC2FF;
}

.text-button-white.border-white { border-color:#FFF }
.text-button-white:hover { color:#FFF; background:#2FAAFF; border-color:#2FAAFF }

.text-button-tim {
    background: #0056A4;
}

.text-button-tim:hover {
    background: #00437E;
	color:#FFF
}





/***** Tim College *****/

/* pagina promo TIM college*/

.banner#tim-college { background-image: url(../images/headers/img-tim-college.jpg); height:66px; padding-top:175px; margin-bottom:0!important }
.banner#tim-college h1 { font-family:"Gill Sans MT", "Gill Sans", sans-serif }

.columns .column p { color:#0092AC; padding:0 30px }

.tim-college-wrapper > * { margin-bottom:20px }
.tim-college-wrapper .subtitle { color:#0092AC; font-size:18px }

.columns .column h2 { color:#F05966; font-size:23px; line-height:27px }

/* attivazione coupon promo */
.wallet-index-index,
.wallet-conventiondealertim-index { margin-top:0; background: #ffffff;}

.tim-college .header {background:#ce0000; height:60px; width:auto; position:relative; padding:12px 0 8px 0;}
.tim-college .logo {float: none; margin-top:2px; display: inline-block;}
.tim-college .logo img {width:328px; height:34px;}
.tim-college .copy .container {width:700px; margin:auto; display: block; padding:20px;}
.tim-college .copy h1 {font-family: lato, arial, sans-serif; font-size: 27px; font-weight: bold; color:#003F8A;}
.tim-college .copy h1 span {color:#EB4C59; display: inline;}

.tim-college .copy p {font-size:21px; font-family:lato, arial, sans-serif; color:#003F8A;}

.tim-college .form-coupon {margin-bottom:0; min-height:410px; display: block; background: url(../images/tim-college/bg_convention-dealer.jpg) #C0E968 no-repeat center top; position: relative;}
.tim-college .form-coupon .container {width:286px; margin:auto; display: block; padding:170px 20px 20px 20px;}
.tim-business .form-coupon .container {width:320px; margin:auto; display: block; padding:20px;}

.tim-college .form-coupon.ok {padding-bottom:0; margin-bottom: -100px;}
.tim-college .form-coupon.ok h2 {font-size:32px; color:#00437E;}
.tim-college .form-coupon.ok p {font-size:18px;}

.tim-college .field {width:260px; float: left; margin:0 30px 10px 0;}
.tim-college .field input {width:100%;}
.tim-college .field label {display: block; width:100%; text-align: left;}
.tim-college .field.coupon {width:288px; position: relative; margin-top:10px; margin-right:0;}
.tim-college .field.coupon input, .tim-business .field.coupon input {width:37px; font-size:20px; padding:5px; text-align: center; position: relative;}
.tim-college .field.button {width:288px; margin-right:0; margin-top:0px;}

.tim-college .text-button-blue {text-transform: uppercase; background:#003F8A; font-family: lato, arial, sans-serif; height:42px; line-height: 18px; width:276px; border-color:#003F8A }
.tim-college .text-button-blue:hover {background:#00489F;}
.tim-business .text-button-blue {text-transform:uppercase; width:280px;}
.tim-business .banner {background-image:url(../images/tim-business/tim-business.png); background-color:#00A0E2 }

.tim-college .validation-advice {text-align: left;}

.tim-college .form-coupon.login {padding:0; margin-bottom:20px; background:#f1f1f1; min-height: initial;}
.tim-college .form-coupon.login .container {width:700px;}
.tim-college .form-coupon.login h3 {font-size:26px; margin-bottom:20px;}
.tim-college .form-coupon.login p {font-size:14px; margin-bottom:20px;}

.tim-college .field.coupon input {border:2px solid #00398C; color:#EB4C5A;}
.tim-business .field.coupon input {border:2px solid #21303A; color:#4ac2ff;}
.tim-college .field span.field-arrow {
    background: url(../images/tim-college/icon-arrow.png) no-repeat top center;
    padding-top:46px;
}
.tim-business .field span.field-arrow {
    background: url(../images/tim-business/icon-arrow.png) no-repeat top center;
    padding-top:46px;
}

.tim-college .form-coupon.login .text-button-blue {width:288px; position: absolute; bottom: 20px; left:50%; margin-left:-144px;}
.tim-college .form-coupon.login .container {padding:0px;}
.tim-college .new-user,
.tim-college .registered-user {float:left; width:50%; min-height:360px; padding:30px; position:relative; text-align:left;}
.tim-college .registered-user input {width:100%;}
.tim-college .form-coupon.login .field {margin-right:0; width:290px;}
.tim-college .form-coupon.login .lost-password {float:right;}
.tim-college .form-coupon.login:before {display: none;}

.tim-college .new-user {background: #fafafa;}

.tim-college .center  {background:#C0E968; color:#00398C;}
.tim-college .center .container {padding-top:10px;}
.tim-college .center h2 {font-size:17px; font-family:lato, arial, sans-serif;}
.tim-college .center h3 {font-size:17px; font-family:lato, arial, sans-serif; padding-bottom:20px;}
.tim-college .center h3.goto {color:#EB4C5A; text-decoration: underline; cursor:pointer;}
.tim-college .center p {font-size:14px; font-family:lato, arial, sans-serif;}
.tim-college .center:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #C0E968;
    position: absolute;
    left:50%;
    margin-left:-20px;
}

.tim-college .classici {margin-top:50px;}
.tim-college .classici h4 { font-family: lato, arial, sans-serif; font-size: 27px; font-weight: bold; color:#00398C;}
.tim-college .classici .cover {background: url(../images/tim-college/classici.png) no-repeat center top; height:144px; width:700px; margin:auto}
.tim-college .classici ul li:nth-child(1),
.tim-college .classici ul li:nth-child(2),
.tim-college .classici ul li:nth-child(3) {border-top:0;}
.tim-college .classici ul li {width:33%; float:left; height:80px; margin-bottom:10px; border-top:1px solid #f4f4f4; padding-top:10px;}
.tim-college .classici .titolo {display: block; font-weight: bold; line-height: 120%;}
.tim-college .classici .autore, .tim-college .classici .editore {display: block;}

.tim-college .iniziativa {font-size:21px; color:#000; padding-top:20px; margin-bottom: 30px;  font-family:'Open Sans', arial, serif; text-align: center;}
.tim-college .iniziativa p {margin-bottom:30px; line-height: 120%; font-size:21px; font-family:lato, arial, sans-serif; color:#003F8A;}

/* convention dealer */
.wallet-conventiondealertim-index {background: #C0E968;}
.wallet-conventiondealertim-index .copy {background: #ffffff;}
.wallet-conventiondealertim-index .logo-dealer { font-family: lato, arial, sans-serif; font-size: 16px; color: #003F8A;}
.wallet-conventiondealertim-index .logo-dealer span {display: block; margin-bottom: 8px;}

.wallet-conventiondealertim-index .copy.center {background: #C0E968;}
.wallet-conventiondealertim-index .copy.center h2 {margin-bottom:20px;}
.wallet-conventiondealertim-index .copy.center h3 {margin-top:20px;}

.wallet-conventiondealertim-index .tim-college .center:after {display:none;}




/* credito residuo */
.wallet-status-index .tim-college .copy .container {text-align: center; width:auto ;}
.wallet-status-index .tim-college .iniziativa {margin-bottom:0;}
.wallet-status-index .tim-college .copy .container h1 {border-bottom:1px solid #e9e9e9; padding-bottom:20px; margin-bottom:20px;}

.tim-college .credito {background:#BFEB5F; text-align: center; color:#003F8A; padding:15px; position: relative;}
.tim-college .credito.tim-business {background: url(../images/tim-business/tim-business.png) no-repeat 0 0; color:#FFF; background-size:cover }
.tim-college .credito strong {color:#EB4C5A;}
.tim-college .credito::before {content:""; position:absolute; top:-12px; left:50%; margin-left:-12px; width:0; height:0; border-style: solid; border-width:0 12px 12px 12px; border-color:transparent transparent #BFEB5F transparent;}
.tim-college .credito.tim-business::before {border-color:transparent transparent #00A0E2 transparent;}
.tim-college .credito h2 {font-size:28px;}
.tim-college .credito a {color:#003F8A; font-size:21px; background: url(../images/tim-college/elements.png) no-repeat 0 -175px; padding-left:14px;}
.tim-college .credito.tim-business a {color:#FFF;}

.tim-college .list {font-size:19px; text-align: left; max-width:700px; margin:auto }
.tim-college .list li { background:url(../images/tim-college/elements.png) no-repeat 0 0; padding-left:20px; line-height:120%; padding:10px 0 10px 40px;}

.tim-college .support .box { text-align: center; font-size:21px; margin:20px 0;}
.tim-college .support .box h3 {font-size:28px; margin-bottom:0;}
.tim-college .support .box a {background: url(../images/tim-college/elements.png) no-repeat 0 -115px; padding-left:14px;}

/* mebook */
.how-to-read-ebook h1 {
    font-size: 37px;
    margin-top: 15px;
    text-align: center;
}
.how-to-read-ebook p {font-style: italic; font-size:15px; color:#999; margin-top:20px;}
.how-to-read-ebook img {margin:auto; display:block;}
.strip {margin-top:20px; margin-bottom:20px; font-size:20px; text-align: center;}
.strip.blue {background:#0099D0; color:#fff;}
.strip .column {float:left; width:293px; padding:20px 10px; text-align: center; position: relative;}
.strip .column h2 {font-size:20px; line-height:1.2em; padding-top:20px;}
.strip .column h2 span {font-size:45px; display: block; margin-bottom:10px;}
.strip.blue .column {height:310px;}
.strip .column .icon { display: block; position: absolute; bottom:0; height:180px; width:200px; left:50%; margin-left:-100px;}
.strip .step2 .icon {background-position:-200px;}
.strip .step3 .icon {background-position:-400px;}
.mondadori .icon { background: url(../images/editori/mondadori-strip.png) no-repeat 0 0;}

/* Info legali */
.info-legali { font-size:12px; line-height:140% }
.info-legali h1, .info-legali h2 { margin:0 0 20px}
.info-legali h3 { margin:20px 0 10px }
.info-legali p { margin:0 0 10px }

/* Cookie */
#cookieChoiceInfo a { background:#FFF; display:inline-block;font-family:sans-serif; font-size:12px; padding:2px 12px; border:1px solid #BBB; border-radius:3px; text-decoration:none; color: #333; text-shadow: 0 1px 0 #FFF; }


/***** Tim Young *****/

/* pagina promo TIM Young college */

.banner#tim-young { background-image: url(../images/headers/img-tim-young.jpg) }
.tim-young-wrapper .columns .column p { color:#092C77 }
.tim-young-wrapper > * { margin-bottom:20px }
.tim-young-wrapper .subtitle { color:#092C77; font-size:20px }
.tim-features { text-align:left; font-family:"Gill Sans MT", "Gill Sans", sans-serif }
.tim-features li { margin:10px 0 }
.tim-features li img { float:left; margin-right:10px }
.tim-features li span { display:inline-block; min-height:50px; line-height:100%; font-size:15px; color:#FFF; background:#EA4E60; padding:17px 20px; width:90% }

@media screen and (max-width : 767px) {
	.tim-features li span { width:100% }
    .tim-college .copy h1,
    .tim-college .classici h4 {font-size:20px;}
    .tim-college .copy p {font-size:16px;}
    .tim-college .copy .container {width:80%; margin:auto; display: block;}

    .tim-college .form-coupon.login .container {width:520px;}
    .tim-college .form-coupon.login h3 {line-height: 100%;}

    .tim-college .form-coupon.login .field {width:220px;}
    .tim-college .form-coupon.login .text-button-blue {width:198px; margin-left:-109px;}
    .tim-college .new-user,
    .tim-college .registered-user {padding:20px;}
    .tim-college .registered-user input {width:198px;}
    .tim-college .form-coupon.login .lost-password {float:right;}

    .tim-college .form-coupon.login p {font-size:12px;}

    .tim-college .classici {width:100%;}
    .tim-college .classici .cover {background-size: 80%; width:auto;}
    .tim-college .classici ul {width:auto; margin:auto;}

}

@media screen and (max-width : 579px) {
    .tim-college .logo {background-size: 100%; width:250px; height:26px; margin-top:5px;}
	.tim-college .logo img {width:250px; height:26px;}
    .tim-college .copy h1,
    .tim-college .classici h4 {font-size:16px;}
    .tim-college .iniziativa {padding:20px;}

    .tim-college .form-coupon.login .container {width:auto;}
    .tim-college .form-coupon .container {padding-left:0; padding-right:0;}
    .tim-college .new-user,
    .tim-college .registered-user {float:none; width:auto; min-height:auto;}
    .tim-college .form-coupon.login .text-button-blue {position: relative; bottom:auto;}
    .tim-college .form-coupon.login .field {float:none; width:auto; padding:0; margin-right:20px;}
    .tim-college .form-coupon.login .lost-password {margin-right:-20px;}
    .tim-college .registered-user input {width: 100%;}

    .tim-college .field.coupon {width:100%; margin:0 auto 10px auto;}
    .tim-college .field.coupon input {width:20px;}

    .validation-advice {margin-left:20px;}

    .tim-college .classici {width:100%; margin-top:100px;}
    .tim-college .classici .cover {background-size: 100%; width:auto; height:130px; background-position: bottom;}
    .tim-college .classici ul li {width: 100%; border-top: 1px solid #f4f4f4; height:auto;}

	.tim-college .text-button-blue { width:256px;}

}


/**************** PIANO NAZIONALE SCUOLA DIGITALE */

.pnsd-box { width:42%; border:solid #F2F2F2; border-width:1px 0; padding:3%; background-repeat:no-repeat; background-position:right bottom }
.pnsd-box.plain { background-color:#F2F2F2 }
.psnd-solution { border-top:solid 1px #F2F2F2; padding:40px 0 20px }
.psnd-solution .sidecol.left { width:30% }
.psnd-solution .sidecol.right { width:16% }
.psnd-solution .sidecol .text-button-white { width:106px }
.psnd-solution .sidecol .text-button-blue { width:110px }
.psnd-solution .maincol { width:48%; margin:0 3% }
.psnd-solution h2 { font-size:21px; color:#000; margin:0 }
.psnd-solution h3 { font-size:19px; color:#A3A1A4; margin-bottom:20px }
.psnd-solution p { font-family:'Open Sans'; font-size:15px; margin-bottom:20px }



/**************** iPad PORTRAIT */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	body { font-size:14px }
	.quick-access li a, .section-link, .group-select label, .form-list label, .payment-methods label, .footer ul, .footer ul li strong { font-size:16px }
	input.input-text, .text-button, .text-button-gray { line-height:40px; height:40px }
	input.input-text { font-size:18px}
	.text-button span.arrow { height: 40px; background-position:left 12px }
	.login-table .validation-advice { top: 60px }
	table.pager td.pages td { padding-right:15px; font-size:18px }
 }
 
/****** OAUTH */

/* Responsive oauth */
.oauth-authorize-index.resp .resp-hidden,
.oauth-authorize-index.resp sb-topbar,
.oauth-authorize-index.resp .header,
.oauth-authorize-index.resp #register-box,
.oauth-authorize-index.resp .footer-container,
.oauth-authorize-index.resp #launcher,
.oauth-authorize-index.resp #cookieChoiceInfo
{ display:none!important }

.oauth-authorize-index.resp .middle-container,
.oauth-authorize-index.resp .col-main
{ width:auto; margin:0; overflow:hidden }

.oauth-authorize-index.resp .wrapper { margin:0 }
.oauth-authorize-index.resp #login-form input { margin-bottom:30px  }
.oauth-authorize-index.resp .box-w-shadow { background:none; box-shadow:none }
.oauth-authorize-index.resp .messages { margin-top:20px }
.oauth-authorize-index.resp .error-msg { background:none; text-align:center }


.loginoauth-index-index .middle-container { padding:40px }
.loginoauth-index-index h1 { margin:40px }
#oauthTabs .ui-tabs-nav { width:640px; margin:auto; border-bottom:solid 1px #D8D8D8 }
#oauthTabs .ui-tabs-nav li { display:inline-block; margin-bottom:-1px }
#oauthTabs .ui-tabs-nav li a { height:50px; padding:0 40px; font-size:20px; display:inline-block; font-weight:300; color:#353535; text-decoration:none!important; line-height:50px; border:solid 1px; border-color:#FFF #FFF #D8D8D8 }
#oauthTabs .ui-tabs-nav li.ui-state-active a { color:#9c9c9c; border-color:#D8D8D8 #D8D8D8 #FFF }
#oauthTabs #entra form { width:300px; margin:auto; text-align:left }
#oauthTabs #entra form input { width:278px }
#oauthTabs form button { width:300px; background:#4AC2FF; border:none; color:#FFF; font-size:15px; text-transform:uppercase; height:38px; border-radius:3px; cursor:pointer }
#oauthTabs form > div { margin:20px 0 }
#oauthTabs #registrati fieldset { margin:auto; text-align:left }
#oauthTabs #registrati .button-set { margin:auto; width:600px }

#zd-login { border:solid 2px #E74333; color:#333; position:relative; text-transform:uppercase }
#zd-login:before { display:inline-block; content:''; width:18px; height:20px; background:url(../images/oauth/ico-02.png) no-repeat left top; background-size:100%; position:absolute; top:8px; left:20px }
#fb-login { background:#3B5699!important }
#fb-login:before { display:inline-block; content:''; width:9px; height:20px; background:url(../images/oauth/ico-03.png) no-repeat left top; background-size:100%; position:relative; top:4px; margin-right:15px }

/****** Linked Services - Zaino, Facebook, Twitter, G+ */
.linked-services li { display:block; line-height:50px; padding:10px 0; font-size:18px; font-weight:300 }
.linked-services li .w-icon:before { background:url(../images/oauth/linked-services.png) no-repeat; background-size:50px auto; width:50px; height:50px; display:inline-block; content:''; float:left; margin-right:15px }
.linked-services li#fb .w-icon:before { background-position:left -75px }
.linked-services li#tw .w-icon:before { background-position:left -150px }
.linked-services li#gp .w-icon:before { background-position:left -225px }

@media screen and (max-width:767px) {
	.linked-services li { line-height:20px }
	.linked-services li .w-icon:before { background-size:20px auto; width:20px; height:20px }
}



/****** LANDING ZAINO DIGITALE */
.zainodigitale-index-index .zd-container { margin-top:40px; padding-top:40px; border-top: solid 1px #E9E9E9 }
.zainodigitale-index-index .zd-sub { padding:10px; border-top: solid 1px #E9E9E9 }
.zainodigitale-index-index .zd-sub.highlight { background:#FFFFCA }
.zainodigitale-index-index .zd-sub.highlight p { font-weight:bold }
.zainodigitale-index-index .zd-sub img { margin-right:20px }
.zainodigitale-index-index .product-left-column .text-button-blue { width:240px }


/****** LANDING LIBRI PER TUTTI */
.libripertutti-index-index .container {position: relative;}
.libripertutti-index-index .banner#libri-per-tutti .logo-libri-per-tutti {
    background: url(../images/libri-per-tutti/logo-libri-per-tutti.png) no-repeat center center;
    height: 130px;
    width: 230px;
    position: absolute;
    right: 16px;
    bottom: -50px;
}  
@media screen and (max-width: 767px){
    .libripertutti-index-index .banner#libri-per-tutti .logo-libri-per-tutti {display:none; }
    .libripertutti-index-index .card .cover { max-width: 500px; width: 100%; margin: auto;}
}

.libripertutti-index-index .card { display: flex; flex-direction: column; margin-bottom:60px; box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.1); /*height:100%;*/}
.libripertutti-index-index .card .card-body {display: flex; flex-direction: column; padding:20px; /*height:100%;*/}

.libripertutti-index-index .card h3 {font-size:20px;}
.libripertutti-index-index .card p {margin-bottom:40px; font-size:15px;}
.libripertutti-index-index .card .button-group {display: flex; flex-direction: column; margin-top:auto; }
.libripertutti-index-index .card .button-group .button { text-transform: uppercase; font-size:14px; width:100%;}


.libripertutti-index-index .add-to-cart { text-align: center; margin:0 auto 30px auto; padding-top:40px; border-top:1px solid #D8D7D7; position: relative;}
.libripertutti-index-index .add-to-cart:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #D8D7D7;
    border-right: 1px solid #D8D7D7;
    top: -10px;
    left: 50%;
    margin-left:-10px;
    transform: rotate(45deg);
    background: #fff;
}
.libripertutti-index-index .add-to-cart .button { font-size:16px; text-transform: uppercase;}

.libripertutti-index-index .app { text-align: center; font-size:18px; margin:50px auto; font-weight: bold;}
.libripertutti-index-index .app.app-top { font-size:13px; margin:20px auto;}
.libripertutti-index-index .app img { width:140px; margin:20px 10px 0 10px;}

.libripertutti-index-index .promotori { box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.1); padding:20px; text-align: center; font-size:15px;}
.libripertutti-index-index .promotori h4 { font-size:30px; font-weight: 300;}
.libripertutti-index-index .promotori .loghi-partners { text-align: center; }
.libripertutti-index-index .promotori .loghi-partners ul {margin: 0;}
.libripertutti-index-index .promotori .loghi-partners li { list-style: none; display: inline-flex; margin: 20px; }
.libripertutti-index-index .promotori .loghi-partners img {  max-width: 170px; max-height: 120px; display: inline-block;}


/****** TOPBAR */
sb-topbar { position:fixed!important; z-index:9997; left:0; right:0; top:0; box-shadow:none!important; border-bottom:solid 1px #D8D8D8; height:61px; background:#FFF }
@media screen and (max-width: 767px){
	sb-topbar .sb-search-wrapper.sb-topbar { height:57px }
}
/****** MESSAGGI UTENTE */
[class*='-msg'] {
    border: 2px solid;
    margin-bottom: 12px;
	padding:12px 12px 12px 60px;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 120%;
	position:relative;
	background:#FFF
}

[class*='-msg']:before {
    -webkit-flex: 0 0 48px;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    box-sizing: border-box;
	content:'';
	background:url(../images/icon-notification.png) no-repeat center center;
	width:48px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-size:17px 17px
}
.note-msg, .notice-msg, .success-msg { border-color:#4ac2ff }
.note-msg:before, .notice-msg:before, .success-msg:before { background-color:#4ac2ff }
.error-msg { border-color:#ce0000 }
.error-msg:before { background-color:#ce0000 }
.alert-msg { border-color:#FFCD44 }
.alert-msg:before { background-color:#FFCD44 }


/****** NETWORK ALIAS */
.sbn { text-align:left; background:#FFF }
.sbn .zEWidget-launcher { display:none!important }
.sbn h2 { font-size:26px }
.sbn sb-topbar { display:none }
.sbn button.wide { width:200px }
.sbn .sbn-header { border-top: 3px solid #ce0000; position:relative; z-index:1 }
.sbn .sbn-header .ccare { margin-top:10px; padding-left:30px; background:url(../images/sbn/icon-ccare.png) no-repeat left top; background-size:24px 24px; height:24px; float:right }
@media screen and (max-width:767px) {
	.sbn .sbn-header { text-align:center }	
	.sbn .sbn-header .ccare { float:none; display:inline-block }
}
.sbn .sbn-header a { color:#2f2f2f }
.sbn .sbn-header .sbn-header-content { padding-top:20px; padding-bottom:20px; margin:auto; font-size:14px; color:#989b9b }
.sbn .sbn-banner { background:#4ac2ff; color:#FFF; text-align:center; padding:30px 0 5px; margin-bottom:30px }
.sbn .sbn-banner h1 { font-size:34px }
.sbn .sbn-banner h2 { font-size:20px; border:none }
.sbn .institutes-steps.inline-steps li { display:inline-block; padding:20px 40px }
.sbn .institutes-steps li img { height:65px; margin-bottom:10px }
.sbn .institutes-steps.list-steps > li { width:620px; margin:auto; padding-top:10px }
.sbn .institutes-steps.list-steps h3 { float:right; width:500px; margin-top:10px; }
.sbn .full-row { background:#ECF8FF; padding:30px 0 20px; margin:20px 0 }
.sbn .attachments li { background-image:url(../images/sbn/ico-attachment@2x.png); background-size:23px 20px; font-size:14px }
.sbn .attachments.inline-steps li { background-position:left center; background-repeat:no-repeat; padding-left:40px; text-align:left }
.sbn.institutesnetwork-iscrizione-conferma .attachments.inline-steps li { margin-left:115px }
.sbn .group-select li { padding:10px 0 }
.sbn input#codice_mec { border-color:#4ac2ff; width:350px; margin-right:-2px }
.sbn .institutes-check li { padding:0 }
.sbn .institutes-check li label { display:block; background:#FFF; border-top:solid 2px #4ac2ff; font-weight:700; padding:15px 15px 15px 40px; text-align:left; position:relative; cursor:pointer }
.sbn .institutes-check li label:before { content:''; display:inline-block; width:16px; height:16px; border:solid 2px #919191; border-radius:2px; position:absolute; left:14px; top:14px; z-index:1 }
.sbn .institutes-check li [type="checkbox"]:checked + label:after { content:'✔'; position:absolute; left:16px; top:10px; font-size:19px; color:green; z-index:2 }
.sbn .institutes-check li [type="checkbox"] { display:none }
.sbn #mecform fieldset { position:relative }
.sbn #advice-required-entry-codice_mec { position:absolute; bottom:10px; left:30px }
.sbn .activation-steps { display:inline-block; position:relative }
.sbn .activation-steps:before { width:100%; height:1px; background:#FFF; display:block; content:''; position:absolute; top:45%; z-index:1 }
.sbn .activation-steps li { display:inline-block; background:#4ac2ff; width:28px; height:28px; border:solid 1px #FFF; border-radius:14px; font-size:14px; line-height:28px; overflow:hidden; font-weight:700; position:relative; z-index:2; margin-right:100px }
.sbn .activation-steps li:last-child { margin-right:0 }
.sbn .activation-steps li a { background:#FFF; color:#4ac2ff; display:block; width:28px; height:28px; line-height:28px }
.sbn .activation-steps li a:hover { text-decoration:none }
.sbn .group-select li .input-box.right label,
.sbn .group-select li .input-box.right input,
.sbn .group-select li .input-box.right select,
.sbn .group-select li .input-box.right .validation-advice{ margin-left:10px }
.sbn .group-select li .input-box.small { width:147px }
.sbn .group-select li .input-box.medium { width:453px }
.sbn .group-select li .input-box.small input { width:127px }
.sbn .group-select li .input-box.medium input { width:433px }
.sbn .dati_plesso { padding:15px; border-top:solid 2px #4ac2ff; background:#ECF8FF; margin:20px 0 }
.sbn .dati_plesso input { width:253px }
.sbn .dati_plesso select { width:275px }
.sbn .dati_plesso input.small { width:100px }
.sbn .dati_plesso input.medium { width:406px }
.sbn .dati_plesso input.wide { width:548px }
.sbn .input-box-plesso.wide input { width:548px }
.sbn .tip { padding:8px; text-align:center; background:#ECF8FF; position:relative; margin-top:20px; font-size:14px }
.sbn .tip:before { content:''; display:block; width:0; height:0; border-style:solid; border-width:0 9px 9px 9px; border-color:transparent transparent #ECF8FF transparent; position:absolute; top:-9px; left:50%; margin-left:-9px }
.sbn input.input-text.date { background-image:url(../images/calendar.png)!important; background-repeat:no-repeat!important; background-position:right center!important; background-size:36px 36px!important }
.sbn input.input-text.date::-ms-clear { display:none }

/* Calendar */
.calendar { border-color:#D8D8D8; background:#FFF; font-size:14px; font-family:'Open Sans', sans-serif; padding:3px; box-shadow:0px 6px 20px 0px rgba(0, 0, 0, 0.2) }
.calendar table { border:none; background:#FFF; font-size:14px; font-family:'Open Sans', sans-serif }
.calendar thead .daynames, .calendar table .wn { background:#FFF }
.calendar tfoot { display:none }
.calendar tbody td.today { color:#FFF }
.calendar tbody td.selected, .calendar thead .hilite, .calendar tfoot .hilite { border-color:#4ac2ff; background:#4ac2ff!important; color:#FFF }
.calendar thead .name { border-color:#FFF }
.calendar thead .headrow, .calendar .nav { background:#FFF; color:#456 }
.calendar thead .weekend, .calendar tbody td.weekend { color:#456 }
.calendar tbody .rowhilite td.wn, .calendar tbody td.hilite, .calendar tbody .rowhilite td { background:#ECF8FF }
.calendar table .wn { border-right:none; color:#d8d8d8 }
.calendar tr:first-child .button:first-child { visibility:hidden }

.sbn .footer-container { font-family:Arial, Helvetica, sans-serif }

/************** 18app */
.banner#bonus18app { background-image: url(../images/headers/img-header-landing-18app.jpg); background-color:#DEE2E2 }
.banner#bonusdocenti { background-image: url(../images/headers/img-header-landing-carta-docente.png); background-color:#DEE2E2 }
.banner#bonusdocenti *, .banner#bonus18app * { color:#2f2f2f }
.pockets-conversion hr { visibility:visible; margin:30px 0 }
.pockets-conversion h3 { font-size:34px; color:#2664AD; text-align:center; margin-bottom:0 }
.pockets-conversion p { font-size:15px }
.pockets-conversion #convform .col3-set { background:#D3F0FF; padding:15px 0 }
.pockets-conversion #convform .col3-set label { display:block; font-size:14px }
.pockets-conversion #convform input[type="text"] { border:solid 2px #2664AD; border-radius:3px; width:100% }
.pockets-conversion #convform .phone-wrapper { position:relative }
.pockets-conversion #convform .phone-wrapper:before { position:absolute; content:'+39'; display:block; height:37px; line-height:37px; color:#FFF; background:#2664AD; font-weight:bold; padding:0 8px; top:2px; left:2px }
.pockets-conversion #convform .phone-wrapper #phone { padding-left:45px }
.pockets-conversion #convform input[type="checkbox"] { position:relative; top:-8px }
.pockets-conversion .validation-failed { border:solid 2px #EB340A!important }
.pockets-conversion .faq-wrapper { border:solid 1px #D8D8D8; border-radius:3px; padding:0 10px; margin-bottom:20px }
.pockets-conversion .faq-wrapper:hover { border-color:#4AC2FF }
.pockets-conversion .faq-wrapper h4 { font-weight:bold; cursor:pointer; padding:10px 0; margin:0 }
.pockets-conversion .faq-wrapper h4:before { content:'› '}
.pockets-conversion .faq-wrapper .answer { display:none }
.code-wrapper { height:250px; background:no-repeat center; margin:20px 0; position:relative; }
.pockets-conversion-app18 .code-wrapper { background-image:url(../images/18app/img-header-landing-ok-18app.jpg)}
.pockets-conversion-appdocenti .code-wrapper { background-image:url(../images/18app/img-header-landing-ok-carta-docente.jpg)}
.code-input { border:none; background:#2064AF url(../images/18app/ico-18app@2x.png) no-repeat 25px center; background-size:35px 50px; width:370px; height:60px; line-height:60px; border-radius:30px; color:#FFF; font-weight:bold; font-size:22px; text-align:center }
.pockets-conversion-appdocenti .code-input, .pockets-action-caricaappdocenti .code-input { background-image:url(../images/18app/ico-carta-docente-white@2x.png)}
.pockets-conversion .code-input { position:relative; z-index:2; top:170px; left:35px }
.code-wrapper .btn { border:none; position:relative; z-index:3; background:#4BC1FF; width:64px; height:32px; top:156px; left:-46px; border-radius:16px; color:#FFF; font-size:13px; text-align:center; cursor:pointer }
.pockets-action-caricaapp18.customer-account-login #login-form, .pockets-action-caricaapp18.customer-account-login #register-box,
.pockets-action-caricaappdocenti.customer-account-login #login-form, .pockets-action-caricaappdocenti.customer-account-login #register-box {  }
.icons-wrapper { text-align:center }
.icons-wrapper * { vertical-align:middle }
.right-arrow { width:0; height:0; border-style:solid; border-width:8px 0 8px 8px; border-color:transparent transparent transparent #000; display:inline-block; margin:0 10px }
.pockets-action-caricaapp18 .code-input, .pockets-action-caricaappdocenti .code-input { margin:auto; position:relative; width:300px }
.pockets-action-caricaapp18 .code-input input[type="text"], .pockets-action-caricaappdocenti .code-input input[type="text"] { width:200px; border:none; height:40px; line-height:40px; border-radius:3px; text-align:center; font-size:16px; position:absolute; top:10px; right:25px; color:#2f2f2f }
.pockets-action-caricaapp18 .code-input span, .pockets-action-caricaappdocenti .code-input span { font-size:weight; font-size:18px; padding-left:50px }
@media screen and (max-width: 479px) {
	.code-wrapper .btn {
		left: inherit;
		right: 20px;
		position: absolute;
		top: 183px;
	}
	.pockets-conversion .code-input {
		text-align: left;
		width: 100%;
		left: 0;
		padding-left: 20px; background-image:none
	}
}

/* Intro.js */

.introjs-tooltip { border-radius:10px!important; max-width:none!important }
.introjs-button { font-family:'Open Sans'!important; font-weight:600!important; font-size:14px!important; background:#4ac2ff!important; text-transform:uppercase; border:none!important; padding:10px 30px!important; color:#FFF!important; text-shadow:none!important }
.introjs-button.introjs-disabled { opacity:0.5 }
.introjs-helperNumberLayer { background:#4ac2ff!important; border:none!important; text-shadow:none!important; line-height:30px!important;; height:30px!important; width:30px!important }
.introjs-tooltiptext { font-size:16px }
.introjs-tooltiptext h2 { font-weight:600 }
.introjs-prevbutton { margin-right:5px !important }
.introjs-helperLayer { background-color:rgba(255,255,255,1)!important; box-shadow:none!important; border:none!important }
.ckeckShowAlways label { display:block; margin-top:5px }
.ckeckShowAlways label input[type='checkbox'] { position:relative; top:-3px; margin-right:5px }

/* Bootstrap Overrides  */
sb-topbar .tools .panel-menu ul li a { width:100px!important }
sb-topbar .tools .panel-menu ul li a .icon-sb:before { width:56px!important }
sb-topbar .icon-sb-ricerca { height:38px!important }
.dropdown-menu > li > a { font-size:13px; line-height:30px!important; }
.navbar-default .navbar-collapse { border:none }
.nav > li > a:hover, .nav > li > a:focus { background:none }
abbr[title].currency { cursor: inherit }

.nav.navbar-nav .dropdown { display:block!important }
.navbar-default { background:#FFF; }
.navbar { border-radius:0; border:none!important; box-shadow: 0 3px 3px rgba(0,0,0,0.1); margin-bottom:0; position:relative; z-index:1 }
.tooltip { opacity:1 }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color:#555; background-color:#e7e7e7 }

/* ANIMATED MINUS */
.navbar-toggle.minus.collapsed .icon-bar:nth-of-type(1) { transform:translate3d(0,0,0) rotate(0deg) }
.navbar-toggle.minus.collapsed .icon-bar:nth-of-type(2) { transform:translate3d(0,0,0) rotate(0deg) }
.navbar-toggle.minus.collapsed .icon-bar:nth-of-type(3) { transform:translate3d(0,0,0) rotate(0deg) }
.navbar-toggle.minus .icon-bar:nth-of-type(1) {	transform:translate3d(0,6px,0) }
.navbar-toggle.minus .icon-bar:nth-of-type(3) {	transform:translate3d(0,-6px,0) }
.navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
/* END ANIMATED MINUS */
.menu-bar { vertical-align:middle; display:inline-block }
.navbar-default .navbar-toggle { border-color:transparent transparent #d8d8d8 transparent; border-radius:0px; margin:0; padding:15px 20px; width:100%; text-align:left; background:#FFF!important }
.ico-burger-menu { margin-right:10px; vertical-align:middle; display:inline-block }

@media screen and (max-width: 767px) {
	sb-topbar .tools.sb-topbar .panel-menu.sb-topbar ul.sb-topbar li.sb-topbar a.sb-topbar { width:92px }
	sb-topbar .topbar.search.sb-topbar .btn-search-close-wrap.sb-topbar {
		display: inline-block!important;
	}
}

@media (max-width: 1023px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top:0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar.navbar-default .container { width:auto }
	.navbar.navbar-default .caret { display:inline-block!important }
}

@media screen and (max-width: 1199px) {
	.navbar.navbar-default #home { display:none }
	.nav > li > a { padding-left:10px; padding-right:10px }
	.navbar.navbar-default .caret { display:none }
}

.tab-fix a { display:block!important}
.tab-center { text-align:center; border-color:#F9F7F7 }
.tab-center > li { float:none; display:inline-block; font-weight:300; font-size:20px }
.tab-center > li > a { color:#555 }
.tab-center > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { background:#F9F7F7; border-color:#F9F7F7 }
.tab-center > li > a:hover { border-color: transparent }

[data-target="#tr-tutorial"] { cursor:pointer }
#tr-tutorial { top:120px }

@media screen and (max-width: 1023px) {
	.tab-center > li { font-size:14px }
	.tab-center > li > a { padding-right:10px; padding-left:10px }
}

@media (min-width: 1024px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

/* CORSI DI FORMAZIONE */

.logo-formazione { text-align:right }
.logo-formazione img { margin:20px auto }
.blue-formazione { color:#053776 }
.formazione-index-index .banner h2 { font-size:30px; line-height:32px; font-weight:300 }
.formazione-index-index .banner p { font-size:18px }
.formazione-index-index .pannello-corsi { color:#FFF; padding:30px }
.formazione-index-index .pannello-corsi .button-wrapper a { width:100%; margin-bottom:5px }
.formazione-corsi .pannello-corsi { color:#FFF; padding:30px 0 }
.pannello-corsi h1, .formazione-landing h1 { font-size:34px; line-height:38px }
.pannello-corsi h2 { font-size:26px; line-height:32px }
.pannello-corsi h3 { font-size:26px; font-weight:300 }
.formazione-index-index .pannello-corsi p { font-size:15px }
.formazione-corsi .pannello-corsi p { font-size:18px }
.pannello-corsi .button-wrapper { width:auto }
.pannello-corsi .intro-text { font-size:15px; height:280px; overflow:hidden; position:relative }
.pannello-corsi .intro-text:after { content:''; display:block; height:60px; position:absolute; left:0; right:0; bottom:0; z-index:1 }
.pannello-corsi.corsi-insegnanti .intro-text:after { background: linear-gradient(to bottom, rgba(21,64,116,0) 0%,rgba(21,64,116,1) 100%) }
.pannello-corsi.corsi-scuola-lavoro .intro-text:after { background: linear-gradient(to bottom, rgba(74,194,255,0) 0%,rgba(74,194,255,1) 100%) }
.pannello-corsi.visible .intro-text { height:auto; overflow:visible }
.pannello-corsi.visible .intro-text:after { display:none }
.pannello-corsi .intro-text strong { font-weight:600 }
.pannello-corsi.corsi-insegnanti { background:#154074 }
.pannello-corsi.corsi-scuola-lavoro { background:#4AC2FF }
.pannello-corsi.corsi-coding { background:#FBC020 }
.pannello-corsi.corsi-pmi { background:#154074 }

#sticky-bar { background-color:#D0021B; color:#FFF; padding:5px 0; font-size:20px; text-align:right }
#sticky-bar.navbar-fixed-top { top:61px }
.formazione-index-index .download-brochure { display:block; border:solid 1px #FFF; text-transform:uppercase; padding:0 15px 0 30px; background:url(../images/formazione/ico-download@2x.png) no-repeat 12px 6px; background-size:11px 22px; font-size:14px; color:#FFF; line-height:36px; border-radius:3px; text-align:center; max-width:210px; margin:auto }
.call { display:inline-block; text-transform:uppercase; padding:0 16px 0 46px; background:#FFF url(../images/formazione/ico-call@2x.png) no-repeat 12px 6px; background-size:24px 24px; font-size:13px; color:#053776; line-height:38px; border-radius:3px; text-align:center }
.call strong { font-size:24px; font-weight:700 } 
.download-brochure, .call { text-decoration:none!important }
.banner.formazione-scuolabook { background-image:url(../images/formazione/img-corsi-di.formazione@2x.png); background-position:80% bottom; background-color:#4AC2FF; background-size:350px auto; margin-bottom:0 }
.banner.formazione-scuolabook.asl { background-image:url(../images/formazione/img-card-asl@2x.png) }
.banner.formazione-scuolabook-result { background-image:url(../images/formazione/img-scarica-brochure@2x.png); background-position:80% center; background-color:#00B2FF; background-size:380px auto; margin-bottom:0 }

.pannello-corsi .item { background:#FFF; margin-bottom:30px; transition: all 0.2s }
/* .pannello-corsi .item:hover { box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.5); margin:-20px auto 50px } */
.pannello-corsi .item img { width:100% }
.pannello-corsi .item .data { padding:15px }
.pannello-corsi .item .data [class^='text-button-'] { width:100% }
.pannello-corsi .item h4 { font-size:18px; font-weight:600; text-transform:uppercase; margin-bottom:20px }
.pannello-corsi .item .tag { color:#999; font-size:13px; line-height:13px; margin-bottom:5px; text-transform:uppercase }
.pannello-corsi .item .details p, .pannello-corsi .item .details ol { color:#333; font-size:14px; margin-bottom:20px }
.pannello-corsi .item .details ol { text-indent:-1em; padding-left:1em }
.pannello-corsi .item p .highlight { color:#D30F27 }
.pannello-corsi .item .badge { font-size:11px; text-transform:uppercase; background:#4AC2FF; font-weight:600 }
.pannello-corsi .button-group a,
.pannello-corsi .button-group button { width:100% }
.form-container form h2 { font-weight:300; font-size:34px; line-height:34px; margin-top:30px }
.form-container form small { font-size:40% }
.form-container form label { font-weight:400; font-size:14px }
.form-container form .input-box { margin-bottom:20px }
.form-container form .input-text { width:100% }
.formazione-index-index .carousel .item.left, .formazione-index-index .carousel .item.right { float:none }
.formazione-corsi .modal-body { padding:0 }
.formazione-corsi .modal-body iframe { display:block }
.formazione-corsi .form-container { background-color:#D0021B; color:#FFF }
.formazione-corsi .form-container .text-button-blue { background:#FFF; border-color:#FFF; color:#053776 }
.formazione-corsi .form-container .text-button-blue:hover { background:#2FAAFF; border-color:#2FAAFF; color:#FFF }
.formazione-corsi .form-container .required { color:#FFF }
.formazione-corsi .form-container #privacy-txt { background:#FFF }
.formazione-corsi .form-container #legal-txt { background:#FFF }
.formazione-corsi .form-container label[for="privacy"] a { color:#FFF; text-decoration:underline }
.formazione-corsi .form-container label[for="condizionigenerali"] a { color:#FFF; text-decoration:underline }
.formazione-corsi .form-container label[for="schools-help"] a { color:#FFF; text-decoration:underline }
.formazione-corsi .form-container .validation-advice { color:#FFF!important }
.formazione-corsi .form-container input.input-text[type='text'], select { color:#2f2f2f }
.formazione-corsi .underline-title { display:none }

body.formazione-landing { border-top:solid 4px #D0021B }
.formazione-landing sb-topbar, .formazione-landing .header, .formazione-landing .footer-container { display:none }
.formazione-landing .wrapper { margin-top:0 }
.formazione-landing .first { position:relative; z-index:3 }
.formazione-landing .fixed-container { position:fixed; top:50px; left:50%; margin-left:-585px; z-index:2 }
.formazione-landing .fixed-container .fixed-form { float:right; background:#FFF; padding:30px; box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.2) }
.formazione-landing form h2 { font-weight:300; font-size:1.8em; line-height:110%; margin-bottom:30px }
.formazione-landing form li.row [class*="col-"] { margin-bottom:30px }
.formazione-landing form .input-box { border-bottom:1px solid #D8D8D8 }
.formazione-landing form input.input-text, .formazione-landing form select { border:none!important; padding:0 5px; width:100%; font-size:20px; height:30px; line-height:30px }
.formazione-landing form input.input-text::placeholder { color:#BBB }
.formazione-landing form label[for="privacy"] { font-weight:normal; display:inline }
.formazione-landing .pannello-corsi { padding:40px 0; color:#FFF }
.formazione-landing .pannello-corsi h3 { font-size:20px }
.formazione-landing .pannello-corsi p { font-size:16px }
.formazione-landing .pannello-corsi img.feature-img { max-width:220px; width:100% }
.formazione-landing .color-a { background:#00B2FF }
.formazione-landing .color-b { background:#154074 }
.formazione-landing .text-button-white.border-white.dark:hover { background:#154074; border-color:#154074 }
.formazione-landing .footer { padding:40px 0; color:#FFF; }
.formazione-landing .footer ul li { display:inline-block; margin-right:30px; font-size:15px  }
.formazione-landing .footer a { color:#FFF; }
.formazione-landing .zEWidget-launcher { display:none }


@media screen and (min-width:768px) {
	.formazione-corsi .modal-dialog { width:808px }
	.formazione-index-index .pannello-corsi { color:#FFF; min-height:336px }
}
@media screen and (min-width:992px) {
	.formazione-index-index .download-brochure { float:right}
}
@media screen and (max-width:1199px) {
	.banner.formazione-scuolabook { min-height:430px }
	.formazione-landing .fixed-container { margin-left:-485px }
}
@media screen and (max-width:991px) {
	.formazione-landing h1 { font-size:24px; line-height:28px }
	.pannello-corsi h2 { font-size:18px; line-height:22px }
	.banner.formazione-scuolabook { background-position:90% bottom }
	.formazione-index-index .category-head h1, .formazione-result-index .category-head h1, .formazione-corsi h1 { font-size:24px }
	.logo-formazione { text-align:center }
	#sticky-bar { text-align:center }
	.formazione-index-index .banner h2 { font-size:24px }
	.formazione-landing .fixed-container { margin-left:-375px }
	.formazione-landing .pannello-corsi p { margin-bottom:30px }
}
@media screen and (max-width:767px) {
	.formazione-index-index .category-head h1, .formazione-result-index .category-head h1, .formazione-corsi h1 { text-align:center }
	.formazione-corsi .pannello-corsi .button-wrapper a, .formazione-corsi .pannello-corsi .button-wrapper form, .formazione-corsi .pannello-corsi .button-wrapper button { width:100% }
	#sticky-bar .download-brochure { width:120px }
	.form-container form button { width:100% }
	.banner.formazione-scuolabook { min-height:250px }
	.formazione-index-index .banner h2 { font-weight:600 }
	.formazione-index-index .banner p { font-size:16px }
	.formazione-index-index .zEWidget-launcher, .formazione-corsi .zEWidget-launcher { display:none }
	.formazione-landing .fixed-container { position:static; margin-left:0 }
	.formazione-landing .fixed-container .fixed-form { float:none; background:#FFF }
	.formazione-landing .pannello-corsi { text-align:center }
	.formazione-landing .pannello-corsi img { margin-left:auto; margin-right:auto }
}
@media screen and (max-width:467px) {
	.banner.formazione-scuolabook { min-height:350px }
}

/***** cms-page narrativa *****/
.cms-page-view.cms-narrativa h3 {
    font-size: 1.5em;
    font-weight: normal;
}
.banner#narrativa { background-color:#71B743; padding-bottom:10px }
.search-box-banner {
    display: flex;
    margin-top: 10px;
    background: #ffffff;
    border-radius: 4px;
    height: 50px;
    margin-top:30px;
}
.search-box-banner .flex{ 
    flex: 1 100%;
    color:#000;
}
.search-box-banner .flex .s { 
    width:100%;
    height:50px;
    border-radius: 4px 0 0 4px;
    border:0;
    padding-left:10px;
    padding-right:150px;
    font-size:14px;
	background:url(../images/logo-timreading-positive.png) no-repeat right center;
	background-size:150px auto
}
.search-box-banner .b { 
    width:60px;
    height:50px;
    background: transparent;
    border: 0;
    font-size:25px;
    color:#71B743;
}
#video-wrapper a { position:relative; display:block }
#video-wrapper a:after { display:block; content:''; position:absolute; z-index:1; background:rgba(255,255,255,0); transition: background 100ms linear; top:0; left:0; right:0; bottom:0 }
#video-wrapper a:hover:after { background:rgba(255,255,255,0.3) }

.tr-vetrina [class*='col-'] { float:none; display:table-cell }

@supports (-ms-ime-align:auto) {
   .tr-vetrina [class*='col-'] { vertical-align:bottom; display:inline-block; margin-right:-4px }
   .tr-vetrina .linked-block h2 { overflow:hidden; text-overflow:ellipsis; white-space:nowrap }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .banner#narrativa { line-height:normal }
   .tr-vetrina [class*='col-'] { vertical-align:bottom; display:inline-block; margin-right:-4px }
   .tr-vetrina .linked-block h2 { overflow:hidden; text-overflow:ellipsis; white-space:nowrap }
   .listing-type-grid .linked-block img { max-width:150px }
}

.tr-vetrina .linked-block h2 { font-size:14px; line-height:normal; margin-top:5px }
.tr-vetrina .linked-block h2 a { color:#FFF }
.tr-vetrina .linked-block h2 a .autori { margin:2px 0 }
.tr-vetrina img:hover { opacity:0.75 }
.listing-type-grid .linked-block { display:inline-flex; float:none; margin-right:-4px; padding-bottom:30px }
.listing-type-grid .linked-block img { box-shadow: 0px 0px 0px 1px rgba(216,216,216,1) }
.listing-type-grid .linked-block h2 { font-size:14px; margin-top:10px }
.listing-type-grid .linked-block h2 { font-size:14px; margin-top:10px }
.listing-type-grid .price { float:none; margin-bottom:2px }

@media screen and (max-width: 767px) {
	.tr-vetrina { display:none!important }
	.search-box-banner .flex .s  { background-image:none; padding-right:0 }
}

/* PROFILO UTENTE - DISPOSITI ASSOCIATI */
.device-box {margin-bottom: 40px;}
.device-box .customer-account-info p {margin-top:12px;}
.device-list {display: flex; align-items: center;}
.device-list .label { padding:0; font-weight:normal; color:#868B8D; text-transform: uppercase; font-size:11px;}

@media screen and (max-width: 767px) {
    .device-box .customer-account-info p {margin-top:2px;}
}



/***** ReCaptcha *****/
.g-recaptcha { transform:scale(0.95);-webkit-transform:scale(0.95);transform-origin:0 0;-webkit-transform-origin:0 0; margin-top:20px }


/***** Registrazione docenti */
.twitter-typeahead { width:100% }
.docenti-tt-menu { background-color:#fff; border:1px solid #ccc; border-radius:4px; box-shadow:0 6px 12px rgba(0,0,0,0.175); margin:2px 0 0; padding:5px 0; width: 100%; }
.docenti-tt-suggestion { display:block; padding:3px 20px; }

.headline {
    background: #42C1FF;
    text-align: center;
    color: #fff;
    padding: 25px;
    box-shadow: 0 20px 8px -20px rgba(0,0,0,0.4) inset;
}
.headline h1 {
    margin: 5px 0;
    font-size: 34px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}
.headline p {
    font-size: 21px;
}
.headline strong {
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .headline h1 {
        font-size: 28px;
    }
    .headline p {
        font-size: 16px;
    }    
}

.switch {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
    margin: auto;
    text-align: center;
}
.switch .box {
    text-align: center;
    background: #fff;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    width: 350px;
    margin: 0 10px;
    display: inline-block;
}
.switch .box h2 {
    font-size: 26px;
    margin-top:10px;
}
.switch .box .text-button-blue {
    width: 250px;
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .switch .box {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        width:280px;
    }
    .switch .box h2 {
        font-size: 22px;
    }    
    .switch .box .text-button-blue {
        width: 100%;
        margin-top: 30px;
    }    
}
@media screen and (max-width: 650px) {
    .switch {
        padding-top: 40px;
        padding-bottom: 0px;
    }
}