/* =========================
Variables
===========================*/
/* =========================
Variables
===========================*/
/* =========================
Mixins
===========================*/
/* =========================
Basic styles
===========================*/
body {
  background: #f3f5f5 url('../img/normal/background.png') repeat left top;
  margin: 0;
  padding: 0;
}
*::selection {
  background: #ec4d38;
  color: white;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
blockquote,
sup {
  font-family: 'Volkhov', serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #3b4b5b;
}
a {
  color: #0981b3;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #ec4d38;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #1496cc;
  font-weight: bold;
}
h2 {
  font-size: 27px;
  line-height: 32px;
  font-weight: bold;
  font-style: italic;
}
h3 {
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  font-weight: bold;
}
h4 {
  font-size: 32px;
  line-height: 37px;
  margin: 40px 10px;
  text-align: center;
}
section {
  margin-top: 48px;
}
.green {
  color: white;
  background-color: #468c20;
}
.blue {
  color: white;
  background-color: #0981b3;
}
.black {
  color: white;
  background-color: #243339;
}
em {
  color: #1496cc;
}
/* =========================
Header
===========================*/
header {
  width: 100%;
  height: 120px;
  background: #243339 url(../img/normal/background-arrow-bottom.png) repeat-x left bottom;
  color: white;
  border-top: 9px solid #1496cc;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  header {
    background-image: url('../img/getina/background-arrow-bottom.png');
    background-size: 11px 6px;
  }
}
.logo {
  display: block;
  float: left;
  margin: 38px 0 32px 0;
  padding: 0;
  text-indent: -9999px;
  background: transparent url(../img/normal/logo.png) no-repeat left top;
  width: 148px;
  height: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .logo {
    background-image: url(../img/retina/logo.png);
    background-size: 148px 33px;
  }
}
nav {
  display: block;
  float: right;
}
nav ul {
  margin: 45px 0 0 0;
}
nav ul li {
  list-style-type: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0 10px;
}
nav ul li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  margin: 0;
}
/* =========================
Book section
===========================*/
.book-image {
  float: left;
  margin-right: 32px;
}
.small-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  display: block;
  margin-top: -16px;
}
.small-text span {
  color: #ec4d38;
}
.button {
  padding: 10px 32px;
  margin-right: 20px;
  margin-top: 0;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.button:hover {
  color: white;
  background-color: #ec4d38;
}
.button sup {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 14px;
  top: -4px;
}
/* =========================
Quotes
===========================*/
.quote {
  height: 128px;
  width: 100%;
  background: #e8e8e8 url('../img/normal/background-quote.png') repeat-x left top;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .quote {
    background-image: url('../img/retina/background-quote.png');
    background-size: 11px 128px;
  }
}
blockquote {
  text-align: center;
  display: table-cell;
  height: 128px;
  vertical-align: middle;
  width: 940px;
}
blockquote cite {
  margin-top: -15px;
  display: block;
}
/* =========================
Features / ripped paper
===========================*/
.ripped-paper {
  background: transparent url('../img/normal/background-ripped-paper.png') no-repeat 20px bottom;
  padding-bottom: 50px;
  margin-bottom: 15px;
}
.row:nth-child(2) .ripped-paper {
  background-image: url('../img/normal/background-ripped-paper2.png');
}
h4 em {
  font-weight: bold;
  color: #1496cc;
}
/* =========================
Book preview
===========================*/
.book-preview {
  margin-top: 10px;
}
.chapter {
  max-width: 280px;
  text-align: center;
}
.chapter:nth-child(2) {
  margin: 0 30px 20px 50px;
}
.chapter h5 {
  font-size: 18px;
  color: #1496cc;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: bold;
}
.chapter h6 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
}
.chapter p {
  font-style: italic;
}
.chapter .frame {
  border: 10px solid #e6e6e6;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.chapter .frame:hover {
  border-color: #ec4d38;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.chapter .frame:after {
  content: '';
  background: transparent url('../img/normal/preview-badge.png') no-repeat right top;
  position: absolute;
  width: 107px;
  height: 107px;
  top: -10px;
  right: -10px;
}
/* =========================
Download sample
===========================*/
.download-sample {
  background: transparent url('../img/normal/background-sample.png') no-repeat left top;
  width: 90%;
  height: 82px;
  padding: 25px 5%;
  margin-top: 16px;
}
.download-sample .button {
  float: right;
  margin: -65px 0 0 0;
}
/* =========================
Reviews
===========================*/
.open-book {
  margin-top: 32px;
  background: transparent url('../img/normal/open-book.png') no-repeat left top;
  width: 940px;
  height: 654px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .open-book {
    background-image: url('../img/retina/open-book.png');
    background-size: 940px 650px;
  }
}
.book-pages .b-page {
  margin-top: 14px !important;
}
.book-pages ul {
  padding: 0;
  margin: 50px 35px;
}
.book-pages ul li {
  list-style-image: url('../img/normal/bullet-quote.png');
  list-style-position: inside;
  margin: 0 0 20px 0;
  padding: 0;
}
.book-pages ul li blockquote {
  text-indent: 8px;
  text-align: left;
  font-style: italic;
  margin: 0 0 5px 0;
  display: block;
  width: 100%;
  height: 100%;
}
.book-pages ul li cite {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 35px;
  display: block;
}
/* =========================
Pricing tables
===========================*/
.table-header {
  text-align: center;
  padding: 20px 0;
  margin-top: 16px;
}
.table-header.green {
  background: #316217 url('../img/normal/table-green.png') repeat-x left top;
}
.table-header.blue {
  background: #075e82 url('../img/normal/table-blue.png') repeat-x left top;
}
.table-header.black {
  background: #10171a url('../img/normal/table-black.png') repeat-x left top;
}
.table-header p {
  color: #ffffff;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.table-header span {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.table-header span:before {
  content: '— ';
}
.table-header span:after {
  content: ' —';
}
.table-price {
  text-align: center;
  background-image: url(../img/normal/background-table-arrow-top.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  border: 1px solid #42841e;
  border-bottom: none;
}
.table-price.blue {
  border-color: #097aa9;
}
.table-price.black {
  border-color: #202d33;
}
.table-price p {
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  font-size: 64px;
  line-height: 64px;
  margin: 0;
  padding: 20px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.table-price p:before {
  content: '$';
  font-weight: normal;
  font-size: 32px;
  font-style: italic;
  margin: 0;
  padding: 0;
  line-height: 32px;
}
.table-price sup {
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
  line-height: 32px;
  top: -22px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.table-body {
  background: transparent url('..//img/normal/background-table.png') repeat left top;
}
.table-body ul {
  padding: 15px;
  margin: 0;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.table-body ul li {
  text-align: center;
  list-style-type: none;
  font-family: 'Volkhov', serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 48px;
  border-bottom: 1px solid #cfcfcf;
}
.table-body ul li:last-child {
  border-bottom: none;
}
.table-body ul li i {
  margin-right: 10px;
  margin-top: 2px;
}
.table-body ul li em {
  color: #3b4b5b;
  font-weight: bold;
}
.table-button a {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  line-height: 20px;
  display: block;
  padding: 22px 0 15px 0;
  margin: 0;
  text-align: center;
  background-image: url(../img/normal/background-table-arrow-bottom.png);
  background-repeat: repeat-x;
  background-position: left top;
  border: 1px solid #42841e;
  border-top: none;
}
.table-button a:hover {
  background-color: #ec4d38;
  border-color: #eb452f;
}
.table-button.blue a {
  border-color: #097aa9;
}
.table-button.blue a:hover {
  border-color: #eb452f;
}
.table-button.black a {
  border-color: #202d33;
}
.table-button.black a:hover {
  border-color: #eb452f;
}
footer {
  background: #243339 url('../img/normal/background-arrow-top.png') repeat-x left top;
  margin-top: 64px;
  border-bottom: 32px solid #0981b3;
  padding-top: 48px;
  padding-bottom: 16px;
  color: #ffffff;
}
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p,
footer span,
footer em {
  color: #ffffff;
}
footer img {
  margin: 0 auto;
  display: block;
  margin-bottom: 16px;
}
footer ul {
  padding: 24px 0 0 0;
}
footer ul li {
  list-style-type: none;
  margin-right: 20px;
  display: block;
  float: left;
  margin-bottom: 24px;
}
footer ul li a {
  padding: 15px;
  display: block;
  border-radius: 30px;
  margin: 0;
  background-color: #0981b3;
}
footer ul li a:hover {
  background-color: #ec4d38;
}
footer ul li a img {
  margin: 0;
  padding: 0;
}
footer .go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  color: white;
  background-color: #243339;
  padding: 10px;
  display: none;
  z-index: 9999;
}
footer .go-top:hover {
  background-color: #ec4d38;
}
/* =========================
Tablets
===========================*/
@media (min-width: 768px) and (max-width: 979px) {
  section {
    margin-top: 32px;
  }
  nav ul li {
    padding: 0 8px;
  }
  nav ul li a {
    font-size: 18px;
  }
  .ripped-paper h4 {
    margin: 30px 0 0 0;
  }
  .ripped-paper img {
    margin-top: 30px;
  }
  .chapter {
    max-width: 280px;
    text-align: center;
  }
  .chapter:nth-child(2) {
    margin: 0 0 20px 20px;
  }
  .chapter .frame:after {
    background-size: 80%;
  }
  .download-sample {
    background-size: 100%;
    height: 100%;
  }
  .download-sample h3 {
    margin-top: 4px;
    margin-bottom: 10px;
    width: 60%;
    line-height: 24px;
  }
  .download-sample .small-text {
    display: none;
  }
  .download-sample .button {
    margin-top: -56px;
  }
  .open-book {
    background: none;
    width: 100%;
    height: 100%;
  }
  .mobile-book-page ul {
    padding: 0;
    margin: 50px 35px;
  }
  .mobile-book-page ul li {
    list-style-image: url('../img/normal/bullet-quote.png');
    list-style-position: inside;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .mobile-book-page ul li blockquote {
    text-indent: 8px;
    text-align: left;
    font-style: italic;
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile-book-page ul li cite {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 35px;
    display: block;
  }
}
/* =========================
Phones
===========================*/
@media (max-width: 767px) {
  header {
    border-top-width: 5px;
    height: auto;
  }
  section {
    margin-top: 24px !important;
  }
  .container {
    margin: 0 10px;
  }
  .logo {
    margin-top: 25px;
  }
  .mobile-nav-btn {
    padding: 15px;
    border: 1px solid #41535a;
    border-radius: 5px;
    display: block;
    margin-top: 17px;
    background-color: #0981b3;
    width: 16px;
    height: 16px;
    float: right;
  }
  nav {
    float: none;
  }
  .mobile-nav {
    display: none;
    width: 100%;
  }
  .mobile-nav ul {
    padding: 0;
    margin-top: 0;
  }
  .mobile-nav ul li {
    float: none;
    clear: both;
    margin-bottom: 5px;
    padding: 0;
  }
  .mobile-nav ul li:last-child {
    margin-bottom: 25px;
  }
  .mobile-nav ul li a {
    width: 94%;
    padding: 10px 3%;
    background-color: #0981b3;
    border-radius: 5px;
    text-align: center;
  }
  .mobile-nav ul li a:hover {
    color: white;
    background-color: #ec4d38;
  }
  .book-image {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .button {
    display: block;
    margin-right: 0;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .small-text {
    margin-top: 0;
  }
  .ripped-paper {
    background-position: left bottom;
  }
  .ripped-paper img {
    display: block;
    margin: 0 auto;
    margin-top: 0;
  }
  .ripped-paper .pull-right {
    float: left;
  }
  .ripped-paper h4 {
    margin: 0;
  }
  .ripped-paper p {
    text-align: center;
  }
  .book-preview {
    margin-top: -20px !important;
  }
  .chapter {
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
  }
  .chapter:nth-child(2) {
    margin: 0 auto;
  }
  .download-sample {
    background: none;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .download-sample h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .download-sample .small-text {
    text-align: center;
  }
  .download-sample .button {
    display: block;
    margin: 0;
    float: none;
  }
  .open-book {
    background: none;
    width: 100%;
    height: 100%;
  }
  .mobile-book-page ul {
    padding: 0;
    margin: 24px 10px;
  }
  .mobile-book-page ul li {
    list-style-image: url('../img/normal/bullet-quote.png');
    list-style-position: inside;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .mobile-book-page ul li blockquote {
    text-indent: 8px;
    text-align: left;
    font-style: italic;
    margin: 0 0 5px 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile-book-page ul li cite {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 35px;
    display: block;
  }
  footer ul {
    padding-top: 24px;
  }
  footer ul li {
    margin-right: 5px;
    margin-bottom: 24px;
  }
  footer ul li a {
    padding: 10px;
  }
  footer .go-top {
    right: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 8px;
  }
}
