html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif !important;
    color: #4c4c4c;
    /*margin-bottom: 150px;*/
}

a {
    color: #6E0000;
}

a:hover, a:visited, a:active {
  color: #6E0000;
}

.navbar {
	margin-bottom: 0 !important;
}

.navbar-nav {      /*per centrare il menu! */
  float:none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

.navbar-newton {
    /* background-image: url(../img/bg-natale.png) repeat-x top; */
    background-color: #960812;
    border-radius: 0 0 0 0;

}

.navbar-newton ul {
    text-align: center !important;
}

.navbar-newton ul li {
    padding: 0 20px 0 20px !important;
}

.navbar-newton ul li a {
    color: #ffffff !important;
}

.navbar-newton a:hover {
    text-decoration: underline !important;
}

.navbar-newton ul li ul li a {
    color: #4b4b4b !important;
}

.navbar-newton ul ul {
    text-align: left !important;
}

.navbar-newton ul li ul li {
    padding: 0 !important;
}

.navbar-aree {
	margin-top:8px;
	background-color: #960812;
    border-radius: 5px;
}

.navbar-aree ul li {
    /*padding: 0 8px 0 7px !important;*/
    font-size: 14px;
}

.navbar-aree-menu {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


.navbar-aree ul li a {
    color: #ffffff !important;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-aree a:hover {
    text-decoration: underline !important;
}

.navbar-aree ul li ul li a {
    color: #4b4b4b !important;
}

.navbar-aree ul ul {
    text-align: left !important;
}

.navbar-aree ul li ul li {
    padding: 0 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
    background: #333 !important;
	color: white !important;
}

.dropdown-menu ul{
	background:white !important;
}

.dropdown-menu > li > a {
  color: #4b4b4b !important;
}


.dropdown-menu {
  margin-left: 20px !important;
}

.aree {
  margin-left: 7px !important;
}

.navbar-aree ul li ul {
	background:white;
}


.nav-tabs > li > a {
	background: #ddd;
	border: none !important;
}

.nav-tabs > li > a:hover {
	background: #eee;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  	color: #555;
  	cursor: default;
  	background-color: #fff !important;
	border-top: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
	border-bottom: none !important;

}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
}

.dropdown-menu {
	/*padding: 0 !important;	*/

}

.btn-social-icon {
color:white !important;
}


.breadcrumb {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.breadcrumb a {
    color: #4c4c4c !important;
}

.novita {
	margin-bottom: 40px !important;
}

.container {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}

.container h2 {
    font-family: 'Ubuntu', sans-serif;
    padding: 0;
    margin: 0;
    color: #6E0000;
}

.container h3 {
    font-family: 'Ubuntu', sans-serif;
    padding: 0;
    margin: 0;
    color: #6E0000;
    text-align:left !important;
}


.autore {
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 18px;
    margin:0;
}

.autore a {
    color: #4c4c4c;
}

.panel-title {
    color: #4c4c4c;
}

.libro-cover {
    padding-left:0 !important;
    padding-right:0 !important;
    margin:0 !important;
}

.cover {
    padding-left: 0 !important;
}

.fa-book {
    color:#4c4c4c;
}

.formato {
    background-color: #960812;
    border: 1px solid #6E0000;
    border-radius: 0 0 0 0;
    color: #fff !important;
    margin: 10px 0 10px 0;
    font-family: 'Roboto condensed', sans-serif !important;
    width: 100%;
}

.formato a {
    color: #fff;
}

.formato a:hover {
    color: #fff;
    text-decoration: none;
}

.formato:hover, .formato:active, .formato:focus {
    background-color: #7a070f;
    border: 1px solid #6E0000;
}

.formato-promo {
    background-color: #960812;
    border: 1px solid #6E00000;
    border-radius: 0 0 0 0;
    color: #fff !important;
    margin: 10px 0 10px 0;
    font-family: 'Roboto condensed', sans-serif !important;
    width: 100%;
	-webkit-box-shadow: 0px 0px 4px 3px rgba(255, 210, 0, .75) !important;
	-moz-box-shadow: 0px 0px 4px 3px rgba(255, 210, 0, .75) !important;
	box-shadow: 0px 0px 4px 3px rgba(255, 210, 0, .75) !important;
}


.formato-promo a {
color: white;
}

.btn {
	padding: 6px 2px !important;
}

.btn.current  {
    background-color: #cc5558;
    border: 1px solid #840b0c;
    color: white;
    box-shadow: none ;
    cursor: default;

}

.btn.current a  {
    color: white;
    text-decoration: none;
}

.btn.current a:hover  {
    text-decoration: none;
    cursor: default;
}

.acquista {
    color:#960812;
    font-weight: bold;
}

.tasto-store {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px 0 #333;
    display: inline;
    margin-right: 15px;
}

.tasto-store a:hover {
    text-decoration: none;
    border: none;
}

#collapseOne a:hover {
    text-decoration: none !important;
}

.libro-info {
    height:25px;
    background-color: #960812;
    color: white;
    margin: 15px 0 15px 0;
    padding: 2px 8px 0 8px;
    font-size: 15px;
}

.slider-line {
   /* padding-left: 0 !important;
    padding-right: 0 !important;
	margin-top:10px;*/
}

.slider {
    border-bottom: 1px solid #bbb;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px !important;
	margin-top: 5px !important;
	line-height:12px;
    }

.bianco {
    background:white;
    padding: 0 8px 3px 8px;
    color: #4b4b4b;
}

.biancoSmall {
    background:white;
    padding: 0 8px 3px 8px;
    color: #4b4b4b;
    font-size: 14px;
}

.lista {
    margin-bottom: 30px !important;
}

.popover {
    width: 290px !important;
    max-width: 300px !important;
    background: #eee;
}

.popover.bottom>.arrow {
    /*background: #eee !important;*/
}

.popover.bottom>.arrow:after   {
    border-bottom-color: #eee !important;
}

.popover .no-line a:hover {
  text-decoration: none;
}

.popover-table th {
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 16px;
}

.popover-table td {
    font-family: 'Ubuntu', sans-serif !important;
}

.popover-cover {
    margin-right: 12px;
}

.popover .tastino-store {
    border: 1px solid #ccc;
    box-shadow: 0.5px 0.5px 0 0 #222;
    display: inline;
    margin: 5px 3px 5px 3px;
    vertical-align: middle;
}

footer {
    /* background-image: url(../img/bg-natale.png) repeat-x top; */
    background-color: #960812;
    width: 100%;
    height: 110px;
    margin-top:20px;
    position: absolute;
    bottom: 0;
}

footer ul {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  -webkit-padding-start: 0 !important;

}

footer ul li {
  list-style: none;
  display: inline;
  color: white;
  padding: 20px 40px 20px 40px;
}

footer ul li a {
  list-style: none;
  display: inline;
  color: white !important;
}

footer ul li a:hover {
  list-style: none;
  display: inline;
  color: white;
}

footer p {
  text-align: center;
  color: #888;
}

.nav-pills {
  border-bottom: 1px solid #666 !important;
  margin-bottom: 25px;
}

.nav-pills>li>a {
  border-radius: 0 !important;
  font-family: "Ubuntu" sans-serif;
  font-weight: bold;
  color: black;
  background-color: #ccc !important;
  /*width: 40px;*/
    padding: 10px 12px !important;
}

.nav-pills>li>a:hover {
  background-color: #aaa !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus {
  background-color: #960812 !important;
  cursor: default;
}

/*.nav-pills>li.active>a:hover {
background-color: #6E0000 !important;
}*/

.centered-pills {
text-align: center
}
.centered-pills ul.nav-pills {
display: inline-block
}
.centered-pills li {
display: inline
}
.centered-pills a {
float: left
}

.autori {
 list-style: none;
 font-size: 16px;
}

.autori {
-webkit-padding-start: 25px !important;
}

.autori ul li a {
  color: #4b4b4b !important;
}

.autori a {
 color: #4b4b4b !important;
}

.ih-item.square /* reset del bordo banner */ {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-shadow: none;
  width: auto;
  height: auto;
}

.bg-primary {
  background-color: #960812 !important;
  border-radius:  5px 5px 5px 5px;
  padding: 15px 0 15px 0;
  margin-bottom: 20px;
 }

 .panel {
	margin-bottom: 20px !important;
	background: transparent !important;
 }

 .panel-home {
  border: 1px solid #960812 !important;
  border-radius:  5px 5px 5px 5px !important;
 }

 .panel-title-home {
  background-color: #960812 !important;
 }

  .panel-home h3 {
  color: white !important;
 }

 .panel-social {
    height: 270px;
     padding: 10px !important;
 }

 .panel-body {
    padding-top:10px !important;
 }

 .panel-body a {
    color: #000000 !important;
}

.panel-body a:hover {
    text-decoration: underline !important;
}

.panel-body a:visited {
    color: #000000 !important;
}

 .modal-body {
	padding-top:0 !important;
 }

 .modal-title {
 padding-top:10px !important;
 }

 .nav-tabs {
 border: 0 !important;
 }

 .classifiche {
 text-align: left !important;
 padding: 2px !important;
 }

 .vertical-align {
	display: flex;
    align-items: center;
 }

.lente {
background: url(../img/search.png);
width:40px;
height:30px;
border: none;
vertical-align:bottom;
margin-left:-5px;
}

#ricerca {
	     outline:none;
}

