/*div, table, td {
  border: 1px dotted red;
}*/


/********************************************************************************************
 Fonts Glyphs
********************************************************************************************/

@font-face {
    font-family: 'ico-platano';
    src:url('../fonts/icoplatano.eot');
    src:url('../fonts/icoplatano.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icoplatano.ttf') format('truetype'),
    url('../fonts/icoplatano.woff') format('woff'),
    url('../fonts/icoplatano.svg#icoplatano') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*="icon-"] {
    font-family: 'ico-platano';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e901";
}
.icon-multimedia:before {
    content: "\e800";
}
.icon-home:before {
    content: "\e900";
}
.icon-book:before {
    content: "\e91f";
}
.icon-folder:before {
    content: "\e92f";
}
.icon-folder-open:before {
    content: "\e930";
}
.icon-folder-plus:before {
    content: "\e931";
}
.icon-folder-minus:before {
    content: "\e932";
}
.icon-box-add:before {
    content: "\e95e";
}
.icon-basket:before {
    content: "\e600";
}
.icon-twitter:before {
    content: "\e602";
}
.icon-facebook:before {
    content: "\e603";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-search:before {
    content: "\e604";
}
.icon-phone2:before {
    content: "\e605";
}
.icon-menu:before {
    content: "\e606";
}
.icon-epub:before, .icon-manual_plus:before {
    content: "\e601";
}
.icon-checkmark:before {
    content: "\e607";
}
.icon-cancel:before {
    content: "\e609";
}
.icon-notice:before {
    content: "\e608";
}


.iconSizeLarge { font-size: 32px; }
.iconSizeMed { font-size: 23px; }
.iconSize { font-size: 20px; }
.iconSizeSmall { font-size: 12px; }

/********************************************************************************************
 Basic Elements
********************************************************************************************/
html {
    height: 100%;
}

body {
    padding-top: 130px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 100%;
}

/* remove iPhone/Safari input element rounding */
input {
    border-radius: 0;
}

.body-expand { padding: 183px 0 0 0; }

a {
    color: #5BBae9;
    text-decoration: none;
}

a:hover,
a:focus {
    border-bottom: 1px dotted #5BBae9;
    color: #5BBae9;
    font-weight: normal;
    text-decoration: none;
}

/********************************************************************************************
 Helpers
********************************************************************************************/

/*- clear -*/
.clear-padding { padding: 0 !important; }
.clear-padding-form { padding: 0 !important; }
.clear-padding-top { padding-top: 0 !important; }

.clear-margin { margin: 0 !important; }
.clear-margin-top { margin-top: 0 !important; }

.clear-both { clear: both; }

.clear-margin-left { margin-left: 0 !important; }
.clear-margin-right { margin-right: 0 !important; }

.clear-padding-left { padding-left: 0 !important; }
.clear-padding-right { padding-right: 0 !important; }

.medium-padding-left { padding-left: 8px !important; }
.medium-padding-right { padding-right: 8px !important; }

.clear-width { width: inherit !important;}

/*- containers -*/
.full-width { width: 100%; }
.full-width-padding { width: 100%; padding-left: 15px; padding-right:15px; }

/*- divider -*/
.divider-5 { padding-top: 5px !important;}
.divider-10 { padding-top: 10px !important;}
.divider-20 { padding-top: 20px !important;}
.divider-30 { padding-top: 30px !important;}
.divider-40 { padding-top: 40px !important;}
.divider-book-V { background: url('../images/dividerV83px.png') right no-repeat;}
.divider-book-V-white { background: url('../images/dividerV83px_white.png') right no-repeat;}

/*.dividerH { background: url('../images/dividerH498px.png') center no-repeat; padding: 32px 0 22px 0; }*/

.dividerH {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 25px;
    margin: 0 auto 22px auto;
}

.dividerH.full { width: 100%; }
.dividerH.half { width: 60% !important; }

.margin-block-container { margin-bottom: 0; }

/* -- paddings -- */
.footer-padding { padding: 20px 0;}
.footer-text { padding: 15px 7px 15px 15px; }
.footer-social-container { margin-top: 20px; }

footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:158px;   /* Height of the footer */

}

/* -- vertical align -- */
.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* input for number stepper */
.number-stepper-height { height: 34px; }
.search-input-height { height: 34px; }

.ez-display-none {
    display: none;
}

/********************************************************************************************
 Typography
********************************************************************************************/

