@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Work+Sans');

body {
    font-family: Raleway;
    background-color: #f5f5f5;

}

/**********************

        GENERAL

**********************/

a {
    color: #DB4448;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

.btn:focus {
    outline-color: #ccc; 
}

h2 {
    font-size: 25px;
    color: #D10005;
    border-bottom: 1px solid #333333;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
    padding-top: 20px;
}

.page-home section, .page-home .text-section, .page-home .banner-section {
    margin-bottom: 60px;
}

.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: #D10005;
    border: 2px solid #D10005;
    background-image: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #DB4448;
    text-shadow: none;
    background-color: #fff;
    border: 2px solid #DB4448;
    background-image: none;
}



section { overflow: auto; }


/*******************************************

        LAYOUT & RESPONSIVE FIXES

********************************************/

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
}

header {
    background-color: #333333;
}

.content-full {
    background: #fff;
}

section.catalog-list, section.author-list, section.author-single, section.right-content {
    background-color: #fff;
    padding: 34px 30px;
}

section.catalog-list .break {
    background: transparent;
    height: 0;
    margin-bottom: 0;
}

section.catalog-list h1, section.author-list h1, section.author-single h1, section.right-content h1  {
    border-bottom: 1px solid #333;
    color: #333333;
    font-size: 25px;
    font-weight: normal;
    padding-bottom: 24px;
}

section .content-full {
    padding: 3%;
}

/**********************

        HEADER(S)

**********************/

header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-top { 
    height: 36px;  
    background-color: #D10005;
}

.header-top .slogan { 
    position: relative;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    padding: 14px 0 0 3px;
    margin: 0;
    transform: none;
    top: auto;
    border: none;
}

.header-top-nav > li {
    padding-top: 5px;
}


.header-top-nav > li a {
    font-size: 12px;

}

.header-top-nav>li a:hover {
    text-decoration: none;
    color: #333;
}

.header-top-nav li:hover i, .header-top-nav li:hover a {
    color: #333;
}

.header-top-nav > li a span i {
    color: #fff;
    
}

