/*
* libraweb V1.0
* Copyright 2015,
  CSS Design delcaldo.com
*/


body {
  font-size: 11px;
  font-family: Georgia, "Times New Roman", Times, Serif;
  line-height: normal;
  color: #000;
  background-color: #fffff1;
  }



/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header {
  /*border-top: 10px solid #999999;*/
  border-bottom: 2px solid #000000;
  padding: 0px 0px 15px 0px;
  margin: 10px 0px 20px 0px;
  }

.header img {
  display: block;
  margin: 0px 0px 8px 0px;
  }

.header h1 {
  font-size: 14px;
  margin: 8px 0px 0px 0px;
  }

.header p {
  margin: 12px 0px 0px 0px;
  }


/* Left column
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.col-sx {
  color: #666;
  }

.col-sx h2 {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  color: #80808a;
  padding: 0px;
  margin: 18px 0px 15px 0px;
  }

.col-sx h3 {

  font-size: 15px;
  font-weight: bold;
  color: #000000;
  margin: 0px 0px 18px 0px;
  }

.col-sx ul {
  list-style: none;
  margin: 0px 0px 18px 0px;
  padding: 0px;
  }

.col-sx ul.extra-margin-top {
  margin: 18px 0px 18px 0px;
  }

.col-sx li {
  margin-bottom: 1px;
  }

.col-sx .libra-book-indice h2 {
  text-transform: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin-bottom: 4px;
  margin-top: 10px;
  }

.col-sx .libra-book-indice p {
  color: #000000!important;
  margin-bottom: 10px!important;
  }


/* Right column
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.col-dx h1 {
  font-size: 15px;
  font-weight: bold;
  color: #80808a;
  padding: 0px;
  margin: 0px;
  }

.col-dx h2 {
  font-size: 17px;
  font-weight: normal;
  color: #000;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  }

.col-dx h3 {

  font-size: 15px;
  font-weight: bold;
  color: #80808a;
  padding: 0px;
  margin: 0px 0px 30px 0px;
  }

.col-dx .libra-book-indice h2 {
  font-size: 15px;
  padding: 0px;
  /*margin: 0px 0px 10px 0px;*/
  margin: 0px 0px 4px 0px;
  }

.col-dx .libra-book-indice p {
  margin: 18px 0px;
  line-height: 1.2;
  }

.col-dx .libra-book-buy {
  margin: 0px 0px 0px 0px;
  display: inline;
  float: right;
  }

.col-dx .libra-book-buy-left {
  float: none;
  }

.col-dx .libra-book-buy a {
  font-weight: bold;
  }

.col-dx .libra-book-buy .fa {
  margin-right: 5px;
  font-size: 14px;
  color: #666;
  }

.col-dx .libra-eventi h4 {
  font-size: 14px;
  padding: 0px;
  margin: 0px 0px 4px 0px;
  font-weight: 600;
  }

.col-dx .libra-eventi h5 {
  font-size: 13px;
  padding: 0px;
  margin: 0px 0px 4px 0px;
  font-weight: normal;
  }


  a:hover {
  color: #cb2800;
  }

.col-dx .libra-eventi p {
  margin: 18px 0px;
  line-height: 1.2;
  }

.col-dx a img, .col-sx a img  {
  max-width: 100%;
  border: 1px solid #000;
  /*border: 2px solid transparent;*/
  }

.col-dx a img:hover, .col-sx a img:hover {
  border: 1px solid #cb2800;
  }

.download-pdf .fa {
	color: #cb2800;
	margin-right: 10px;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
  }

a:hover h2 {
	color: #cb2800;
}

.txt-align-r {
  text-align: right !important;
  }

.txt-align-l {
  text-align: left !important;
  }

.font-black {
  color: #000;
  }

.font-xl {
  font-size: 15px
  }

.font-s {
  font-size: 11px
  }

.font-bold {
  font-weight: bold !important;
  }

.font-normal {
  font-weight: normal !important;
  }

.rientro-m  {
  padding-left: 10px;
  }

.rientro-l  {
  padding-left: 15px;
  }

.u-clear {
  clear: both !important;
  }

.u-margin-bottom  {
  margin-bottom: 20px !important;
  }

.u-margin-top-zero  {
  margin-top: 0px !important;
  }