/* colors */
.txt-light-blue { color: #5BBae9; }
.txt-dark-gray { color: #333; }
.txt-light-gray { color: #B6B2B2 }
.txt-medium-gray { color: #5c5c5c }
.txt-white { color: #FFF }
.txt-red { color: #EC0000 }


/* sizes */
.font-12 { font-size: 12px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 4px;
}

h3 {
    font-size: 30px;
    margin: 0;
    font-weight: 400;
}

.medium-title-right { font-size: 22px; margin: 0 0 0 10px; }
.medium-title { font-size: 22px; margin: 0 0 10px 0; }
.small-title { font-size: 18px; margin: 0 0 10px 0; }

.footer-title { color: #FFF; font-size: 18px; margin: 0 0 10px 0; }

.footer-copyright { font-size: 12px; color:#FFF; text-align: right; }

.footer-paragraph { color: #FFF; font-size: 12px; margin-bottom: 5px;}

.footer-paragraph a {
    color: #5BBae9;
    text-decoration: none;
}

.footer-paragraph a:hover,
.footer-paragraph a:focus {
    border-bottom: 1px dotted #5BBae9;
    color: #5BBae9;
    font-weight: normal;
    text-decoration: none;
}

.txt-buzzid {
    font-size: 10px;
    color: #6b6b6b;
    text-align: right;
}

.txt-buzzid a {
    color: #6b6b6b;
    text-decoration: none;
}

.txt-buzzid a:hover,
.txt-buzzid a:focus {
    color: #b2b2b2;
    border-bottom: 1px dotted #b2b2b2;
    text-decoration: none;
}

/*- Prices -*/
.carousel_inner .price,
#book-detail .price,
.book-home .price {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.carousel_inner .old-price,
#book-detail .old-price,
.book-home .old-price {
    font-size: 12px;
    font-weight: 400;
    color: #5c5c5c;
    margin: 12px 10px 0 0;
    text-decoration: line-through;
}

/*- book detail -*/

#book-detail .book-price-container { margin-top: 0px; }

#book-detail .title {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
}


.icon-size {
    font-size: 22px;
    vertical-align: text-bottom;
}

#book-detail .ebook-link {
    margin-bottom: 10px;
}

#book-detail .ebook-link a {
    color: #333;
    border: none;
}

#book-detail .ebook-link a:hover,
#book-detail .ebook-link a:focus {
    border-bottom: 1px dotted #5BBae9;
    color: #5BBae9;
    font-weight: normal;
    text-decoration: none;
}


/* -- tabs -- */

.nav-tabs > li > a {
    border-radius: 0;
}

.nav-tabs>li {
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    margin-left: -1px;
    font-size: 16px;
    font-weight: bold;
}


.nav-tabs > li > a {
    color:#333;
    margin-right: 0;
    font-size: 16px;
    font-weight: bold;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #7accc8;
    border-bottom-color: transparent;
    border: 1px solid #7accc8;
    color: #FFF;
    cursor: default;
}

.tab-content .tab-pane {
    /*  border-left: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      border-right: 1px solid #CCC;*/
    margin-left: -1px;
    padding: 16px 6px 0 6px;
}

/* -- Headers -- */

.header-highlight-container {
    background-color: #a4cc2b;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding: 6px;
}

/* -- list and bullets-- */

#delivery-conditions h4 { margin-top: 20px;}
#delivery-conditions li { margin-bottom: 10px;}

/* -- table delivery conditions-- */

#delivery-conditions table {
    font-size: inherit;
    font-weight: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
}

#delivery-conditions tr > th {
  padding: 4px 6px;
  background-color: #CCC;
  border: 1px solid #999;
}

#delivery-conditions tr > td {
  padding: 4px 6px;
  border: 1px solid #999;
}

/********************************************************************************************
 Colors and containers
********************************************************************************************/

/* background colors */
.bg-green { background-color: green; }
.bg-white { background-color: #FFF; }
.bg-dark-gray { background-color: #434343; }
.color-grey-light { color: #B6B2B2; }


/* background tiles */
.col-main-right .tile-lines {
    background: url(../images/tile-lines60.png) repeat;
    margin: 0 0 10px 10px;
    padding: 15px;
}

.col-main-right .container-column {
    margin: 0 0 10px 10px;
    padding: 15px;
}

/* margins */
.marginRightImage { margin-right: 12px; }
.col-footer { padding: 10px; margin: 10px 0 0 0; }
.no-margin { margin: 0; }


/* dividers */
.dividerTextBlank { margin: 0 10px; }

/* navigation top - logos */
#navLogos a,
#navLogos a:hover,
#navLogos a:active,
#navLogos a:focus {
    text-decoration: none;
    border: none;
}



/********************************************************************************************
 TEMPLATE
********************************************************************************************/

/* --  switch to plataform types -- */
#desktopHeader { display: block;}
#mobileHeader { display: none;}

/* --------------------------------------------
  Images
-------------------------------------------- */

.img-border-grey {
    border: 1px solid #DDD;
}

.img-border-grey-pad {
    background-color: #FFF;
    outline: 3px solid white;
    box-shadow: 0 0 0 4px #DDD;
    line-height: 1px;
}

.img-responsive-thumb {
    background-color: #FFF;
    outline: 3px solid white;
    box-shadow: 0 0 0 4px #DDD;
    line-height: 1px;
    max-width: 85px;
}

.img-responsiveCover {
    background-color: #FFF;
    border: 1px solid #DDD;
    line-height: 1px;
    margin-top: 10px;
    padding: 3px;
}

.img-responsive-slider {
    background-color: #FFF;
    border: 1px solid #DDD;
    line-height: 1px;
    padding: 3px;
    max-width: 110px;
}


/* --------------------------------------------
  Top Navigation
-------------------------------------------- */

#header {
    background: #FFF;
    width: 100%;
    z-index: 1000;
}

.nav-container { float: right; width: 386px;}
#nav-top { position: absolute; width: 386px; }
#nav-contacts { margin: 4px 0 12px 0; }
#nav-contacts .ico-phone-container { margin: 11px 4px 0 0; }

#nav-contacts .contacts {
    color: #B6B2B2;
    font-size: 12px;
    font-weight: normal;
    margin-top: 9px;
}

#nav-shop .register { float: left; width: 120px;}
#nav-shop .login { float: left; width: 72px; }
#nav-shop .shop-text { margin: 4px 0 0 5px; }

/* -- Dropdown submenu-- */
.dropdown-submenu { position: relative; }

.dropdown-submenu > .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #7accc8;
    border-radius: 0;
    box-shadow: none;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}

.dropdown-submenu:hover > .dropdown-menu { display: block; }

.dropdown-submenu > a:after {
    border-color: transparent;
    border-left-color: #fff;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 6px;
    width: 0;
}

.dropdown-submenu:hover > a:after { border-left-color: #fff; }

.dropdown-submenu.pull-left { float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
    -moz-border-radius: 6px 0 6px 6px;
    -webkit-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    left: -100%;
    margin-left: 10px;
}

/* - slide mobile - menu - */

/* adjust body when menu is open */
html.slide-active, body.slide-active { overflow: hidden; }

/*first child of #page-content so it doesn't shift around*/
.no-margin-top { margin-top: 0px!important }


/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    left: 0;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding-bottom: 182px;
}

#page-content.slide-active { padding-top: 10px; overflow: hidden; }

#slide-nav { background-color: #FFF; border-color: transparent; }

#slide-nav .navbar-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 0;
    margin: 0;
    padding: 10px 0 0 0;
    position: relative;
    width: 30px;
}

/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
    width: 100%;
}