.header-top-nav > li a span:nth-child(2) {
    margin-left: 6px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.header-top-nav > li.cart a span:nth-child(2) {
    font-size: 14px;
}


/**** HEADER MIDDLE ****/
.header-middle {
    height: auto;
    background-color: #333333;
    padding : 34px 0;
    border-bottom: 4px solid #CE0005;
}

.btn_header {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin-top: 28px;
}

.btn_header .menu-bar {
    background-color: #fff;

}
.services-menu {
    margin: 5px 25px 0;
}

.services-menu li {
    float: left;
    border-right: none;
    color: #ccc;
    padding: 0;
}

.services-menu li:after   { content: "■"; color: #ccc; font-size: 9px; margin: 0 6px; padding: 0 3px;}
.services-menu li:last-child:after { content: "";}



.services-menu li a {
    color: #ccc;
    font-size: 11px;
    font-weight: 200;
    text-transform: uppercase;
    border: none;
}

#searchform input {
    background: url("/media/sandbox/images/ico-search.png") no-repeat scroll 6px 4px #F5F5F5;
    background-color: #F5F5F5;
    padding: 7px 8px 5px 30px;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    border-radius: 5px;
    width: 212px;
    margin-right: 0px;
}

.header-bottom { 
    /*background: #f5f5f5;*/
    background: #FFF;
    border: none;
}

/**** MENU PRINCIPAL  ****/

.nav-tabs > li, .nav-pills > li {
    padding: 0 13.5px;
}

.nav-tabs > li, .nav-pills > li:first-child {
    padding-left:0;
}

.nav-pills > li > a {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom:none;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #f5f5f5;
    letter-spacing: 0px;
    transition: border-top-color 500ms ease-out;
}   
.main-menu .nav > li > a:hover, .main-menu .nav > li > a:focus, .main-menu .nav > li > a.selected {
    background-color: rgba(0, 0, 0, 0);
    color: inherit;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-bottom-color: inherit;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #CE0005;
}

/**** MENÚ DE SELLOS ****/

.header-logos ul {
    list-style: none;
}

.header-logos li {
    float: left;
    border-top: 5px solid transparent;
}

.header-logos li.selected {
    border-top: 5px solid #CE0005;

}

.header-logos a {
    display: block;
    border-right: 1px solid #D7DADB;
    padding: 0 8px;
    margin-top: 6px;

}

.tooltip-arrow {color: #D10005;}
.tooltip-inner { background-color: #D10005;  }

.facebook-link, .twitter-link, .linkedin-link, .google-plus-link, .youtube-link, .pinterest-link {
    background-color: #333333;
}


/****  FOOTER  ****/
footer {
    background: #DB4448;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.footer-top {
    background: #333333;
}

.page-home section.footer-top {
    margin-bottom: 0;
}

.footer-top h5, .footer-top i {
    color: #F7F7F7;
}

.footer-blocks, .footer-top a {
    color: #ccc;
}

.social-networks ul li a {
    border: 2px solid;
    margin-bottom: 4px;
}

.social-networks i {
    margin: 8px;
}

.social-networks i.fa-twitter {
    margin-left: 4px;
}
.social-networks i.fa-linkedin {
    margin-left: 6px;
}

.social-networks i.fa-google-plus {
    margin-left: 5px;
}

.social-networks i.fa-youtube-play {
    margin-top: 7px;
}
.social-networks i.fa-pinterest {
    margin-top: 7px;
    margin-left: 3px;
}


.footer-info {
    float: none;
}

.legal-links { 
    font-weight: bold;
    line-height: 1.6em;
    text-transform: uppercase;
}

.label-info {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 14px ;
}

/******************

    HOME ELEMENTS

******************/

.slider-wrapper {
  background-color: #ffffff;
  padding-top: 0;
}
.slider-wrapper.container,
.slider-wrapper .container{
  width: 100% !important;
  max-width: 1170px;
  text-align: center;
  height: 450px !important;
}
.slider-wrapper img {
  display: block;
  height: 450px;
  max-width: 1170px;
  width: 100%;
  margin-left: 50%;
  margin-top: 10px;
  max-width: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slidesjs-container{
    height: 450px !important;
}
.slidesjs-slide{
  line-height: 0;
    left: 0 !important;
}

/*
.slider-wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none
    box-shadow: none
    background-color: transparent;
    border: none;
    margin-bottom: 0;

}
*/
.home-featured-books {
    margin-bottom: 40px !important;
}

.home-featured-books .container {
    background-color: #fff;
}

.home-featured-books h3 {
    font-size: 30px;
    color: #DB4448;
    text-align: center;
    border-bottom: 1px solid #333333;
    display: block;
    width: 75%;
    margin: 50px auto 27px;
    padding: 16px 0;
    letter-spacing: -0.5px;
    text-transform: uppercase;

}

/**** HOME > SLIDER NOVEDADES ****/

#myCarousel {

}

.carousel-inner ul .sub-item {
    float: left;
    width: 17%;
    margin: 1.5%;
    list-style: none;
}

.carousel-inner .book-title {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    font-family: Raleway;
}



.carousel-inner .book-title a {
    color: #333;
}

.carousel-inner .book-author {
    margin-top: 16px;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.carousel-inner .book-cover {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
    background-color: transparent;
}

.carousel-control {
    color: #ffffff;
    left: 25px;
    width: 50px;
    height: 50px;
    line-height: 42px;
    background: #DB4448;
    border: none;
    opacity: 1;
    filter: alpha(opacity=1);
}

.carousel-control.right {
    left: auto;
    right: 25px;
}

/**** SHOWCASE || LISTADOS DE LIBROS EN GENERAL ****/

.showcase {
    background: #fff;
}

body.page-home .showcase {
    padding: 26px 22px;
}

.showcase .book-title {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    font-family: Raleway;
}

.books li {
    margin-left: 0.5%;
}

.two-cols .book-cover {
    width: 32%;
    float: left;
    box-shadow: 2px 2px 5px #999;
}

.two-cols .book-title, .two-cols .book-author, .two-cols .book-synopsis {
    width: 66%;
    float: right;
    margin: 0 0 12px 0;
}

.one-cols .book-title , .two-cols .book-title, .three-cols .book-title, .five-cols .book-title { 
    color: #333;
    font-weight: bold;
    margin-top: 0;
}


.one-cols .book-title a, .two-cols .book-title a, .three-cols .book-title a, .five-cols .book-title a   { 
    color: #333;
    font-weight: bold;
}

.one-cols .book-title a:hover, .two-cols .book-title a:hover, .three-cols .book-title a:hover, .five-cols .book-title a:hover   { 
    color: #D10005;
}


.three-cols .book-cover {
    width: 29%;
    float: left;
}


.three-cols .book-title, .three-cols .book-author, .three-cols .book-synopsis {
    width: 63%;
    float: right;
    margin: 0 0 12px 0;
}



.five-cols li {
    width: 19.6%;
}

.five-cols .book-author, .five-cols .book-title {
    padding-right: 10%;
}

section.author-section {
    overflow: auto;
}

section.author-section img {
    width: 18%;
    float: left;
    margin-right: 2%
}

section.author-section div.author-bio {
    width: 80%;
    float: right;
}

.showcase .view-more a {
    color: #DB4448;
}

.showcase .view-more a:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #DB4448;
    padding-right:8px;
}



/**** HOME > NEWS ****/

.box > h3 {
    margin: -16px -18px -8px -16px;
    background: #333333;
    padding: 22px 18px 16px 16px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.news .new-meta {
    font-family; Arial;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

.news .new-title {
    text-transform: none;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

.news .new-title a {
    color: #333;
}

.compact .new-image {
    width: 35%;
}

/**** HOME > SHOWCASE MENU ****/

.news .showcase-title {
    text-transform: none;
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.news .showcase-title a {
    color: #333;
}

.news .showcase-title > a i {
    color: #D10005;
}

/**** HOME > SIDEBAR > BOX ****/
.box {
   padding: 16px 18px 16px 16px;
}

/**** HOME > SIDEBAR > NEWSLETTER SUBSCRIPTION ****/

.box.newsletter-subscription {
    background: #D10005;
    color: #fff;
    padding: 18px 22px 22px 22px;

}

.box.newsletter-subscription > h3 {
    margin: 0;
    background-color: transparent;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
}

.box.newsletter-subscription ul {
    list-style: none;
    overflow: auto;
    margin-bottom: 16px;
}

.box.newsletter-subscription ul li {
    font-size: 12px;
    float: left;
    width: 46%;
    margin: 2%;
}

.box.newsletter-subscription ul li:nth-child(even) {
    float: right;
}


.box.newsletter-subscription input[type="checkbox"] {
    border: 1px solid #B0B0B0;
    border-radius: 0;
    margin-right: 8%;
    display: inline-block;
    float: left;
}

.box.newsletter-subscription input[type="email"] {
    width: 92%;
    padding: 2% 4%;
    margin-bottom: 16px;

}

.box.newsletter-subscription input[type="submit"] {
    width: 100%;
    border-radius: 20px;
    border: none;
    background-color: #2C3E50;
    text-transform: uppercase;
    color: #fff;
    padding: 11px;
    font-size: 14px;
}           

.box.newsletter-subscription input[type="submit"]:hover {
    background-color: transparent;
}
.box.newsletter-subscription label {
    text-transform: uppercase;
    display: inline-block;
    float: left;
}

/************************************************

    CATALOG, AUTHORS, AND OTHER LISTS

************************************************/

.secondary-nav h3:after {
    border-color: transparent;
    border-style: none;
    content: "";
    left: 0;
    position: inherit;
    border-width: 0;
    bottom: -0;
}

.nav-list {
    background: #fff;
}

li.nav-list-title {
    margin-bottom: 20px;
}

.nav-list li {
    font-size: 13px;
}

.nav-list > li > a {
    color: #666;
    border-bottom: 1px solid #EFEFEF;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 13px;
}
.secondary-nav  .nav-list > li > a:hover {
    color: #D10005;
} 

.nav-list li.active_item {
    background: #F5F5F5;
    margin-top: -4px;
    padding-top: 6px;
    padding-left: 8px;
}

.nav-list li.active_item a {
    color: #DA4447;
    background: #F5F5F5;
}

.nav-list li.active_item a:before {
    content: " > ";
    padding-right: 8px;
}


.nav-list li.see-more {
    background: #fff;
    padding: 36px 0 12px 0;
    border-bottom: 4px solid #333333;
}

.nav-list li.see-more a {
    font-size: 12px;
    color: #DA4447;
    background: #fff;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
    font-variant: normal;
}

.nav-list li.see-more a span  { padding-top: 2px;  }

.nav-list li.see-more a i {
    font-size: 14px;
    padding: 5px 7px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #DA4447;
    margin-right: 8px;
}

.nav-list li.see-more a i:before {
    padding-top: 2px;
}

.secondary-nav h3 {
    background-color: #333333;
    border-bottom: none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 22px 8px 12px 13px;
    position: relative;
    text-transform: uppercase;
    border-top: 30px solid #f5f5f5;
}

.secondary-nav .nav-list li:first-child h3 {
    margin-top: 0px;
    border: none;
}


section.collection-info p {
    font-size: 13px;
}

.two-cols h2, .two-cols h3, .two-cols h4 {
    text-transform: none;
} 

.two-cols .book-title {
    font-size: 15px;
}

.two-cols .book-author a {
    color: #333;
} 

.authors { margin-top:0;  }

.authors .author .author-name a {
    color: #333;
}

.authors li.author a img, .authors .author .author-bio {
    /*display: none;*/
}

/******************

    BOOK DETAILS

******************/

.book-detail {
    background: #fff;
}

.book-detail section {
    margin-bottom: 20px;
}

.book-images {
    padding-left: 3%;
    padding-top: 3%;
}

.book-cover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 2px 2px 5px #999;
}

.book-samples:before {
    border-bottom: 1px solid #333;
    content: "Descargas";
    display: table;
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    width: 100%;
}


.book-samples i {
    color: #333;
    vertical-align: 0;
}

.book-samples a > span { display: none;  }

.book-detail .book-samples a {
    border-bottom: 1px dotted #333;
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: none;
    color: #DB4448;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.book-detail .span9 section {
    padding-left: 2%;
    padding-right: 2%;
}
.book-detail .span9 section:nth-child(1) {
    padding-top: 4%;
}

.book-detail h1, .book-detail h2, .book-detail h3 {
    text-transform: none;
}

.book-detail h1.book-title {
    font-size: 30px;
    margin-bottom: 4px;
    color: #333333;
}

.book-detail h2.book-subtitle {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 4px;
    color: #333333;
}

.book-detail h2.book-author {
    font-size: 16px;
}

.book-detail h4.book-claim {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    font-style: italic;
    overflow: auto;
}

.book-detail h4.book-claim span {
    padding-left: 12px;
    float: left;
    border-left: 7px solid #333333 ;
}

.book-detail h2 { border: none; }

.book-detail h3 { 
    border-bottom: 1px solid #333;
    color: #333;
    font-size: 25px;
    font-weight: normal;
    padding-bottom: 22px;
    text-transform: uppercase;
}

.book-detail  a {
    color:#DA4447;
}

.book-detail .book-synopsis {
    border-top: 1px solid #333;
    padding-top: 20px;
}

div.book-detail .book-synopsis {
    border-top: none;
    margin-top: 0;
    padding-top: 0;

}

.book-synopsis, .book-synopsis p, .book-detail .author-bio, .book-detail .book-content, .book-definitions {
    font-size: 13px;
}

.book-actions {
    background: none;
    box-sizing: border-box;
}

.book-actions:before {
    background: transparent;
    content: "";
    height: 0;
}

.book-actions .social-networks-share, .book-actions .book-buy {
    margin-left: 0 !important;
}

.book-actions [class*="span"] {
    border-left: 0;
    padding: 0 15px 0 20px;
}

.book-detail li.author img { display:none; }

/**** OJO-> PROBLEMA CON LOS IDIOMAS ****/

.social-networks-share:before {
    content:"Compartir";
    display: table;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
}

/**** END  ****/

.book-buy {
    border: 1px solid #999 !important;
    text-align: center;
}

.book-buy .price {
    color: #333;
    display: block;
    font-size: 34px;
    font-weight: normal;
    line-height: normal;
    margin: 4px auto 8px;
    padding: 0;
    text-align: center;
}

.book-buy .box-price .btn-primary {
    background: #DB4448;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 75%;
}

.book-buy .box-price .btn-primary:before {
    font-family: FontAwesome;
    content: "\f07a";
    color: #fff;
    padding-right:12px;
}

/******************

    DISTRIBUTORS

******************/

.distributors.content-full {
    padding: 3%;
}

/******************

    NOTES

******************/

section.news-list .news h2, section.news-list .news h2, section.events-list .news h2  {
    border: 0;
}

section.news-list h2.new-title a, section.events-list h2.new-title a {
    color: #DB4448;
}

section.news-single h1{
    border: none;
    color: #333333;
    font-size: 30px;
    margin-bottom: 4px;
    padding-bottom: 0;
}

span.new-source {
    padding-left: 12px;
}

section.event-single div.single-meta ul li {
    padding-left: 12px;
}

section.event-single div.single-meta ul li:nth-child(1) {
    padding-left: 0px;
}

section.events-list .events h2.event-title a, section.news-home ul.events a {
    color: #DB4448;
}

section.events-list .events h2, section.news-home ul.events h2 {
    border: none;
    margin-bottom: 0;
}

section.events-list .events .event-date, section.news-home ul.events .event-date {
    background: #DB4448;
}


.page-showcase section.right-content h1 {
    border: none;
    font-weight: bold;
}

.page-showcase section.showcase-content section { margin-bottom: 60px; }


/***********************
     SHOPPING CART
************************/

.shopping-steps.nav-pills > .active b, .shopping-steps.nav-pills > li > a:hover b {
    background-color: #DB4448;
}

.shopping-steps.nav-pills b {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.shopping-steps.nav-pills > li, .shopping-steps.nav-pills > li > a {
    line-height: 28px;
}

.shopping-steps.nav-pills > li {
    background-position: 0 19px;
}
 .shopping-steps.nav-pills > li b.step-1,  
 .shopping-steps.nav-pills > li b.step-2,  
 .shopping-steps.nav-pills > li b.step-6 {
    line-height: 1.9em;
 }

/***********************
      MANUSCRITOS
************************/

#manuscript-info ol li {
    margin-bottom: 16px;
}

}

/****************************
PERSONALIZACION
**************************/


/* eventos en ficha libro****************************/
body.page-book .event-wrapper-image {
    float: left;
    margin-bottom:0;
    position: relative;
    width: 25%;
}
body.page-book .event-date {
    background-color: #DB4448;
}
body.page-book .events li {
    border: 0;
    border-bottom: 1px solid #EEEEEE;
   border-right: 1px solid #ededed;
}

body.page-book .events li:nth-child(2n) {
    border-right: 0
}
body.page-book .event-meta {
    text-align: left;
}
body.page-book .events p {
    text-align: left;
}

/* Ver todo noticias home*****************************/
h3.new-title a{
    font-size: 12px;
    color: #DA4447;
}
h3.new-title a i{
    padding: 3px 4px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #DA4447;
    margin-right: 8px;
}

/* número items navegación facetada *******************/
.secondary-nav ul.nav-pills li a span{
    color: #DB4448;
    font-weight: bold;
    font-size: 11px;
    font-family: arial;
    margin-left: 2px;
}

/* Menú autores **************************************/
ul.authors-menu{
    padding: 0;
    margin: 0;
    list-style: none
}
ul.authors-menu li{
    display: inline-block;
    margin-right: 2px;
    list-style-type: none;
    float: left;
}
ul.authors-menu a{
    width: 24px;
    height: 23px;
    padding: 2px 0px 0px 1px;
    text-transform: uppercase;
    text-align: center;
    color: #DB4448;
    font-size: 14px;
    font-weight: bold;
    display: block;
    border: 1px solid #EFEFEF;
}
ul.authors-menu a:hover{
    background-color: #999999;
    border: 1px solid #999999;
    color: #333333
}
ul.authors-menu a:visited{
    border: 1px solid #EFEFEF;
    color: #666
}

/* resultados búsqueda *******************************/

.nav-pills {
    background: #fff;
    padding-left: 12px;
}

ul.otros-sellos{
    margin: 0;
    padding: 0;
    list-style: none
}
ul.otros-sellos li{
    display: inline-block;
    width: 120px;
    height: 95px;
    border-right:1px solid #ededed;
    text-align: center;
    padding: 10px;
}
ul.otros-sellos li:last-child{
    border-right:0;
    padding-right: 10px;
}
ul.otros-sellos li img{
    display: inline-block;
}

/* varios *******************************************/

.book-detail > .span3{
    padding: 33px 0 0 20px;
}
.event-single h3{
    border-bottom: 1px solid #333;
    color: #333;
    font-size: 25px;
    font-weight: normal;
    padding-bottom: 22px;
    text-transform: uppercase;
}

.search-pills{
    margin-top: -12px !important;
    padding-top: 12px;
}

.search-results li img {
    border: 1px solid #EEEEEE;
    float: left;
    margin-bottom: 12px;
    margin-right: 16px;
    padding: 2px;
    background-color: #fff;
    box-shadow: 2px 2px 5px #999;
}


/* Info minifichas hover ******************************************/
a.book-cover span.info-hover{
    display:none
}

span.info-hover > .title{
	font-weight: bold;
  	font-size: 16px;
}

@media (min-width: 990px) {

  li.book a.book-cover {
      position: relative;
      background: #000;
      height: 100% !important;
      display: block;
  }
  ul.books.vertical li.book a.book-cover {
    background: transparent;box-shadow: none;
        -webkit-box-shadow: none;
            -o-box-shadow: none;
           -ms-box-shadow:  none;
            -moz-box-shadow:  none;
  }
  li.book a:hover .book-cover{
      opacity: 0.5;
  }

  li.book a.book-cover:hover span.info-hover{
      display:block;
      vertical-align:middle;
      text-align:center;
      width: 100%;
      height: 100%;
      line-height:100%;
      position: absolute;
      left: 0;
      background: #0000004d;
      top: 0;
      display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
          flex-direction: column;
             -webkit-flex-direction: column;
             -moz-flex-direction: column;
              -webkit-box-pack:center;
              -ms-flex-pack:center;
                  justify-content:center;
  }
  li.book a.book-cover span.info-hover span{
      display:block;
      clear:both;
      text-align:center;
      padding-bottom:10px;
      color: #fff;
      max-width: 90%;
      margin: 0 auto;
  }
  li.book a.book-cover span.info-hover span.author{
      text-transform:uppercase
  }
  li.book a.book-cover span.info-hover span.btn{
    background: #DB4448;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
  }
  ul.books.vertical li.book a.book-cover span.info-hover {
    width: 83%;
    height: 93%;
  }

  ul.books.vertical li.book a.book-cover span.info-hover span.btn {
    font-size: 11px;
    padding: 5px 10px;
  }
}

@media (max-width: 1218px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: auto;
    }
    footer, header, .header-top, .footer-logos, .header-bottom, .footer-top{
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
    }
    /*.slider-wrapper{
        margin-left: -24px;
        margin-right: -24px;
    }*/
    .book-actions [class*="span"] {
        border: medium none;
        padding: 0;
    }
    
    /* boxed */
    .page-wrapper {
        width: auto;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        box-shadow:none;
        padding: 0 24px;
    }
}

@media (max-width: 1200px) {
    .three-cols .book-title, .three-cols .book-author, .three-cols .book-synopsis {
        width: 59%;
    }
}

@media (max-width: 1100px) {
    .two-cols .book-title, .two-cols .book-author, .two-cols .book-synopsis {
        width: 59%;
    }
}

@media (max-width: 990px) {
    .three-cols .book-title, .three-cols .book-author, .three-cols .book-synopsis {
        width: 57%;
    }

    .five-cols li {
        width: 30%;
    }

    .carousel-inner ul .sub-item {
        width: 30%;
    }
    .carousel-inner ul .sub-item:nth-child(3) { display: none; }
    .carousel-inner ul .sub-item:nth-child(4) { display: none; }

    .box.newsletter-subscription > h3 {
        font-size: 13px;
    }
    .box.newsletter-subscription label {
        font-size: 12px;
    }
    .box.newsletter-subscription ul li {
        width: 100%;
        margin: 0;
    }
    .slider-wrapper img {
        height: auto !important;
        width: 100% !important;
        
    }
    .slider-wrapper.container,
    .slider-wrapper .container{
        width: 821px !important;
        max-width: 821px;
        text-align: center;
        margin-left: 0 !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {

    .box.newsletter-subscription > h3 {
        font-size: 16px;
    }

    .box.newsletter-subscription ul li {
        width: 28%;
        margin: 2%;
    }
    .box.newsletter-subscription ul li:nth-child(even) {
        float: left;
    }
    .carousel-control.right {

        left: auto;
        right: 0;

    }
    .carousel-control {
        left: 0;
        width: 40px;
        height: 40px;
        font-size: 38px;
        line-height: 35px;
    }
    .slider-wrapper img {
        height: auto !important;
        width: 100% !important;
        
    }
    .slider-wrapper.container,
    .slider-wrapper .container{
        width: 721px !important;
        max-width: 721px;
        text-align: center;
        margin-left: 0 !important;
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .book-title {
        font-size: 13px;
    }
    .book-author {
        font-size: 11px;
    }
    .secondary-nav {
        box-sizing: content-box !important;
    }
    .slider-wrapper img {
        height: auto !important;
        width: 100% !important;
        
    }
    .slider-wrapper.container,
    .slider-wrapper .container{
        width: 600px !important;
        max-width: 600px;
        text-align: center;
        margin-left: 0 !important;
        height: auto !important;
    }
}

@media (max-width: 480px) {
    .carousel-inner ul .sub-item {
        width: 90%;
        text-align: center;
        display: none;
    }
    .carousel-inner ul .sub-item:nth-child(1) { display: block; }

    .five-cols li {
        width: 90%;
    }

    .book-detail h4.book-claim span {
        font-size: 12px;
    }
    .book-detail h2.book-author {
        margin-bottom: 4px;
        padding-bottom: 4px;    
    }
    .carousel-control {
        width: 35px;
        height: 35px;
        line-height: 27px;
    }

    .slidesjs-container, .slider-wrapper.container, .slider-wrapper .container{
        height: auto !important;
    }
    .slider-wrapper img {
        height: auto !important;
        width: 100% !important;
        
    }
    .slider-wrapper.container,
    .slider-wrapper .container{
        width: 390px !important;
        max-width: 390px;
        text-align: center;
        margin-left: 0 !important;
        height: auto !important;
    }
}

