@import url('https://fonts.googleapis.com/css?family=Open+Sans:light,regular,regularitalic,bold,bolditalic');
@import url('https://fonts.googleapis.com/css?family=Roboto:light,regular,regularitalic,bold,bolditalic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

body{
  letter-spacing: .2px;
  font-family: 'Roboto','Open Sans',Trebuchet,Helvetica,sans-serif;
}
a {
    color: #007dc3;
}
a:active, a:hover {
    outline: 0;
}
a:hover {
    color: #0fa0ce;
}
img {
    border: 0;
    max-width: 100%;
}
main.main {
    min-height: calc(100vh - 175px) !important;
}
.content {
    min-height: calc(100vh - 400px) !important;
}
.section {
    display: block;
}
h4 {
    font-weight: 600;
}
.form-control {
  color: #555;
  margin-bottom:10px;
}
.section-body ol {
  margin-left:40px;
}
.section-body .long-text p {
  text-indent:20px;
}
.button, .btn, .btn.btn-primary, .button-secondary, .button-primary {
  font-family: 'Roboto Slab','Sanchez','Lato', Arial,sans-serif;
}
.btn.btn-default {
    background: #e03c31;
    color: #fff;
}
.btn.btn-default:hover {
    color: #fff;
    background: #a82d25;
}
.btn.btn-primary {
    color: #fff;
    background: #78be20;
}
.btn.btn-primary:hover {
    color: #fff;
    background: #5c9732;
}
.button, button, .btn, .button-secondary, .button-primary,
.btn.button-secondary, .btn.button-primary{
    display: inline-block;
    padding: 6px 12px;
    color: #555;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    text-transform:uppercase;
}
.button-secondary, .btn.button-secondary {
  color: #fff;
  background-color: #007dc3;
  border-color: #007dc3;
}  
.button-primary, .btn.button-primary {
  color: #fff;
  background-color: #78be20;
  border-color: #78be20;
}
.button-primary:hover, .button-primary:focus,
a.button-primary:hover, a.button-primary:focus{
  background-color:#5c9732;
  color:#fff;
  text-decoration:none;
}
.button-secondary:hover, .button-secondary:focus
.btn.button-secondary:hover, .btn.button-secondary:focus{
  color:#fff;
  background-color:#005c8f;
}
.btn-small, .btn.btn-small {
    font-size: 12px;
}

/*# Master #*/
.promo-subs {
    padding-top: 8px;
}
.promo-subs a{
    display: block;
}
.promo-subs a span{
    width: 100%;
}
.promo-subs .btn.btn-promo{
    color: #fff;
    border-color: #fff;
    background: #00c7b1;
}
.promo-subs.slide-buttons {
    margin: 0;
}
.promo-subs .btn-promo {
    padding-left: 26px;
    padding-right: 26px;
}
.slider .promo-subs.slide-buttons {
  justify-content: flex-end;
}
.header-row {
  min-width: 256px;
  padding-top:0;
}
.header {
    padding: 17px 0 0;
}  
.nav.nav-pills>li {
  font-size: 21px;
  font-weight: normal;
  font-family: 'Roboto Slab', 'Sanchez',Arial,serif;
  text-transform: none;
  letter-spacing: 0;
}
.personal_acc_top, .enter_personal_acc_top {
    display: inline-block;
}
a.btn.button-personal_account {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    border: 0;
    line-height: 21px;
    padding: 6px 12px;
    font-size: 15px;
}
.btn.btn-default.button-personal_account {
    margin-right: 10px;
}
.personal_acc_top_uk-ua a.btn.button-personal_account {
    padding: 6px 19px;
}
.socials {
    margin: 10px 0;
    text-align: right;
}
.socials ul:after, .socials:after {
    clear: both;
    content: "";
    display: table;
}
.socials a:hover{
  color:#fff;
}
.socials a.link-instagram {
    background-color: #cd486b;
}
.socials a.link-vk {
    background: #486a8d;
}
.loginForSubscribers .nav.nav-pills {
    text-align: left;
    white-space: nowrap;
}
.ContentBody .wrapper .nav > li > a {
  padding: 0 18px;
}
.navbar-toggle .icon-bar{
  display: block !important;
}
footer .copy {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  font-family: 'Roboto','Open Sans',Trebuchet,Helvetica,sans-serif;
}
.column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
footer nav {
    text-align: center;
    padding-top: 12px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.footerMenu a {
    color: white;
}
footer .sponsors {
    margin-top: 10px;
    text-align: center;
}
footer .sponsors div {
    display: inline-block;
    margin-right: 10px;
}
footer .sponsors div img {
    display: block;
    max-height: 60px;
}
.nav.nav-pills .dropdown-menu .sub-menu {
    font-family: 'Roboto', 'Open Sans', Trebuchet, Helvetica, sans-serif;
    font-size: 15px;
    display: grid;
    line-height: 1.5;
    font-weight: 400;
    text-transform: initial;
}
.nav.nav-pills .dropdown-menu .sub-menu a:hover {
  text-decoration: underline;
  outline: 0;
  color: #002d72;
}
.nav.nav-pills>li.open>a, .nav.nav-pills>li>a:hover {
    color: #fff;
    background-color: #00c7b1!important;
}
.breadcrumb-holder {
    background-image: none;
    background-color: #007dc330;
}
.breadcrumb-holder, .breadcrumb-holder a, .breadcrumb>.active {
    line-height: 1.67;
    font-size: 12px;
    color: #3e66a5;
}
.breadcrumb-holder>.container {
    padding-top: 2px;
    padding-bottom: 2px;
}
.breadcrumb-holder a {
    font-weight: bold;
}
.logo.logo_ru-ru {
  background-image: url('/App_Themes/PJLibraryNew/img/PJ Library Russian_blue_web.png');
}
.logo.logo_uk-ua {
  background-image: url('/App_Themes/PJLibraryNew/img/PJ Library Ukraine_blue.png');
}
@media screen and (max-width: 991px) {
  .logo.logo_ru-ru, .logo.logo_uk-ua {
    background-image: url('/App_Themes/PJLibraryNew/img/logo-ua-white.png');
    width: 170px;
    height: 48px;
  }
  .logo {
    position: relative;
    top: -12px;
    margin: 0;
  }
  .nav-holder.collapse.in {
    width:280px;
  }
  .nav > li > a{
     padding: 15px 10px !important;
     font-size: 19px;
  }
  .nav.nav-pills .dropdown-menu a {
    margin-top: 1px;
    border: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 479px) {
  .logo {
    width: 150px;
    height: 48px;
  }
}
@media (min-width: 550px) {
  .column:first-child, .columns:first-child {
      margin-left: 0;
  }
}
.searchBox {
    text-align: right;
    margin: 10px 10px 7px 0;
    display: inline-block;
    min-width: 226px;
}
.searchBox input[type="submit"].search-button {
    background: url('/App_Themes/PJLibraryNew/img/search-icon.PNG');
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    padding: 0px;
    width: 34px;
    height:32px;
    border: none;
}
.searchBox .form-control {
    display: inline-block;
    max-width: 187px;
    text-align:left;
    padding: 7px 10px;
}
@media screen and (max-width: 991px) {
  .searchBox .form-control {
    max-width: 181px;
    margin-bottom:0;
  }
}
/*# Home #*/
.slider .container {
  padding: 0;
}
.slider .slides, .slide {
    list-style: none outside none;
}
.slider .slide-content {
    width: 44%;
    float: right;
    text-align: right;
    font-family: 'Roboto Slab','Sanchez',arial,sans-serif;
}
.slide-text-overlay {
  background: rgba(100,100,100, 0.5);
  padding: 20px 20px 20px 10px;
}
.slider .slide-content h2 {
    text-shadow: 8px 0px 15px rgb(0, 0, 0);
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 2px;
    font-family: 'Roboto Slab','Sanchez',arial,sans-serif;
    font-weight: 600;
}
.slide-content div {
    text-align: right;
}
.slide-content div p {
    color: white;
    font-size: 18px;
    margin: 0;
    text-shadow: 8px 0px 15px rgb(0, 0, 0);
}
.slider .slide-buttons {
  margin-top: 20px;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-flow: row;
  -webkit-flex-flow: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.slider .slide-buttons .btn-default,
.slider .slide-buttons .btn-primary {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    padding: 6px 12px;
}
.slider .slide-buttons_uk-ua .btn-default,
.slider .slide-buttons_uk-ua .btn-primary{
  padding: 6px 26px;
}
.feature .feature-title .ico {
    display: none;
}
span.featureNesting {
    font-size: 25px;
    display: block;
    text-align: center;
    font-family: 'Roboto Slab','Sanchez','Lato', Arial,sans-serif;
    line-height: 1.2;
    text-transform: none;
}
.teaser img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.home-list .teaser img {
    height: 280px;
    width: auto;
    max-width: 100%;
}
@media screen and (max-width: 1199px) {
   .slider .slide-buttons .btn{
      font-size:16px;
   }
  .slider .slide-buttons {
    margin-top: 20px;
  }
  .promo-subs.slide-buttons {
    margin-top: 0;
  }
  .slider .slide-content h2 {
    font-size:28px;
  }
  .slide-content div p{
    font-size:18px;
  }
  .ContentBody .wrapper .nav > li > a {
      padding: 0 11px;
  }
}
@media screen and (max-width: 992px) {
  .slider .container {
     padding: 0 15px;
   }
  .slider .slide-content{
    width:100%;
    background:none;
  }
  .slider .slide-content .slide-text-overlay {
    width: 47%;
    float: right;
    padding: 20px 20px 0 10px;
    margin-bottom: 10px;
  }
  .slider .slide-buttons {
    justify-content: flex-end;
    width: 100%;
  }
  .slider .slide-buttons .btn-default {
    margin-right:10px;
  }
  .slider .slide-buttons .btn {
    font-size: 20px;
  }
} 
@media screen and (max-width: 768px) {
  .slider .slide-content h2 {
    font-size: 22px;
  }
  .slider .slide-buttons .btn {
    font-size: 14px;
  } 
}
@media screen and (max-width: 599px) {
  .slider .slide-content h2 {
    font-size: 11px;
  }
  .slider .slide-buttons .btn {
    font-size: 10px;
  }  
  .slider .slide-content .slide-text-overlay {
    padding: 10px 10px 0 10px;
  }
}  
@media screen and (max-width: 400px) {
  .slider .slide-content .slide-text-overlay {
    margin-bottom: 0px;
  }
  .slide-buttons {
    margin-top: 0px;
    padding-top: 0px;
  }
  .slider .slide-buttons .btn {
    padding-top: 2px;
    padding-bottom: 2px;
    height: 20px;
  }
}
/*# About & co #*/
.sidebar {
    margin-left: 0;
    min-height: 0!important;
    box-shadow: none;
}
.sidebar .widget-head-container {
    padding-top: 40px;
}
.sidebar .widget-head {
    padding: 10px 20px;
    background-color: #00c7b1;
}
.sidebar .widget-head > a{
  text-decoration:none;
}
.sidebar .widget-title {
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    font-family: 'Roboto Slab','Sanchez','gill_sansbold',sans-serif;
}
.widget-body a {
    display: block;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #cce5f3;
    padding: 5px 10px;
    margin: 0 3px;
    font-size: 1.1em;
    font-family: 'Roboto','Open Sans',Trebuchet,Helvetica,sans-serif;
}
.widget-body a:last-child {
    margin-bottom: 0;
    border-bottom: 0 none;
}
.widget-body a:hover {
  text-decoration: underline;
  outline: 0;
}
.widget-body a.active, .widget-body a:hover {
    color: #00c7b1;
}
.section .section-title, .page-title h1, .book-details h1 {
    color: #e03d31;
    font-family: 'Roboto Slab', 'Sanchez', 'gill_sansbold', sans-serif;
}
.section-body {
    font-size: 15px;
    line-height: 20px;
    color: #152646;
}
.section-body strong{
   word-break: break-word;
}
.list.sponsors h2 {
    margin-bottom: 10px;
}
/*# Subscriptions #*/
.promo-radio-buttons {
    margin-left: 20px;
    margin-bottom: 30px;
}

.subscriptionTypes .row {
  display: flex;
  flex-wrap: wrap;
}
.subscriptionType {
    margin: 10px 0 40px;
}
.subscriptionType img {
    float: left;
    width: 120px;
    height: auto;
    padding-right: 10px;
}
/*# Books #*/
.sponsor-left-side img {
  max-height:110px;
}
div#books-result-list {
    margin-top: 30px;
}
.dropdown-filter-wrapper {
    margin-bottom: 10px;
}
.dropdown-filter-wrapper .dropdown-menu {
  width:100%;
  padding: 10px;
}
.dropdown-filter-wrapper .dropdown-menu .clear-this {
  text-transform: uppercase;
  margin-left: 15px;
}
.dropdown-filter-wrapper .dropdown-menu label.filter-item-label {
  padding: 3px 0;
  font-size: 14px;
  vertical-align: bottom;
  font-weight: normal;
}
.dropdown-filter-wrapper .dropdown-menu input[type="checkbox"] {
  margin-top: 0;
  margin-right: 5px;
  top: 2px;
  position: relative;
}
.dropdown-filter-wrapper .dropdown-menu>ul {
    list-style: none;
    margin-left: 0px;
    max-height: 250px !important;
    height:auto;
    overflow: auto;
}
.filter-option {
  text-transform: uppercase;
  font-size: 12px;
}
.dropdown-filter-wrapper .dropdown-toggle, .dropdown-filter-wrapper .dropdown-toggle:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    width: 100%;
} 
.caret {
  margin-top:7px;
}
.caret.caret-up {
    border-top-width: 0;
    border-bottom: 4px solid #000;
}
.checkedFilter {
    background-color: #007dc3 !important;
    color: #fff !important;
}
.act-load-more, .act-load-all, .act-clear-all {
  text-transform: uppercase; 
  font-size: 16px;
  font-weight:bold;
}
.load-buttons{
  font-size:17px;
}
.book .book-overlay a {
    color: #fff;
}
.book .book-overlay a:hover{
    text-decoration:none;
}
.book .book-overlay .video-ref {
    margin-top:10px;
}
.book .book-image{
  background-image: url(/pjl/i/loading.gif);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}
.book .book-title:hover{
  text-decoration:underline;
}
.books-age-range-desc {
    margin: 50px 0;
}
.books-age-range-desc .teaser {
    float: left;
    padding: 0 20px 20px 0;
}
.books-age-range-desc .teaser img {
  width: 150px;
  height: auto;
}
.section-body .list .row,
.section-body .typeDetails .row {
    margin: 0;
}
aside.sidebar .content {
    min-height: 0!important;
  padding: 10px;
}
.tags-body {
    padding: 15px 15px 0 15px;
}
.books .row{
      display: flex;
    flex-wrap: wrap;
}
a.book {
    display: block;
}
.book {
    position: relative;
    margin-bottom: 15px;
    -webkit-perspective: 600px;
    perspective: 600px;
}
.book-container {
    max-width: 330px;
    min-width: 150px;
    float: none;
    margin: 0 auto;
}
.book .book-overlay {
  line-height: 1.4;
  font-size:14px;
}
.book-overlay .summary span {
    color: white !important;
}
.book-overlay .clear {
    padding-bottom: 10px;
}
p#display-controls {
    margin: auto;
}
.subscriptionButton {
    margin: 20px 0;
    text-align: center;
}

.vkShareButton {
    position: relative;
    top: -3px;
    background-color: #5f83aa;
    border: 0 none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px;
    padding-right: 21px;
    padding-left: 7px;
    display: inline-block;
    height: 20px;
    font-size: 1.1rem;
    font-family: tahoma,verdana,arial,sans-serif,Lucida Sans;
    line-height: 1.6rem;
    text-decoration: none;
    color: white;
}
.vkShareButton:after {
    content: '';
    display: block;
    width: 16px;
    height: 15px;
    background-image: url(//vk.com/images/icons/share_logo.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 3px;
    right: 2px;
}
/*.book-header .left h1,*/
.header-get-up h1{
    margin-top: -32px;
}
.book-details .author,
.book-details .pictures,
.book-details .translator{
    font-weight: bold;
}
.book-details .month {
    margin-top: 20px;
}
.book-details .desc {
    padding-top: 20px;
}
.additional {
    padding: 20px 0;
}
.additional h3 {
  font-weight: bold;
}
.list .item {
  border: 7px solid #fff;
  min-height: 85px;
  margin-bottom: 18px;
  padding: 10px 15px;
  box-shadow: 2px 2px 2px #d4d7da;
  -webkit-box-shadow: 2px 2px 2px #d4d7da;
  -moz-box-shadow: 2px 2px 2px #d4d7da;
  font-size: .9em;
  box-shadow: 0px -1px 30px -1px rgba(132, 192, 225, .5);
}
.list .item .teaser {
  display: block;
  float: left;
  max-width: 30%;
  margin-right: 10px;
  margin-bottom: 5px;
}
.list .item .teaser img {
  max-width: 100%;
  display: block;
  height: auto;
}
.list .item .title {
    font-size: 1.2em;
    color: #4b6ba6;
    line-height: normal;
}
.month i {
    display: none;
}
.comments {
    text-align: center;
    margin-top: 15px;
    border-top: solid 2px silver;
    padding-top: 15px;
}

/*# Teachers an families #*/
.teacher-filters {
  margin-bottom: 20px;
  font-family: 'Roboto Slab','Sanchez','Lato',Arial,sans-serif;
}
.teacher-filters .content {
    box-shadow: none;
    padding: 0;
    min-height: initial !important;
}
.teacher-filters .container {
    width: inherit;
    padding: 0;
    margin: 0 -15px;
}
.teacher-filters label {
    display: none;
}
.teacher-filters select {
  background-color: transparent;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 5px 12px;
  border-radius: 4px;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  z-index: 10;
  text-transform:uppercase;
}
.teacher-filters .teacher-filter-option {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  margin: 5px 0;
  width: 100%;
  border: 1px solid #ccc;
}
.teacher-filters .teacher-filter-option::after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 5;
}
.teacher-filters select option {
    background: white;
    color: black;
}
/*# Donate #*/
div#blago-ru-widget iframe {
    height: 340px !important;
}
/*# Subscribe #*/
.content.subscription {
  display: flex;
}
.subscriptionForm .row {
  margin: 0;
}
.iconSubscriptionStar {
    width: 40px;
    height: 43px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/pjl/i/subscribeStar.png);
}
.iconSubscriptionBook {
    width: 40px;
    height: 37px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/pjl/i/subscribeBook.png);
}
.subscriptionForm .progress .row {
    height: 8px;
    border-bottom: 1px solid black;
    display: block;
    float: left;
    width: 24%;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.subscriptionForm label{
 margin-bottom:0;
}
.subscriptionForm .btnSaveChan .button-primary,
.subscriptionForm .btnAdd > .button-primary,
.subscriptionForm .btnSaveChan .button-secondary {   
    margin: 15px 0;
}
.subscriptionForm input[type=text].house, 
.subscriptionForm input[type=text].appartment, 
.subscriptionForm input[type=text].housing{
    width: 32%;
    float:left;
}
.subscriptionForm input[type=text].house,
.subscriptionForm input[type=text].appartment{
  margin-right:2%;
}
.address input[type=text].house, 
.address input[type=text].appartment, 
.address input[type=text].housing {
  margin-top:0;
}
.error{
  color:red;
}
.subscriptionForm .input-margin-small,
.subscriptionForm input[type="text"].input-margin-small{
  margin-bottom:2px;
}
.subscriptionForm select.form-control {
    padding: 8px 10px;
    margin: 10px 0 0;
    font-size: 13px;
}
.subscriptionForm .list-group.dropdown-list {
  margin:0;
}
.phone-input {
    display: flex;
   display: -webkit-flex; /* Safari */
   flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
}
.phone-input > input[type="text"] {
    margin-left: 10px!important;
}
/*# Log in #*/
.log-in .container {
  width: initial;
}
.log-in .row {
  margin-top: 10px;
}
.log-in .one-half {
  width: 48%
}
.log-in .one-half:nth-of-type(2) { 
  margin-left: 4%; 
}
/*# Password reset #*/
@media (max-width: 500px) {
  .pwd-reset .btn.btn-primary {
      font-size: 16px;
  }
}
/*# Search #*/
.search .button-primary.btn.btn-primary {
  width: initial;
    margin: 0 auto;
    display: block;
}

/*# Left menu#*/
.sidebar a.tooltip {
    position: relative;
    opacity: 1;
  z-index: 1;
}
.sidebar span.tooltiptext {
}
.sidebar a.tooltip:hover .tooltiptext {
    display: block;
    visibility: visible;
    opacity: 1;
}
.sidebar a.tooltip .tooltiptext {
    /*margin-top: 112px;*/
    display: none;
    visibility: hidden;
    width: 170px;
    background-color: #007dc3;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -10px;
    right: -170px;
    opacity: 0;
    transition: opacity .3s;
    font-size: 13px;
}
.sidebar a.tooltip .tooltiptext:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #007dc3 transparent transparent;
}
.sidebar a.new-sticker:after {
    content: " ";
    background-image: url(/pjl/i/new_sticker.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
}
.select-wrapper {
    position: relative;
}
select#community-select {
    background-color: transparent;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 10px 20px;
    border-radius: 4px;
    width: 100%;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #007dc3;
    z-index: 10;
}
.select-wrapper:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 5;
}
.book-details .rating{
    margin-top: 10px;
    font-size: 18px;
}
.book-details .rating span.rating-value {
    font-size: 14px;
    padding-left: 5px;
}
/*# My Books#*/
.list.books-with-rating>.row {
  margin: 0 -15px;
}
.paging-container {
  margin-bottom: 30px;
}
.list.books-with-rating .item .teaser{
  max-width: 50%; 
}
.list .item.book .month {
    color: #e87129;
}
.list .item.book .month i {
    display: none;
}
.item.book .form-label {
    font-size: 1em;
    color: #4b6ba6;
    line-height: normal;
    display: block;
    margin-top: 10px;
    font-style: italic;
}
label[for].check-item {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin: 7px 30px 10px 0;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.1em;
}
label[for] {
    display: inline;
    font-weight: normal;
    padding-left: .5rem;
    margin: 0;
}
label[for].check-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
label[for].check-item .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #4b6ba6;
}
label[for].check-item input:checked~.checkmark:after {
    display: block;
}
label[for].check-item .checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 12px;
    border: solid #d81f41;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