#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: orange
}

.navbar-header {
    position: relative
}

/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    /*position: relative*/
}

/* - menu - level 0 -- */
.navbar-nav > li.text-menu a {
    font-weight: 600;
    color: #333;
    border: none;
    padding-top: 8px;
    padding-bottom: 9px;
    border-right: 1px solid #d9d9d9;
}

.navbar-nav > li.text-menu a:hover {
    color: #FFF;
    border: none;
    background-color: #7accc8;
    border-right: 1px solid #FFF;
}

.navbar-nav > li.text-menu-login a {
    font-weight: 600;
    color: #7accc8;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #d9d9d9;
}

.navbar-nav > li.text-menu-login a:hover {
    color: #FFF;
    border: none;
    background-color: #7accc8;
    border-right: 1px solid #FFF;
}

.navbar-nav > li.text-menu-social a {
    font-weight: 600;
    color: #333;
    border: none;
    padding-top: 8px;
    padding-bottom: 9px;
    border-right: 1px solid #d9d9d9;
}

.navbar-nav > li.text-menu-social a:hover {
    color: #FFF;
    border: none;
    background-color: #7accc8;
    border-right: 1px solid #FFF;
}

.navbar-nav > li.btn-search {
    font-weight: 600;
    color: #333;
    border: none;
    padding: 10px 15px 7px 15px;
    border-right: 1px solid #d9d9d9;
}

.navbar-nav > li.btn-search:hover,
.navbar-nav > li.btn-search:focus,
.navbar-nav > li.btn-search:active,
.open .dropdown-toggle.btn-search {
    color: #ffffff;
    background-color: #7accc8;
    border-color: #7accc8;
    cursor: pointer;
}

.btnSearchActive {
    background-color: #7accc8;
    color: #FFF !important;
    cursor: pointer;
}


/* - menu - sub menus -- */

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    border: none;
    background-color: #7accc8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav > li .text-submenu a {
    font-weight: normal;
    color: #333;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav > li .text-submenu a:hover {
    color: #FFF;
    border: none;
    background-color: #2da7a1;
}

/* - active and open -*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #7accc8;
    color: #FFF;
    border-color: #FFF;
}

/* --------------------------------------------
  Catalog menu
-------------------------------------------- */

.catalog-menu ul {
    padding:0;
    margin: 0;
    list-style: none;
}

.catalog-menu ul li {
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    padding: 6px 0;
}

.catalog-menu ul li:last-child {
    border-bottom: none;
}

.catalog-menu ul > li a {
    color: #333;
    text-decoration: none;
}

.catalog-menu ul > li a:hover,
.catalog-menu ul > li a:focus {
    border-bottom: none;
    color: #5BBae9;
    font-weight: normal;
    text-decoration: none;
}

/* --------------------------------------------
  Path
-------------------------------------------- */

.nav-path {
    color: #5BBae9;
    font-size: 12px;
    margin-bottom: 20px;
}

.nav-path a {
    color: #5BBae9;
    text-decoration: none;
}

.nav-path a:hover,
.nav-path a:focus {
    border-bottom: 1px dotted #5BBae9;
    color: #5BBae9;
    font-weight: normal;
    text-decoration: none;
}


/* --------------------------------------------
  Book - home container
-------------------------------------------- */
.book-home .book-price-container { margin-top: 6px; }
.book-home .book-height p { margin: 10px 0; }

#slider-wrapper .discount ,
#book-detail .discount ,
.book-home .book-height .discount  {
    background: url(../images/discount-back.png) no-repeat left;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    height: 57px;
    padding-top: 16px;
    text-align: center;
    width: 60px;
    margin-right: 6px;
}

#book-detail .not-available,
.book-home .book-height .not-available  {
    color: #c9061b;
    font-size: 14px;
    font-weight: 600;
    padding-top: 16px;
}

#book-detail .small,
.book-home .book-height .discount .small { font-size: 70% }

.book-title a {
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.2em;
}

.book-title a:hover,
.book-title a:focus {
    border-bottom: 1px dotted #5BBae9;
    color: #5BBae9;
    text-decoration: none;
}

.icon-ebook-link {
    padding-top: 12px;
}

.icon-ebook-link a {
    color: #333;
    border: none;
    font-size: 30px;
}

.icon-ebook-link a:hover {
    color: #5BBae9;
    border-bottom: none;
}

.alert-epub-badge {
    background-color: #CDE0DF;
    border-radius: 4px;
    color: #486D6B;
    display: inline-block;
    padding: 4px 8px 4px 4px;
}

.alert-epub-badge.badget-margin-top {
    margin-bottom: 12px;
}

/* --------------------------------------------
  newsletter form
-------------------------------------------- */

.col-main-right .form-newsletter {
    padding: 15px;
    margin: 15px 0 0 0;
    background-color: #FFF;
}

.form-newsletter .alert {
    padding: 5px;
}

.form-newsletter .iconSize {
    font-size: 14px;
    line-height: 17px;
    margin-right: 6px;
}


/* --------------------------------------------
  register form
-------------------------------------------- */
.form-select-box {
    border: 1px solid #CCC;
    padding: 5px;
    width: 100%;
}



/* --------------------------------------------
  buy template
-------------------------------------------- */

.buy-address .hide-form {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1000;
}

.buy-address .hide-form-checked {
    background-color: #FFF;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1000;
}

.buy-address .buy-container {
    padding: 10px;
}

.buy-address .buy-container-title {
    background-color: #e6f1f7;
    padding: 8px 6px;
}

.buy-address .buy-container-title.active {
    background-color: #a3d4ec;
}

