@font-face {
  font-family: "century";
  src: url("fonts/gothic.ttf");
}
.enabledRsp {
  display: none;
}
.borderRad10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.borderRad5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.borderRad10bottom {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.menuBackground {
  background-image: url("../images/menu.png");
  background-repeat: no-repeat;
}
.wthOutBar:after {
  content: "" !important;
}
.flash {
  opacity: 0;
  transition: opacity 0.8s ease;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: #000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}
ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
strong {
  font-weight: bold;
}
.fRight {
  float: right !important;
}
.transi1sec {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.transi05sec {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.separated {
  margin-top: 30px;
}
.boxShadow {
  box-shadow: 5px 5px 10px #000;
  -webkit-box-shadow: 5px 5px 10px #000;
  -moz-box-shadow: 5px 5px 10px #000;
}
.button {
  background-color: #0081ef;
  padding: 7px 30px;
  border-bottom: 5px solid #4e4e4e;
  font-size: 13px;
  font-weight: bold;
}
.button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #00aeff;
}
body::-webkit-scrollbar {
  width: 1em;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}
body::-webkit-scrollbar-thumb {
  background-color: #333;
}
@keyframes example {
  0% {
    transform: rotateY(-10deg);
  }
  50% {
    transform: rotateY(10deg);
  }
  100% {
    transform: rotateY(-10deg);
  }
}
header {
  width: 100vw;
  height: 100vh;
}
p {
  line-height: 25px;
}
section {
  display: block;
  margin: 0px;
  padding: 0px;
}
.header {
  overflow: hidden;
}
.header h1 {
  width: 68%;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 55%;
  right: 0;
  padding: 10px 20px;
}
.header .heroText {
  width: 68%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 63%;
  right: 0;
  padding: 10px 20px;
  z-index: 999;
}
.header .heroText h2 {
  width: 75%;
  font-weight: bold;
  font-size: 24px;
  z-index: 999;
}
.header .heroText p {
  width: 75%;
  font-size: 20px;
  font-weight: 300;
  text-align: justify;
  z-index: 999;
}
.header__book {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: url('../img/img-noise-361x370.png');
}
.header_right {
  overflow: hidden;
  position: relative;
  perspective: 1800px;
}
.header_right h1 {
  width: 40%;
  font-weight: normal;
  position: absolute;
  top: 30%;
  left: 5%;
  padding: 10px 20px;
  text-shadow: 0 0 10px #ffffff;
  z-index: 999;
}
.header_right h1::first-letter {
  color: #ffffff;
}
.header_right h1::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 6px;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  transform: rotateZ(45deg);
  box-shadow: 0 0 20px #ffffff, inset 0 0 10px #ffffff;
  border-radius: 100%;
}
.header_right .heroText {
  width: 33%;
  position: absolute;
  top: 39%;
  left: 5%;
  padding: 10px 20px;
  z-index: 999;
  transform-style: preserve-3d;
  transition: transform 5s ease;
}
.header_right .heroText h2 {
  font-weight: bold;
  font-size: 18px;
  z-index: 999;
}
.header_right .heroText p {
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
  z-index: 999;
}
.header_right .heroText .pending {
  animation-name: example;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 20px;
}
.gradiantLeft {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  width: 70%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.highlighted {
  color: #8f5a02;
}
.menu_new {
  position: fixed;
  display: inline-block;
  width: 100%;
  top: -1;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  z-index: 99999;
}
.menu_new h1 {
  margin-left: 36px;
  display: inline-block;
  font-size: 26px;
  vertical-align: middle;
  padding-top: 5px;
}
.menu_new h2 {
  margin-left: 10px;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  padding-top: 5px;
  color: #999999;
}
.menu_new .burguer {
  display: none;
}
.menu_new nav {
  float: right;
  margin-right: 50px;
}
.menu_new nav li {
  display: inline-block;
  transform: skewX(35deg);
  border-right: 1px solid #ffffff;
}
.menu_new nav li:last-child {
  border-right: none;
}
.menu_new nav li p {
  transform: skewX(-35deg);
  background-color: transparent;
  margin: 0;
  padding: 10px 22px;
  font-size: 15px;
}
.menu_new nav .selected {
  color: #ffffff;
  background-color: rgba(93, 58, 0, 0.7);
  margin: 0 -3px;
}
.fullscreen_option {
  position: absolute;
  bottom: -56px;
  right: 0;
  z-index: 99;
  font-size: 16px;
}
.fullscreen_option i,
.fullscreen_option span {
  display: inline-block;
}
.fullscreen_option i {
  padding: 20px;
  text-shadow: 0 0 2px black;
}
.fullscreen_option span {
  margin-left: 20px;
  z-index: 99;
  position: absolute;
}
.fullscreen_option:hover {
  cursor: pointer;
}
.fullscreen_option::before {
  content: '';
  width: 0px;
  height: 0;
  border-top: 60px solid rgba(0, 0, 0, 0.8);
  border-left: 60px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s ease;
  z-index: -1;
}
.config {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  font-size: 33px;
  padding: 0px 5px 7px 9px;
}
.config i {
  transition: all 1s ease;
  text-shadow: 0 0 2px black;
}
.config:hover {
  cursor: pointer;
}
.config::before {
  content: '';
  width: 0px;
  height: 0;
  border-left: 60px solid #111;
  border-top: 60px solid transparent;
  position: absolute;
  left: 0;
  top: -12px;
  transition: all .5s ease;
  z-index: -1;
}
.config_options {
  position: fixed;
  bottom: 0;
  width: 250px;
  left: -250px;
  z-index: 99;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  text-align: right;
  transition: all .5s ease;
}
.config_options h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.config_options i {
  margin-right: 10px;
}
.config_options__show {
  left: 0;
}
.floating_footer {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.floating_footer ul {
  margin: 0 -16px 0 0;
}
.floating_footer li {
  display: inline-block;
  transform: skewX(-35deg);
  border-right: 1px solid #ffffff;
  padding: 5px 25px;
  margin-right: -3px;
  background-color: rgba(21, 21, 21, 0.9);
}
.floating_footer li:last-child {
  border-right: none;
  padding-right: 25px;
}
.floating_footer li i,
.floating_footer li p {
  transform: skewX(35deg);
  background-color: transparent;
  margin: 0;
  padding: 5px 22px;
  font-size: 15px;
  display: inline-block;
}
.floating_footer li i:hover,
.floating_footer li p:hover {
  cursor: pointer;
}
.floating_footer li i {
  margin: 0;
  padding: 10px;
}
#heroImage {
  position: relative;
  overflow: hidden;
  background-image: url('../img/heroImage.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
}
#mediaImage {
  position: relative;
  overflow: hidden;
  background-image: url('../img/cabecera_media.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 50vh;
}
.rainDrop {
  position: absolute;
  top: -60px;
  width: 2px;
  height: 60px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #222222);
  transition: all 1s ease-in;
  transform: rotateZ(20deg);
}
.backgroundBarna {
  background-image: url('../img/img-noise-361x370.png');
  min-height: 580px;
  display: block;
  padding: 20px 0 50px;
  position: relative;
  border-top: 1px solid #333;
}
.titleSinopsis {
  display: inline-block;
  text-align: left;
  float: right;
  clear: both;
  width: 85%;
  margin-top: 60px;
  font-size: 38px;
  font-weight: bold;
  background-color: #000000;
  padding: 10px 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.text {
  z-index: 9999;
}
.textSinopsis {
  float: right;
  clear: both;
  width: 85%;
  font-size: 18px;
  padding: 10px 250px 10px 20px;
  margin: 0;
  text-align: justify;
  z-index: 99;
}
.backgroundBackBarna {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
}
.backgroundGradiant {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  width: 100vw;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bloodDrop {
  background-image: url('../img/blood_drop.png');
  width: 600px;
  height: 436px;
  position: absolute;
  bottom: -6%;
  left: -150px;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
.stores {
  position: relative;
  background-image: url('../img/img-noise-361x370.png');
  overflow: hidden;
  width: 100%;
}
.comments_container {
  background-color: rgba(0, 0, 0, 0.2);
}
.comments {
  overflow: hidden;
  padding: 110px 10px;
  display: inline-block;
  font-style: italic;
  font-size: 16px;
  text-shadow: 4px 5px 2px #ffa136a1;
}
.comments > div:before {
  content: url('../img/quote.png');
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -50px;
}
.comments .commentOne {
  position: absolute;
  max-width: 20%;
  left: 10%;
  top: 90px;
}
.comments .commentTwo {
  position: absolute;
  max-width: 20%;
  left: 44%;
  top: 90px;
}
.comments .commentThree {
  position: absolute;
  max-width: 20%;
  right: 7%;
  top: 90px;
}
.comments .sign {
  padding-top: 10px;
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 12px;
  color: #999;
}
.wheretofind {
  padding: 5rem 5rem 2.5rem;
  color: #8f5a02;
  font-size: 2rem;
  text-align: center;
}
.whereToBuy {
  width: 700px;
  margin: 70px auto;
  position: relative;
}
.whereToBuy .availableIn {
  position: absolute;
  top: 10px;
  left: 230px;
  font-size: 18px;
}
.whereToBuy .amazonLogo {
  position: absolute;
  top: 80px;
  left: 230px;
}
.whereToBuy .koboLogo {
  position: absolute;
  top: 190px;
  left: 230px;
}
.wherecomment {
  font-size: 18px;
  text-align: center;
}
.whereamazon {
  padding: 1rem 3rem 6rem 3rem;
  margin: 0;
  text-align: center;
}
.book_preview {
  background-color: #eaeaea;
  width: 100vw;
  height: 100vh;
  padding-top: 5%;
  position: relative;
}
.book_preview.night_mode {
  background-color: #333;
}
.book_preview.night_mode .pdfprev {
  border: 1px solid #111;
  background: #000;
  color: #aaa;
  box-shadow: 0 0 20px #000;
}
.book_preview.night_mode i {
  color: #fff;
  border-color: #fff;
}
.book_preview.night_mode .fa-sun-o {
  font-size: 31px;
  padding-left: 11px;
}
.book_preview.night_mode .pdfprev::-webkit-scrollbar {
  width: 1em;
}
.book_preview.night_mode .pdfprev::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.book_preview.night_mode .pdfprev::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.book_preview.night_mode .pdfprev::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}
.book_preview.night_mode .pdfprev::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}
.book_preview.night_mode .pdfprev::-webkit-scrollbar-thumb {
  background-color: #333;
}
.book_container {
  position: relative;
  height: 100%;
}
.controls {
  position: absolute;
  top: 0;
  right: calc((50% - 450px) - 94px);
  max-width: 64px;
  text-align: center;
}
.controls i {
  color: #000;
  padding: 10px 15px;
  font-size: 30px;
  margin-bottom: 20px;
}
.controls i:hover {
  cursor: pointer;
}
.controls .font_options .selected {
  color: orange;
}
.controls .fontsmall i {
  font-size: 16px;
}
.controls .fontmedium i {
  font-size: 24px;
}
.controls .fontbig i {
  font-size: 30px;
}
.header__book {
  background-image: url('../img/book_background.jpg');
  background-position: center center;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.book3d {
  position: absolute;
  top: calc(25%);
  left: 8%;
  z-index: 9999;
  width: 23%;
  text-align: right;
}
.book_title {
  font-size: 34px;
  color: #ffffff;
  position: absolute;
  top: 16.5%;
  left: 33%;
  font-weight: bold;
  text-shadow: 2px 2px 7px #000;
  z-index: 999;
}
.red {
  color: red;
  font-weight: bold;
}
.book_genders_types {
  font-size: 34px;
  color: #ffffff;
  position: absolute;
  top: 23%;
  left: 33%;
  font-weight: bold;
  font-size: 18px;
  font-weight: normal;
  z-index: 999;
  width: 60%;
}
.book_genders_types li {
  float: left;
}
.book_genders_types li:nth-child(1n+0) {
  width: 40%;
}
.book_genders_types li:nth-child(2n+0) {
  width: 60%;
}
.book_genders_types h2 {
  display: inline-block;
  font-size: 20px;
  padding: 5px;
  width: 120px;
  text-shadow: 2px 2px 0px #000;
}
.book_genders_types span {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 9px;
  margin-right: 5px;
  border-left: 3px solid rgba(0, 0, 0, 0.5);
}
.book_synopsis {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
  right: 0%;
  top: 33%;
  position: absolute;
  overflow: hidden;
  margin-top: 13px;
}
.book_synopsis p {
  width: 40%;
  text-align: left;
  float: left;
  margin-left: 33%;
  font-size: 15px;
}
.read_chapter {
  background-color: rgba(0, 0, 0, 0.5);
  width: 244px;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 5%;
  padding: 10px 21px;
  text-align: right;
}
.icon_rounded {
  background-color: #ffffff;
  color: #000;
  font-size: 50px;
  padding: 4px 18px;
  font-weight: bold;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: calc(50% - 34px);
  bottom: 5%;
  z-index: 999;
}
.icon_rounded:hover {
  cursor: pointer;
}
.pdfprev {
  position: relative;
  background-color: #ffffff;
  width: 900px;
  height: 90%;
  border: 1px solid #999;
  margin: 0 auto;
  box-shadow: 0 0 20px #333;
  overflow-y: scroll;
  color: #000;
  padding: 2%;
  text-indent: 60px;
  font-size: 20px;
}
.pdfprev::-webkit-scrollbar {
  width: 1em;
}
.pdfprev::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}
.pdfprev::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.pdfprev::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #fff;
}
.pdfprev::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.pdfprev::-webkit-scrollbar-thumb {
  background-color: #333;
}
.pdfprev h1 {
  margin-top: 25px;
  font-weight: bold;
}
.pdfprev p {
  margin-top: 0;
}
.bio {
  width: 100%;
  background-image: url('../img/bio_back.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
}
.bio_image {
  z-index: 9999;
  transform: rotateZ(-10deg);
  margin: 0;
  padding: 0;
  background-color: #fff;
  padding: 10px 10px 50px 10px;
  box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 150px;
  left: 150px;
}
.bio_image img {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.bio_container {
  text-align: justify;
  font-size: 15px;
  width: 65%;
  background-color: rgba(0, 0, 0, 0.6);
  border-left: 1px solid rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  padding: 30px;
  margin: 0 280px;
  color: #ddd;
  margin: 150px 150px 150px 430px;
}
.bio h2 {
  margin-bottom: 30px;
  color: #fff;
}
.bio p {
  margin: 0 0 15px 0;
}
.bio strong {
  color: #fff;
  font-weight: bold;
}
.personal {
  background-color: #222;
  color: #000;
  width: 100%;
  padding-bottom: 50px;
  clear: both;
}
.personal h1 {
  margin-bottom: 30px;
  color: #ffffff;
}
.personal_container {
  width: 900px;
  margin: 0 auto;
  color: #ffffff;
}
.personal_tastes {
  display: inline-block;
  vertical-align: top;
  margin-right: 6%;
}
.personal_tastes li {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 9px;
  margin-right: 5px;
  border-left: 3px solid rgba(0, 0, 0, 0.5);
  color: #ffffff;
  margin-left: 10px;
  width: 300px;
}
.personal_books {
  display: inline-block;
  vertical-align: top;
}
.personal li {
  margin-bottom: 15px;
}
.personal .book_info {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 9px;
  margin-right: 5px;
  border-left: 3px solid rgba(0, 0, 0, 0.5);
  color: #ffffff;
  margin-left: 10px;
  display: inline-block;
}
.book_infotitle {
  background-color: rgba(255, 166, 0, 0.4);
  padding: 5px 9px;
  margin-right: 5px;
  border-left: 3px solid rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: inline-block;
}
.gallery {
  overflow: hidden;
  clear: both;
  height: auto;
  float: right;
  width: 85%;
  padding-right: 10%;
  margin-top: 20px;
}
.gallery__container--item {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid white;
}
.gallery__container--item:hover {
  cursor: pointer;
}
.zoom {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
}
.zoom__image {
  position: relative;
  width: 80%;
  height: 80%;
  margin: 5% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.zoom__image--description {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px;
  text-align: center;
  line-height: 2em;
}
.zoom__controls {
  position: fixed;
  bottom: 3%;
  left: calc(50% - 90px);
  width: 180px;
  padding: 12px 10px 12px;
  background-color: rgba(0, 0, 0, 0.9);
}
.zoom__controls--list {
  font-size: 2em;
}
.zoom__controls--list li {
  float: left;
  margin-right: 25px;
}
.zoom__controls--list li:hover {
  cursor: pointer;
}
.zoom__controls--list li:last-of-type {
  margin-right: 0;
}
.boton {
  padding: 10px;
  background-color: red;
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
}
.boton.right {
  float: right;
  display: block;
}
.show {
  display: inherit;
}
footer {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  padding: 20px 0 60px 0;
}
footer p {
  margin: 0;
  padding: 10px;
  display: inline-block;
}
footer p:first-of-type {
  text-align: left;
}
/** VIDEO **/
.lastYTvideo {
  position: relative;
  height: 700px;
  border-top: 1px solid #666;
  overflow: hidden;
}
.latestVideo {
  position: absolute;
  top: 223px;
  right: 10%;
  z-index: 99999;
}
.latestVideoText {
  position: absolute;
  width: 630px;
  top: 193px;
  left: 4%;
  z-index: 99999;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.latestVideoText p {
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
  z-index: 999;
}
.latestVideoText .llutuveImitation {
  background-color: white;
  color: black;
  padding: 0 7px;
  font-weight: bold;
  display: inline-block;
}
.latestVideoText .llutuveImitation i {
  color: red;
}
.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}
.tv .screen.active {
  opacity: 1;
}
.tvEffectBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url('../img/background_pixels.jpg');
  opacity: .2;
}
/** END: VIDEO **/
@media (max-width: 1000px) {
  main {
    width: 100%;
    overflow: hidden;
  }
  .separated {
    margin-top: 0px;
  }
  .disabledRsp {
    display: none;
  }
  .enabledRsp {
    display: block;
  }
}
@media only screen and (max-width: 1315px) {
  .config,
  .noDesktopHide {
    display: none;
  }
  .fullscreen_option {
    top: 44px;
    z-index: 99999;
  }
  .backgroundBackBarna {
    height: 100px;
  }
  .menu_new .burguer {
    display: inherit;
    position: absolute;
    left: 18px;
    top: 10px;
    font-size: 20px;
  }
  .menu_new h1 {
    margin: 10px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .menu_new h2 {
    display: none;
  }
  .menu_new nav {
    display: none;
    float: inherit;
    margin: 0;
  }
  .menu_new nav li {
    display: inherit;
    transform: none;
    border-right: none;
  }
  .menu_new nav li p {
    font-size: 18px;
    transform: none;
    padding: 10px;
    text-align: center;
  }
  .menu_new .show {
    display: inherit;
  }
  #heroImage {
    background-image: url(../img/heroImage_mobile.jpg);
  }
  .header_right h1 {
    width: 100%;
    left: inherit;
    position: inherit;
    margin: 50px 30px 30px;
  }
  .header_right .heroText {
    width: 100%;
    left: inherit;
    position: inherit;
  }
  .titleSinopsis {
    float: left;
    text-align: right;
  }
  .textSinopsis {
    width: 100%;
    padding: 20px;
    float: inherit;
  }
  .bloodDrop {
    width: 100%;
    height: 259px;
    bottom: -11%;
    left: -153px;
  }
  .comments_container {
    padding: 40px 0;
  }
  .comments {
    display: inherit;
    padding: 20px;
    overflow: inherit;
  }
  .comments .commentOne,
  .comments .commentTwo,
  .comments .commentThree {
    overflow: inherit;
    max-width: 100%;
    width: 80%;
    left: inherit;
    right: inherit;
    top: inherit;
    position: relative;
    margin: 0 0 0 18%;
  }
  .comments .sign {
    text-align: left;
  }
  .wheretofind {
    padding: 30px;
  }
  .whereamazon {
    padding: 30px 20px 50px;
  }
  .whereamazon img {
    max-width: 100%;
    padding: 10px 0;
  }
  .wherecomment {
    padding: 0;
    margin: 20px;
    line-height: inherit;
  }
  .whereToBuy {
    width: 100%;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 20px;
  }
  .whereToBuy .availableIn {
    position: initial;
    text-align: center;
    font-size: 18px;
  }
  .whereToBuy .bookSmall {
    display: none;
  }
  .whereToBuy .amazonLogo {
    position: initial;
    margin: 30px 0 20px;
  }
  .whereToBuy .amazonLogo img {
    max-width: 100%;
  }
  .whereToBuy .koboLogo {
    position: initial;
  }
  .header__book {
    height: auto;
    background-image: url('../img/book_background_mobile.jpg');
  }
  .book_preview {
    display: none;
  }
  .book3d {
    width: inherit;
    text-align: center;
    position: inherit;
    left: 0;
    margin: 80px 0 20px 15%;
    max-width: 70%;
  }
  .book3d img {
    max-width: 100%;
  }
  .gradiantLeft {
    height: 100%;
  }
  .book_profile {
    display: block;
    position: inherit;
    overflow: hidden;
    z-index: 999;
  }
  .book_profile .book_title,
  .book_profile .book_genders_types,
  .book_profile .book_synopsis {
    position: inherit;
  }
  .book_profile .book_title {
    left: inherit;
    padding: 20px;
    font-size: 30px;
    text-align: center;
  }
  .book_profile .book_genders_types {
    overflow: hidden;
    margin: 0;
    left: inherit;
    width: 100%;
    padding: 20px;
  }
  .book_profile .book_genders_types h2 {
    font-size: 15px;
    width: 94px;
  }
  .book_profile .book_genders_types li {
    width: 100%;
    font-size: 13px;
  }
  .book_profile .book_synopsis {
    overflow: inherit;
  }
  .book_profile .book_synopsis p {
    width: 100%;
    margin: 10px 0;
  }
  .free_chapter {
    display: none;
  }
  .bio {
    background-position: left bottom;
  }
  .bio_image {
    position: initial;
    transform: none;
    background-color: inherit;
    padding: 70px 10px 10px 10px;
  }
  .bio_image img {
    margin: 0 auto;
    display: block;
  }
  .bio_container {
    width: 100%;
    margin: 0;
    padding: 30px 20px;
  }
  .personal {
    padding-bottom: 0;
  }
  .personal_container {
    width: 100%;
    clear: both;
  }
  .personal_tastes {
    padding: 10px;
    width: 100%;
    margin-right: 0;
  }
  .personal_tastes li {
    margin: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
  .personal_books {
    width: 100%;
    padding: 10px;
  }
  .personal_books li {
    margin: 0;
    padding: 0;
  }
  .personal_books li .book_infotitle {
    clear: both;
    width: 100%;
    padding: 5px;
  }
  .personal_books li .book_info {
    clear: both;
    width: 89%;
    margin-right: 0;
    margin-bottom: 13px;
    color: #ccc;
  }
  .lastYTvideo {
    position: relative;
    height: auto;
    border-top: 1px solid #666;
    width: 100%;
    text-align: center;
    padding: 20px 0 20px;
  }
  .lastYTvideo .latestVideo iframe {
    width: 90%;
    height: 400px;
  }
  .latestVideo {
    position: relative;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
  }
  .tvEffectBackground {
    opacity: .3;
  }
  .latestVideoText {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 20px;
    background-color: inherit;
  }
  .latestVideoText p {
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
    z-index: 999;
  }
  .floating_footer li p {
    display: none;
  }
  footer p:first-of-type {
    text-align: center;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1315px) {
  .book_genders_types li {
    width: 33% !important;
    font-size: 19px;
  }
  .book_genders_types li h2 {
    font-size: 19px;
    font-weight: 600;
  }
  .book_preview {
    display: block;
  }
  .pdfprev {
    width: 900px;
  }
  .lastYTvideo {
    padding-top: 40px;
  }
  .lastYTvideo .latestVideo iframe {
    width: 95%;
    height: 550px;
  }
  .lastYTvideo .latestVideoText h1 {
    text-align: left;
  }
}
@media only screen and (min-width: 1315px) {
  .pdfprev {
    width: 900px;
  }
}
@media only screen and (max-width: 900px) {
  .gallery {
    margin-top: 0;
    width: 100%;
    padding: 20px;
  }
  .gallery__container--item {
    width: 100%;
  }
  .zoom__controls {
    bottom: 11%;
  }
  .zoom__image--description {
    top: 33px;
    padding: 20px;
  }
  .lastYTvideo {
    padding-top: 40px;
  }
  .lastYTvideo .latestVideo iframe {
    width: 90%;
    height: 200px;
  }
  .lastYTvideo .latestVideoText h1 {
    text-align: left;
  }
}