.u-margin-top-m  {
  margin-top: 10px;
  }

.u-margin-top-l  {
  margin-top: 15px;
  }

.u-padding-bottom-top  {
  padding-top: 8px;
  padding-bottom: 20px;
  }

.u-margin-bottom-top-m  {
  padding-top: 10px;
  padding-bottom: 10px;
  }

.u-margin-bottom-top-l  {
  padding-top: 15px;
  padding-bottom: 15px;
  }

.hr-thin {
  border: 0px;
  height: 1px;
  background-color: #999999;
  margin: 10px 0px;
  }

.hr-xl {
  border: 0px;
  height: 10px;
  background-color: #999999;
  border-top: 1px solid #000;
  margin: 10px 0px;
  }

.hr-xl-bottom {
  border: 0px;
  height: 10px;
  background-color: #999999;
  border-bottom: 1px solid #000;
  margin: 10px 0px;
  }

.hr-xl-header {
  border: 0px;
  height: 10px;
  background-color: #999999;
  border-top: 1px solid #000;
  margin: 0px 0px 10px 0px;
  }

.margin-m {
  margin: 5px 0px;
  }

.margin-l {
  margin: 15px 0px;
  }

.hr-l {
  border: 0px;
  height: 15px;
  background-color: #999999;
  margin: 20px 0px;
  }

.hr-l-bottom {
  border: 0px;
  height: 15px;
  background-color: #999999;
  border-bottom: 1px solid #000;
  margin: 20px 0px;
  }


hr {
  border: 0px;
  height: 2px;
  background-color: #000000;
  margin: 0px;
  }

.col-dx .asterisco {
    border: 0px !important;
    margin: 0px !important;
    padding: 20px 0px 12px 0px;
    line-height: 1px !important;
    display: block;
    vertical-align: middle;
  }



/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #000000;
  text-decoration: none;
  }

a:hover {
  color: #cb2800;
  }

a:focus, *:focus {
  outline: 0;
  noFocusLine: expression(this.onFocus=this.blur());
}

/* Search
–––––––––––––––––––––––––––––––––––––––––––––––––– */

label {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  color: #000;
  }

input[type="search"] {
  height: 30px;
  padding: 6px 10px;
  margin: 0px 5px 0px 0px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  width: 80%;
  vertical-align: top;
 }

input[type="search"]:focus {
  color: #333;
  border-color: #999;
  outline: 0;
  }

.search-btn {
  color: #999;
  border: 0px;
  padding: 0px;
  margin: 0px;
  }

.search-btn:hover {
  color: #cb2800;
  }


input[type="text"] {
  height: 30px;
  padding: 6px 10px;
  margin: 0px 5px 20px 0px;
  background-color: #fff!important;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
 }

input[type="text"]:focus {
  color: #333;
  border-color: #999;
  outline: 0;
  }

input.input-xs {
  width: 18%;
 }

input.input-l {
  width: 80%;
 }

input.input-inline {
  display: inline-block;
 }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 0px; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.paginazione {
  color: #999;
  margin: 20px 0px;
  padding: 10px 0px 0px 0px;
  border-top: 2px solid #000;
  }

.paginazione a {
  margin: 0px 8px;
  }