.buy-address .title { font-size: 16px; }
.buy-address .title-form { color: #13B9DE; font-size: 18px; padding: 6px 0 14px 0; }

.buy-address .title-second {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
}

.buy-address .text-info {
    padding-bottom: 10px;
}

#buy-container .lead,
.buy-address .lead {
    font-size: 14px;
}

.buy-address label {
    font-size: 12px;
    padding: 6px 8px 6px 0;
    font-weight: 600;
}

.buy-address.highlight {
    background-color: #FFF;
    outline: 2px solid #a3d4ec;

    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.buy-address .dividerH {
    background-color: #DCF1ED;
    border-bottom: 1px solid #B7C4C5;
    padding-top: 10px;
    margin: 0 auto 12px auto;
}

.buy-address .results-container {
    padding-left: 15px;
    padding-right: 15px;
}


.buy-address .pickme-address-container {
    background-color: #EDF6F4;
    padding: 6px 6px 0 6px;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 20px;

}

.buy-address  ul.results-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.buy-address ul.results-list > li {
    padding: 10px 0;
    border-bottom: 1px solid #B7C4C5;
}

.buy-address ul.results-list > li .title {
    font-size: 16px;
    padding: 0;
}

.buy-address ul.results-list > li:last-child {
    padding: 10px 0;
    border: none;
}

.buy-address table.pick-me tr {
    border-bottom: 1px solid #B7C4C5;
}

.buy-address table.pick-me td {
    font-size: 12px;
    padding: 2px;
}

.buy-address table.pick-me th.column-label {
    width: 60px;
}


.buy-address table.pick-me th.column-hours {
    text-align: center;
    width: 40px;
}

.buy-address .ic-pay-card { margin: 0 6px 0 4px;}
.buy-address .ic-pay-card-highlight { padding: 0 16px 0 0;}


#buy-container .order-confirm-label {
    background-color: #ECF1F4;
}


#buy-container .order-confirm-label .control-title {
    padding-top: 10px;
}


#buy-container .order-confirm-values {
    background-color: #F5F9FA;
}

#buy-container .order-confirm-values .control-label {
    background-color: #dce9ec;
    border-bottom: 1px solid #FFF;
    padding: 6px;
}

#buy-container .order-confirm-values .control-value {
    padding: 6px;
}

#buy-container .order-confirm-values .control-value-payment {
    padding: 14px;
}

#buy-container textarea.contract {
    width: 100%;
}

#buy-container tr.shopping-table-items-row > td {
    border-bottom: 1px solid #DCE9EC;
}

/* --------------------------------------------
  pagination
-------------------------------------------- */

.pagination > li > a, .pagination > li > span {
    color: #333;
}


.pagination > li > a.no-border {
    border: none;
}

.pagination > li > a.no-border-top-botom {
    border-top: none;
    border-bottom: none;
}

.pagination > li > a.no-border-top-botom-left {
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.pagination > .active > a,
.pagination > .active > a:hover {
    background-color: #7accc8;
    border: 1px solid #7accc8;
}

/* --------------------------------------------
  Buy - template
-------------------------------------------- */

/* Basket */

.basket a {
    color: #333;
    text-decoration: none;
}

.basket a:hover,
.basket a:focus {
    border-bottom: none;
    color: #5BBae9;
    font-weight: normal;
    text-decoration: none;
}


/* Header */
#buy-container th.item-product {
    font-weight: 600;
    font-size: 14px;
    background-color: #a4cc2b;
    color: #FFF;
}

#buy-container th.item-code,
#buy-container th.item-amount,
#buy-container th.unit-price,
#buy-container th.item-discount,
#buy-container th.price {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    background-color: #a4cc2b;
    color: #FFF;
    border-left: 1px dotted #FFF;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
}

/* table body */

#buy-container td.item-code,
#buy-container td.item-type,
#buy-container td.item-amount,
#buy-container td.unit-price,
#buy-container td.item-discount {
    text-align: center;
}

#buy-container td.item-amount {
    width: 120px;
}

#buy-container .input-group-btn {
    height: 27px;
}


#buy-container td.price {
    text-align: right;
    font-weight: 600;
    font-size: 14px;
}

#buy-container .img-responsive-thumb {
    height: inherit;
    margin-top: 0;
    padding: 2px;
    max-width: 35px;
}

#buy-container td .image-container {
    width: 36px;
    float: left;
}

#buy-container td .text-container {
    width: 84%;
    float: left;
}

#buy-container td .product {
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    vertical-align: middle;
}

#buy-container td.item-code,
#buy-container td.item-type,
#buy-container td.unit-price,
#buy-container td.item-amount,
#buy-container td.item-discount,
#buy-container td.price,
#buy-container td.text-alert,
#buy-container td.text-total-value {
    vertical-align: middle;
}

#buy-container tr.bottom-row {
    background-color: #EEE;
}

#buy-container td.txt-total {
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3em;
}

#buy-container td .item-total {
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
}

#buy-container .breadcrumb-shopping {
    width: 100%;
    background-color: #50c7d2;
    margin: 0 0 10px 0;
}

#buy-container .breadcrumb-shopping ol {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

#buy-container .breadcrumb-shopping li {
    float: left;
    text-align: center;
    padding: 6px 0;
    color: #FFF;
}

#buy-container .breadcrumb-shopping li a,
#buy-container .breadcrumb-shopping li a:hover {
    color: #FFF;
    font-weight: 600;
    border: none;
    text-decoration: none;
}

#buy-container .breadcrumb-shopping li.active {
    background-color: #258790;
    float: left;
    text-align: center;
    padding: 6px 0;
    color: #FFF;
}

#buy-container .breadcrumb-shopping-state {
    width: 100%;
    background-color: #FFF;
    margin: 0 0 10px 0;
    line-height: 0;
}

#buy-container .breadcrumb-shopping-state ol {
    list-style: none;
    padding: 0;
    font-size: 14px;

}