.header-right {
	padding: 45px 20px;
}

/*
definizione per layout a 5 colonne
http://www.wearesicc.com/quick-tips-5-column-layout-with-twitter-bootstrap/
*/
/* matrix 15 colonne */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;

    padding-right: 1px;
    padding-left: 1px;

}
.col-xs-15 {
    width: 20%;
    float: left;
    padding-bottom: 15px;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
        padding-bottom: 30px;

    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.matrix-main{
    padding-right: 15px;
    padding-left: 15px;
}
/* matrix 15 colonne */


.media-left {
	float: left !important;
	padding-right: 10px;
}

.media-list {
   padding: 0 10px !important;
    text-align: justify;
}

h4.media-heading  {
	font-size: 15px !important;
}

.box-newton a {
    color: #ffffff !important;
}

.box-newton a:hover {
    text-decoration: underline !important;
}

.box-newton a:visited {
    color: #ffffff !important;
}


/* Reset the container */
.container {
    width: 980px;
    max-width: none !important;
}


/* modifiche pagina news */
a.link-news {
    color: #6E0000;
	border: 2px solid #6E0000;
	font-weight: bold;
	padding: 6px;
	/*float:right;*/
}

a.link-news a:hover, a:visited, a:active {
  color: #6E0000;
}

.data-news {
	border: 1px solid #eee;
    background-color: #fafafa;
    padding: 4px 12px;
    text-align: center;
    float: left;
    display: inline;
	margin: 15px 15px 15px 0;
}

.data-news p {
	padding: 0;
	margin:0;
}

.giorno-news {
	font-size: 180%;
	font-weight:bold;
}

.mese-news {
	text-align: center;
	text-transform:uppercase;
	font-size: 80%;
	font-weight: bold;
}

.anno-news {
	text-align: center;
	font-size: 80%;
	color: grey;
}

.titolo-news {
	padding: 10px 0 0 0;
	/*background:none !important;*/
}

.titolo-news a{
	color: #6E0000 !important;
	font-size: 28px;
	line-height:32px;

}

.titolo-news a:hover, .titolo-news a:visited, .titolo-news a:active {
  color: #6E0000 !important;
}

.categoria-news {
	margin-bottom:10px;
}

.store-form {
  display: inline;
}

.form-control-error {
    border-color: #a94442;
}

.suggerimenti {
    margin-bottom: 20px;
}

.btn-tiktok{
    color:#fff;
    background-color:#bbb;
    border-color:rgba(0,0,0,0.2)
}

.btn-tiktok:hover, .btn-tiktok:focus, .btn-tiktok:active, .btn-tiktok.active, .open > .dropdown-toggle.btn-tiktok {
    color:#fff;
    background-color:#000;
    border-color:rgba(0,0,0,0.2)
}

.btn-tiktok:active, .btn-tiktok.active, .open > .dropdown-toggle.btn-tiktok {
    background-image:none
}

.btn-tiktok.disabled, .btn-tiktok[disabled], fieldset[disabled] .btn-tiktok, .btn-tiktok.disabled:hover, .btn-tiktok[disabled]:hover, fieldset[disabled] .btn-tiktok:hover, .btn-tiktok.disabled:focus, .btn-tiktok[disabled]:focus, fieldset[disabled] .btn-tiktok:focus, .btn-tiktok.disabled:active, .btn-tiktok[disabled]:active, fieldset[disabled] .btn-tiktok:active, .btn-tiktok.disabled.active, .btn-tiktok[disabled].active, fieldset[disabled] .btn-tiktok.active {
    background-color:#000;
    border-color:rgba(0,0,0,0.2)
}

.btn-tiktok .badge {
    color:#000;
    background-color:#fff
}