a {
	color: #92182f;
}
a:hover {
	color: #8b8279;
}
/* header */
.header-middle {
    background-color: #fff;
}
.header-middle li a {
    color: #333;
}
.header-middle .slogan h2 { color: #CCC; margin-top: 20px;}
.header-top {
    background-color: #92182f;
}
.header-top-nav > li a i {
	color: #fff;
}
.header-bottom {
	border-top: 1px solid #8d8077;
  	border-bottom: 1px solid #8d8077;
}
/* menu */
.nav > ul > li {
    margin: 0 4px 0 32px;
    font-size: 0.9em;
    list-style-type: square;
    color: #ccc;
}
.nav-list > li > a {
    color: #333;
    font-weight: bold;
}
.main-menu .nav > li > a:hover, .main-menu .nav > li > a:focus, .main-menu .nav > li > a.selected {
	border-bottom-color: #92182F;
}
.nav-list > li > a {
	font-weight: 600;
}
.secondary-nav .nav > li > a:hover {
    color: #92182f;
    background-color: rgba(255,255,255,0.2);
}
.secondary-nav h3 {
	background-color: #8d8077;
  	color: #fff;
}

/*PERSONALIZACIÓN IMAGENES HOME*/
.books .book a{
	display:inline-block;
}

.books .book .book-cover{
	width: 100%;
    max-width: 150px;
}
/* Calendario */
.hb-calendar {
	height: auto;
}
.hb-months {
	margin-bottom: 0px;
	border: 0px solid #fff;
  	height: 65px;
  	background-color: #8b8279;
  	border-radius: 3px 3px 0px 0px;
}
.hb-current-month {
	font-size: 25px;
  	color:#fff !important;
}
.hb-current-month span {
	font-size: 15px;
  	margin-top: 0px;
  	color: #fff !important;
}
.hb-change-month {
	bottom: 14px;
}
.hb-change-month .fa {
	font-size: 25px;
  	color: #fff;
}
.hb-days {
	border: 1px solid #92182f;
	box-shadow: 0px 1px 4px rgba(255,255,255,0);
  	background-color: #92182f;
  	border-top: 0px solid #fff;
  	border-radius: 0px;
}
.hb-day.hb-day-name {
	color: #fff;
}
.hb-days {
	color: #fff;
}
.hb-day.hb-day-active {
	background-color: #8b8279;
}
.hb-day.hb-day-active:hover {
	background-color: #5f5852;
}
.hb-day.hb-day-active:focus, 
.hb-day.hb-day-active:active {
	background-color: #005580;
}
.box-calendar .event-wrapper {
	margin-top: 0px;
  	background-color: #dedede;
  	border: 1px solid #dedede;
  	border-top: 0px solid #fff;
  	border-radius: 0px 0px 3px 3px;
}
.box-calendar .event-wrapper h3 {
	color: #333;
}
.box-calendar .event-wrapper #event-list {
	color: #333;
  	font-size: 12px;
}
.box-calendar .event-wrapper a {
  	font-size: 16px;
  	padding-left: 10px;
  	position: relative;
}
.box-calendar .event-wrapper a::before {
	content: '';
  	display:block;
  	width: 3px;
  	height: 17px;
  	background-color: #92182f;
  	position: absolute;
  	left: 0;
	top: 0;
}
/* Single */
.btn-primary {
	background-color: #92182f;
  	color: #fff;
  	border: 1px solid #92182f;
}
.box-price .btn-primary {
	border: 1px solid #92182f;
  	transition: background-color 0.1s;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #571320;
  	border: 1px solid #571320;
}
.price {
	color: #005580;
}
/* Distribuidores */
.address-areas .box {
	border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 28px;
    margin-right: 18px;
    padding: 16px 19px 8px;
    vertical-align: top;
    width: calc(49% - 18px);
}
.four-cols li.address {
	width: 100%;
}
.event-date {
	background-color: #92182F;
}
@media(max-width: 768px) {
	.address-areas .box {
    	margin: 0 0 34px;
    	width: 100%;
    }
    .address-areas .four-cols li {
    	margin-left: 0 !important;
  	}
  	.address-areas .box h2 {
  		margin-bottom: 0;
        margin-left: 6px;
        margin-top: 4px;
  	}
  	.addresses {
  		margin-top: 16px;
  	}
}

/*book images*/


@media (min-width: 768px){
    .carrusel-book img, .books .book .book-cover{
        height: 225px;
    }
}


@media (max-width: 480px){
    .books .book .book-cover, .carrusel-book .book-cover{
    	width: 100% !important;
      	height: 225px;
	}
  
  	.four-cols .book-synopsis, .five-cols .book-synopsis, .six-cols .book-synopsis {
    	display: block;
	}
  	.books.five-cols.row-fluid{
      text-align: center;
  	}
}

.container > h2{
    border-bottom: 1px solid #eeeeee;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 29px;
    padding-bottom: 14px;
    position: relative;
}