#buy-container .breadcrumb-shopping-state ol > li {
    float: left;
    text-align: left;
    padding: 2px 6px;
    color: #434343;
    border-left: 1px solid #50c7d2;
    line-height: 20px;
}

#buy-container .breadcrumb-shopping-state ol > li:last-child {
    float: left;
    text-align: left;
    padding: 2px 4px;
    color: #434343;
    border-left: 1px solid #50c7d2;
}

#buy-container .breadcrumb-shopping-state ol > li .label {
    color: #B6B2B2;
    font-size: 12px;
    padding: 0 6px 0 0 ;
}

#buy-container .breadcrumb-shopping-state ol > li .value {
    color: #434343;
    font-size: 14px;
    padding-right: 10px;
}

/* --------------------------------------------
  Books carousel
-------------------------------------------- */

.carousel_inner {
    background: #eae2c5;
    float: left; /* important for inline positioning */
    overflow: hidden;  /* important (hide the items outside the div) */
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    width: 100%; /* important (this width = width of list item(including margin) * items shown */
}

.carousel_ul {
    left: -332px; /* important (this should be negative number of list items width(including margin) */
    list-style-type: none; /* removing the default styling for unordered list items */
    margin: 0px;
    padding: 0px;
    position:relative;
    width: 9999px; /* important */
}

.carousel_ul li{
    float: left; /* important for inline positioning of the list items */
    height: 220px;
    margin: 20px 10px;
    padding: 0 0 0 28px;
    width: 322px;  /* fixed width, important */
}

.carousel_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that */
    border:0px;
    /*  cursor: hand;
      cursor:pointer;*/
}

.carousel_inner .info-container { height: 230px; }
.carousel_inner .slider-container { height: 230px; }

.carousel_inner .book-price-container {
    position: absolute;
    bottom: 0;
}

/*left and right btn */
.carousel_inner .left_scroll a {
    background: url('../images/btn-left-slider.png') no-repeat;
    display: block;
    height: 33px;
    left: 26px;
    position: absolute;
    top: 112px;
    width: 33px;
    opacity: 0.7;
}

.carousel_inner .left_scroll a:hover,
.carousel_inner .left_scroll a:focus,
.carousel_inner .left_scroll a:active {
    border: none;
    opacity: 1;
}

.carousel_inner .right_scroll a {
    background: url('../images/btn-right-slider.png') no-repeat;
    display: block;
    height: 33px;
    right: 26px;
    position: absolute;
    top: 112px;
    width: 33px;
    opacity: 0.7;
}

.carousel_inner .right_scroll a:hover,
.carousel_inner .right_scroll a:focus,
.carousel_inner .right_scroll a:active {
    border: none;
    opacity: 1;
}

/* --------------------------------------------
  Banner
-------------------------------------------- */
.bx-wrapper .bx-viewport {
    -moz-box-shadow: transparent;
    webkit-box-shadow: transparent;
    box-shadow: none;
    border: none;
}

.banner-rotate {
    width: 100%;
    margin-bottom: 20px;
    overflow:hidden;
}

.banner-rotate > .sliderThumb > .bxSlider {
    list-style: none;
    padding:0;
}

.bx-wrapper .bx-next:hover {
    border: none;
}


/* --------------------------------------------
  Plano nacional de leitura
-------------------------------------------- */

.margin-plano-leitura {
    margin-left: 10px;
    padding-top: 3px;
}

.margin-plano-leitura.books-rotate {
    margin-left: 5px;
}

/* --------------------------------------------
  Modal window
-------------------------------------------- */


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {
    color:#bbb;
    background-color:#333;
    border:4px solid #444;
    padding:12px;
}

#simplemodal-container a {  color:#ddd; }

#simplemodal-container a.modalCloseImg {
    background: url(/img/simplemodal/x.png) no-repeat;
    width: 600px;
    height: 400px;
    display: inline;
    z-index: 13200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
    border: 0px
}

.modal-content {
    border-radius: 0;
}

.modal-content > .modal-body {
    overflow: auto;
    width: 100%;
}


/********************************************************************************************
 Buttons and navigation
********************************************************************************************/

.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.btn a {
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 0;
    color: #FFF;
}

.btn:hover,
.btn:focus,
.btn:active {
    outline:none !important;
}

.btn-buy {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-buy:hover,
.btn-buy:focus,
.btn-buy:active {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #d2322d;
}

.btn-buy {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
    margin-top: 2px;
}

.btn-buy:hover,
.btn-buy:focus,
.btn-buy:active {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #d2322d;
}

.btn-change-value {
    color: #333;
    background-color: #FFF;
    border-color: #FFF;
}

.btn-change-value:hover,
.btn-change-value:focus,
.btn-change-value:active {
    color: #333;
    background-color: #CCC;
    border-color: #CCC;
}

.btn-buy .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 0;
    margin: 13px 0 0 7px;
}

.btn-buy .only-text {
    font-size: 16px;
    font-weight: 400;
}


.btn-action {
    color: #ffffff;
    background-color: #095375;
    border-color: #095375;
    width: 100%;
}

.btn-action[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    color: #ffffff;
    background-color: #4E9CBF;
    border-color: #095375;
    width: 100%;
    opacity: 1;
}



.btn-action:hover,
.btn-action:focus,
.btn-action:active {
    color: #ffffff;
    background-color: #06384f;
    border-color: #06384f;
}

.btn-action-download {
    color: #ffffff;
    background-color: #095375;
    border-color: #095375;
    width: 100%;
    border-radius: 0 4px 4px 0px !important;
    height: 46px;
}

.btn-action-download:hover,
.btn-action-download:focus,
.btn-action-download:active {
    color: #ffffff;
    background-color: #06384f;
    border-color: #06384f;
}


.btn-blue {
    color: #ffffff;
    background-color: #7accc8;
    border-color: #7accc8;
    width: 100%;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #ffffff;
    background-color: #34a59f;
    border-color: #34a59f;
}

