/* This is Reading page stylesheet */

/* HEADER IMAGE
---------------------------------------*/
.header {
  height: 500px;
}
.header-image {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/**Header Responsive***/
@media(min-width:480px) and (max-width:767px) {
    .header {
      height: 400px;
    }
}
@media(min-width:50px) and (max-width:479px) {
    .header {
      height: 300px;
    }
}
/* END HEADER IMAGE
---------------------------------------*/

/* QUOTE SECTION
---------------------------------------*/
.aboutquote-pad {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
}
/***About Quote Section Responsive***/
@media(min-width:640px) and (max-width:767px) {
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:480px) and (max-width:639px) {
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:320px) and (max-width:479px) {
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:50px) and (max-width:319px) {
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* END QUOTE SECTION
---------------------------------------*/
.headerstyle {
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.liststyle {
  color: #000099;
  margin-bottom: 20px;
}

.liststyle-title {
  margin-bottom: 0;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  font-weight: 400;
}

.liststyle-subtitle {
  margin-bottom: 3px;
  margin-top: 5px;
}

.age-group {
  margin-top: 5px;
}

.age-group-list {
  margin-top: -10px;
}

.author-style {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.nav > li > a {
  color: inherit;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #000099;
}

.dl-horizontal {
  padding-top: 0;
}

.dl-horizontal > dt {
  text-align: left;
  width: auto;
  padding-right: 5px;
}

.dl-horizontal > dd {
  margin-left: 0;
}

.hr-narrow {
  margin-top: 10px;
  margin-bottom: 10px;
}

.caret-toggle {
  font-size: 16px;
}

.caret-closed {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.caret-opened {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 3px 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#age12 {
  margin-left: 10px;
}

#age13 {
  margin-left: 10px;
}

#age14 {
  margin-left: 10px;
}

#adult {
  margin-left: 10px;
}
.thumb-border {
  border: 1px solid;
}
/**Reading Thumbnail Responsive***/
@media (min-width:480px) {
  .thumb-offset {
    height: 220px;
  }
}
@media (min-width:400px) and (max-width:479px) {
  .thumb-offset {
    font-size: 75%;
    height: 160px;
  }
}
@media (min-width:50px) and (max-width:399px) {
  .thumb-offset {
    font-size: 75%;
    height: 150px;
  }
}