label[for].check-item .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.star, .star-filled {
    width: 23px;
    height: 23px;
    font-family: 'Core-icons';
    color: #fc0;
    font-size: 18px;
}
.star:before {
    content: "";
}
.star-filled:before {
    content: "";
}
.item.book .form-label~textarea {
    width: 100%;
    margin: 7px 0 0;
    resize: none;
    min-height: 55px;
  background-color: white;
}
.item.book input[type="submit"].button-primary {
  margin-top: 10px;
  margin-bottom: 0;
}


/*# Address #*/
.address .container {
  width: initial;
}
.address .one-half {
  width: 48%;
}
.address .row .one-half:nth-of-type(2) {
  margin-left: 4%;
}
table td, table th {
    text-align: center; 
    vertical-align: middle;
    padding: 5px 10px;
}
table tr {
    border-bottom: 1px dashed #ccc;
}
.address .column {
    padding: 0 15px;
}
/*# Children #*/
.children .container {
  width: initial;
}
.children .one-half {
    width: 50%;
    margin-top: 10px;
    padding: 0 10px;
}
.children img.ui-datepicker-trigger {
    position: relative;
    top: -36px;
    float: right;
    right: 8px;
}
.children input[type="radio"] {
  margin-left: 16px;
  margin-right: 6px;
  position:relative;
}
.children .radio {
    display: inline-block;
}
/*# Personal #*/
.personal .message,
.address .message{ 
  text-align: center;
  margin: 10px 0;
  color: #c3c618;
}
.personal .container {
  width: initial;
}
.personal .radio {
  margin:0;
}
.personal input[type="radio"] {
  margin-left: 16px;
  margin-right: 6px;
}
/*# Password #*/
.password .container {
  width: initial;
}
/*# Loading #*/
div#loadingIndicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(153,153,153,.6);
    z-index: 1000002;
    display: none;
}
div#loadingIndicator>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
}