.btn-cancel-simple {
    color: #878787;
    background-color: #d9d9d9;
    border: #d9d9d9;
    margin-top: 6px;
}

.btn-cancel-simple:hover,
.btn-cancel-simple:focus,
.btn-cancel-simple:active {
    color: #333;
    background-color: #c4c4c4;
    border: #c4c4c4;
}

.btn-text {
    color: #7accc8;
    width: 100%;
    background-color: transparent;
    border: transparent;
}

.btn-text:hover,
.btn-text:focus,
.btn-text:active {
    color: #333;
    background-color: transparent;
    border: transparent;
}


#nav-twitter, #nav-facebook, #nav-signUP { display: block; }

/* -- social networks -- */

.btn-social {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #FFF;
    border-radius: 20px;
    color: #333;
    font-size: 22px;
    height: 10px;
    padding: 10px;
    width: 10px;
    margin: 0 10px 0 0;
}

.btn-social:hover,
.btn-social:focus,
.btn-social:active {
    color: #FFF;
    background-color: #5BBae9;
    border-bottom: none;
    text-decoration: none;
}


/********************************************************************************************
 Extra nav menu: login, social and search
********************************************************************************************/

.wrapperMainNav {
    background-color: #F5F5F5;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    width: 100%;
}

#navLogos {
    margin: 15px 0;
    width: 294px;
}

/*#navLogos img {
    width: 100%;
    max-width: 100%;
}*/

#navTop {
    position: absolute;
    width: 327px;
    left: -326px;
    top: 0px;
}

/** login **/
.navLogin {
    float: left;
}

.navLogin > li {
    border-right: 1px solid #d9d9d9;
    float: left;
    font-weight: bold;
}

.navLogin > li:last-child {
    border: none;
}

.navLogin > li > a {
    color: #6dadcc;
    padding: 15px;
}

.navLogin > li > a:hover,
.navLogin > li > a:focus {
    background-color: #3d7c9a;
    border: none;
    color: #fff;
}

.navRegister {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.navRegister:hover {
    color: #FFF;
}

/** social and search buttons **/
.navExtraMenu {
    float: right;
    line-height: 0px;
}

.navExtraMenu > li:first-child {
    border-left: 1px solid #d9d9d9;
}

.navExtraMenu > li {
    border-right: 1px solid #d9d9d9;
    float: left;
    font-weight: bold;
}

.navExtraMenu > li > a {
    color: #333;
    padding: 13px;
}

.navExtraMenu > li > a:hover,
.navExtraMenu > li > a:focus {
    background-color: #3d7c9a;
    border: none;
    color: #fff;
}


/** toggle container search **/

#search-painel {
    padding: 10px 0;
    width: 100%;
}

#slidemenu .quick_search input[type=text],
#search-painel .quick_search input[type=text] {
    background: #efefef url(../images/icn_search.png) no-repeat;
    background-position: 10px 7px;
    border: 1px solid #efefef;
    color: #ccc;
    padding: 4px;
    text-indent: 38px;
    font-style: italic;
    width: 100%;
}

#slidemenu .quick_search input[type=text]:focus,
#search-painel .quick_search input[type=text]:focus {
    background-color: #FFF;
    border: 1px solid #efefef;
    color: #333;
    font-size: 14px;
    font-style: normal;
    outline: none;
}

/* input grey */
input[type=password].input-gray,
input[type=text].input-gray {
    background-color: #efefef;
    border: 1px solid #efefef;
    color: #434343;
    font-size: 14px;
    font-style: italic;
    height: 34px;
    padding: 4px;
    width: 100%;
}

input[type=password].input-gray.postal1,
input[type=text].input-gray.postal1 {
    height: 34px;
    width: 80px;
}

input[type=password].input-gray.postal2,
input[type=text].input-gray.postal2 {
    height: 34px;
    width: 60px;
}

input[type=password]:focus.input-gray,
input[type=text]:focus.input-gray {
    background-color: #FFF;
    border: 1px solid #efefef;
    color: #333;
    font-size: 14px;
    font-style: normal;
    outline: none;
}

/* input read only */

input[type=text].input-read-only {
    background-color: #FFF;
    border: 1px solid #E6E1E1;
    color: #434343;
    font-size: 14px;
    padding: 4px;
    width: 100%;
}

input[type=text].input-read-only.postal1 {
    width: 80px;
}

input[type=text].input-read-only.postal2 {
    width: 60px;
}

input[type=text]:focus.input-read-only {
    background-color: #FFF;
    border: 1px solid #E6E1E1;
    color: #333;
    font-size: 14px;
    font-style: normal;
    outline: none;
}

textarea.textarea-read-only {
    background-color: #FFF;
    border: 1px solid #E6E1E1;
    color: #434343;
    font-size: 14px;
    height: 54px;
    padding: 4px;
    width: 100%;
}

textarea:focus.textarea-read-only {
    background-color: #FFF;
    border: 1px solid #E6E1E1;
    font-size: 14px;
    font-style: normal;
    outline: none;
}


input[type=text].input-white-number {
    background-color: #FFF;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: none;
    border-left: none;
    font-size: 12px;
    font-style: normal;
    outline: none;
    padding: 4px;
    width: 100%;
}

input[type=text]:focus.input-white-number {
    background-color: #FFF;
    border: 1px solid #CCC;
    font-size: 12px;
    font-style: normal;
    outline: none;
}


textarea.textarea-gray {
    background-color: #efefef;
    border: 1px solid #efefef;
    color: #434343;
    font-size: 14px;
    height: 54px;
    padding: 4px;
    width: 100%;
}

textarea:focus.textarea-gray {
    background-color: #FFF;
    border: 1px solid #CCC;
    font-size: 14px;
    font-style: normal;
    outline: none;
}


.btn-drop {
    color: #ffffff;
    font-weight: 600;
    padding: 8px 20px 8px 20px;
    background-color: #6dadcc;
    cursor: pointer;
    width: 100%;
}