/* carrello
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.carrello form {
	margin: 0px;
	padding: 0px;
  }

.carrello table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	border: 0px;
  }

.carrello table.table-collapse {
	border-collapse: collapse;
  }

.carrello table td, th {
	padding: 5px;
  }

.carrello table td:last-child {
	text-align: right;
  }

.carrello table td.icon-carrello {
	text-align: center;
	font-size: 14px;
  }

.carrello table td.icon-carrello a {
	color: #cb2800;
  }

.carrello table tr {
	border: 0px;
  }

.carrello table tr.book-carrello td {
	border-bottom: 1px solid #ccc;
  }

.carrello table tr.book-carrello-last-child td {
	border-bottom: 0px;
  }

  .carrello table tr.book-carrello td,
  .carrello table tr.book-carrello-last-child td {
	padding: 14px 5px;
  }

.carrello table th {
	text-align: center;
	background-color: #666;
	color: #fff;
	font-weight: normal;
	border: 0px;
  }

.carrello table tr.totale {
	background-color: #ccc;
	border: 0px;
  }

.carrello table td.spedizione {
	background-color: #ccc;
	border: 0px;
	text-align: left;
  }

.carrello table td.td-title {
	background-color: #000;
	border: 0px;
	text-align: left;
	font-size: 15px;
	color: #fff;
  }

.carrello select {
  height: 30px;
  padding: 6px 10px;
  margin: 0px 5px 20px 0px;
  background-color: #fff!important;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  width: 80%;
  vertical-align: top;
 }

.carrello select:focus {
  color: #333;
  border-color: #999;
  outline: 0;
  }

.carrello table .indirizzo {
	background-color: #ccc;
	border: 0px;
	text-align: left;
  }


.carrello table .indirizzo input[type="text"] {

  margin: 0px 0px;
 }


/* registrazione
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.registrazione input[type="text"] {
  height: 30px;
  padding: 6px 10px;
  margin: 0px 5px 20px 0px;
  background-color: #fff!important;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  width: 80%;
  vertical-align: top;
 }

.registrazione input[type="text"]:focus {
  color: #333;
  border-color: #999;
  outline: 0;
  }

.registrazione .captcha  {
  margin: 0px 0px 20px 0px;
  }



/* nuovo utente / login utente
–––––––––––––––––––––––––––––––––––––––––––––––––– */


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


.nuovo-utente a  {
  font-size: 13px;
  }


.nuovo-utente h3,
.login-utente h3 {

  font-size: 15px
  font-weight: bold;
  color: #80808a;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

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


.login-utente input[type="text"],
.login-utente input[type="password"] {
  height: 30px;
  padding: 6px 10px;
  margin: 0px 5px 20px 0px;
  background-color: #fff!important;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  width: 60%;
  vertical-align: top;
 }

.login-utente input[type="text"]:focus,
.login-utente input[type="password"]:focus {
  color: #333;
  border-color: #999;
  outline: 0;
  }


/* bottoni
–––––––––––––––––––––––––––––––––––––––––––––––––– */


input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #333;
  background-color: #f8f8f8;
  border-color: #ccc;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  padding: 0 10px;
  margin: 0px;
  }


input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,

input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #000;
  background-color: #fff;
  border-color: #ccc;
  }






/* Media Query
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Larger than mobile */

@media (min-width: 320px) {


	.col-dx .libra-book-cover-big img {
		max-width: 100%;
		margin-bottom: 20px;
		border: 1px solid #000000;
		}


	.col-dx .libra-book-cover a img {
		width: 100%;
		margin-bottom: 20px;
		}

	.col-dx a img {
		width: 100%;
		margin-bottom: 20px;
		}

	.col-dx .libra-book-buy {
		display: block;
		margin: 0px;
		}

	.registrazione input[type="text"] {
		  width: 100%;
		 }

	.login-utente input[type="text"],
	.login-utente input[type="password"] {
	  width: 100%;
	 }

	 .carrello input[type="submit"].button-primary {
	 	font-size: 10px;
	 }
}


@media (min-width: 400px) {


	.col-dx .libra-book-cover a  img {
		width: 100%;
		margin-bottom: 20px;
		}

	 .carrello input[type="submit"].button-primary {
	 	font-size: 11px;
	 }

}

@media (min-width: 550px) {

	.col-dx a img {
		width: 100%;
		}
}

/* Larger than tablet */
@media (min-width: 750px) {

	.col-dx .libra-book-cover a img {
		width: 100%;
		margin-bottom: 0px;
		}

	.col-dx a img {
		width: 100%;
		margin-bottom: 0px;
		}

	.login-utente input[type="text"],
	.login-utente input[type="password"] {
	  width: 60%;
	 }

	.col-dx {
	  padding-left: 10px;
	  }

}

/* Larger than desktop */
@media (min-width: 1000px) {



	.registrazione input[type="text"] {
		  width: 80%;
		 }

	.col-dx .libra-book-buy {
		display: inline;
		margin: 0px 0px 0px 30px;
		}

	.col-dx .libra-book-buy.libra-book-buy-left {
		display: inline-block;
		margin: 10px 0px 0px 0px;
		}

}

/* Larger than Desktop HD */
@media (min-width: 1200px) {


}