@media screen and (max-width: 599px) {
  div#loadingIndicator>img{
    left: 47%;
    width: 25px;
  }
}

.dropdown.language-selection {
    float:right;
    margin-top: 10px;
    margin-left: 13px;
}
.dropdown.language-selection > a {
    background: #007cc2;
    color: #fff;
    padding: 0 7px;
    display: block;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3);
    border-radius: 4px;
    font-family: 'Roboto Slab','Sanchez','Lato', Arial,sans-serif;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
}
.dropdown.language-selection > a >.caret {
    margin-top: 0;
}
.dropdown.language-selection ul.dropdown-menu {
    right: 0;
    left: auto;
    min-width: 45px;
}
.dropdown.language-selection .dropdown-menu>li>a {
    padding: 3px 8px;
    color: #007dc3;
}
.dropdown.language-selection .dropdown-menu>li>a:hover {
    background: none;
    color: #c3c618;
}
.language-selection-mobile {
    float: left;
    border-left: 1px solid #5c709f;
    padding: 20px 0;
}
.language-selection-mobile>ul>li {
    display: inline-block;
}
.language-selection-mobile>ul>li>a.selected-culture {
    color: #a6a5a5;
}
.language-selection-mobile>ul>li>a {
    color: #fff;
    font-size: 19px;
    padding: 4px 12px;
}