.btn-drop:hover,
.btn-drop:focus,
.btn-drop:active,
.open .dropdown-toggle.btn-drop {
    color: #ffffff;
    border: none;
    background-color: #5494b3;
    text-decoration: none;

}

.btn-dropmenu {
    -webkit-box-shadow: none;
    background-clip: padding-box;
    background-color: #6dadcc;
    border-radius: 0;
    border: none;
    box-shadow:none;
    color: #FFF;
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin-top: 1px !important;
    max-height: 460px;
    min-width: 160px;
    overflow: auto;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000;
}

.btn-dropmenu > li > a {
    color: #FFF;
    border: none;
    padding: 6px 20px;
}

.btn-dropmenu > li > a:hover {
    background-color: #3484ab;
    color: #FFF;
}

/********************************************************************************************
 Extra nav menu: login, social and search
********************************************************************************************/

.register-form .icon-notice {
    margin-top: 1px;
    font-size: 24px;
    margin-right: 3px;
}


.register-form .alert-danger ul {
    padding-left: 20px;

}

/********************************************************************************************
 Alerts
********************************************************************************************/

.alert {
    padding: 10px;
    border-radius: 0;
}

.alert .iconSize {
    margin-right: 6px;
    line-height: 24px;
}

.alert-info {
    background-color: #E0E9ED;
    border-color: #C7D6DA;
    color: #434343;
}

.icon-medium-ok {
    color: #69af18;
    font-size: 28px;
}

.alert-fail {
    color: #DC0032;
    padding: 2px 4px 0 4px;
    font-weight: 600;
}

.loading-loader {
   background: url('../images/loader.gif') no-repeat left center;
   background-position: 5px 5px;
}



/********************************************************************************************
 Folders and interactive materials
********************************************************************************************/


#folders-content {
    background-color: #EFEFEF;
    padding-top: 10px;
    padding-bottom: 10px;
}

#folders-content .title { font-size: 20px; margin-bottom: 10px;}
#folders-content .lead { font-size: 16px; margin-bottom: 16px;}

/* list folders */

#folders-content ul { list-style: none; margin: 0; padding: 0 0 0 22px;}

#folders-content li span.icon-folder { margin-right: 6px; font-size: 16px; }
#folders-content span.icon-home { margin-right: 6px; font-size: 16px; }
#folders-content span.icon-folder { margin-right: 6px; font-size: 16px; }
#folders-content span.home { margin-left: 22px;}

#folders-content li { margin-bottom: 6px; }


.interactive-materials-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.interactive-materials-list ul li.list-container {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}

.interactive-materials-list ul li:last-child.list-container {
    border-bottom: none;
    margin-bottom: 20px;
}


.interactive-materials-list .title { font-size: 20px; margin-bottom: 10px;}

.interactive-materials-list .material-title {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.2em;
}

.interactive-materials-list .material-title a {
    color: #333;
}

.interactive-materials-list .material-title a:hover,
.interactive-materials-list .material-title a:focus {
    border-bottom: 1px dotted #5BBae9;
    color: #5BBae9;
    text-decoration: none;
}

.interactive-materials-list .file-type {
    background-color: #F5F7F8;
    color: #333;
    font-size: 12px;
    padding: 6px 4px;
    text-align: left;
}

.interactive-materials-list .file-type .label {
    color:#7EA2B4;
    font-size: 10px;
    font-weight: normal;
}




/********************************************************************************************
 media Querys
********************************************************************************************/

/* -- tablet -- */
@media (max-width: 992px) {

    body { padding-top: 148px; }
    .body-expand { padding: 193px 0 0 0; }

    #nav-twitter, #nav-facebook, #nav-signUP { display: none; }

    #navLogos { margin: 20px 0; width: 170px; }
    #nav-shop { margin: 26px 0 0 0;}

    .nav > li > a { padding: 12px 13px; }
    .navLogin > li > a { padding: 12px 13px; }
    .navLogin > li > a { padding: 12px 13px; }

} /* end Media query */


/* just stick it in max width since these classes are not shared between sizes */
@media (max-width:767px) {

    body { padding-top: 83px; }

    .img-responsive-thumb {
        background-color: #FFF;
        border: 1px solid #DDD;
        height: 125px;
        line-height: 1px;
        margin-top: 10px;
        padding: 3px;
    }

    .wrapperMainNav {
        border-top: 1px solid #CCC;
        border-bottom: none;
        width: 100%;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333;
    }

    #slide-nav .container {
        margin: 0;
        padding: 0!important;
    }

    #slide-nav .navbar-header {
        margin: 10px auto 0;
        padding: 0 15px;
        float: left;
        width: 100%;
    }

    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 83%;
        top: -1px;
        z-index: 1000;
    }

    #slide-nav #slidemenu {
        background: #E0E0E0;
        border-right: 1px solid #BBB9B9;
        height: 92%;
        left: -100%;
        margin: 0;
        min-width: 0;
        padding-left: 0;
        position: fixed;
        top: -8px;
        width: 83%;
        z-index: 2;
    }

    #slide-nav #slidemenu .mobile-menu {
        border-color: transparent;
        bottom: 0;
        position: absolute;
        top: 84px;
        width: 100%;
    }


    #slide-nav #slidemenu .navbar-nav {
        margin: 0;
        min-width: 0;
        width: 100%;
    }

    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        white-space: normal;
        width: 80%;
    }

    #slide-nav {
        border-top: 0
    }

    #slide-nav.navbar-inverse #slidemenu {
        background: #333
    }

    /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
    #slide-nav #navbar-height-col {
        background: #FCFCFC;
        border-right: 1px solid #BBB9B9;
        height: 100%;
        left: -83%;
        position: fixed;
        top: 0;
        width: 83%;
    }

    #slide-nav.navbar-inverse #navbar-height-col {
        background: #333;
        border: 0;
        z-index: 1;
    }

    #slide-nav .navbar-form {
        /*fast clearfixer*/
        margin: 8px 0;
        overflow: hidden;
        text-align: center;
        width: 100%;
    }

    #slide-nav .navbar-form .form-control {
        text-align: center
    }

    #slide-nav .navbar-form .btn {
        width: 100%
    }
}


@media (min-width:768px) {
    #page-content {
        left: 0!important;
    }
    .navbar.navbar-fixed-top.slide-active {
        position: fixed;
        overflow: hidden;
    }
    .navbar-header {
        left: 0!important
    }
}

/* -- mobile -- */

@media (max-width: 400px) {

    .clear-padding-form { padding: 0 15px !important; }

    input {-webkit-appearance: none;}

    .body-expand { padding: 84px 0 0 0; }

    /* -- typography --*/
    .medium-title { font-size: 18px; margin: 0 0 5px; }


    /* -- top navigation menu --*/
    #navLogos { margin: 4px 28px 10px 28px; width: 170px; }

    .navbar-collapse { max-height: none; }
    .mob-shopping-cart { float: right; margin-top: 14px;}

    .margin-block-container { margin-bottom: 25px; }

    .wrapperMainNav {
        border-top: 1px solid #CCC;
        border-bottom: none;
        width: 100%;
    }

    /*#slidemenu .keep-open-mobile { display: block !important;}*/
    #slidemenu .dropdown-submenu:hover > .dropdown-menu { display: none; }
    #slidemenu .dropopen-mobile > a { background-color: #2da7a1;}
    #slidemenu .search-container { margin-top: 25px;}

    #slidemenu .quick_search input[type=text] {
        background-color: #FFF;
        background-image: none;
        height: 43px;
        text-indent: 0;
    }

    .navbar-nav > li.text-menu a { border-right: transparent;}
    #slidemenu .multi-level { background-color: #7ACCC8;}
    #slidemenu .multi-level a { color: #333;}

    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        padding: 6px 20px 6px 14px;
        width: 100%;
    }

    #slide-nav .dropdown-submenu > a:after {
        color: #FFF;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    #slide-nav .dropdown-submenu:hover > a:after { color: #FFF; }
    #slide-nav .dropopen-mobile .text-submenu { margin-left: 15px; }
    #slide-nav .menu-bottom { bottom: -26px; position: absolute; width: 100%}

    #book-detail .book-price-container { margin-top: 20px; }

    /* -- right highlight column --*/
    .col-main-right .tile-lines { margin: 0; }


    .img-responsive-thumb {
        background-color: #FFF;
        border: 1px solid #DDD;
        height: 100px;
        line-height: 1px;
        margin-top: 10px;
        padding: 3px;
        max-width: 72px;
    }

    .book-home .divider-book-V {
        background-image: none;
    }

    .book-home .divider-mob-H {
        margin-bottom: 11px;
        padding-bottom: 16px;
        border-bottom: 1px solid #e0e0e0;
        clear: both;
    }

    /* -- footer -- */
    .footer-copyright { text-align: left; }
    .txt-buzzid { text-align: left; }

    /* -- shopping list -- */

    #mobile-shopping td {
        padding: 8px 0;
        border-bottom: 1px solid #CCC;
    }

    #mobile-shopping .text-list {
        padding: 4px 0;
        font-weight: 600;
    }

    #mobile-shopping .text-list.price { color: #d9534f }

    #mobile-shopping .label-list {
        width: 90px;
        padding: 4px 0;
    }

    #mobile-shopping .label-list.quantity {
        width: 90px;
        padding: 8px 0;
    }

    #mobile-shopping tr.bottom-row td {
        background-color: #EEE;
        padding: 2px 8px 8px 8px;
        border: none;
    }

    #mobile-shopping tr.bottom-row td .text-alert {
        margin-bottom: 10px;
    }

    #mobile-shopping .btn-cancel-simple { padding: 0px 12px 6px !important; }

    #buy-container h2 { margin: 0; }

    .buy-address .title { font-size: 16px; padding: 6px 0; }

    .buy-address label { padding: 6px 16px; }

    .buy-address .title-form { color: #13B9DE; font-size: 18px; padding: 0; }


    .carousel_ul { left: -342px; }
    .carousel_ul li{ padding: 0; }


    /* -- alerts -- */

    .register-form .text-alert {
        width: 200px;
    }


    /* -- modal window --*/

    .modal-dialog {
        width: 94% !important;
    }


} /* end Media query */


/* --------------------- BOOKS LIST -------------------- */

.EZ_containerBooks {
    float:left;
    margin:0px 0px 15px 0px;
    width: 100%;
}

.EZ_containerBooksHalf  {
    float:left;
    width: 50%;
}

.EZ_containerBooks.last-one .EZ_containerBooksHalf {
    width: 100%;
}

.divider {
    border-bottom: 1px dashed #ced9d9;
    float: left;
    height: 5px;
    width: 320px;
    margin-bottom: 5px;
}

.dividerFull {
    border-bottom: 1px dashed #ced9d9;
    float: left;
    height: 5px;
    width: 960px;
    margin: 15px 0px;
}

/* --------------------- END BOOKS LIST -------------------- */


.modal-body img {
    width: 100%;
}

.EZ-pl-login-mobile {
    position: absolute;
    background-color: #fcfcfc;
    left: 0px;
    right: 0;
    z-index: 2;
    top: -8px;
    height: inherit;
    padding: 4px 8px;
}

.EZ-pl-login-mobile .pull-left{
    float: none !important;
}

.digital-list {
  padding: 0;
  margin: 10px 0;
}
.digital-list li{
  list-style: none;
  padding: 10px;
  clear: both;
  border-bottom: 1px solid #EEE;
}
.digital-list li:last-child{
  border-bottom: none;
  margin-bottom: 20px;
}
.digital-list li .img-container{
  margin-right: 20px;
  display: inline-block;
  width: 50px;
}