@media (max-width: 479px) {
.search-secondary .ico {
    width: 28px;
    height: 32px;
 }
 .socials-secondary li {
    margin: 0 10px;
    font-size: 38px;
 }
}

.ico-user{
  background-image:url(/pjl/i/user2.png);
  width: 30px;
  height: 26px;
  margin-bottom:3px;
}

.men-span{
  color:#fff; 
  margin-left:10px;
}

.radioBtn input[type="radio"] {
    top: 0 !important;
}
.marginTop{
  margin-top:15px;
}
.addscroll{
  overflow-x: scroll;
}
.filter-align .row{
  width: 100%;
  margin: 0px 0px 0 0 !important;
}
.books-age-range-desc .summary {
    font-weight: bold;
}
.current-year {
    display: block;
    text-align: center;
    font-weight: bold;
}
.checkbox {
    margin: 0;
    margin-left: 20px;
    margin-bottom:10px;
}
.book-image .sticker {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 85px;
    overflow: hidden;
}
.book-image .sticker .red-stripe {
    background: red;
    color: #fff;
    transform: rotate(45deg);
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1;
    position: relative;
    top: 22px;
    right: -25px;
    text-align: center;
}

.address-actualization .btn {
  font-size:14px;
}

.address-actualization .inputs,
.address-actualization .error {
  margin-top: 10px;
}

.row.address-actualization {
      margin-top: 30px;
} 

.data-actualized {
  margin-top: 15px;
}
.data-actualized label {
  margin-left: 9px;
  font-weight: 600;
}

/*.personal_acc_top .promo-subs,
.slide-content .promo-subs{
  display: none;
}*/