body {
  background-color: #ffffff;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  font: 14px/100% var(--font-stack-regular);
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.4em;
  word-spacing: 0.1em;

}

body.mobileNavigationOpen {
  overflow: hidden!important;
  position: fixed!important;
}

.noselect {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.clearfix {
  overflow: hidden;
  clear: both;
}

textarea {
  resize: none;
}

.iconMarginRight {
  margin-right: 4px;
}

.iconMarginLeft {
  margin-left: 4px;
}

.icon-arrow-right.smaller {
  font-size: 13px;
}

.hidden {
  display: none;
}

.paymentConditionText {
  padding-top: 20px;
}

.paymentConditionWrapper {
  cursor: pointer;
  color: #ff5500;
  padding: 8px 0 0;
}

.typeiconSlider {
  position: absolute;
  z-index: 30;
  display: block;
  right: 0;
}

.asEbook i {

  position: relative;
  z-index: 30;
  top: 30px;
  display: inline-block;
  height: 35px;
  width: 35px;
  color: #8ba68f;
  border-radius: 40px;
  text-align: center;
  line-height: 35px;
  background: #c8e1cc;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 24px;
  text-shadow: none;
}

.asEbook.topMargin i {
  top: 3px;
}

.asAudio i {
  position: relative;
  z-index: 30;
  top: 28px;
  display: inline-block;
  height: 35px;
  width: 35px;
  color: #90a6a9;
  border-radius: 40px;
  text-align: center;
  line-height: 35px;
  background: #c8dee1;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 17px;
  text-shadow: none;
}

.asCustom .customImg {
  position: relative;
  z-index: 30;
  top: 30px;
  display: inline-block;
  height: 35px;
  width: 35px;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  line-height: 35px;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 24px;
  text-shadow: none;
  max-width: 100%;
}

.gridCover .typeicon .asCustom .customImg {
  top: 0;
  right: 6px;
  border: 0;
  height: 40px;
  width: 40px;
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 1000px) {
  .gridCover .typeicon .asCustom .customImg {
    right: 0;
    width: 30px;
    height: 30px;
    -webkit-transition: none;
    transition: none;
  }
}

.typeiconDetail .asCustom .customImg {
  top: 0;
  height: 40px;
  width: 40px;
}


.typeiconDetail {
  position: absolute;
  z-index: 30;
  display: block;
  right: 5%;
}

.l-rtl .typeiconDetail {
  right: unset;
  left: 5%;
}

.bookTypeInfo {
  font-family: var(--font-stack-regular);
  font-size: 13px;
  display: block;
  clear: both;
  margin-right: 5px;
  letter-spacing: 1px;
  cursor: default;
}

.typeiconDetail i {
  position: relative;
  z-index: 30;
  top: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  text-shadow: none;
}

.typeicon {
  position: absolute;
  z-index: 30;
  display: block;
  top: 0;
  right: 0;
}

.typeicon i {
  position: relative;
  z-index: 30;
  top: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  text-shadow: none;
  vertical-align: top;
}

.asAudio {

  font-family: var(--font-stack-light);
  font-size: 15px;
  display: inline-block;
  clear: both;
  letter-spacing: 1px;
  margin-right: 5px;
}

.asEbook {

  font-family: var(--font-stack-light);
  font-size: 15px;
  display: inline-block;
  clear: both;
  letter-spacing: 1px;
  margin-right: 10px;
}

.asCustom {

  font-family: var(--font-stack-light);
  font-size: 15px;
  display: inline-block;
  clear: both;
  letter-spacing: 1px;
  margin-right: 0px;
}

.asAudio + .asEbook + .asCustom{
  margin-right: 5px;
}

.typeiconSlider .asAudio + .asEbook + .asCustom {
  margin-left: -5px;
}

.typeicon .asAudio + .asEbook + .asCustom {
  margin-left: -5px;
}

select {
  margin: 0;
  border-radius: 2px;
  background: #ffffff;
  color: #000000;
  border: 1px solid #cccccc;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font: 18px/100% var(--font-stack-light);
  line-height: 1.4em;
  word-spacing: 0.1em;
  letter-spacing: normal;
  font-weight: 300;
  padding: 0.6em 1em 0.5em;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

select:hover {
  background: #eeeeee;
}

option {
  font: 14px/100% var(--font-stack-light);
  letter-spacing: 1px;
  font-weight: 300;
}

.usps {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
  border-radius: 5px;
}

.usps li {
  padding: 0 20px 15px;
  text-align: left;
  cursor: default;
}

.accountFbProfilePic {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
  float: left;
}

.fbnameDiv {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  float: left;
  clear: right;
  font-family: var(--font-stack-light);
  font-size: 16px;
  padding-left: 20px;
}

ol {
  margin: 0;
  padding: 0;
}

.horizontalSlider::-moz-selection {
  background: rgba(255, 255, 255, 0);
  color: #000000;
}

.horizontalSlider::selection {
  background: rgba(255, 255, 255, 0);
  color: #000000;
}

.horizontalSlider::-moz-selection {
  background: rgba(255, 255, 255, 0);
  color: #000000;
}

.horizontalSlider::-webkit-selection {
  background: rgba(255, 255, 255, 0);
  color: #000000;
}

.topAndAllPadding {
  width: auto;
  max-width: 430px;
  margin: 5% auto;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  color: #000000;
}

button:focus {
  outline: none;
  color: #000000;
  border: 0;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
}

a {
  text-decoration: none;
  color: #ff5500;
}

.clear {
  clear: both;
}

a:hover {
  text-decoration: none;
}
a:active {
  outline: none;
}

/* Remove outline for non-keyboard :focus */
a:focus:not(.focus-visible) {
  outline: none;
}

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

li {
  list-style: none;

}

.orange {
  color: #ff5500;
}

.pink {
  color: #f5c3c5;

}

.purple {
}

.turkois {
  color: #005360;
}

.darkpurple {
  color: #3b082f;
}

.yellow {
  color: #ffb456;

}

.red {
  color: #f92121;
}

.green {
  color: #60987d;
}

.lightgreen {
  color: #e0e396;
}

.lightblue {
  color: #00a9ba;
}

.blackblue {
  color: #222232;
}

/*b, strong {
  font-weight: normal;
}*/

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fade-in {
  opacity: 0; /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;

  -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;

}

.popupback {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0.2;
}

.rounded_holder {
  display: block;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  cursor: default;
}

.pba {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Security Message Start */

.secMessage {
  background: #51b2ef;
  z-index: 999;
  top: 65px;
  width: 100%;
  left: 0;
  padding: 10px 5%;
  color: #FFFFFF;
  font-family: var(--font-stack-regular);
  font-size: 14px;
  display: block;
  text-align: center;
}

.secMessage.inFloater {
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.secMessage a {
  background: #6fbef0;
  text-transform: uppercase;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.secMessage a:hover {
  background: #ffffff;
  color: #6fbef0;
}

/* Security Message End */

.landingPage {
  position: relative;
  display: block;
  height: 100%;
  z-index: 2;
}

.subImage {
  display: block;
  position: relative;
  height: 300px;
  padding: 120px 0 0;
  overflow: hidden;
  width: 100%;
  margin-top: -65px;
}

.subImage img {
  max-height: 550px;
  max-width: 47%;
}

#comfermtext {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.orangeGradient {
  height: 100%;
  display: block;
  width: 60%;
  background: #ffffff; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 85, 0, 0.40)), to(rgba(255, 85, 0, 0)));
  background: linear-gradient(to right, rgba(255, 85, 0, 0.40) 0%, rgba(255, 85, 0, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94ff5500', endColorstr='#00ff5500', GradientType=1); /* IE6-9 */

}

@media screen and (max-width: 1000px) {
  .orangeGradient {
    width: 70%;
  }
}

@media screen and (max-width: 568px) {
  .orangeGradient {
    width: 80%;
  }
}

@media screen and (max-width: 450px) {
  .orangeGradient {
    width: 100%;
  }
}

.orangeGradient .tb {
  height: 90%;
}

@media screen and (max-width: 568px) {
  .orangeGradient .tb {
    height: 80%;
  }
}

@media screen and (max-width: 450px) {
  .orangeGradient .tb {
    height: 65%;
  }
}

@media screen and (max-width: 350px) {
  .orangeGradient .tb {
    height: 50%;
  }
}



.orangeGradient.landing .tb {
  height: 80%;
}

@media screen and (max-width: 568px) {
  .orangeGradient.landing .tb {
    height: 70%;
  }
}

@media screen and (max-width: 450px) {
  .orangeGradient.landing .tb {
    height: 65%;
  }
}

@media screen and (max-width: 350px) {
  .orangeGradient.landing .tb {
    height: 45%;
  }
}



@media screen and (max-width: 1000px) {
  .orangeGradient .leftLanding h5 {
    font-size: 49px;
  }
}

@media screen and (max-width: 568px) {
  .orangeGradient .leftLanding h5 {
    font-size: 35px;
  }
}

@media screen and (max-width: 450px) {
  .orangeGradient .leftLanding h5 {
    font-size: 25px;
  }
}

@media screen and (max-width: 450px) {
  .orangeGradient .leftLanding h4 {
    font-size: 10px;
  }
}

.cLP {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 50px;

}

.cLP h2 {
  margin: 0 0 20px 0;
}

.cLP ul {
  float: left;
  width: 14.6%;
  margin-right: 2%;
  position: relative;
  display: block;
}

.cLP li a {
  font: 16px/100% var(--font-stack-light);
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#landingPageContainer {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 20px 5% 30px 5%;
  min-height: 120px;
  width: 90%;
}

@media screen and (max-width: 1000px) {
  #landingPageContainer {
    padding: 20px 5%;
  }
}

@media screen and (max-width: 568px) {
  #landingPageContainer {
    padding: 10px 5%;
  }
}

.languageListContainer {

}

@media screen and (max-width: 1000px) {
  .firstBlockLanguage {
    float: left;
    width: 33.33%;
  }
  .secondBlockLanguage {
    float: left;
    width: 33.33%;
  }
  .thirdBlockLanguage {
    float: left;
    width: 33.33%;
  }
  .cLP ul {
    float: none;
    width: 90%;
    margin-right: 0px;
  }
  .cLP ul:last-child {
    width: 100%;
  }
  .cLP h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 568px) {
  .cLP li a {
    font-size: 12px;
    line-height: 2.2em;
    letter-spacing: 0;
  }
}

#internationalContainer {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 30px 5%;
  min-height: 120px;
  line-height: 120px;
  width: 90%;
}

@media screen and (max-width: 568px) {
  #internationalContainer {
    padding: 20px 5%;
  }
}

.internationalText {
  display: inline-block;
  max-width: 700px;
  vertical-align: middle;
  height: 66px;
  line-height: 1.2;
  cursor: default;
}

@media screen and (max-width: 1200px) {
  .internationalText {
    max-width: 600px;
  }
}

@media screen and (max-width: 1000px) {
  .internationalText {
    display: block;
    float: left;
    width: calc(100% - 280px);
    height: auto;
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 568px) {
  .internationalText {
    float: none;
    width: 100%;
    margin: 10px auto 0;
  }
}

.adminTable {
  width: 100%;
  text-align: left;
  border: 1px solid black;
  border-collapse: collapse;
}
.adminTable td {
  border: 1px solid black;
  border-collapse: collapse;
}

.adminTable th {
  border: 1px solid black;
  border-collapse: collapse;
  background:lightyellow;

}


.leftLanding {
  float: left;
  position: relative;
  display: block;
  cursor: default;
}

.rightLanding img {
  float: left;
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.pbaa {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  height: 50%;
  width: 50%;

}

.pbc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  display: block;
  z-index: -1;
  height: 50%;
  width: 50%;

}

.pbcc {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  height: 50%;
  width: 50%;

}

.smalltext {
  color: #999999;
  margin: 10px 0;
  font-size: 13px;
}

#popupContent {
  position: fixed;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.resetFilter {
  position: absolute;
  font-size: 12px;
  right: -22px;
  top: 2px;
  color: #ff5500;
  border-radius: 18px;
  padding: 3px;
}

@media screen and (max-width: 568px) {
  .resetFilter {
    right: 3%;
    font-size: 17px;
    top: -1px;
    padding: 0 10px;
  }
}

.expandReleaseDate {
  font-family: var(--font-stack-regular);
  font-size: 13px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  font-style: italic;
  cursor: default;
}

.thisIsALink {
  color: #ff5500;
  display: inline-block;
  cursor: pointer;
}

.ebggei {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #ffffff;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.pUMiddleContainer {
  position: relative;
  width: 420px;
  height: 535px;
  margin: 0 auto;
  margin-top: 80px;
}

.pUMiddleContainerWide {
  width: 90%;
  max-width: 1024px;
  height: 580px;
}

@media screen and (max-width: 678px) {
  .pUMiddleContainer, .pUMiddleContainerWide {
    width: 95%;
    height: 85%;
    max-height: 620px;
  }
}

@media screen and (max-width: 505px) {
  .pUMiddleContainer, .pUMiddleContainerWide {
    height: 85%;
    max-height: 620px;
  }
}

.pUMiddle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  height: 535px;
  width: 400px;
  background: #fff;
  padding: 6%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 3000;
}

.popupContainerMargin {
  margin-top: 10%;
}

.pUMiddleWide {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 678px) {
  .pUMiddle {
    width: 94%;
  }
  .pUMiddleWide {
    width: 100%;
  }
}

@media screen and (max-width: 505px){
  .pUMiddle {
    width: 96%;
  }
  .pUMiddleWide {
    width: 100%;
  }
}

.pUMiddle h1 {
  margin: 0 0 20px 0;
  font-size: 21px;
  text-align: left;
}

@media screen and (max-width: 678px) {
  .pUMiddle h1 {
    margin-top: 0;
  }
}

.gresr {
  max-width: 60px;
  margin-right: 8px;
  font-size: 13px;
}

.giftLogo {
  position: absolute;
  bottom: 20px;
  width: 120px;
  left: 20px;
}

.giftPrint {
  background: #f9f8ef;
  width: 700px;
  display: block;
  position: relative;
  border-left: 1px dashed #000000;
  border-right: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
  border-top: 1px dashed #000000;
  text-align: center;
  margin: 30px auto 0;
  overflow: hidden;
}

.my-pages-menu-item {
  padding-right: 20px;
}

@media screen and (min-width: 1260px) {
  .my-pages-menu-item:hover > .dropdown-icon {
    color: #ff5c28 !important;
  }

  .gift-card-menu-item:hover > .dropdown-icon {
    color: #ff5c28 !important;
  }

  .category-menu-item:hover > .dropdown-icon {
    color: #ff5c28 !important;
  }
}

.giftPrintCode {
  padding: 10px 15px 12px;
  background: #ffffff;
  width: 250px;
  margin: 20px auto;
  font-size: 26px;
  letter-spacing: 1px;
}

@media print {
  .giftPrintCode {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    border: 1px dashed #cccccc;
  }
}

.giftCartYo {
  margin: 20px 0;
  display: block;
  position: relative;
}

.giftcardFromMessageContainer {
  margin: 20px;
  display: block;
  position: relative;
}

.giftMessage {
  padding: 15px 20px;
  background-color: #ffffff;
  width: 500px;
  margin: 0 auto 20px;
  height: 110px;
  display: block;
  position: relative;
  text-align: left;
  font-family: var(--font-stack-light);
}

.giftCardInfo {
  position: relative;
  margin: 0px 30px 10px;
}

.gift-card-menu-item {
  padding-right: 20px;
}

.category-menu-item {
  padding-right: 20px;
}

.giftcardTitle {
  font-size: 58px;
  line-height: 1;
  margin-bottom: 0;
  color: #ff5500;
}

.giftcardSubtitle {
  font-size: 30px;
  margin: 0;
  color: #ff5500;
  margin-top: 10px;
}

.giftcardFromMessage {
  width: 500px;
  padding: 10px;
  font-size: 20px;
  margin: 20px 0;
  /*position: absolute;
  bottom: 134px;
  left: 169px;
  background: #d0571b;*/
  border-radius: 5px;
  border: 1px solid #cccccc;
  /*color: #fdfdfd;*/
  text-align: center;
}

.icon-google:before {
  content: url("/img/icons/google_logo.svg");
}

.green-check-solid:before {
  content: url("/img/check-circle-solid.svg");
}

.question-circle-solid:before {
  content: url("/img/question-circle-solid.svg");
}

.admin-user-icon:before {
  content: url("/img/Administrator.svg");
}

.member-user-icon:before {
  content: url("/img/User.svg");
}

.invited-user-icon:before {
  content: url("/img/PendingUser.svg");
}

input.giftcardFromMessage::-webkit-input-placeholder {
  color: #fdfdfd;
}
input.giftcardFromMessage::-moz-placeholder {
  color: #fdfdfd;
}
input.giftcardFromMessage:-ms-input-placeholder {
  color: #fdfdfd;
}
input.giftcardFromMessage:-moz-placeholder {
  color: #fdfdfd;
}

input.giftcardFromMessage:focus {
  color: #000;
  background: none;
  border: 1px solid transparent;
}

input.giftcardFromMessage:focus::-webkit-input-placeholder {
  color: transparent;
}
input.giftcardFromMessage:focus::-moz-placeholder {
  color: transparent;
}
input.giftcardFromMessage:focus:-ms-input-placeholder {
  color: transparent;
}
input.giftcardFromMessage:focus:-moz-placeholder {
  color: transparent;
}


.giftPrintBack {
  background: #f9f8ef;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.printBtn {
  width: 400px;
  margin: 40px auto;
}

@media print {

  input.giftcardFromMessage::-webkit-input-placeholder {
    color: transparent!important;
  }
  input.giftcardFromMessage::-moz-placeholder { /* Firefox 19+ */
    color: transparent!important;
  }
  input.giftcardFromMessage:-ms-input-placeholder { /* IE 10+ */
    color: transparent!important;
  }
  input.giftcardFromMessage:-moz-placeholder { /* Firefox 18- */
    color: transparent!important;
  }
  input.giftcardFromMessage {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    color: #000!important;
    background: none!important;
    border: 1px solid transparent!important;
  }
}

h7 {
  font: 13px/100% var(--font-stack-bold);
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0 5px;
}

h6 {
  font: 19px/100% var(--font-stack-bold);
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.1em;
  margin: 10px 0;
}

h5 {
  font: 59px/100% var(--font-stack-bold);
  letter-spacing: normal;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  line-height: 1.1em;
  color: #000000;
  letter-spacing: normal;

}

.book-section {
  background-color: #48001e;
}

h4 i {
  font: 16px/100% var(--font-stack-light);
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: none;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
}

h3 {
  font: 23px/100% var(--font-stack-bold);
  letter-spacing: normal;
  font-weight: 600;
  line-height: 1.3em;
  cursor: default;
}

h2 {
  font: 32px/100% var(--font-stack-bold);
  font-weight: 600;
  line-height: 1.3em;
  margin: 5px 0 0;
  letter-spacing: normal;
  cursor: default;
}

h2 a {
  color: #000000;
}

a h2 {
  color: #000000;
}

h2 b {
  font: 13px/100% var(--font-stack-bold);
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0;
}

h1 {
  font: 27px/100% var(--font-stack-bold);
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.3em;
  cursor: default;
}

.line-thru {
  display: block;
  font-size: .875em;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  cursor: default;
}

.welcomeStep .line-thru:before {
  background-color: #f9f9f9;
}

.line-thru:before {
  width: 76px;
  height: 10px;
  background-color: #fff;
  content: '';
  margin: -5px 0 0 -37px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.line-thru:after {
  border-bottom: 1px solid #dfe0e6;
  content: '';
  display: block;
  position: absolute;
  top: 49%;
  width: 100%;
  z-index: -2;
}

.btn {
  background-color: #f6f6f6;
  max-height: 50px;
  height: 48px;
  border-radius: 25px;
  color: #000000;
  border: 1px solid #cccccc;
  cursor: pointer;
  font: 300 16px/1.3em var(--font-stack-bold);
  margin: 0 0 1em 0;
  min-width: 250px;
  max-width: 400px;
  padding: 13px 10px 15px;
  position: relative;
  text-align: center;
  text-transform: none;
  top: 0;
  clear: both;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn:hover {
  background-color: #e8e8e8;
  color: #333333;
}

.btn.disabled {
  color: #b3b3b3;
  background: #f2f2f2;
}

.btnActive {
  background-color: #e8e8e8;
  color: #333333;
}

.btnActive:hover {
  background-color: #f6f6f6;
  color: #000000;
}

.roundedButton {
  padding: 14px 30px;
  width: 100%;
  min-width: 250px;
  height: 48px;
  background: #ff5c28;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.roundedButton.fit {
  width: auto;
}

.roundedButton:focus,
.roundedButton:hover {
  color: #ffffff;
  background: #ff7c53;
}

.signupExtraInformation .buyBtn,
.cardInfo__submission .buyBtn{
  width: 100%;
}

.button-fullWidth {
  width: 100%;
}

.buyBtn {
  padding: 14px 30px;
  min-width: 250px;
  max-width: 400px;
  height: 48px;
  background: #f4590a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-family: var(--font-stack-bold);
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.buyBtn:hover {
  background: #ff7c53;
  border: 1px solid transparent;
  color: #FFF;
}

@media screen and (max-width: 678px) {
  .heroContainer .buyBtnn {
    max-width: none;
    margin-right: 0px !important;
  }
}

.buyBtnn,
.continueSetupBtn,
.btnRestartFlow {
  height: 48px;
  padding: 14px 30px;
  min-width: 250px;
  max-width: 400px;
  background: #ff5c28;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #ffffff;
  font-family: var(--font-stack-bold);
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-align: center;
  -webkit-appearance: none;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.buyBtnn:hover, .btnRestartFlow:hover {
  background: #ff7c53;
  border: 1px solid transparent;
  color: #FFF;
}


.buyBtnn i {
  position: absolute;
  left: 10px;
}

.buyBtnnBlack {
  background: #111111;
  color: #ffffff;
}

.buyBtnnBlack:hover {
  background: #333333;
  color: #FFFFFF;
}

.buyBtnnWhite {
  background: #FFFFFF;
  color: #000000;
}

.buyBtnnWhite:hover {
  background: #000000;
  border: none;
  color: #FFFFFF;
}

.borderButton {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #000000;
  height: 48px;
  padding: 14px 30px;
  min-width: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  font-family: var(--font-stack-bold);
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -webkit-appearance: none;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.borderButton:hover {
  background: rgba(255, 255, 255, 0.8);
}
.borderButton.onWhite:hover {
  background: #f2f2f2;
}

.borderButton.disabled {
  color: #424242;
  cursor: auto;
  border: 1px solid #cccccc;
}
.borderButton.disabled:hover {
  background: transparent;
  color: #424242;
}
.borderButton.max50 {
  max-height: 50px;
}

.btnO {
  background-color: #ff5500;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  font: 300 18px/1.3em var(--font-stack-light);
  letter-spacing: 1px;
  margin: 20px 0;
  max-width: 280px;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.btnN {
  background-color: #ff5500;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  font: 300 17px/1.3em var(--font-stack-light);
  letter-spacing: 1px;
  margin: 30px auto;
  max-width: 280px;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.btnO:hover {
  text-shadow: 0 0 5px #ffffff;
}

.smallBtn {
  background: #eeeeee;
  display: inline-block;
  position: relative;
  border-radius: 2px;
  padding: 10px 15px 10px;
  color: #000000;
  font: 16px var(--font-stack-regular);
  letter-spacing: -0.2px;
  line-height: 24px;
  cursor: pointer;
  border: 1px solid #cccccc;
  margin: 10px 0
}

.smallBtn:hover {
  background: #e8e8e8;
}

.buyBtn.sasBonusPoints {
  background: #d0d0d0;
  color: #000;
}

.ambruta {
  width: 100%;
  padding: 0 0;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 2px;
}

.jfnveo {
  width: 100%;
  padding: 0 0;
  max-width: 720px;
  margin: 0 auto;
}

.coverImg {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  background: #ffffff;
}

.loggedOut {
  display: block;
}

.loggedIn {
  display: block;
}

.selectBookSelect {
  font: 24px/100% var(--font-stack-light);
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.3em;
  padding: 8px 20px 10px;
  color: #000000;
  background-color: #ff5500;
  text-align: center;
  max-height: 50px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  text-transform: none;
  max-width: 100%;
  position: relative;
  top: 0;
  margin: 1% auto;

}

.selectBookBuy {
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #ff5500;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  padding: 10px 20px 10px 20px;
  color: #ffffff;
  font: 16px/100% var(--font-stack-bold);
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 10px;
  line-height: 1.3em;
  cursor: pointer;
  text-transform: uppercase;
}

@media screen and (max-width: 678px) {
  .selectBookBuy {
    width: 175px;
    padding:  8px 10px;
    font-size: 12px;
    margin-top: 12px;

    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 370px) {
  .selectBookBuy {
    width: 155px;
  }
}


.rateBook {
  display: block;
  clear: both;
  margin: 5px 0 10px;

}

.rateBookExpander {
  display: block;
  clear: both;
  margin: 5px 0 10px 5px;

}

.rating {
  width: 200px;
  position: relative;
  display: block;
  height: 30px;
  clear: both;
  line-height: 30px;
}

.rateStar {
  width: 40px;
  text-align: center;
  font-size: 28px;
  overflow: hidden;
  float: left;
  cursor: pointer;
}

.l-rtl .rateStar {
  float: right;
}

.rateStar i {
  position: relative;
  left: -7px;
}

.rateBack {
  color: #000000;
  position: relative;
  display: block;
  z-index: 1;
  height: 30px;
  opacity: 0.1;
}

.rateFrontMask {
  display: block;
  position: relative;
  overflow: hidden;
  width: 87%;
  height: 30px;
  top: -30px;

}

.rateFront {
  color: #ff5500;
  position: relative;
  display: block;
  z-index: 2;
  height: 30px;
  width: 200px;
}

.left {
  float: left;
}

.leftMargin {
  float: left;
  margin: 2% 2% 2% 0;
}

.right {
  float: right;
}

.rightMargin {
  float: right;
  margin: 2% 0 2% 2%;
}

#agreementpopup,
#agreementpopup_partner,
#purchasetermspopup,
#privacypolicypopup,
#privacypolicypopup_partner {
  color: #ff5500;
  text-decoration: underline;
}

.colone {
  width: 50%;
  max-width: 420px;
  position: relative;
  display: block;
  float: left;
  padding-bottom: 30px;
}

.colonetwo {
  width: 100%;
  clear: both;
  padding-bottom: 30px;
  font-family: var(--font-stack-light);
  font-size: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.even {
  background: #ffffff;
  padding: 5px 15px 20px;
  margin: 10px 0 0 0;
  display: block;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.odd {
  background: #f7f7f7;
  padding: 5px 15px 20px;
  margin: 10px 0 0 0;
  display: block;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

}

.box {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  padding: 10px 12px;
}

.butterfly {
  background-image: url("../img/butterfly.jpg");
  margin-top: 65px;
}

.nwe {
  padding: 0 5%;
}

.colthree {
  width: 48%;
  max-width: 420px;
  float: right;
  margin-left: 2%;
  padding-left: 0;
  position: relative;
  display: block;
  overflow: hidden;

}

.nw {
  padding: 0 5%;
}

.bgImage {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #949494;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.storytelHeroImage {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0,0,0,0))), url("https://storage.googleapis.com/storytel-images/hero-images/startpage_hero_mediumscreen_default.jpg");
  background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.33), rgba(0,0,0,0)), url("https://storage.googleapis.com/storytel-images/hero-images/startpage_hero_mediumscreen_default.jpg");
  background-position: center 50px;
  background-attachment: fixed;
}

.storytelHeroImage.fullHeight {
  background-image: url("https://storage.googleapis.com/storytel-images/hero-images/startpage_hero_mediumscreen_default.jpg");
}

.storytelHeroImage.fullSize {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.heroContainer {
  padding-top: 90px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.35)),color-stop(80%, rgba(0,0,0,0)));
  background: linear-gradient(to right, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 80%);
}

.hero-cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1040px) {
  .hero-cta-buttons {
    justify-content: start;
  }
}

.hero-cta-buttons > * {
  white-space: normal;

}

@media screen and (max-width: 1040px) {
  .storytelHeroImage .cn {
    background: rgba(0,0,0,0.4);
  }
  .heroContainer {
    background: rgba(0,0,0,0.2);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

  }
}

@media screen and (max-width: 678px) {
  .storytelHeroImage {
    background-image: none;
    background: #f2f2f2;
    background-position: center 50px;
  }
  .heroContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none;
    background-color: #ffccc2;
    padding-bottom: 24px;
  }
  .hero-cta-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display:block;
  }
}

@media screen and (min-width: 1040px) {
  .storytelHeroImage {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0,0,0,0))), url("https://storage.googleapis.com/storytel-images/hero-images/startpage_hero_bigscreen_default.jpg");
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.33), rgba(0,0,0,0)), url("https://storage.googleapis.com/storytel-images/hero-images/startpage_hero_bigscreen_default.jpg");
    background-position: center 50px;
  }
  .storytelHeroImage.fullHeight {
    background-image: url("https://storage.googleapis.com/storytel-images/hero-images/startpage_hero_bigscreen_default.jpg");
  }
}

.bgImageTop {
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcomeSection {
  max-width: 820px;
  margin: 0 auto;
  width:100%;
  text-align:center;
  font-size:18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.welcomeDescription {
  max-width: 700px;
}

.welcomePageTitle {
  font: 44px/100% var(--font-stack-bold);
  font-weight: 300;
  line-height: 1.3em;
  margin: 5px 0 0;
  letter-spacing: normal;
  padding-bottom:15px;
}
.welcomeSection h2 {
  font-size:59px;
}
.welcomeSection h4 {
  font-family:var(--font-stack-bold);
  font-size:12px;
}

.canwehelp h1 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0 5px;
}

.canWeHelpDescription {
  font-family: var(--font-stack-bold);
  font-size: 15px;
}
.welcomeDescription {
}

.socialSection {
  max-width: 780px;
  margin: 0 auto;
  width:100%;
  text-align:center;
  font-size:16px;

}
.socialSection h3 {
  font-family: var(--font-stack-bold);
  font-size: 25px;
  text-transform:uppercase;
  margin-bottom: 0;
  margin-top: 0;
}

.socialSectionDescription {
  font-family: var(--font-stack-regular);
  font-size: 16px;
}

#welcomeStepDownloadStepMobile {
  display:none;
}

.socialContainer {
  height:100px;
  width:100%;
  max-width:550px;
  margin: 30px auto 30px auto;
}

.stepContainer {
  height:190px;
  width: 780px;
  margin: 50px auto;
}



.socialItemWrapper {
  float:left;

  height:100%;
  position:relative;
}
.welcomeStepWrapper  {
  float:left;
  width:33.333333%;
  height:220px;
  position:relative;
 /* background:red;*/
}

.welcomeStepContent {
  height:93%;
  width:100%;

}

.welcomeStepDownloadIcon {
  font-size: 110pt;
  position: relative;
}

.welcomeStepDownloadImage {
  margin-top:8px;
}

.welcomeStepBookCovers {
  width:100%;
  height:85%;
  background:red;

}
.platformImages {
  position:relative;
  width:84%;
  margin:8px auto 0 auto;
  text-align:center;
  font-size:32px;

}
.platformImages div {
  float:left;
  opacity:0.82;
  width: 45px;
}
.platformImages .icon-android {
  color:#a4c63a;
}

.platformImages .icon-windows {
  color:#3eaeef;
  padding-left:3px;
}

.horizontalLine {
  height:1px;
  background: #eeeeee;
  width:100%;
}

.verticalLine {
  width:1px;
  height:86%;
  position:absolute;
  left:0px;
  top:7%;

  -webkit-box-shadow:1px 0px 0 rgba(0, 0, 0, 0.1);

          box-shadow:1px 0px 0 rgba(0, 0, 0, 0.1);
}

.socialItem {
  margin-left:10px;
  margin-right:10px;
  height:100%;
  /*background:red;*/
  position:relative;
}

.socialItem img {
  width:auto;
  height:70%;
}

.socialItemWrapper a {
  color:black;
}
.welcomeStep {
  width:85%;
  max-width:220px;
  margin:0 auto;
  height:100%;
  position:relative;

}

.socialStepDescription {
  position:relative;
  width:100%;
  font: 17px/100% var(--font-stack-regular);
  line-height: 1.3em;
  margin-top:5px;
  text-transform:lowercase;
}

.welcomeStepDescription {
  width:100%;
  font: 18px/100% var(--font-stack-regular);
  line-height: 1.3em;
}

.hideForMobile {
  display:block !important;
}

.showForMobile{
  display:none !important;
}

.welcomeStep .inputField {
  font-size: 12px;
  margin: 0 auto;
  font-family: var(--font-stack-regular);
}
.welcomeStep  ::-webkit-input-placeholder {
  color: rgb(25,25,25);
}

.welcomeStep   :-moz-placeholder { /* Firefox 18- */
  color: rgb(25,25,25);
}

.welcomeStep  ::-moz-placeholder {  /* Firefox 19+ */
  color: rgb(25,25,25);
}

.welcomeStep  :-ms-input-placeholder {
  color: rgb(25,25,25);
}

.welcomeStepLoginContainer {
  max-width:220px;
  margin:0 auto;
}
.welcomeStep .signupField {
  min-width:0;
  max-width:none;
}

.loginStepMobile {
  margin: 0 auto;
}

#welcomeStepLogin {

}

#welcomeStepLogin .borderWrapper {
  border: 2px dashed #eeeeee;
  /*border-radius: 12px;*/
  padding: 1px 15px 15px 15px;
  background: #f9f9f9;
}

.welcomeStepBookCovers {
  width:190px;
  height:190px;
  margin:0 auto;
}

.textshadowblack {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.textshadowwhite {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

.buyBtn, .startpage .buyBtnn, .startpage .subscription-btn {
  font-family: var(--font-stack-bold);
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: normal;
  text-transform: none;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 30px;
  min-width: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.width60percent {
  width: 60%;
}

.sorry {
  text-align: center;
  font: 42px/100% var(--font-stack-light);
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.3em;
  height: auto;
  position: relative;
  display: block;
  padding: 65px 0 30px;
}

.round {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
}

.purchasePage input[type=text] {
  border: 1px solid #cccccc;
}

.inputField {
  border: 0;
  padding: 0.6em 1em 0.5em;
  background: transparent;
  font: 18px/100% var(--font-stack-regular);
  font-weight: 300;
  line-height: 1.4em;
  word-spacing: 0.1em;
  border-radius: 2px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.selectField {
  border: 0;
  padding: 0.6em 1em 0.5em;
  background: transparent;
  font: 16px/100% var(--font-stack-regular);
  font-weight: 300;
  line-height: 1.4em;
  word-spacing: 0.1em;
  border-radius: 2px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.selectFieldWrapper {
  position: relative;
}
.selectFieldWrapper:after{
  content: " ";
  height: 0px;
  width: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #757575;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  pointer-events: none;
}

.inputFieldSmall {
  border: 0;
  padding: 0.6em 1em 0.5em;
  background: transparent;
  font: 18px/100% var(--font-stack-light);
  font-weight: 300;
  line-height: 1.4em;
  word-spacing: 0.1em;
  border-radius: 2px;
  width: 90%;
}

.inputFieldXx {
  border: 0;
  padding: 0.6em 1em 0.5em;
  background: transparent;
  font: 16px/100% var(--font-stack-regular);
  font-weight: 300;
  line-height: 1.4em;
  word-spacing: 0.1em;
  border-radius: 4px;
  width: 90%;
}

.inputFieldLong {
  border: 0;
  padding: 0.6em 1em 0.5em;
  background: transparent;
  font: 16px/100% var(--font-stack-regular);
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.4em;
  word-spacing: 0.1em;
  border-radius: 4px;
  height: 150px;
  width: 90%;
  resize: none;
}

@media screen and (max-width: 678px) {
  .inputFieldLong {
    height: 100px;
  }
}

.inputFieldCode {
  border: 0;
  padding: 0.6em 1em 0.5em;
  background: #ffffff;
  font: 16px/100% var(--font-stack-regular);
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.4em;
  word-spacing: 0.1em;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: 5px;
  width: 50%;
  min-width: 110px;
  max-width: 200px;
  float: left;
  clear: right;
  border: 1px solid #e5e5e5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}

.inputFieldCode:focus {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.titleWrapp {
  padding: 30px 0;
  text-align: center;
  cursor: default;
}

.titleWrapp h4 {
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 0;
  width: auto;
  min-width: 280px;
  font-size: 22px;
  font-family: var(--font-stack-bold);
  text-transform: none;
  letter-spacing: 0.01em;

}

.titleWrappExpand {
  border-bottom: 1px solid #cdd3d5;
  margin: 0 60px 20px;
  text-align: center;
}

.titleWrappExpand h4 {
  background: none repeat scroll 0 0 #ffffff;
  margin: 0 auto;
  padding: 10px 0 0 0;
  position: relative;
  top: 10px;
  width: 280px;
  clear: both;
  font-size: 13px;
  font-family: var(--font-stack-light);
}

.title {
  font: 14px/100% var(--font-stack-light);
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.3em;

}

.playerCover {
  height: 70px;
  width: 70px;
  border-radius: 50px;
  display: block;
  position: absolute;
  overflow: hidden;
  border: 4px solid #ffffff;
  top: -90px;
  right: 0;
}

.playerCover img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  border-radius: 300px;
}

.expandPlay {
  cursor: pointer;
  display: block;
  height: 200px;
  line-height: 40%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 678px) {
  .expandPlay {
    height: 120px;
  }
}

.expandPlay i {
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  color: #777777;
  cursor: pointer;
  vertical-align: middle;
  font-size: 57px;
  line-height: normal;
  position: relative;
  display: block;
  text-align: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  line-height: 90px;
  padding: 0;
  border-radius: 400px;
  top: 30%;
  opacity: 0.9;
  border-radius: 400px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 678px) {
  .expandPlay i {
    font-size: 38px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    top: 27px;
  }
}

.expandPlay i:hover {
  opacity: 1.0;
  background: #333333;
  background: rgba(30, 30, 30, 0.4);
}

.testl {
  font: 11px/100% var(--font-stack-light);
  letter-spacing: normal;
  position: relative;
  margin: 6px 6px 6px 6px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  top: -55px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 678px) {
  .testl {
    font-size: 8px;
    top: -43px;
  }
}

.herotext {
  max-width: 90%;
  margin: 0 auto 0;
  padding: 60px;
  text-align: left;
  /*
float: right;
*/
}

.herotext h1 {
  font-size: 17px;
  font-family: var(--font-stack-light);
  margin: 10px 0 10px 0;
  text-align: left;
}

.bubbel {
  width: 105px;
  height: 125px;
  position: absolute;
  right: 2%;
  top: 100px;
  display: block;
  z-index: 900;
  padding: 10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.heroinfo {
  position: relative;
  display: block;
  width: 1050px;
  margin: 0 auto;

}

.giftContainer {
  height: 100%;
  width: 100%;
  padding: 0 0 0;
  margin-top: -0;
  top: 0;
  left: 0;
  text-align: center;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.theTerms {
  margin: 1em 0;
  color: #777777;
  font-size: 12px;
  line-height: 1.5;
  cursor: default;
  font-family: var(--font-stack-regular);
}

.timeOutMessage,
.timedOut .perks,
.timedOut .theTerms,
.timedOut .paymentForm,
.timedOut .container {
  display: none;
}

.timedOut .timeOutMessage {
  display: block;
}

.peter {
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.peter.peterOn {
  max-height: 800px;

}

.hm {
  padding: 0 0;
  height: auto;
  max-height: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.lockedHeight {
  max-height: 100%;
}

.giftInformation {
  max-width: 770px;
  margin: 0 auto;
}

.theCode {
  font-size: 14px;
  font-family: var(--font-stack-light);
  padding: 20px 0;
  margin: 10px auto 0 auto;
  width: 502px;
  border: 1px dotted #000000;
  position: relative;
  display: block;
  text-align: center;
  background: #ffffff;
}

.giveAGiftHead {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 0;
  padding: 0 0 0;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: var(--font-stack-regular);
  border-radius: 3px;
}

.giveAGiftHead h5 {
  font-size: 59px;
}

.whiteShadow {
  text-shadow: 0 0 30px #ffffff;
}

.the700 {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.startpage-subtitle {
  font-family: var(--font-stack-medium);
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.24px;
  padding: 0;
  max-width: 80%;
  margin: 5px 0;
  color: white;
}

@media screen and (max-width: 1040px) {
  .startpage-subtitle {
    padding-right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 678px) {
  .startpage-subtitle {
    max-width: 310px;
    margin-top: 16px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.25px;
    color: #48001e;
  }
}

.hideRev {
  display: none;
}

.the400 {
  width: 400px;
  margin: 0 auto;
  cursor: default;
}

.pUMiddle > .the400 {
  width: 100%;
  max-width: 400px;
}

.the550 {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 678px) {
  .the400 {
    width: 100%;
    max-width: 400px;
  }
}

.giftCardBuyContainer {
  margin-top: 0px;
}

.giftCardEmail {
  float: left;
  width: 50%;
  padding: 0 20px 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.giftCardEmail .buyBtn {
  font-family: var(--font-stack-bold);
}

.giftCardEmail .inputField {
  font-family: var(--font-stack-regular);
}

.giftCardLogInButton {
  padding: 0 20px 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.giftCardEmail:first-child {
  border-right: 1px solid #f7f7f7;
}

@media screen and (max-width: 1000px) {
  .giftCardEmail {
    padding: 0 0px 40px 20px;
  }
  .giftCardEmail:first-child {
    padding: 0 20px 40px 0px;
  }
  .giftCardEmail .buyBtn {
    max-width: 100%;
  }
  .giftCardEmail .signupField {
    max-width: 100%;
  }
  .giftCardEmail .signupField .inputField {
    font-size: 15px;
  }
  .giftCardEmail .buyBtn {
    font-size: 15px;
    line-height: 0.95;
  }
}

@media screen and (max-width: 568px) {
  .giftCardEmail {
    float: none;
    width: 100%;
    padding: 0;
  }
  .giftCardEmail:first-child {
    border-right: 0;
    padding: 0 0 10px 0;
  }
  .giftCardEmail h4 {
    font-size: 10px;
    line-height: 30px;
    text-align: left;
  }
  .giftCardEmail .signupField .inputField {
    font-size: 18px;
  }
  .giftCardEmail .buyBtn {
    font-size: 18px;
    line-height: 1;
  }
}

.sendGiftCardForm {
  max-width: 400px;
  margin: 0 auto 40px auto;
}

.sendGiftCardForm label {
  width: 100%;
  text-align: left;
  font-size: 12px;
}

.noAccountMessage {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}

.buyGiftCardInformation {
  margin: 90px 0 40px 0;
  color: #7d7d7d;
}

.giftMo {
  position: relative;
  z-index: 3;
  display: block;
  text-align: center;
  padding: 0 0 0;
}

.giftContainer h5 {
  color: #000000;
  font-size: 50px;
  margin: 10px 20px;
  pointer-events: none;
  font-family: var(--font-stack-bold);
}

@media screen and (max-width: 1000px) {
  .giftContainer h5 {
    font-size: 40px;
  }
}

.gifty {
  position: relative;
  float: left;
  width: 22.6%;
  margin: 0 1%;
  padding: 10px 10px 50px 10px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.paymentGiftCard .buyBtn {
  font-family: var(--font-stack-bold);
}


.gifty.bigClick {
  cursor: pointer;
}

.gifty.bigClick h3,
.gifty.bigClick h4,
.gifty.bigClick span {
  pointer-events: none;
}

.gifty.bigClick h3,
.gifty.bigClick h4 {
  font-family: var(--font-stack-bold);
}



@media screen and (max-width: 1000px) {
  .gifty {
    width: 48%;
    margin: 1%;
    max-width: 300px;
  }
}

@media screen and (max-width: 400px) {
  .gifty {
    float: none;
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .gifty:first-child {
    margin: 0 auto;
  }
}

.gifty h3 {
  margin: 10px 0 0;
}

.giftyBtn {
  font: 14px/100% var(--font-stack-bold);
  text-transform: uppercase;
  padding: 5px 0;
  background: #f7f7f7;
  color: #000000;
  cursor: pointer;
  position: absolute;
  height: 34px;
  bottom: 0;
  line-height: 1.7;
  left: 0;
  width: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.gifty.bigClick:hover .giftyBtn,
.giftyBtn:hover {
  background: #ff5500;
  color: #ffffff;
  cursor: pointer;
}

.giftyBtn.giftyOn {
  background: #ff5500;
  color: #ffffff;
}

.underline {
  border-bottom: 1px dotted #000000;

}

.giftyB {
  font-family: var(--font-stack-regular);
  font-size: 15px;
  display: block;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #eeeeee;
  cursor: default;
}

.giftCardPurchaseInfo {
  font-size: 12px;
  line-height: 1.6;
  color: #7d7d7d;
  margin: 40px 0 30px 0;
  font-family: var(--font-stack-regular);
}

.buypage {
  padding: 0 0 0;
  opacity: 1;
  background: #ffffff;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  position: relative;
  z-index: 20;
}

.buypage h4 {
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  font-family: var(--font-stack-light);
}

.buypage.black h4 {
  font-family: var(--font-stack-light);
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

.buypage ul {
  text-align: left;
}

.buypage ul li {
  text-align: center;
}

.buypage h3 {
  font-family: var(--font-stack-light);
  font-size: 28px;
  margin: 0 0 5px;
  padding: 0;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
}

.buyforms {
  background: #f9f9f9;
  position: relative;
  margin-top: 0;
  color: #000000;
  overflow: hidden;
  max-height: 0;
  height: auto;
  -webkit-transition: max-height .2s ease-in-out;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.signupField {
  width: auto;
  max-height: 50px;
  min-width: 220px;
  max-width: 400px;
  display: block;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 0 0;
  border: 1px solid #e5e5e5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.signupFieldLong {
  width: auto;
  min-width: 220px;
  max-width: 430px;
  margin: 0 0 1em 0;
  display: block;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 0 0;
  border: 1px solid #e5e5e5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.logoWrapper {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  width: 110px;
}

.logoWrapper.fullWidth {
  float: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo5 {
  content: "";
  display: block;
  /* SVG fallback trick from https://css-tricks.com/a-complete-guide-to-svg-fallbacks/ */
  background: url('../img/storytel_logo_sangria.png');
  background: url('../img/storytel_logo_sangria.svg'),
  -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url('../img/storytel_logo_sangria.svg'),
  linear-gradient(transparent, transparent);
  background-size: contain;
  background-repeat: no-repeat;
  height: 55px;
  padding-left: 8px;
  width: 110px;
  background-position: 50% 50%;
  overflow: hidden;
}

@media screen and (max-width: 1260px) {
  .logo5 {
    /* SVG fallback trick from https://css-tricks.com/a-complete-guide-to-svg-fallbacks/ */
    background: url('../img/storytel_logo_sangria_mobile.png');
    background: url('../img/storytel_logo_sangria_mobile.svg'),
    -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url('../img/storytel_logo_sangria_mobile.svg'),
    linear-gradient(transparent, transparent);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}



.logo5.center {
  margin: auto;
}

.priceBubble {
  content: "";
  display: block;
  font: 300 28px/90% var(--font-stack-light);
  letter-spacing: 1px;
  margin: 20px auto;
  text-align: center;
  text-transform: none;
}

.priceBubble h4 {
  color: #000000;
}

.buyStepTwo {
  width: 90%;
  max-width: 400px;
  float: none;
  margin: 40px auto 20px;

}

.buyStepThree {
  width: 90%;
  float: none;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 400px;
  margin: 20px auto 0;

}

.checkField {
  float: left;
  padding: 10px;
  color: #ff5500;
  display: none;
}

.loadField {
  float: left;
  padding: 10px;
  color: #ff5500;
  display: none;

}

.removeComment {
  background: #ff5500;
  color: #ffffff;
  width: 150px;
  padding: 7px 12px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  z-index: 5;
  top: 10px;
}

div.hero {
  position: relative;
  height: 100%;
  width: 90%;
  max-width: 720px;
  display: block;
  /*
background-color: #ff5500;

background-color: rgba(255, 85, 0, 0.7);



background: transparent;
background: -moz-linear-gradient(left,  rgba(255,85,0,0.34) 0%, rgba(255,85,0,0.34) 34%, rgba(255,85,0,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,85,0,0.34)), color-stop(34%,rgba(255,85,0,0.34)), color-stop(100%,rgba(255,85,0,0)));
background: -webkit-linear-gradient(left,  rgba(255,85,0,0.34) 0%,rgba(255,85,0,0.34) 34%,rgba(255,85,0,0) 100%);
background: -o-linear-gradient(left,  rgba(255,85,0,0.34) 0%,rgba(255,85,0,0.34) 34%,rgba(255,85,0,0) 100%);
background: -ms-linear-gradient(left,  rgba(255,85,0,0.34) 0%,rgba(255,85,0,0.34) 34%,rgba(255,85,0,0) 100%);
background: linear-gradient(to right,  rgba(255,85,0,0.34) 0%,rgba(255,85,0,0.34) 34%,rgba(255,85,0,0) 100%);  W3C
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57ff5500', endColorstr='#00ff5500',GradientType=1 );
*/
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.hero h5 {
  color: white;
  font-size: 94px;
}

.hero h1 {
  color: white;
  margin-bottom: 20px;
}

.accountDetail {
  width: 100%;
  max-width: 1050px;
  margin: 30px auto;
  font-family: var(--font-stack-regular);
  letter-spacing: 0.01em;
  padding: 5px 0;
}


.accountDetail h4 {
  font-family: var(--font-stack-light);
  font-size: 21px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;

}
.teliaUserInfo {
  padding-bottom: 20px;
}
/*
.accountDetail h1 {
  font-family: var(--font-stack-light);
  font-size: 27px;
}
*/

div.heroWrapp {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: block;
  clear: both;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;

}

.dennis {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.thisHeroFix {
  position: relative;
  display: block;
  height: 335px;
}

.thisHero {
  position: absolute;
  width: 100%;
  height: 335px;
  max-height: 100%;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  margin-top: 65px;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  /*-webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;*/
}

.content.contentGiftCardFinished {
  min-height: 900px;
  height: 900px;
}

.finishedGiftCardText {
  padding-top: 15%;

}

@media screen and (max-width: 1000px) {
  .content.contentGiftCardFinished {
    min-height: 800px;
    height: 800px;
  }

  .finishedGiftCardText h5 {
    font-size: 48px;
  }
}

@media screen and (max-width: 678px) {
  .content.contentGiftCardFinished {
    min-height: 700px;
    height: 700px;
  }

  .finishedGiftCardText h5 {
    font-size: 38px;
  }
}

@media screen and (max-width: 400px) {
  .content.contentGiftCardFinished {
    min-height: 500px;
    height: 500px;
  }

  .finishedGiftCardText {
    padding-top: 10%;
  }

  .finishedGiftCardText h5 {
    font-size: 20px;
  }
  .stepContainer {
    height: 800px;
  }
}

.thBrowse {
  background-position: center center;
}

.giveIt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #f9f9f9;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #ffffff;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: var(--font-stack-regular);
  background-image: url("../img/cary.jpg");
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.bottomShaddow { /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0); /* IE6-9 */

}

.thisHeroSvTitle {
  width: 90%;
  position: relative;
  margin: 0 0 0;
  padding: 120px 5% 30px;
  text-align: center;
}

.thisHeroSvTitle h5 {
  padding: 0 5%;
  color: #ffffff;
  line-height: 1.2em;
  font-size: 43px;
}

.thisHeroSvTitle h1 {
  font-family: var(--font-stack-light);
  font-size: 15px;
  color: #ffffff;
  padding: 0 5%;

}

.fistPageStuff {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  background: #ffffff;
  display: block;
  z-index: 1;
}

.campCodeDiv {
  display: none;
}

.devices {
  display: block;
  float: left;
  height: 290px;
  margin-top: -90px;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  width: 50%;
}

.devices img {
  width: 100%;
  height: auto;
}

.closePopUp {
  color: #B9B9B9;
  font-size: 38px;
  margin: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2002;
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

@media screen and (max-width: 1000px) {
  .closePopUp {
    font-size: 25px;
  }
}

.closePopUp:hover {
  color: #ff5500;
}

.loginOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.userInput {
  font: 21px/100% var(--font-stack-light);
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.3em;
  margin: 5px 0;
  background: transparent;
  border: 0;
  color: #000000;
  width: 280px;
  position: relative;
  display: block;
  background: #ffffff;
  padding: 10px;
}

.passwordInput {
  font: 21px/100% var(--font-stack-light);
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.3em;
  margin: 5px 0 15px;
  background: transparent;
  border: 0;
  color: #000000;
  width: 280px;
  position: relative;
  display: block;
  background: #ffffff;
  padding: 10px;
}

.add-on {
  position: absolute;
  right: 0;
  width: 21%;
  display: inline-block;
  min-height: 32px;
  border-left: none;
  border-left: 1px solid #cbcbcb;
  text-align: center;

}

.add-on label {
  font-size: 13px;
  line-height: 28px;
  color: #cbcbcb;
  display: block;
  text-transform: capitalize;
  max-width: 635px;
  padding: 0.7em 1em 1em;
  margin:0;
}

.add-on-label input[type="checkbox"] {
  margin: -3px 6px 0 0 !important;
  display: inline-table;
  vertical-align: middle;
}

.active-add-on label  {
  color: #000000;
  background: rgba(0,0,0,0.1);

}

.loginError {
  color: #ff5500;
  margin: 0;
  font-family: var(--font-stack-regular);
}

.cancelReasonError, .inviteError {
  color:#ff5500;
}

.inviteSuccessStatus {
  color: #f4590a;
}

div.tb {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

div.tbw {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
}

div.cn {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
}

div.cb {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  position: relative;
  padding: 0 0 40px 0;
}

div.popUpInner {
  background-color: rgba(255, 255, 255, 1.0);
  display: block;
  text-align: left;
  margin: 90px auto;
  width: 500px;
  padding: 5%;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.IEshow {
  display: none;
}


.header.firstPage {
  position: fixed;
  top: 0;
  background-color: #ffffff;
}

.header.scrolled {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.topinner {
  color: #000000;
  font-weight: 100;
  font-size: 28px;
  letter-spacing: 2px;
  padding: 0 5%;
  position: relative;
}

@media screen and (min-width: 1261px) {
  .topMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .topMenuInner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}


.topMenu.hideOnDesktop {
  display: none;
}

.topMenu ul {
  list-style: none;
  margin: 0;
  padding: 15px 18px 0px 18px;
}

.hideAllWhenWait {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9f9;
  z-index: 1999;
}

.dropdown-menu-item {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

#mp-dropdown-icon {
  display: none;
  right: 20px;
}

.dropdown-icon {
  display: block;
  position: absolute;
  font-size: 14px;
  color: black;
  top: 6px;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#login-dropdown-icon {
   right: 0;
}

#dropdown-menu-mp {
  right: 0;
}

#dropdown-menu-login {
  right: 0;
}

.login-menu-item:hover > .dropdown-icon {
  color: #ff5c28 !important;
}

@media screen and (max-width: 1280px) {
  #dropdown-menu-login {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1260px) {
  #login-dropdown-icon {
    right: 20px;
  }
}

#gc-dropdown-icon {
  right: 20px;
}

#cat-dropdown-icon {
  right: 20px;
}

.space {
  position: relative;
  display: block;
  height: 5px;
}

.menu-item {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

.menu-item-w {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (min-width: 1000px) {
  #tryStorytelButton.hasScrolled {
    margin-top: 15px;
    padding: 6px 20px;
    background: #ff5c28;
    border-radius: 25px;
    color: white;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #tryStorytelButton.hasScrolled:hover {
    color: white !important;
  }
}

.titleWrapp h4 a {
  color: #000000;
  background: transparent;
}

.titleWrapp h4 a:hover {
  color: #000000;
  background: transparent;
}

.topMenu a {
  color: #000000;
}

.topMenu li a {
  font: 500 16px var(--font-stack-medium);
  line-height: 24px;
  letter-spacing: -0.2px;
  display: block;
  padding: 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 1280px) {
  .topMenu li a:hover {
    color: #ff5c28 !important;
  }
}

.bounce i {
  position: absolute;
  top: 12px;
  left: 12px;
}

.bounce {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 25px ;
  margin-left:-20px;
  border-radius: 50%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
  40% {-webkit-transform: translateY(-30px);}
  60% {-webkit-transform: translateY(-15px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  40% {-webkit-transform: translateY(-30px);transform: translateY(-30px);}
  60% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}
}

.content {
  height: auto;
  min-height: 100%; /* Fallback since IE8 doesn't have support */
  min-height: 100vh;
  clear: both;
  overflow: hidden;
}

.flexboxLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.flexboxLeft.flowColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.flexboxCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexboxCenter.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexboxRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

/* Used for the content that has a campaign image and content inside of it */
.campaignImagePageBackground.fullHeight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100%; /* Fallback since IE8 doesn't have support */
  min-height: 100vh;
}

.contentInner {
  position: relative;
  clear: both;
  display: block;
  padding: 80px 0 45px 0;
}

.heroContentInner {
  clear: both;
  display: block;
  padding: 0 0 55px 0;
  margin-top: 120px;
}

.heroInAppAvailableWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heroInAppAvailable {
  color: #FFFFFF;
  max-width: 400px;
  font-size: 12px;
}

.floaterContent {
  position: relative;
  background: white;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 30px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
}

.floaterContent-stepTitle {
  font-size: 12px;
  margin: 0;
  color: #757575;
}

.floaterContent .signupField input {
  font-family: var(--font-stack-regular);
}

.create-account-step-text, .create-account-or-text, .login-or-text, .login-info-text {
  font-family: var(--font-stack-regular);
}

.floaterContent .buyBtn,
.floaterContent .buyBtnn{
  font-family: var(--font-stack-bold);
  width: 100%;
}

@media screen and (max-width: 568px) {

  .normalWrapp.inFloater {
    padding: 0 !important;
  }

  .campaignImagePageBackground {
    background-image: none;
  }

  .campaignImagePageBackground.fullHeight {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
  }

  .heroContentInner {
    margin-top: 80px;
    padding: 0;
  }

  .floaterContent {
    padding: 25px 15px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .the400.floaterContent {
    width: 100%;
    max-width: 100%;
  }

  .the400.floaterContent a.continueSetupBtn,
  .the400.floaterContent div.buyBtn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .the400.floaterContent a.continueSetupBtn,
  .the400.floaterContent div.buyBtn,
  .the400.floaterContent div.signupField {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }

  .campaignImagePageBackground.fullHeight {
    height: auto;
  }

  .floaterContent-stepTitle {
    margin-top: 22px;
  }

  .secMessage.inFloater {
    border-radius: 0;
  }
}

.footer {
  width: 100%;
  margin-top: 0;
  color: #000000;
  position: relative;
  left: 0;
  right: 0;
  background: #f9f9f9;
  text-align: left;
  font-family: var(--font-stack-regular);
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1000px) {
  .footer {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1040px) {
  .heroInAppAvailableWrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footerinner {
  padding: 20px;

}

.footerColumn {
  float: left;
  width: 20%;
  margin: 40px 2% 85px;
}

.footerColumn ul {
  margin-left: 0;
}

.footerColumn a {
  color: black;
  line-height: 24px;
  letter-spacing: -0.2px;
  font-size: 16px;
}

.footerColumn a:hover {
  color: #ff5c28;
}

.footerColumn li {
  padding-bottom: 16px;
}

.normalWrapp {
  padding: 0 5%;
}

.normalWrapp.sortWrappMobile {
  min-height: 400px;
}

@media screen and (max-width: 568px) {
  .normalWrapp.sortWrappMobile {
    padding: 0;
  }
}

.normalWrapp.paymentGiftCard {
  padding: 0 5% 0;
}

@media screen and (max-width: 568px) {
  .normalWrapp.paymentGiftCard {
    padding: 0;
  }
}

.heroImageContainer {
  height: 335px;
  overflow: hidden;
  clear: both;
  position: relative;
  margin-bottom: 24px;
}

@media screen and (max-width: 568px) {
  .heroImageContainer {
    height: 200px;
  }
}

.listImageContainer {
  width: 100%;
  height: 100%;
  position: relative;
}

.listImageContainer .overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.18) 25%,rgba(0,0,0,0.28) 41%,rgba(0,0,0,0.28) 51%,rgba(0,0,0,0.28) 61%,rgba(0,0,0,0.17) 79%,rgba(0,0,0,0) 96%,rgba(0,0,0,0) 100%);*/ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#33000000', GradientType=0); /* IE6-9 */
}

.listImageContainer img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);

}

.titleWrapp.heroImage {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);

  z-index: 3;
  margin: 10px 0;
}

.titleWrapp.heroImage h5 a {
  font-size: 50px;
  color: white;
  line-height: 1.2;
}

@media screen and (max-width: 568px) {
  .titleWrapp.heroImage h5 a {
    font-size: 40px;
  }
}

@media screen and (max-width: 450px) {
  .titleWrapp.heroImage h5 a {
    font-size: 30px;
  }
}

/* New font sizes */
.titleWrapp.heroImage h5 {
  font-size: 50px;
}

@media screen and (max-width: 1000px) {
  .titleWrapp.heroImage h5 {
    font-size: 40px;
  }
}

@media screen and (max-width: 568px) {
  .titleWrapp.heroImage h5 {
    font-size: 30px;
  }
}
/* New font sizes */

.titleWrapp.noMetadataImage h5, .titleWrapp.noMetadataImage h1 {
  font-size: 40px;
  font-family: var(--font-stack-bold);
}

.titleWrapp.noMetadataImage h5.small {
  font-size: 30px;
}

@media screen and (max-width: 568px) {
  .titleWrapp.noMetadataImage h5, .titleWrapp.noMetadataImage h1 {
    font-size: 30px;
  }

  .titleWrapp.noMetadataImage h5.small {
    font-size: 25px;
  }
}

.listDescriptionContainer {
  position: relative;
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .listDescriptionContainer {
    width: 100%;
    max-width: 700px;
  }
}

@media screen and (max-width: 568px) {
  .listDescriptionContainer {
    width: 90%;
    padding: 0 5%;
  }
}

.listDescription.longText {
  position: relative;
  max-height: 90px;
  overflow: hidden;
  margin-bottom: 30px;
}

.listDescription.longText.open {
  max-height: 100%;
}

.listDescription.shortText {
  position: relative;
  height: 100%;
  margin-bottom: 30px;
}

.readMoreLink {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(white));
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), white);
  color: #ccc;
}

.readMoreIcon {
  position: absolute;
  bottom: -10px;
}

.reportButton {
  background: #ff5500;
  color: #fff;
  margin-left: 5px;
  border-radius: 3px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
  font-family: var(--font-stack-regular);
}

.readLessLink {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  cursor: pointer;
  color: #848484;
}

.readLessIcon {
  position: absolute;
  bottom: -10px;
}

.selectBookSelectFull {
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #eeeeee;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  padding: 10px 30px 10px 15px;
  border: 1px solid #cccccc;
  color: #999999;
  font: 16px/100% var(--font-stack-light);
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 10px;
  line-height: 1.3em;
  cursor: pointer;
  text-transform: uppercase;
}

@media screen and (max-width: 678px) {
  .selectBookSelectFull {
    padding: 8px 20px 8px 7px;
    font-size: 12px;
    margin-top: 0;
    width: 175px;
  }
}

@media screen and (max-width: 370px) {
  .selectBookSelectFull {
    width: 155px;
  }
}

.selectReadBookSelectFull {
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #f9f9f9;
  display: inline-block;
  position: relative;
  border-radius: 2px;
  padding: 10px 15px 10px;
  color: #999999;
  font: 12px/100% var(--font-stack-light);
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.3em;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 678px) {
  .selectReadBookSelectFull {
    padding: 8px 20px 8px 7px;
    font-size: 12px;
    margin-top: 12px;
    width: 175px;
  }
}

@media screen and (max-width: 370px) {
  .selectReadBookSelectFull {
    font-size: 10px;
    width: 155px;
  }
}


.selectReadBookSelectFull i {
  color: #ff5500;
}

.selectBookSelectEmpty {
  max-height: 50px;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #ff5500;
  display: inline-block;
  position: relative;
  border-radius: 25px;
  padding: 10px 30px 10px 15px;
  color: #ffffff;
  font: 16px/100% var(--font-stack-bold);
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 10px;
  line-height: 1.3em;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 678px) {
  .selectBookSelectEmpty {
    padding: 8px 20px 8px 7px;
    font-size: 12px;
    margin-top: 0;
    width: 175px;
  }
}

@media screen and (max-width: 370px) {
  .selectBookSelectEmpty {
    width: 155px;
  }
}

.selectBookSelectEmpty:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.selectReadBookSelectEmpty {
  max-height: 50px;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  display: inline-block;
  position: relative;
  border-radius: 25px;
  padding: 10px 15px 10px;
  color: #000000;
  font: 12px/100% var(--font-stack-regular);
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.3em;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 678px) {
  .selectReadBookSelectEmpty {
    width: 175px;
    padding: 8px;
    font-size: 12px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 370px) {
  .selectReadBookSelectEmpty {
    font-size: 10px;
    width: 155px;
  }
}

.selectReadBookSelectEmpty:hover {
  background: #e8e8e8;

}

.selectReadBookSelectEmpty i {
  color: #999999;
}

.selectBookSelectFull i {
  color: #ff5500;
}

.selectBookSelectEmpty i {
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.selectBookSelectEmpty:hover i {
  text-shadow: none;
  color: rgba(255, 255, 255, 1);
}

.dtm {
  background: #ffffff;
  border-radius: 2px;
  padding: 5%;
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);

}

.dtm a {
  color: #ff5500;
  display: block;
}

.dtm i {
  color: #ff5500;
}

.dtm i {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.3);
}

.dtm::after {
  background: #ffffff;
  border-radius: 2px;
  content: " ";
  height: 14px;
  position: absolute;
  left: 30%;
  top: -7px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari and Chrome */
  -o-transform: rotate(45deg); /* Opera */
  -moz-transform: rotate(45deg); /* Firefox */
  width: 14px;
  margin: 0 auto;
  -webkit-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.bookDetailCover {
  float: left;
  margin: 20px 40px 20px 0;
  width: 200px;
  position: relative;
  padding: 30px 0px;
}

.l-rtl .bookDetailCover {
  float: right;
}

.bookDetailCover.newDesign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bookDetailCoverCover {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 2% 0;
  overflow: hidden;
}

.onlyAudioSample {
  margin-top: 10px;
  font-family: var(--font-stack-regular);
}

@media screen and (max-width: 678px) {
  .bookDetailCoverCover {
    width: 120px;
    height: 120px;
    margin: 0;
    display: inline-block;
    margin-right: 5px;
  }
  .onlyAudioSample {
    text-align: center;
  }
}

.bookDetailCoverCover img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.bookDetailDesc {
  float: left;
  margin: 20px 20px 20px 0;
  width: calc(100% - 261px);
  display: block;
  position: relative;
}

.l-rtl .bookDetailDesc {
  float: right;
}

@media screen and (max-width: 678px) {
  .bookDetailDesc {
    float: none;
    margin: 20px 0;
    width: auto;
    width: 100%;
    display: block;
    position: relative;
    clear: both;
  }

  .bookDetailCover {
    float: none;
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    clear: both;
  }
}

.show-on-mobile {
  display: none;
}

@media screen and (max-width: 678px) {
  .selectBook {
    display: inline-block;
    width: 175px;
    vertical-align: bottom;
  }

  .show-on-mobile {
    display: block;
  }

  .hide-on-mobile {
    display: none;
  }
}

@media screen and (max-width: 370px) {
  .selectBook {
    width: 155px;
  }
}

.bookDetailDesc h1 {
  max-width: 67%;
  margin: 0 0 0;
  line-height: 1.1;
  font-family: var(--font-stack-bold);
}

.bookDetailText {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 18px;
  margin-right: 0;
  margin-top: 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  cursor: default;
  font-family: var(--font-stack-regular);
}

.publisherInfoContainer {
  padding: 20px 0;
}

.publisherTitle {
  margin: 0 0 5px 0;
  font-family: var(--font-stack-regular);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  cursor: default;
}

.aBookContainer {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 678px) {
  .aBookContainer {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}

.eBookContainer {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 678px) {
  .eBookContainer {
    display: block;
    margin-top: 20px;
    width: 100%;
  }
}

.singelPlayPopUp {
  background: #ffffff;
  border-radius: 2px;
  padding: 5%;
  position: relative;
  display: none;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.singelPlayPopUp a {
  color: #000000;
}

.singelPlayPopUp::after {
  background: #ffffff;
  border-radius: 2px;
  content: " ";
  height: 14px;
  position: absolute;
  left: 30%;
  top: -7px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari and Chrome */
  -o-transform: rotate(45deg); /* Opera */
  -moz-transform: rotate(45deg); /* Firefox */
  width: 14px;
  margin: 0 auto;
  -webkit-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.whiteWrapp {
  background: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 10px 45px #e5e5e5;
          box-shadow: 0 10px 45px #e5e5e5;
  -webkit-box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 45px rgba(0, 0, 0, 0.1);

}

.smartList {
  padding: 0 0 0;
  margin-top: 0;
}


/* Odd color background in list */

.smartList:nth-child(2n) {
  background: #f9f9f9;
}

.smartList:nth-child(2n) > .horizontalSlider > .sliderNav > .slideLeftContainer {
  background: #f9f9f9;
}

.smartList:nth-child(2n) > .horizontalSlider > .sliderNav > .slideRightContainer {
  background: #f9f9f9;
}

.smartList:nth-child(2n) > .horizontalSlider > .sliderNav > .slideLeftContainer > .overlayLeft {
  background: -webkit-gradient(linear, left top, right top, from(rgba(249,249,249,1)),to(rgba(249,249,249,0)));
  background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(249,249,249,0) 100%);
}

.smartList:nth-child(2n) > .horizontalSlider > .sliderNav > .slideRightContainer .overlayRight {
  background: -webkit-gradient(linear, right top, left top, from(rgba(249,249,249,1)),to(rgba(249,249,249,0)));
  background: linear-gradient(to left, rgba(249,249,249,1) 0%,rgba(249,249,249,0) 100%);
}


/* Make expand view the same as the clicked one*/
.smartList:nth-child(2n) > .horizontalSlider > .infoDropDown {
  background: #f9f9f9;
}

.smartList:nth-child(2n) > .horizontalSlider > .infoDropDown > .horizontalSlider > .sliderNav > .slideLeftContainer {
  background: #f9f9f9;
}

.smartList:nth-child(2n) > .horizontalSlider > .infoDropDown > .horizontalSlider > .sliderNav > .slideRightContainer {
  background: #f9f9f9;
}

.smartList:nth-child(2n) > .horizontalSlider > .infoDropDown > .horizontalSlider > .sliderNav > .slideLeftContainer > .overlayLeft {
  background: -webkit-gradient(linear, left top, right top, from(rgba(249,249,249,1)),to(rgba(249,249,249,0)));
  background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(249,249,249,0) 100%);
}

.smartList:nth-child(2n) > .horizontalSlider > .infoDropDown > .horizontalSlider > .sliderNav > .slideRightContainer .overlayRight {
  background: -webkit-gradient(linear, right top, left top, from(rgba(249,249,249,1)),to(rgba(249,249,249,0)));
  background: linear-gradient(to left, rgba(249,249,249,1) 0%,rgba(249,249,249,0) 100%);
}

.smartList:nth-child(2n) > .horizontalSlider > .infoDropDown > .titleWrappExpand h4 {
  background: none repeat scroll 0 0 #f9f9f9;
}



.smartList > .horizontalSlider > .infoDropDown > .horizontalSlider {
  border-bottom: 1px solid #cdd3d5;
  margin: -22px 0 0;
}



.smartListDetail {
  padding: 20px 0 0;
  margin-top: 0;

}

/*


#smartList1{
background: #3b082f;
padding: 10px 0 0;
margin-bottom: 0;
overflow: hidden;
}

#smartList1 h4{

color: #ffffff;
}

#infoDropDown1 h4{
color: #000000;
}

#infoDropDown1 {
color: #000000;
}



#smartList2{
background: #3b082f;
padding: 10px 0 ;
margin-bottom: 20px;
overflow: hidden;
}

#smartList2 h4{

color: #ffffff;
}

#infoDropDown2 h4{
color: #000000;
}

#infoDropDown2 {
color: #000000;
}

#smartList30{
background: #dee9a7;
padding: 10px 0 10px;
margin-bottom: 20px;
overflow: hidden;
}

#smartList30 h4{

color: #000000;
}

#infoDropDown30 h4{
color: #000000;
}

#infoDropDown30 {
color: #000000;
}






#smartList7{
background: #222228;
padding: 10px 0 20px;
margin-bottom: 0;
overflow: hidden;
}

#smartList7 h4{

color: #ffffff;
}



#infoDropDown7 h4{
color: #000000;
}

#infoDropDown7 {
color: #000000;
}

#smartList8{
background: #222228;
padding: 10px 0 20px;
margin-bottom: 20px;
overflow: hidden;
}

#smartList8 h4{

color: #ffffff;
}



#infoDropDown8 h4{
color: #000000;
}

#infoDropDown8 {
color: #000000;
}






#smartList12{
background: #e0e396;
padding: 10px 0 20px;
margin-bottom: 0;
overflow: hidden;
}

#smartList12 h4{

color: #000000;
}


#infoDropDown12 h4{
color: #000000;
}

#infoDropDown12 {
color: #000000;
}



#smartListStart{
background: #fff;
padding: 10px 0 20px;
margin-bottom: 0;
overflow: hidden;
}

#smartListStart h4{

color: #000;
}



*/

#smartListDetail {
  padding: 10px 0 20px;
  margin-bottom: 0;
  margin-top: -10px;
}

#smartListDetail h4 {
  font-family: var(--font-stack-bold) !important;
  color: #000000;
}

#infoDropDown1 h4 {
  color: #000000;
}

#infoDropDown1 {
  color: #000000;
}

.campingCodeRull {
  clear: both;
  position: relative;
  display: block;
  border-radius: 2px;
  padding: 0 5%;
  width: 90%;
  overflow: hidden;
  line-height: 1.4em;
  font-size: 13px;
  color: #666666;
  cursor: default;
}

.bookmenu {
  position: relative;
  display: none !important;
  width: auto;
  max-width: 100%;
  z-index: 100;
  font-size: 13px;
  font-family: var(--font-stack-light);
  clear: both;
  height: 45px;
  margin-top: 10px;
}

.commentDetail {
  background: #ffffff;
  display: none !important;
  position: relative;
  border-radius: 4px;
  padding: 10px 15px 10px;
  color: #000000;
  font: 12px/100% var(--font-stack-regular);
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 5px;
  line-height: 1.3em;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  margin-right: 5px;
}

.commentDetail:hover {
  background: #f9f9f9;
}

.socialmenu {
  margin-top: 10px;
}

.shareBookDetailFb {

  position: relative;
  float: left;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 12px 5px 8px;
  background: #3b5998;
  border-radius: 2px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 5px;
}

.shareBookDetailFb:hover {
  background: #3b082f;
}

.tuba {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

}

.shareBookDetailTweet {

  position: relative;
  float: left;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 12px 5px 8px;
  background: #00a9ba;
  border-radius: 2px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 5px;
  margin-bottom: 5px;
}

.shareBookDetailTweet:hover {
  background: #3b082f;
}

.specialBookCase {
  background-color: rgba(255, 180, 86, .4);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  height: 300px;
  width: 100%;
}

.specialBookCaseInner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 20px 5%;
  width: 190%;
  height: 260px;
}

.liggBok {
  float: left;
  width: 220px;

}

.liggandeBok {
  margin-top: 1px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  width: 200px;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;

}

.standBok {
  float: left;
  width: 220px;

}

.standingBok {
  margin-top: 1px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  height: 30px;
  left: -80px;
  line-height: 30px;
  margin-top: 1px;
  outline: 1px solid transparent;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  top: -10px;
  -webkit-font-smoothing: antialiased;

  transform: rotate(80deg);
  -ms-transform: rotate(80deg); /* IE 9 */
  -webkit-transform: rotate(80deg); /* Safari and Chrome */
  -o-transform: rotate(80deg); /* Opera */
  -moz-transform: rotate(80deg); /* Firefox */

}

/* SLIDER */

.expanderTags {
  display: block;
  margin: 5px 0 0;
}

.expandTagsTag {
  text-transform: uppercase;
  font-weight: normal;
  margin-right: 10px;
  font-size: 11px;
  color: #ff5500;
  cursor: pointer;
  font-family: var(--font-stack-regular);
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.expandTagsTag:hover {
  border-bottom: 1px solid #ff5500;
}

.horizontalSlider {
  padding: 0;
  margin: -15px 0 0;
  position: relative;
  display: block;

}

.expandGrid {
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  height: auto;
  width: 111.111%;
  position: relative;
  left: -5.555%;
  -webkit-box-shadow: 0 -1px 0 #e5e5e5;
          box-shadow: 0 -1px 0 #e5e5e5;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  top: -6px;
  margin-bottom: 30px;

  clear: both;
}

.l-rtl .expandGrid {
  left: unset;
  right: -5.555%;
}

.infoDropDown {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: auto;
  /*
    -moz-box-shadow:  0 -1px 0 rgba(0, 0, 0, 0.2);
   -webkit-box-shadow:  0 -1px 0 rgba(0, 0, 0, 0.2);
   box-shadow:          0 -1px 0 rgba(0, 0, 0, 0.2);
   */
  background: #ffffff;
  margin-bottom: 0;
  overflow: hidden;
}

.expandGrid > .infoDropDown {
  background: #f9f9f9;
}

.booksWrapper > .gridItem > .pointer {
  background: #f9f9f9;
}

.expandGrid > .infoDropDown > .titleWrappExpand h4 {
  background: #f9f9f9;
}

.expandGrid > .infoDropDown > .horizontalSlider > .sliderNav > .slideLeftContainer {
  background: #f9f9f9;
}

.expandGrid > .infoDropDown > .horizontalSlider > .sliderNav > .slideRightContainer {
  background: #f9f9f9;
}

.expandGrid > .infoDropDown > .horizontalSlider > .sliderNav > .slideLeftContainer > .overlayLeft {
  background: -webkit-gradient(linear, left top, right top, from(rgba(249,249,249,1)),to(rgba(249,249,249,0)));
  background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(249,249,249,0) 100%);
}

.expandGrid > .infoDropDown > .horizontalSlider > .sliderNav > .slideRightContainer > .overlayRight {
  background: -webkit-gradient(linear, right top, left top, from(rgba(249,249,249,1)),to(rgba(249,249,249,0)));
  background: linear-gradient(to left, rgba(249,249,249,1) 0%,rgba(249,249,249,0) 100%);
}

.expandType {
  font-size: 13px;
  display: block;
  display: block;
  clear: both;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
}

.closeExpand {

  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  color: #ccc;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  position: relative;
  z-index: 2;
  float: right;
}

.l-rtl .closeExpand {
  float: left;
}

.closeItNow {
  font-size: 32px;
  top: 10px;
  position: relative;
  right: 10px;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
}

.closeExpand:hover {
  color: #ff5500;
}

.closeItNowSmall {
  font-size: 29px;
  top: 0;
  position: relative;
  right: 0px;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
}

.expandCover {
  float: left;
  margin: 20px 5%;
  width: 200px;
  max-width: 25%;
  display: block;
  position: relative;
  text-align: left;
}

.l-rtl .expandCover {
  float: right;
}

.expandCoverCover {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 2% 0;
  overflow: hidden;
}

.expandCoverCover img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.expandLeft {
  width: 65%;
  margin: 15px 0 0;
  float: left;
  text-align: left;
}

.l-rtl .expandLeft {
  float: right;
}

.expandAuthor {
  color: black;
  font-family: var(--font-stack-regular);
  font-size: 13px;
  margin-right: 15px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 1px;
}

.expandAuthor a {
  color: #000000;
}

.expandAuthorName {
  color: #ff5500;
  text-transform: none;
}

.expandReader {
  color: black;
  font-family: var(--font-stack-regular);
  font-size: 13px;
  margin-right: 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 1px;
}

.expandReader a {
  color: #000000;
}

.expandReaderName {
  color: #ff5500;
  text-transform: none;
}

.expandCat {
  float: left;
  color: black;
  font-family: var(--font-stack-regular);
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;
  margin: 0 20px 10px 0;
  letter-spacing: 1px;
  white-space: nowrap;
}

.bookDetailListItem {
  float: left;
  font-family: var(--font-stack-regular);
  font-size: 13px;
  cursor: default;
  font-weight: normal;
  margin: 0 20px 0 0;
  letter-spacing: 1px;
  white-space: nowrap;
}

.bookDetailListItem.margin {
  margin: 0 20px 10px 0;
}

.bookTime {
  float: left;
  font-family: var(--font-stack-regular);
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;
  margin: 0 20px 10px 0;
  letter-spacing: 1px;
  white-space: nowrap;
}

.expanderLanguage {
  float: left;
  font-family: var(--font-stack-regular);
  font-size: 13px;
  cursor: default;
  font-weight: normal;
  margin: 0 20px 10px 0;
  letter-spacing: 1px;
  white-space: nowrap;
}

.expanderSerie {
  float: left;
  color: black;
  font-family: var(--font-stack-regular);
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;
  margin: 0 20px 10px 0;
  letter-spacing: 1px;
  white-space: nowrap;
}

.expandDescription {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-count: 2;
  -moz-column-gap: 20px; /* Firefox */
  -webkit-column-gap: 20px; /* Safari and Chrome */
  column-gap: 20px;
  margin-right: 0;
  display: block;
  cursor: default;
  font-family: var(--font-stack-regular);
}

.pointer {
  background: #ffffff;
  content: " ";
  height: 20px;
  position: relative;
  top: 26px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari and Chrome */
  -o-transform: rotate(45deg); /* Opera */
  -moz-transform: rotate(45deg); /* Firefox */
  width: 20px;
  margin: 0 auto;
  -webkit-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out;

  border-top: 1px solid #DEDCDC;
  border-left: 1px solid #DEDCDC;
}

.sliderNav {
  height: 275px;
  overflow: hidden;
  position: relative;
  width: 100%;
  clear: both;
}

.slider {
  position: relative;
  display: block;
  overflow: hidden;
  /*Uncomment these rows when you wan't scroll on desktop,*/
  /*and delete the overflow:hidden; property*/
  /*overflow-x: scroll;
  overflow-y: hidden;*/
  text-shadow: 0 1px 0 #ffffff;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  width: 90%;
}

.sliderWrapp {
  position: relative;
  display: block;
  height: 300px;
  overflow: hidden;
  /*Uncomment these rows when you wan't scroll on desktop,*/
  /*and delete the overflow:hidden; property*/
  /*overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;*/
  margin: 0 0 50px 0;
  left: 0;
}

.sliderItem {
  width: 210px;
  height: 250px;
  position: relative;
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.booksWrapper {
  text-align: center;
}

.gridItem {
  width: 210px;
  height: 264px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  padding-bottom: 10px;
  z-index: 2;
}

.sliderCover {
  max-width: 200px;
  margin: 0 5px;
  height: 220px;
  position: relative;
  display: block;
}

.gridCover {
  width: 210px;
  height: 210px;
  position: relative;
  display: block;
  overflow: hidden;

}

.sliderItem img {
  max-height: 180px;
  width: auto;
  max-width: 90%;
  position: absolute;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);

}

.gridItem img {
  height: 90%;
  width: auto;
  max-width: 90%;
  position: relative;
  display: block;
  margin: 0 auto;
  border: 5px solid transparent;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  /*
padding: 3% 3%;

box-shadow: 0 1px 10px rgba(0,0,0,0.15);
*/
}

.sliderBookTitle {
  font-size: 15px;
  height: 36px;
  line-height: 1.2em;
  margin: 10px auto;
  overflow: hidden;
  padding: 0 5%;
  position: relative;
  text-align: center;
  z-index: 0;
  display: block;
  font-family: var(--font-stack-regular);
}

.sliderBookTitle a {
  color: #000000;
  font-family: var(--font-stack-regular);
}

.gridBookTitle {
  font-size: 15px;
  height: 36px;
  line-height: 1.2em;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 5%;
  position: relative;
  width: 90%;
  text-align: center;
  z-index: 0;
  display: block;
  font-family: var(--font-stack-regular);

}

.gridBookTitle a {
  color: #000000;
  height: 36px;
  overflow: hidden;
  position: relative;
  position: absolute;
  width: 100%;
  left: 0;
}

.slideLeftContainer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5%;
  background-color: white;
  z-index: 99;
}

.slideRightContainer {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 5%;
  background-color: white;
  z-index: 99;
}

.overlayLeft {
  position: absolute;
  left: 100%;
  top: 0;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  z-index: 1000;
}

.overlayRight {
  position: absolute;
  right: 100%;
  top: 0;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
  background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  z-index: 1000;
}

.sliderNav:hover .slideRight,
.sliderNav:hover .slideLeft {
  opacity: 0.5;
}

.slideRight,
.slideLeft {
  display: block;
  padding: 40px;
  margin: 60px 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  z-index: 1001;
  position: absolute;
  opacity: 0.2;
  cursor: pointer;
  top: 0;
  text-align: center;
  -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
  transition: color .2s ease-in-out, opacity .2s ease-in-out;
  color: #696969;
}

.slideRight {
  right: -100px;
}


.slideLeft {
  left: -100px;
}

.slideRight:hover,
.slideLeft:hover {
  color: #000;
  -webkit-transition:  .1s ease-in-out;
  transition:  .1s ease-in-out;
  opacity: 1;
}

.slideRight:active,
.slideLeft:active {
  color: #333;
  -webkit-transition:  .1s ease-in-out;
  transition:  .1s ease-in-out;
}

.slideRight i,
.slideLeft i {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-size: 30px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari and Chrome */
  -o-transform: rotate(90deg); /* Opera */
  -moz-transform: rotate(90deg); /* Firefox */
}

.slideLeft i {
  margin: 12px -100px 15px 0px;
}

.slideRight i {
  margin: 12px 0px 15px -100px;
}

.sexygrid {
  position: relative;
  display: block;
  padding: 0;
}

.sexygrid h4 {
  margin: 20px 0;
}

.bigtitle {
  padding: 0;
  text-align: center;

}

.bigtitle h2 {
  padding: 0;
  letter-spacing: 1px;
  text-align: center;
  font-size: 36px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
}

.bigtitle.black h2 {
  padding: 0;
  letter-spacing: 1px;
  text-align: center;
  font-size: 36px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
}

.allGoodPasswordReset {
  padding: 0;
  font-family: var(--font-stack-light);
  color: #000000;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
}

.sgA {
  width: 59%;
  display: block;
  position: relative;
  background-color: #ffffff;
  height: 400px;
  float: left;
  overflow: hidden;
  margin: 0 1% 1% 0;
  color: #000000;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

.sgB {
  width: 40%;
  display: block;
  position: relative;
  background-color: #3b5998;
  height: 400px;
  float: left;
  overflow: hidden;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);

}

.sgC {
  width: 100%;
  display: block;
  position: relative;
  background-color: #ffffff;
  float: left;
  padding: 5% 0;
  overflow: hidden;
  margin: 0 0 1% 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

.sgD {
  width: 40%;
  display: block;
  position: relative;
  background-color: #3b082f;
  height: 400px;
  margin: 0 1% 1% 0;
  float: left;
  text-align: center;
  overflow: hidden;
  color: #ffffff;

}

.sgE {
  width: 59%;
  display: block;
  position: relative;
  background-color: #3b082f;
  height: 400px;
  float: left;
  overflow: hidden;
  color: #ffffff;

}

.sgA img {
  width: auto;
  max-width: 49%;
  display: block;
  height: auto;
  position: relative;
  float: left;
  margin-right: 1%;

}

.sgE img {
  width: auto;
  max-width: 30%;
  display: block;
  height: auto;
  position: relative;
  float: left;
  margin-right: 1%;

}

.bpA {
  width: 49%;
  display: none;
  position: relative;
  background: #f9f9f9;
  float: right;
  margin-right: 1%;
  padding-bottom: 3%;

}

.bpB {
  width: 49%;
  display: block;
  position: relative;
  background: #f9f9f9;
  float: right;
  margin-right: 0;
  margin-left: 1%;
  padding-bottom: 3%;
}

.bpC {
  width: 49%;
  display: block;
  position: relative;

  background: #f9f9f9;
  float: right;
  margin-right: 1%;
  padding-bottom: 3%;
}

.campBigImg {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #ff5500;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.campBigImg.fixedBackgroundLargeUp {
  height: 550px;
}

@media (min-width: 1261px) {
  .campBigImg.fixedBackgroundLargeUp {
    height: 100%;
  }
}

.campTitle {
  position: absolute;
  top: 170px;
  display: block;
  left: 5%;
  width: 45%;
}

.campTitle h1 {
  font-family: var(--font-stack-bold);
  font-size: 60px;
  letter-spacing: -1.05px;
  font-weight: 600;
  margin: 0 20px 0 0;
  text-transform: none;
  padding-left: 20px;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  letter-spacing: normal;
}

.campTitle h1.c-title__3xl {
  font-size: var(--font-size-58);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-64);
  letter-spacing: var(--letter-spacing-minus-105);
  padding: 0;
  margin: 0 0 24px 0;
}

.campTitle h2.c-title__2xl {
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-40);
  letter-spacing: var(--letter-spacing-minus-058);
  padding: 0;
  margin: 0 0 24px 0;
}

.campTitle h3.c-title__xl {
  font-size: var(--font-size-28);
  line-height: var(--line-height-34);
  letter-spacing: var(--letter-spacing-minus-048);
  font-weight: var(--font-weight-bold);
}

.camTi {
  font: 23px/100% var(--font-stack-regular);
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.0em;
  margin: -20px 0 20px;
  text-transform: none;
  padding-left: 0;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  letter-spacing: normal;
  cursor: default;
}

.camTiz {
  font: 31px/100% var(--font-stack-regular);
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.0em;
  margin: -20px 0 20px;
  text-transform: none;
  padding-left: 0;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  letter-spacing: normal;
}

.campTitle h2 {
  color: #ffffff;
  font-size: 24px;
  padding-left: 20px;
}

.campTitle h3 {
  color: #fff;
}

.campTitle .c-text--intro {
  padding-left: 20px;
  margin: 0 20px 0 0;
}

.campTitle i {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
}

.campTitle li {
  margin: 5px 0;
  position: relative;
}

.campaignBulletsIcon {
  position: absolute;
  top: 6px;
}

.campaignBulletText {
  display: inline-block;
  margin: 0;
  padding-left: 18px;
}

.campLeft {
  width: 90%;
  padding: 20px;
  margin: 90px 30px 30px;
  max-width: 430px;
  position: relative;
  right: 0;
  top: 0;
  background: #ffffff;
  float: right;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
          box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);
}

.infostart {
  background-attachment: auto;
  background-clip: border-box;
  background-color: #ffffff;
  background-image: url("../img/hero3.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  width: 100%;
  position: relative;
  display: block;
  color: #ffffff;
}

.frame {
  padding: 1%;
  background: #ffffff;

}

/* SLIDER End */

.progress {
  width: 90%;
  margin: 2% 5%;
  position: relative;
  display: block;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
}

.bar {
  height: 4px;
  display: block;
  background: #ff5500;

}

.scrubber {
  background: none repeat scroll 0 0 #ffffff;
  display: block;
  float: left;
  padding: 0 1%;
  position: relative;
  width: 75%;
  color: #000000;
  height: 65px;

}

.expandWrapp {
  display: block;
  position: relative;
  height: auto;
  margin-bottom: 20px;
}
.horizontalSlider > .infoDropDown > .expandWrapp
 {
  border-top: 1px solid #e6e6e6;
}

.messagewrapp {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4000;
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  display: none;

}


.loaderwrapp {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  display: block;
}

.loader {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  font-size: 28px;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 90px;
  z-index: 3000;
  text-align: center;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 9px;
}


.det {
  display: inline-block;
  position: relative;
  width: 39%;
  min-width: 150px;
  cursor: pointer;
}

.onemonth {
  display: block;
  padding: 2% 0;
  margin: 0 0 0;
  position: relative;
  border-radius: 2px;
  text-align: left;
  float: none;
  cursor: pointer;

  width: auto;
  cursor: pointer;
}

.onemonth i {
  color: #eeeeee;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #eeeeee;
  border-radius: 4px;
  border: 1px solid #cccccc;

}

.sixmonths {
  display: block;
  padding: 2% 0;
  margin: 0 0 0 0;
  position: relative;
  border-radius: 2px;
  text-align: left;
  float: none;
  cursor: pointer;

  width: auto;
  cursor: pointer;

}

.outAppezt {
  display: block;
  width: 35%;
  float: left;
  text-align: right;
  height: 700px;
}

.outAppezt img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  top: 30px;
}

.thisHardWork {
  display: block;
  float: left;
  height: 500px;
  position: relative;
  width: 45%;
  padding: 0 5%;
  text-align: left;
}

.thisHardWork h3 {
  margin-bottom: 0;
  margin-top: 10px;
}

.sixmonths i {
  color: #eeeeee;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #eeeeee;
  border-radius: 4px;
  border: 1px solid #cccccc;

}

.onemonthOn {
  display: block;
  padding: 2% 0;
  margin: 0 0 0;
  position: relative;
  border-radius: 2px;
  text-align: left;
  color: #000000;
  float: none;
  cursor: pointer;
  width: auto;
  cursor: pointer;
}

.onemonthOn i {
  color: #ff5500;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;

}

.sixmonthsOn {
  display: block;
  padding: 2% 0;
  margin: 0 0 0 0;
  position: relative;
  border-radius: 2px;
  text-align: left;
  color: #000000;
  float: none;
  cursor: pointer;
  width: auto;
  cursor: pointer;

}

.sixmonthsOn i {
  color: #ff5500;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;

}

.bDPF {
  padding: 65px 0;
  margin-top: -65px;
  background: #ffffff;
}

.purchaseButton {
  background: none repeat scroll 0 0 #ff5500;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 0 auto 40px;
  width: 90%;
  max-width: 400px;
  padding: 15px 0;
  margin-top: 15px;
  position: relative;
  text-align: center;

  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.purchaseButton:hover {
  text-shadow: 0 0 5px #ffffff;
}

.pastday {
  display: block;
  min-width: 320px;
  width: 50%;
  float: left;
}

.checkBoxesModContainer {
  padding: 10px 0;
}

.checkBoxHidden{
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.buttonHidden{
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.agreeTerms {
  margin: 10px 0;
  position: relative;
  border-radius: 2px;
  color: #000000;
  text-align: left;
  cursor: pointer;
  width: auto;
  max-width: 402px;
  max-width: 400px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-family: var(--font-stack-regular);
}

.agreeTerms i {
  color: #f9f9f9;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 0;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.agreeTerms a {
  color: #000000;
  font-size: 14px;
}

.agreeTermsOn {
  margin: 10px 0;
  position: relative;
  border-radius: 2px;
  color: #000000;
  cursor: pointer;
  width: auto;
  max-width: 400px;
  font-family: var(--font-stack-regular);
}

.iconContainer {
  position: absolute;
  top:0;
  left:0;
  width: 30px;
}

.agreeTermsOn i {
  color: #ff5500;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.agreeTermsOn a {
  color: #ffffff;
  font-size: 14px;
}

.agreeTerms.orangeLink a,
.agreeTermsOn.orangeLink a {
  color: #ff5500;
}

.agreeTermsOnText {
  float: left;
  margin: 0;
  padding-left: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  font-family: var(--font-stack-regular);
}

.signupExtraInformation {
  font-family: var(--font-stack-regular);
}

.subscriptionItem {
  display: block;
  padding: 5px 0;
  margin: 0 0;
  position: relative;
  border-radius: 2px;
  color: #000000;
  text-align: left;
  cursor: pointer;
  width: auto;
  max-width: 402px;
  max-width: 400px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.subscriptionItem i {
  color: #eeeeee;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #eeeeee;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.subscriptionItemFull {
  display: block;
  padding: 5px 0;
  margin: 0 0;
  position: relative;
  border-radius: 2px;
  color: #000000;
  text-align: left;
  cursor: pointer;
  width: auto;
  max-width: 402px;
  max-width: 400px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.subscriptionItemFull i {
  color: #ff5500;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.errorwrapp {
  display: block;
  clear: both;
  position: relative;
  top: 5px;
  vertical-align: middle;
}

.error :not([class^="svelte-"]) {
  background-clip: padding-box;
  background-color: #ff5500;
  border-radius: 4px;
  display: block;
  opacity: 1;
  left: 0;
  list-style: none outside none;
  margin: 7px 0 5px;
  min-width: 160px;
  padding: 10px 5%;
  position: relative;
  top: 0;
  z-index: 1000;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  color: #ffffff;
  width: 100%;
  text-align: center;
  max-width: 400px;
  font: 15px/100% var(--font-stack-regular);
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.4em;
  word-spacing: 0.1em;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}

.error:after :not([class^="svelte-"]) {
  background: #ff5500;
  content: " ";
  height: 14px;
  position: absolute;
  left: 90px;
  top: -5px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari and Chrome */
  -o-transform: rotate(45deg); /* Opera */
  -moz-transform: rotate(45deg); /* Firefox */
  width: 14px;
  margin: 0 auto;
  -webkit-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out;
  z-index: -1;
}

.error a {
  color: white;
  text-decoration: underline;
}

/* COMING SLIDER */

.horizontalsliderComing::-moz-selection {
  background: rgba(255, 255, 255, 0);
  color: #000000;
}

.horizontalsliderComing::selection {
  background: rgba(255, 255, 255, 0);
  color: #000000;
}

.horizontalsliderComing::-moz-selection {
  background: rgba(255, 255, 255, 0);
  color: #000000;
}

.horizontalsliderComing::-webkit-selection {
  background: rgba(255, 255, 255, 0);
  color: #000000;
}

.horizontalsliderComing {
  padding: 0;
  margin: -10px 0 0;
  position: relative;
  display: block;
  padding-bottom: 20px;
}

#smartListComing {
  padding-top: 20px;

}

.sliderComingNav {
  height: 273px;
  overflow: hidden;
  position: relative;
  width: 100%;
  clear: both;
}

.sliderComing {
  position: relative;
  display: block;
  overflow: hidden;
  text-shadow: 0 1px 0 #ffffff;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  width: 90%;
  float: left;

}

.sliderComingWrapp {
  position: relative;
  display: block;
  height: 278px;
  overflow: hidden;
  margin: 0 0 0 0;
  -webkit-transition: left 1s ease-in-out, right 1s ease-in-out;
  transition: left 1s ease-in-out, right 1s ease-in-out;
  left: 0;
}

.sliderComingItem {
  width: 210px;
  height: 250px;
  position: relative;
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;

}

.sliderComingCover {
  max-width: 200px;
  margin: 0 5px;
  height: 220px;
  position: relative;
  display: block;
}

.sliderComingItem img {
  max-height: 94%;
  width: auto;
  max-width: 90%;
  position: absolute;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  z-index: 1;
  bottom: 2px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);

}

.sliderComingBookTitle {
  font-size: 15px;
  height: 36px;
  line-height: 1.2em;
  margin: 9px auto 0;
  overflow: hidden;
  padding: 0 5%;
  position: relative;
  text-align: center;
  z-index: 0;
  display: block;
  font-family: var(--font-stack-regular);
}

.sliderComingBookTitle a {
  color: #000000;
}

.slideLeftComing {
  float: left;
  padding: 94px 0 130px;
  height: 50px;
  width: 5%;
  overflow: hidden;
  z-index: 1000;
  position: relative;
  opacity: 1;
  top: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: #73134c;
}

.slideLeftComing:hover {
  -webkit-box-shadow: -0px 7px 5px rgba(0, 0, 0, 0.3);
          box-shadow: -0px 7px 5px rgba(0, 0, 0, 0.3);
  color: #f5c3c5;
}

.slideLeftComing i {
  font-size: 14px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: relative;
  display: inline-block;
  border: 1px solid #73134c;
  border-radius: 30px;
  line-height: 30px;
}

.slideRightComing {
  float: right;
  padding: 94px 0 130px;
  height: 50px;
  width: 5%;
  overflow: hidden;
  z-index: 1000;
  position: relative;
  opacity: 1;
  cursor: pointer;
  top: 0;
  text-align: center;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: #73134c;

}

.slideRightComing:hover {
  -webkit-box-shadow: 0 7px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 7px 5px rgba(0, 0, 0, 0.3);
  color: #f5c3c5;
}

.slideRightComing i {
  font-size: 14px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: relative;
  display: inline-block;
  border: 1px solid #73134c;
  border-radius: 30px;
  line-height: 30px;
}


.dropdown-menu {
  background-clip: padding-box;
  display: none;
  opacity: 0;
  width: 245px;
  right: -95px;
  top: 101%;
  list-style: none outside none;
  margin: 2px 0 0;
  padding: 5px 0;
  position: absolute;
  z-index: 1000;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

@media screen and (max-width: 1280px) {
  .dropdown-menu {
    right: 0;
  }

}

.dropdown-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 0 1px;
  overflow: hidden;
}

.dropdown-menu ul li {
  float: none;
  text-align: left;
  z-index: 1999;

}

.dropdown-menu li {
  clear: both;
  color: #333333;
  display: block;
  white-space: nowrap;
  float: none;
  text-align: left;
  position: relative;
  z-index: 1999;
  margin-bottom: 16px;
  height: 24px;
}

.dropdown-menu li a {
  clear: both;
  display: block;
  float: none;
  padding: 0;
  white-space: nowrap;
  font-family: var(--font-stack-regular);
}

.dropdown-menu li a:hover {
  z-index: 1999;
}

.dropdown-menu-cat {
  background-clip: padding-box;
  background-color: #ffffff;
  display: block;
  opacity: 1;
  list-style: none outside none;
  width: 962px;
  right: -168px;
  padding: 14px 120px 10px 15px;
  margin: 0;
  position: absolute;
  top: 101%;
  z-index: 1999;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  display: none;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

}

.category-menu-fade {
  display: none;
}

.dropdown-menu-cat a {
  list-style: none outside none;
  text-transform: none;
}
.dropdown-menu-cat
.categoryItems {
  height: 24px;
}

/*making the mobile menu height shorter*/
@media screen and (max-width: 350px) {
  .categoryItems {
    height: 30px;
  }
}

.categoryItems a {
  border: none;
  background: transparent;
}

.dropdown-menu-cat li {
  float: left;
  width: 25%;
  color: #333333;
  display: block;
  white-space: nowrap;
  position: relative;
  z-index: 1999;
  margin-bottom: 16px;

}

.dropdown-menu-cat li a {
  clear: both;
  display: block;
  float: none;
  padding: 0;
  white-space: nowrap;
  font-family: var(--font-stack-regular);

}

.dropdown-menu-cat li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff5c28;
}

/*joni*/

.noBooksContainer {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  cursor: default;
}

@media screen and (max-width: 678px) {
  .noBooksContainer {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 678px) {
  .noBooksContainer {
    width: 100%;
  }
}

.iconEmptyBookshelf {
  font-size: 70px;
  text-align: center;
  color: #ccc;
  margin-top: 20px;
}

.emptyBookshelfText1 {
  font: 18px/120% var(--font-stack-regular);
  margin: 30px 0;
}

.emptyBookshelfText2 {
  font-family: var(--font-stack-regular);
  font-size: 13px;
  color: #989898;
  line-height: 1.2;
}

.sortMenu {
  display: block;
  clear: both;
  height: auto;
  position: relative;
  margin: 50px 0 20px 0;
  text-align: center;
  padding-right: 40px;
}

@media screen and (max-width: 568px) {
  .sortMenu {
    border-top: 1px solid #eeeeee;
    padding-right: 0px;
  }
}

.tagMenu {
  padding: 0 10px 10px;
  border-bottom: 0 solid #e5e5e5;
  margin-bottom: 10px;
  text-align: center;
}

.tagItem {
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px;
  border-radius: 2px;
  font-size: 13px;
  cursor: pointer;
  color: #999999;
  margin-right: 10px;
  display: inline-block;
  border-bottom: 1px solid transparent;

}

.tagItem:hover {
  color: #ff5500;
  border-bottom: 1px solid #ff5500;
}

.footer-menu {
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

.dd-menu-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  font: 300 16px/1em var(--font-stack-regular);
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 20px;
  line-height: 2;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  min-width: 130px;
  text-align: right;
}

@media screen and (max-width: 568px) {
  .dd-menu-item {
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding: 0px 5%;
    margin: 0;
    line-height: 3;
  }
}

@media screen and (max-width: 568px) {
  #sortClick,
  #langClick,
  #typeClick,
  #statusClick {
    text-align: left;
  }
}

.iconDownWrapper {
  display: inline-block;
  padding: 0 0 2px 5px;
}

@media screen and (max-width: 568px) {
  .iconDownWrapper {
    padding: 10px;
    position: absolute;
    right: 3%;
    top: 5px;
    height: 17px;
    width: 17px;
  }
}


.iconDown {
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;

  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}


@media screen and (max-width: 568px) {
  .iconDown {
    margin: 7px auto 0;
  }
}

.iconDown.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
  -moz-transform: rotate(180deg); /* Firefox */
}

.langWrapper {
  background-clip: padding-box;
  background-color: #ffffff;
  border-radius: 3px;
  left: 0;
  margin: 2px 0 0;
  min-width: 180px;
  position: absolute;
  bottom: 50px;
  z-index: 1000;
  -webkit-transition: visiblity 0s, opacity 0.2s;
  transition: visiblity 0s, opacity 0.2s;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
}

.visible .langWrapper {
  opacity: 1;
  visibility: visible;
}

.dd-menu {
  background-clip: padding-box;
  background-color: #ffffff;
  border-radius: 2px;
  display: none;
  opacity: 0;
  right: 0px;
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  position: absolute;
  top: 90%;
  z-index: 1000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  list-style: none outside none;
}

.footer-lang-item {
  position: relative;
  top: 0;
}

#languageClick {
  min-width: 183px;
}

#languageClick .smallBtn {
  min-width: 159px;
  padding: 10px;
}

/*
.langWrapper:after {
  background: #ffffff;
  content: " ";
  height: 14px;
  position: absolute;
  left: 60px;
  bottom: -8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  width: 14px;
  margin: 0 auto;
  -webkit-transition: top .2s ease-in-out;
  -moz-transition: top .2s ease-in-out;
  -o-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
*/

@media screen and (max-width: 568px) {
  .dd-menu {
    width: 100%;
    position: relative;
    border: none;
  }
}


.dd-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 0 1px;
  overflow: hidden;
}

.filterItem {
  clear: both;
  color: #333333;
  display: block;
  float: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  padding: 3px 20px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
  position: relative;
  z-index: 1999;
}

.sortItem {
  clear: both;
  color: #333333;
  display: block;
  float: none;
  font-size: 14px;
  line-height: 40px;
  padding: 3px 40px 3px 20px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
  position: relative;
  z-index: 1999;
}

.sortItem:hover,
.filterItem:hover {
  background-color: #f8f8f8;
}

@media screen and (max-width: 568px) {
  .sortItem,
  .filterItem {
    padding: 3px 23px;
  }

  .sortItem:hover,
  .filterItem:hover {
    background-color: #fff;
  }
}

.selectedFilter {
  color: #ff5500;
}

.selectedFilter i {
  color: #000000;
  opacity: 1;
}

.langItem {
  clear: both;
  display: block;
  white-space: nowrap;
  float: none;
  text-align: left;
  position: relative;
  z-index: 1999;
  padding: 11px 20px;
}

.langItem:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #eeeeee;
  z-index: 1999;
}

.aboutStorytel {

  display: block;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  cursor: default;
}

.commentList {
  width: 96%;
  display: block;
  position: relative;
  margin: 0 0 40px;
  overflow: hidden;

}

.oneComment {
  position: relative;
  display: block;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}

@media screen and (max-width: 678px) {
  .oneComment {
    width: 90%;
    padding: 0 10px;
    max-width: 100%;
  }
}

#noCommentsText {
  display: none;
  margin: 30px 15px 0 0;
  max-width: 370px;
}

#noCommentsText h4 {
  margin: 0;
  color: #939393;
  text-align: center;
}

@media screen and (max-width: 678px) {
  #noCommentsText h4 {
    width: 96%;
  }
}

@media screen and (max-width: 678px) {
  #noCommentsText {
    width: 90%;
    max-width: 100%;
    margin: 10px auto 0;
  }
}

.notLoggedInPaddingTop {
  height: 230px;
}

.notLoggedInPaddingTop.withComments {
  height: 50px;
}

@media screen and (max-width: 678px) {
  .notLoggedInPaddingTop {
    height: 240px;
  }
}

@media screen and (max-width: 505px) {
  .notLoggedInPaddingTop {
    height: 160px;
  }
}


#lessThanFiveCharacterText {
  display: none;
  color: red;
  margin-right: 15px;
}

#lessThanFiveCharacterText p {
  text-align: right;
  margin: 5px 0;
}

.buypage h7 {
  font-size: 13px;
  border-bottom: 1px dotted #e5e5e5;
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.changePayment {
  margin: 0 0 60px 0;
  /*padding-bottom: 20px;*/
}

#changeSubConfDiv {
  margin: 0 0 60px 0;
}

#startSubscriptionButton {
  margin: 10px 0 60px 0;
  background-color: #ff5500;
  color: #fff;
}

#startSubscriptionLink {
  background-color: #ff5500;
  color: #fff;
}

#passwordResetWrapper, #cancelButtonDiv {
  margin: 0 0 20px 0;
  display: block;
  clear: both;
  position: relative;
  cursor: default;
}

.card {
  display: block;
  padding: 5px 0;
  margin: 0 0;
  position: relative;
  border-radius: 2px;
  color: #000000;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-stack-regular);
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.card i {
  color: #eeeeee;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 13px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #eeeeee;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.ideal, .sofort, .yandex, .bexs, .yandexMoney, .payu, .mobilePay {
  display: block;
  padding: 5px 0;
  margin: 0 0;
  position: relative;
  border-radius: 2px;
  color: #000000;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ideal i, .sofort i, .yandex i, .bexs i, .yandexMoney i, .payu i, .mobilePay i {
  color: #eeeeee;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #eeeeee;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.periodInStart {
  display: block;
  padding: 10px 0;
  margin: 0 0;
  position: relative;
  border-radius: 2px;
  color: #000000;
  text-align: left;
  cursor: pointer;
  width: 50%;
  max-width: 50%;
  float: left;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.periodInStart i {
  color: #eeeeee;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #eeeeee;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.invoice {
  display: block;
  padding: 5px 0;
  margin: 0 0;
  position: relative;
  border-radius: 2px;
  color: #000000;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.invoice i {
  color: #eeeeee;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #eeeeee;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

#personal_info_Gender_Women {
  margin: 5px 0;
}

.genderWrapper {
  margin-bottom: 10px;
}

.genderWrapper i {
  color: #eeeeee;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 13px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #eeeeee;
  border-radius: 4px;
  border: 1px solid #cccccc;
  cursor: pointer;
}

.women_selected i {
  color: #ff5500;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.men_selected i {
  color: #ff5500;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

#updateAccountSettings {
  margin-top: 20px;
 }

.cardOn {
  display: block;
  padding: 5px 0;
  margin: 0 0;
  position: relative;
  border-radius: 2px;
  color: #000000;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-stack-regular);
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}

.l-rtl .cardOn {
  text-align: right;
}

.cardOn i {
  color: #ff5500;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;

}

.l-rtl .cardOn i {
  float: right;
  margin-right: unset;
  margin-left: 10px;
}

.idealOn, .sofortOn, .yandexOn, .bexsOn, .yandexMoneyOn, .payuOn, .mobilePayOn {
  display: block;
  padding: 5px 0;
  margin: 0 0;
  position: relative;
  border-radius: 2px;
  color: #000000;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}

.idealOn i, .sofortOn i, .yandexOn i, .bexsOn i, yandexMoneyOn i, .payuOn i, .mobilePayOn i {
  color: #ff5500;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;

}

.periodInStartOn {
  display: block;
  padding: 10px 0;
  margin: 0 0;
  position: relative;
  border-radius: 2px;
  color: #000000;
  text-align: left;
  cursor: pointer;
  float: left;
  width: 50%;
  max-width: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}

.periodInStartOn i {
  color: #ff5500;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;

}

.invoiceOn {
  display: block;
  padding: 5px 0;
  margin: 0 0;
  position: relative;
  border-radius: 2px;
  color: #000000;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.invoiceOn i {
  color: #ff5500;
  float: left;
  margin-right: 10px;
  opacity: 1.0;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.buypagewrapp {
  max-width: 100%;
  margin: 0 auto;
}

.hideItReverse {
  position: relative;
  width: 0;
  height: 0;
  display: none;
  opacity: 0;
}

/*´´´´´´´´´´´´´´´´´´´´´´´´´´*/

.detNew {
  position: relative;
  display: inline-block;
  width: 48%;
  height: 100%;
  overflow: hidden;
  font-family: var(--font-stack-regular);
}

.reta {
  -webkit-box-shadow: inset 1px 0 0 #eeeeee;
          box-shadow: inset 1px 0 0 #eeeeee;
}

.getitn {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0 40px;
  display: block;
  left: 0;
}

.thisShy {
  display: block;
  float: left;
  width: 48%;
  padding-right: 2%;
  text-align: right;
  min-width: 400px;
}

.detNew h5 {
  font-size: 51px;
  margin: 0 0 20px;
}

.iconz {
  font-size: 15px;
  margin: 0 3px 0 0;
}

/*NEEEEEW*/
.keepScrolling {
  position: absolute;
  width: 100%;
  height: 50px;
  text-align: center;
  font-family: var(--font-stack-light);
  line-height: 50px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  bottom: 0;
  left: 0;
  color: #aaaaaa;
  display: none;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.newHero h1 {
  font-size: 18px;
  font-family: var(--font-stack-light);
}

.aboNew h1 {
  margin: 10px 0;
  line-height: normal;
}

.aboNew h3 {
  margin: 10px 0 30px;
  line-height: normal;
  font-size: 25px;
}

.firstNav {
  position: fixed;
  width: 40px;
  height: 70%;
  top: 15%;
  right: 0;
  z-index: 1;
}

.firstNav li {
  display: block;
  height: 30px;
  width: 30px;
  clear: both;
  list-style: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;

}

.firstNav li:hover {
  display: block;
  height: 30px;
  width: 30px;
  clear: both;
  list-style: none;
  position: relative;
  cursor: pointer;
  overflow: visible;
}

.firstNav li .dot {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #aaaaaa;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.firstNav li .activedot {
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid #aaaaaa;
  background: transparent;
}

.firstNavbuble {
  position: absolute;
  right: 37px;
  max-width: 200px;
  white-space: pre;
  display: inline-block;
  height: 40px;
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  opacity: 1;
  top: -5px;
  border-radius: 2px;
  font-family: var(--font-stack-light);
  font-size: 12px;
  line-height: 40px;
  padding: 0 10px;
  letter-spacing: 1px;
  text-transform: uppercase;

}

.firstNavbuble:after {
  background: #ffffff;
  content: " ";
  height: 10px;
  position: absolute;
  right: -5px;
  top: 15px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  width: 10px;
  -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;

}

.f3BB {
  position: absolute;
  width: 100%;
  bottom: 10%;
  left: 0;
  text-align: center;
}

.txtA {
  opacity: 0;
  position: absolute;
  width: 90%;
  padding: 0 5%;
  max-width: 520px;
  margin: 0;
  text-align: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.txtA.focus {
  opacity: 1;
}

.txtB {
  opacity: 0;
  position: absolute;
  width: 90%;
  padding: 0 5%;
  text-align: left;
  max-width: 520px;
  margin-left: 340px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.txtB.focus {
  opacity: 1;
}

.txtC {
  opacity: 0;
  position: relative;
  width: 90%;
  padding: 0 5%;
  text-align: left;
  max-width: 520px;
  margin-left: 0;
  color: #ffffff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.txtC.focus {
  opacity: 1;
}

.firstFix {
  height: 100%;
  display: block;
  position: relative;
}

.youp {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.first1 {
  height: 700px;
  width: 100%;
  opacity: 1;
  text-align: center;
  position: relative;
  display: block;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.first2 {
  height: 700px;
  width: 100%;
  opacity: 1;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.first3 {
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.first4 {
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.first5 {
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.first6 {
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.first7 {
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.thisTryIt {
  width: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 10px 5% 10px;
  font-family: var(--font-stack-light);
  font-size: 19px;
  line-height: 65px;
}

.signupFieldTry {
  width: 100%;
  max-width: 430px;
  margin: 10px auto;
  display: block;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 0 0;
  border: 1px solid #000000;
  border-radius: 2px;
  height: 60px;
  line-height: 60px;
}

.gpIn1 {
  width: 90%;
  max-width: 430px;
  margin: 20px 0;
  padding: 65px 5% 65px;
  text-align: left;
  position: relative;
  z-index: 2;
}

.gpIn1 h2 {
  font-size: 54px;
  line-height: 1em;
  margin: -10px 0 10px;
}

.gpIn2 {
  width: 90%;
  max-width: 520px;
  margin: 0 0 0 auto;
  padding: 80px 5% 180px;
  text-align: left;
}

.gpIn2 h2 {
  font-size: 52px;
  line-height: 1.3em;
}

.gpIn3 {
  width: 90%;
  max-width: 720px;
  margin: 0 auto 0 0;
  padding: 80px 5% 180px;
  text-align: left;
}

.gpIn3 h2 {
  font-size: 52px;
  line-height: 1.3em;
}

.expli {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.sybBtn {
  display: block;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid transparent;
  width: auto;
  float: left;
  clear: both;
  margin: 0 0 10px;
  font-family: var(--font-stack-light);
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  text-align: center;
  padding: 12px 15px;
  background: #ff5500;
  letter-spacing: 0.05em;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.sybBtn:hover {
  color: #ff5500;
  background: transparent;
  border: 1px solid #ff5500;

}

.getItA {
  height: 800px;
  width: 100%;
  opacity: 1;
  z-index: 1998;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto auto;
  -webkit-transform: translate3d(0%, 0%, 0px);
  transform: translate3d(0%, 0%, 0px);
}

.getIt1 {
  height: auto;
  width: 100%;
  opacity: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto auto;
  -webkit-transform: translate3d(0%, 0%, 0px);
  transform: translate3d(0%, 0%, 0px);
}

.xperms {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 30px;
}

.smallewx {
  font-size: 14px;
  color: #999999;
  margin: 20px 40px;
}

.getIt2 {
  height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  position: absolute;
  overflow: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0%, 100%, 0px);
  transform: translate3d(0%, 100%, 0px);
}

.getIt3 {
  height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  position: absolute;
  overflow: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0%, 100%, 0px);
  transform: translate3d(0%, 100%, 0px);
}

.getIt4 {
  height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  position: absolute;
  overflow: hidden;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0%, 100%, 0px);
  transform: translate3d(0%, 100%, 0px);
}

.borat {
  position: relative;
  width: 94%;
  max-width: 430px;
  background: #000000;
  display: inline-block;
  color: #ffffff;
  padding: 20px 3%;
  border-radius: 3px;
  border: 1px solid #333333;
}

.borat:after {
  background: #000000;
  content: " ";
  height: 14px;
  position: absolute;
  left: 30px;
  bottom: -8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari and Chrome */
  -o-transform: rotate(45deg); /* Opera */
  -moz-transform: rotate(45deg); /* Firefox */
  width: 14px;
  margin: 0 auto;
  -webkit-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out;
  z-index: 1;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;

}

.fLeft {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transform: translate3d(-100%, 0%, 0px);
  transform: translate3d(-100%, 0%, 0px);
}

.fRight {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transform: translate3d(100%, 0%, 0px);
  transform: translate3d(100%, 0%, 0px);
}

.fTop {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transform: translate3d(0%, -100%, 0px);
  transform: translate3d(0%, -100%, 0px);
}

.fBottom {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transform: translate3d(0%, 100%, 0px);
  transform: translate3d(0%, 100%, 0px);
}

.fActive {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transform: translate3d(0%, 0%, 0px);
  transform: translate3d(0%, 0%, 0px);
}

.f0 {
  opacity: 0;
}

.f1 {
  opacity: 1;
}

/*NEEEEEW END*/

.contentFIXIT {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.contentFIXIT h2 {
  font-size: 42px;
}

.thin {
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  -moz-osx-font-smoothing: grayscale;
}

.green {
  color: #52a571;
}

.greenBG {
  background-color: #52a571;

}

.yellow {
  color: #ffd259;
}

.grey {
  color: #999999;
}

.grey_dark {
  color: #333333;
}

.orange {
  color: #ff5500;
}

.orangeBG {
  background-color: #ff5500;
}

.black {
  color: #000000;
}

.blackBG {
  background-color: #000000;
}

.white {
  color: #ffffff;
}

.whiteBG {
  background-color: #ffffff;
}

.grayBG {
  background-color: #F9F9F9;
}

.light {
  font-family: var(--font-stack-light);
}

.okHide {
  display: block;
}

.center {
  text-align: center;
}

p.center {
  cursor: default;
}

#cam_loginBtn {
  cursor: pointer;
}

.noMarginBottom {
  margin-bottom: 0;
}

.clear05em {
  clear: both;
  position: relative;
  display: block;
  margin: 0.5em 0;
}

.clear1em {
  clear: both;
  position: relative;
  display: block;
  margin: 1em 0;
}


.clear6 {
  clear: both;
  position: relative;
  display: block;
  padding: 3px 0;
}

.clear10 {
  clear: both;
  position: relative;
  display: block;
  padding: 10px 0;
}

.clear10pixels {
  clear: both;
  position:relative;
  display:block;
  padding: 5px 0;
}

.clear20 {
  clear: both;
  position: relative;
  display: block;
  padding: 10px 0;
}

.clear30 {
  clear: both;
  position: relative;
  display: block;
  padding: 15px 0;
}

.clear50 {
  clear: both;
  position: relative;
  display: block;
  padding: 25px 0;
}

.clear65 {
  clear: both;
  position: relative;
  display: block;
  padding: 65px 0 0;
}

.clear90 {
  clear: both;
  position: relative;
  display: block;
  padding: 90px 0 0;
}

.clear40 {
  clear: both;
  position: relative;
  display: block;
  padding: 40px 0;
}

.clear5 {
  clear: both;
  position: relative;
  display: block;
  padding: 5px 0;
}

.ajust {
  width: auto;
  position: relative;
  max-width: 100%;
}

/*YOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOIIIIIJJJDJDJWDJWDJWJDWJJDWJDJWDJWJDWJDWJDJWDJWJDWJDJWDJWDJWDJj*/

.mockKopStart {
  height: 100%;
  width: 100%;
  margin-top: 0;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  background-color: #ffffff;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.indke {
  width: 65%;
  margin: 0 auto;
  height: 300px;
  display: block;
  position: relative;
  margin-top: 10px;
}

.indke1 {
  position: absolute;
  top: 0;
  left: 0;
}

.indke2 {
  position: absolute;
  top: 0;
  right: 0;
}

.indke3 {
  position: absolute;
  width: 100%;
  text-align: center;
}

.indke img {
  width: auto;
  height: 300px;
}

.uspsen {
  margin: 10px auto;
  padding: 0;
  text-align: left;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;

}

.uspsen li {
  padding: 10px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.onethirdSingle {
  background: #ffffff;
  padding: 20px 0;
  margin-top: 60px;
  border-top: 1px solid #e5e5e5;
}

.onethirdM {
  display: block;
  float: left;
  width: 50%;
  position: relative;
  margin-top: 40px;
}

.onethird {
  display: inline-block;
  width: 45%;
  position: relative;
  margin-top: 40px;
  max-width: 490px;
  background: #ffffff;
  padding: 20px 0;
  border-radius: 5px;
  height: 750px;
  overflow: hidden;
}

.onethird h2 {
  font-size: 31px;
  padding: 0 20px;
}

.mockKopStartz {
  height: 100%;
  width: 100%;
  margin-top: 0;
  display: block;
  position: relative;
  background-color: transparent;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mockKopStart h5, .mockKopBuy h5, .mockKopChoose h5 {
  font-size: 37px;
  padding: 0 10px;
}

.mockKopStart h2, .mockKopBuy h2, .mockKopChoose h2 {
  font-family: var(--font-stack-light);
  font-size: 25px;
  margin-bottom: 10px;
}

.mockKopBuy {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  background-color: rgba(45, 45, 45, 0.8);
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 4000;
}

.mockKoppopup {
  width: 100%;
  max-width: 450px;
  margin: 20px auto;
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.mockKopChoose {
  height: auto;
  padding: 50px 0 90px;
  width: 100%;
  display: block;
  position: relative;
  background-color: #3b082f;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.smoothy {
  padding: 20px 20px 30px;
}

.yesbow {
  padding: 30px 0 40px;
  display: block;
  width: 90%;
  max-width: 420px;
  margin: 90px auto 100px;
  border-radius: 3px;
  background: #ffffff;
}





/* Payment Form - Start */

label {
  font: 13px/100% var(--font-stack-regular);
  letter-spacing: normal;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 1em 0 .35em 0;
  display: block;
  line-height: 1.3em;
}

.welcomeSection.purchasePage {
  margin-top: 40px;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.noHyphens {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.floaterContent h2,
.purchasePage h2 {
  font: 27px/100% var(--font-stack-bold);
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.5em;
  overflow-wrap: break-word;
}

.floaterContent h1,
.purchasePage h1 {
  font: 32px/100% var(--font-stack-bold);
  font-weight: 300;
  line-height: 1.3em;
  margin: 5px 0 0;
  letter-spacing: normal;
}

.floaterContent h2,
.purchasePage h2 {
  font-family: var(--font-stack-bold);
  font-size: 15px;
}

.floaterContent h1.center,
.purchasePage h1.center,
.floaterContent h2.center,
.purchasePage h2.center,
.floaterContent h5.center,
.purchasePage h5.center,
.floaterContent p.center,
.purchasePage p.center {
  text-align: center;
}

.floaterContent p {
  font-family: var(--font-stack-regular);
}

.floaterContent .continueSetupBtn {
  font-family: var(--font-stack-bold);
}

.cvvField {
  min-width: initial;
  max-width: initial;
}

.row {
  margin: 0 -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
}

.paymentCol12,
.paymentCol10,
.paymentCol7,
.paymentCol5,
.paymentCol2,
.paymentCol50,
.paymentCol100 {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.paymentCol12 {
  width: 100%;
  max-width: 430px;
}

.paymentCol10 {
  width: 100%;
  max-width: 370px;
}

.paymentCol7 {
  width: 280px;
}

.paymentCol5 {
  width: 41.6667%;
}

.paymentCol2 {
  width: 60px;
}

.paymentCol5 select {
  margin: 10px 0;
}

.perks {
  margin: 1em 0;
}

.perks li {
  padding: 0 0 0.4em;
  text-align: left;
  font-family: var(--font-stack-regular);
}

.l-rtl .perks li {
  text-align: right;
}

.cardIcons {
  list-style: outside none none;
  margin: 20px 20px 20px 0;
  overflow: hidden;
  padding: 0;
}

.cardIcons li {
  float: left;
  margin-left: 6px;
}

.cardIcon {
  display: inline-block;
  height: 20px;
  width: 30px;
}

.visa {
  background-position: 0 0;
}

.mastercard {
  background-position: -30px 0;
}

.safeField:before {
  color: #babbbf;
  height: 13px;
  position: absolute;
  right: 13px;
  top: 16px;
  width: 13px;
  font-size: 13px;
}

.safeField {
  position: relative;
}

.iconField:before {
  color: #babbbf;
  height: 13px;
  position: absolute;
  right: 12px;
  top: 15px;
  width: 13px;
}

.purchasePage select:focus {
  border: 1px solid #cccccc;
}

/* these needs to be seperated in order to work /H */
::-webkit-input-placeholder {
  color: #babbbf;
}
:-moz-placeholder { /* Firefox 18- */
  color: #babbbf;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #babbbf;
}
:-ms-input-placeholder {
  color: #babbbf;
}


select option[default] {
  color: #babbbf;
}

.test:after {
  content: '/';
  line-height: 3em;
  position: absolute;
  top: 10px;
  right: 0;
}

.floaterContent input[type=text],
.floaterContent input[type=email],
.floaterContent input[type=password],
.floaterContent input[type=number],
.floaterContent input[type=tel],
.floaterContent textarea,
.floaterContent select,
.purchasePage input[type=text],
.purchasePage input[type=email],
.purchasePage input[type=password],
.purchasePage input[type=number],
.purchasePage input[type=tel],
.purchasePage textarea,
.purchasePage select {
  width: 100%;
}

#hint {
  text-align: right;
  margin-top: 0.5em;
}

.floaterContent *,
.purchasePage * {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.purchasePage *:before,*:after {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  /*box-sizing:border-box;*/
}

.purchasePage .buyBtnn:focus {
  outline: 1px solid transparent;
  border: 1px solid transparent;
  text-decoration: underline;
}
.floaterContent label,
.purchasePage label {
  margin: 0px;
  padding: 0px;
}

.purchasePage .loggedInAs {
  padding-bottom: 20px;
}

.purchasePage .email {
  padding-top: 5px;
}

.acceptAgreements {
  margin-top: 20px;
}

#option {
  padding: 0.5em 0;
  margin: 0.5em 0;
  display: block;
  width: 100%;
}

#validation ul {
  background: #edf7fd;
  color: #2e2f33;
  padding: 1em;
  margin-bottom: 10px;
}

#validation ul li ul {
  margin-top: 0;
}

#validation ul li ul li {
  list-style: disc;
}

.com {
  color: #2e2f33;
  max-width: 400px;
  font-family: var(--font-stack-regular);
}

.buyAltButton {
  background: #FFFFFF;
  display: inline-block;
  position: relative;
  margin: 0 0 1em 0;
  padding: 14px 3%;
  color: #000000;
  font: 15px/100% var(--font-stack-light);
  font-weight: 300;
  line-height: 1.3em;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 100%;
}

.buyAltButton:hover {
  background: #e8e8e8;
}

.orangeDisclaimer {
  display: none;
}

/* Payment Form - End */


.paymentInput.valid,
.paymentInput.valid-cvc,
.paymentInput.valid-month,
.paymentInput.valid-year {
  border-color:#2ecc71;
}

.paymentInput.valid:focus,
.paymentInput.valid-cvc:focus,
.paymentInput.valid-month:focus,
.paymentInput.valid-year:focus {
  border-color:#2ecc71;
  -webkit-box-shadow: 0 0 .1875em #2ecc71;
          box-shadow: 0 0 .1875em #2ecc71;
}

.payment {
  background:#fff;
}

.payment:before,.payment:after {
  content:" ";
  display:table;
}

.payment:after {
  clear:both;
}

label {
  /*cursor:pointer;*/
  display:inline-block;
}

.paymentCol50 {
  width: 150px !important;
}

.slash {
  width: 108px !important;
  font-family: var(--font-stack-regular);
}

.slash:after {
  content: "/";
  line-height: 3em;
  position: absolute;
  right: 0;
  top: 7px;
}

.payment input[type="tel"],
.payment input[type="number"] {
  width:100%;
  display:block;
  background:#fff;
  padding: 0.6em 1em 0.5em;
  border:solid 1px #ccc;
  border-radius: 2px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-transition:all .2s;
  transition:all .2s;
  -webkit-font-smoothing:antialiased;
  font: 18px/100% var(--font-stack-regular);
  font-weight: 300;
  line-height: 1.4em;
  word-spacing: 0.1em;
  background: transparent;
  -webkit-appearance: none;
}

.payment input[type="tel"].valid,
.payment input[type="text"].valid,
.payment input[type="tel"].valid-luhn,
.payment input[type="tel"].valid-cvc,
.payment input[type="tel"].valid-month,
.payment input[type="tel"].valid-year {
  border-color:#2ecc71;
}

.payment input[type="tel"].invalid,
.payment input[type="text"].invalid,
.payment input[type="tel"].invalid-luhn,
.payment input[type="tel"].invalid-cvc,
.payment input[type="tel"].invalid-month,
.payment input[type="tel"].invalid-year {
  border-color: #cc512e;
}

.payment input[type="tel"]:focus {
  border-color:#fff;
  -webkit-box-shadow:0 0 .1875em #3498db;
  box-shadow:0 0 .1875em #3498db;
  outline:none;
}

.payment input[type="tel"]:focus.valid,
.payment input[type="text"]:focus.valid,
.payment input[type="tel"]:focus.valid-luhn,
.payment input[type="tel"]:focus.valid-cvc,
.payment input[type="tel"]:focus.valid-month,
.payment input[type="tel"]:focus.valid-year {
  border-color:#2ecc71;
  -webkit-box-shadow:0 0 .1875em #2ecc71;
  box-shadow:0 0 .1875em #2ecc71;
}

.payment input[type="tel"]:focus.invalid,
.payment input[type="text"]:focus.invalid,
.payment input[type="tel"]:focus.invalid-luhn,
.payment input[type="tel"]:focus.invalid-cvc,
.payment input[type="tel"]:focus.invalid-month,
.payment input[type="tel"]:focus.invalid-year {
  border-color: #cc512e;
  -webkit-box-shadow:0 0 .1875em #cc512e;
  box-shadow:0 0 .1875em #cc512e;
}

/* unsupported card types */
.payment input[type="tel"].unsupported {
  border-color: #cc512e;
}

.payment input[type="tel"]:focus.unsupported {
  border-color: #cc512e;
  -webkit-box-shadow:0 0 .1875em #cc512e;
  box-shadow:0 0 .1875em #cc512e;
}

.fb_iframe_widget {
  z-index: 31;
}

.campaignContainer {
  width: 500px;
  position: relative;
  margin: 5% 0 30% 0;
  background-color: white;
  overflow: hidden;
  border-radius: 4px;
}

@media screen and (max-width: 568px) {
  .campaignContainer {
    width: 100%;
    margin: 20px auto 70px auto;
  }
}

.campaignContainerTopColumn {
  padding: 10px 20px 20px 20px;
}


@media screen and (max-width: 568px) {
  .campaignContainerTopColumn {
    padding: 10px 4%;
  }
}

.campaignContainerTopColumn.emails {
  position: relative;
}

.campaignContainerInner {
  /*width: 1080px;*/
  width: 200%;
  /*margin-left: -45.5%;*/
  background-color: #f7f7f7;
  border-top: 1px solid #D8D8D8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 568px) {
  .campaignContainerInner {
    width: 200%;
  }
}

.campaignContainerColumn {
  /*width: 460px;*/
  width: 45.5%;
  padding: 10px 2% 20px 2%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 568px) {
  .campaignContainerColumn label {
    font-size: 11px;
  }
}

.campaignTitle {
  margin: 0;
}

#campaignTitle {
  margin-bottom: 15px;
}

.campaignTitle2 {
  margin: 15px 0;
  line-height: 1.2;
}

@media screen and (max-width: 568px) {
  .campaignTitle2 {
    font-size: 20px;
  }
}

.signupField.fullWidth {
  max-width: 100%;
}

.campaignInput {
  width: 95%;
  padding: 11px;
}

@media screen and (max-width: 568px) {
  .campaignInput {
    font-size: 13px;
    padding: 4px;
    width: 97%;
  }
}

.campaignDescription {
  margin-bottom: 0;
}

@media screen and (max-width: 568px) {
  .campaignDescription {
    font-size: 14px;
    line-height: 1.4;
  }
}

.campaignDescriptionForm {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 568px) {
  .campaignDescriptionForm {
    font-size: 16px;
  }
}

.coverScroll {
  width: 17px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f7f7f7;
}

.addEmailButton {
  width: 46px;
  height: 46px;
  color: white;
  bottom: 5px;
  font-size: 30px;
  line-height: 0.45;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 568px) {
  .buyBtn.addEmailButton {
    height: 27px;
    width: 27px;
    font-size: 21px;
    line-height: 0.15;
    bottom:4px;
  }
}

.plusIcon {
  position: absolute;
  top: 14px;
  left: 14px;
  font-style: normal;
}

@media screen and (max-width: 568px) {
  .plusIcon {
    top: 10px;
    left: 7px;
  }
}

.listTopOpacity {
  width: 100%;
  height: 10px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247,247,247,1)),to(rgba(247,247,247,0)));
  background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(247,247,247,0) 100%);
  z-index: 999;
}

.listBottomOpacity {
  width: 100%;
  height: 10px;
  margin-top: -25px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247,247,247,0)),to(rgba(247,247,247,1)));
  background: linear-gradient(to bottom, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
  z-index: 999;
}

.addFriendsButton {
  margin-top: 20px;
  max-width: 100%;
}

.sendButton {
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 100%;
}

.addFriendsButton {
  cursor: pointer;
}

.addFriendsButton i {
  font-size: 15px;
  padding-left: 8px;
}

.backButtonContainer {
  width:200%;
  position:absolute;
  bottom:0px;
}

.backButton {
  font-size: 13px;
  color: #949494;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0px 0px 15px 52%;
}

@media screen and (max-width: 568px) {
  .backButton {
    font-size: 11px;
  }
}

.backButton i {
  margin-right: 5px;
}

.backButton:hover {
  color: #7B7B7B;
}

@media screen and (max-width: 1280px) {

  .expandDescription {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 10px;
  }

  .buyStepTwo {
    display: block;
    float: none;
    margin: 40px auto;
  }

  .buyStepThree {
    display: block;
    float: none;
    margin: 40px auto 10px;
  }
}

@media screen and (max-width: 780px) {
  .welcomeSection {
    max-width: 780px;

  }

  .welcomePageTitle {
    font-size:32px;
    padding-bottom:0px;
  }

  .loginStepMobile {
    padding-top: 20px;
    padding-bottom: 20px;

  }

  .welcomeStep {
    width:100%;
    max-width: 400px;
  }
  .welcomeStepContent {
    /*display:table-footer-group;*/
  }

  .socialStepDescription  {
    display:none;
  }


  .socialItemWrapper {
    height:85%;
  }

  .canWeHelpDescription {
    font-size: 15px;
  }
  .welcomeDescription {
    font-size:22px;
    line-height:1.2;
  }
  .stepContainer {
    height: 900px;
    width: 100%;
    margin: 30px auto;
  }

  .welcomeStepClear {
    display:block;
    clear: both;
    position: relative;
    padding: 15px 0;
  }

  .welcomeStepWrapper {
    width: 100%;
    height:250px;
    float:none;
  }

  .welcomeStepDescription {
    font-size:24px;
    margin-bottom:20px;
  }

  .hideForMobile {
    display:none !important;
  }
  .showForMobile{
    display:block !important;
  }

  #welcomeStepLogin {
    height:300px;

  }

  #welcomeStepDownloadStepMobile {
    display:block;
    height:100px;
  }



  #welcomeStepDownloadStepMobile .welcomeStep {
    display:block;
    height:100px;
  }




  #welcomeStepDownloadDesktop {
    display:none;
  }
  .verticalLine {
    display: none;
  }

  .welcomeStepBookCovers {
    width:100%;
    height:100%;
  }

}

@media screen and (max-width: 1260px) {
  .typeiconSlider .asAudio {
    margin-right: 0px;
  }

  .asEbook i {
    top: 4px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 19px;
  }


  .asEbook.topMargin i {
    top: 4px;
  }

  .asAudio i {
    top: 2px;
    height: 30px;
    width: 30px;
    line-height: 29px;
    font-size: 14px;
  }

  .asCustom .customImg {
    top: 4px;
    height: 30px;
    width: 30px;
    line-height: 29px;
    font-size: 20px;
  }

  .typeicon .asAudio {
    margin-right: 0px;
  }

  .typeicon .asAudio i {
    top: 0;
  }

  .typeicon .asEbook i {
    top: 0;
  }

  .typeicon .asCustom .customImg {
    top: 0;
  }

  .typeiconSlider .asAudio + .asEbook + .asCustom {
    margin-left: 0px;
  }

  .typeicon .asAudio + .asEbook + .asCustom {
    margin-left: 0px;
  }

  .onethird h2 {
    font-size: 32px;
  }

  .hideRev {
    display: block;
  }

  .hideRevv {
    display: none;
  }

  .onethird {
    display: inline-block;
    float: none;
    width: 96%;
    position: relative;
    margin-top: 40px;
  }

  .buyBtnn i {
    display: none;
  }

  #mp-dropdown-icon {
    display: block;
  }

  .dropdown-icon {
    display: block;
    position: absolute;
    font-size: 14px;
    color: black;
    top: 7px;
    line-height: 2.5;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  @media screen and (max-width: 350px) {
    .dropdown-icon {
      top: 6px;
    }
  }

  .dropdown-menu {
    position: relative;
    border: none;
  }

  .dropdown-menu-cat a {
    list-style: none outside none;
    text-transform: none;
  }

  .dropdown-menu-cat li {
    width: 50%;
  }

  @media screen and (max-width: 568px) {
    .dropdown-menu-cat li {
      width: 100%;
      padding: 12px 0;
    }
  }

  .det {
    width: 49%;

  }

  .okHide {
    display: none;
  }

  .accountDetail {
    width: 100%;
    max-width: 420px;
  }

  .colone {
    width: 100%;
    max-width: 420px;
    position: relative;
    display: block;
    float: none;
    clear: both;
    padding-bottom: 30px;
  }

  .colthree {
    width: 100%;
    max-width: 420px;
    float: none;
    clear: both;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    display: block;
    /*padding-bottom: 30px;*/
    overflow: hidden;

  }

  .campBigImg {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-origin: padding-box;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
    display: block;
  }

  .campBigImg.storytelHeroImage {
    height: 100%;
    position: absolute;
  }

  .campTitle {
    top: 65px;
    width: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.2);
    left: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .campTitleInnerContainer {
    max-width: 390px;
    margin: 0 auto;
    padding: 0 5%;
  }

  .campTitle li {
    line-height: 1.2;
  }

  .campTitle h1 {
    font: 20px/100% var(--font-stack-bold);
    padding-left: 0;
    margin: 0 0 10px 0;
  }

  .campTitle h1.c-title__3xl {
      font-size: var(--font-size-32);
      font-weight: var(--font-weight-bold);
      line-height: var(--line-height-40);
      letter-spacing: var(--letter-spacing-minus-058);
      padding: 0;
      margin: 0 0 24px 0;
  }

  .campTitle h2.c-title__2xl {
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-34);
    letter-spacing: var(--letter-spacing-minus-048);
  }

  .campTitle h3.c-title__xl {
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-28);
    letter-spacing: var(--letter-spacing-minus-024);
  }

  .campTitle .c-text--intro {
    font-size: 12px;
    padding-left: 0;
    margin: 0;
  }

  .campaignBulletsIcon {
    top: 2px;
  }

  .campLeft {
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
    max-width: 430px;
    position: relative;
    right: 0;
    top: 0;
    background: transparent;
    float: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
  }

  .downBtnn {
    font-size: 18px;
    text-align: center;
    color: #ff5500;
    padding: 15px 10px;
    width: 35px;
    height: 25px;
    display: block;
    position: relative;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 30px;
    cursor: pointer;
    margin-top: -60px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
    top: -8px;
    display: none;
  }

  body {
    background-color: #ffffff;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    letter-spacing: normal;
    font-weight: 300;
    line-height: 1.4em;
    word-spacing: 0.1em;
    display: block;

  }

  .smartList {
    padding-bottom: 20px;
  }

  .titleWrapp {
    padding: 20px 0;
  }

  .titleWrapp h4 {
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    min-width: 280px;
    font-size: 24px;
    font-family: var(--font-stack-bold);
    letter-spacing: normal;
    text-transform: none;
  }

  .round {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;

  }

  .horizontalsliderComing::-moz-selection {
    background: rgba(255, 255, 255, 0);
    color: #000000;
  }

  .horizontalsliderComing::selection {
    background: rgba(255, 255, 255, 0);
    color: #000000;
  }

  .horizontalsliderComing::-moz-selection {
    background: rgba(255, 255, 255, 0);
    color: #000000;
  }

  .horizontalsliderComing::-webkit-selection {
    background: rgba(255, 255, 255, 0);
    color: #000000;
  }

  .horizontalsliderComing {
    padding: 0;
    margin: -10px 0 0;
    position: relative;
    display: block;

  }

  #smartListComing {
    padding-top: 20px;

  }

  .sliderComingNav {
    height: 190px;
  }

  .sliderComing {
    position: relative;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    float: left;
    font-family: var(--font-stack-light);

  }

  .sliderComingWrapp {
    position: relative;
    display: block;
    height: 278px;
    overflow: hidden;
    margin: 0 0 0 0;
    -webkit-transition: left 1s ease-in-out, right 1s ease-in-out;
    transition: left 1s ease-in-out, right 1s ease-in-out;
    left: 0;
  }

  .sliderComingItem {
    width: 140px;
    height: 200px;
    position: relative;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;

  }

  .sliderComingCover {
    max-width: 140px;
    margin: 0 5px;
    height: 140px;
    position: relative;
    display: block;
  }

  .sliderComingItem img {
    max-height: 94%;
    width: auto;
    max-width: 90%;
    position: absolute;
    display: block;
    margin: 0 auto;
    padding: 3% 3%;
    background-color: #ffffff;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);

  }

  .sliderComingBookTitle {
    font-size: 15px;
    height: 36px;
    line-height: 1.2em;
    margin: 3px auto 0;
    overflow: hidden;
    padding: 0 5%;
    position: relative;
    text-align: center;
    z-index: 0;
    display: block;
    font-family: var(--font-stack-regular);
  }

  .sliderComingBookTitle a {
    color: #000000;
  }

  .slideLeftComing {
    float: left;
    padding: 94px 0 130px;
    height: 50px;
    width: 0;
    overflow: hidden;
    z-index: 1000;
    position: relative;
    opacity: 1;
    top: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #73134c;
  }

  .mockKopStart h5, .mockKopBuy h5, .mockKopChoose h5 {
    font-size: 28px;
    font-family: var(--font-stack-light);
  }

  .slideLeftComing:hover {
    -webkit-box-shadow: -0px 7px 5px rgba(0, 0, 0, 0.3);
            box-shadow: -0px 7px 5px rgba(0, 0, 0, 0.3);
    color: #f5c3c5;
  }

  .slideLeftComing i {
    font-size: 48px;
    cursor: pointer;
  }

  .slideRightComing {
    float: right;
    padding: 94px 0 130px;
    height: 50px;
    width: 0;
    overflow: hidden;
    z-index: 1000;
    position: relative;
    opacity: 1;
    cursor: pointer;
    top: 0;
    text-align: center;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #73134c;

  }

  .slideRightComing:hover {
    -webkit-box-shadow: 0 7px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 7px 5px rgba(0, 0, 0, 0.3);
    color: #f5c3c5;
  }

  .slideRightComing i {
    font-size: 48px;
    cursor: pointer;
  }

  /* END COMING SLIDER */
  .buypagewrapp {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .threeSteps {
    float: none;
    width: 98%;
    padding: 2%;
    display: block;
    position: relative;
  }

  .heroBuyPart i {
    font-size: inherit;
    float: left;
    margin-bottom: 0;
  }

  .dropdown-menu-cat {
    position: relative;
    display: none;
    width: 100%;
    left: 0;
    padding: 0 0 0 34px;
    margin: 0;
    border: none;
    background-color: transparent;
  }

  .mobile-menu-fade {
    display: none;
    position: absolute;
    width: 540px;
    bottom: 0;
    right: 0;
    height: 24px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255, 1)));
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1));
    z-index: 999999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

  @media screen and (max-width: 568px) {
    .mobile-menu-fade {
      width: 100%;
    }
  }

  .bubbel {
    display: none;

  }

  .bookDetailText {
    -moz-column-count: 1; /* Firefox */
    -webkit-column-count: 1; /* Safari and Chrome */
    column-count: 1;
    -moz-column-gap: 0; /* Firefox */
    -webkit-column-gap: 0; /* Safari and Chrome */
    column-gap: 0;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 30px;

  }

  div.hero {
    position: relative;
    height: auto;
    width: 100%;
    min-width: 100%;
    margin: 0;
    display: block;
    padding: 0 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-attachment: scroll;

  }

  div.heroWrapp {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-attachment: scroll;

  }

  .herotext {
    margin: 0 auto auto;
    width: 90%;
    position: relative;
    display: block;
    max-width: 600px;
    padding: 60px 0;
  }

  .contentInner {
    clear: both;
    display: block;
    padding: 80px 0 0;
  }

  .footerColumn {
    float: left;
    width: 44%;
    margin: 20px 3% 20px;
  }

  .priceBubble {
    font-size: 38px;
  }

  .priceBubble h4 {
    color: #000000;
  }

  .hideIfSmall {
    display: none;

  }

  .bigtitle {
    padding: 20px 0;
    text-align: center;
  }

  .priceBubble {
    font-size: 24px;
    margin: 5% auto 0;
    line-height: 29px;

  }

  .buypagescroll {

    text-align: center;
    position: relative;
    display: block;
    width: auto;

  }

  .leftMargin {
    float: none;
    margin: 2% 2% 2% 0;
  }

  .sliderNav {
    height: 144px;
  }

  .slider {
    position: relative;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    width: 90%;
    float: left;
    font-family: var(--font-stack-light);
  }

  .sliderWrapp {
    height: 190px;
    left: 0;
  }

  .slideLeftContainer {
    display: none;
  }

  .slideRightContainer {
    display: none;
  }

  .sliderItem {
    width: 140px;
    height: 200px;
  }

  .sliderItem img {
    max-height: 126px;
  }

  .gridItem {
    width: 140px;
    height: 180px;
  }

  .sliderCover {
    width: 140px;
    height: 140px;

  }

  .gridCover {
    width: 140px;
    height: 140px;

  }

  .slideRight {
    width: 0;
  }

  .slideLeft {
    width: 0;
  }

  .slider {
    width: 100%;
    padding-right: 20px;
  }

  .progress {
    width: 90%;
    margin: 2% 5%;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    display: block;
    height: 4px;
  }

  .bar {
    background: #ff5500;
    position: relative;
    display: block;
    height: 4px;
  }

  .expandDescription {
    -moz-column-count: 1; /* Firefox */
    -webkit-column-count: 1; /* Safari and Chrome */
    column-count: 1;
    -moz-column-gap: 0; /* Firefox */
    -webkit-column-gap: 0; /* Safari and Chrome */
    column-gap: 0;
  }

  .horizontalSlider {
    padding: 0;
    margin: 0 0 10px;
    position: relative;
    display: block;

  }

  .rightLanding {
    float: none;
    position: relative;
    display: block;
    width: auto;
    clear: both;
    max-width: 100%;
    text-align: center;
  }

  .rightLanding img {
    text-align: center;
    position: relative;
    display: block;
    float: none;
    max-width: 200px;
    margin: 0 auto;
  }

  .leftLanding {
    float: none;
    position: relative;
    display: block;
    width: 100%;
    clear: both;
  }

  .getItA {
    height: auto;
  }

  .gpIn1 h2 {
    font-size: 34px;
    line-height: normal;
    margin: -10px 0 10px;
  }

  .topMenu {
    overflow-x: hidden;
    clear: both;
    margin-top: 65px;
    background-color: white;
    width: 540px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    top: 0;
    right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    height: calc(100% - 68px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1200;
    outline: none;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  ::-webkit-scrollbar {
    display: none;
  }


  .slide-in {
    -webkit-animation: slide-in 0.5s forwards;
    animation: slide-in 0.5s forwards;
  }

  .slide-out {
    -webkit-animation: slide-out 0.5s forwards;
    animation: slide-out 0.5s forwards;
  }
  /* Use 0.00% instead of 0% in the following animations to avoid the Gradle minification css task to convert it to 0 */
  @-webkit-keyframes slide-in {
    100% {
      -webkit-transform: translateX(0.00%);
      transform: translateX(0.00%);
    }
  }
  @keyframes slide-in {
    100% {
      -webkit-transform: translateX(0.00%);
      transform: translateX(0.00%);
    }
  }

  @-webkit-keyframes slide-out {
    0.00% {
      -webkit-transform: translateX(0.00%);
      transform: translateX(0.00%);
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes slide-out {
    0.00% {
      -webkit-transform: translateX(0.00%);
      transform: translateX(0.00%);
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }


  @media screen and (max-width: 568px) {
    .topMenu {
      width: 100%;
    }
  }

  .dropdown-menu-item {
    display: block;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
  }

  .menu-item {
    display: block;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
  }


  .menu-item-cat {
    display: block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
  }

  .topMenu ul {
    padding: 0 0 0 34px;
  }

  #dropdown-menu-gc.dropdown-menu {
    width: 100%;
    padding-top: 12px;
  }

  #dropdown-menu-gc.dropdown-menu li {
    padding: 0;
    height: auto;
  }

  .dropdown-menu, .dropdown-menu-cat {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .dropdown-menu li{
    padding: 12px 0;
    height: 24px;
  }

  .dropdown-menu-cat {
    padding-left: 0;
    padding-top: 12px;
  }

  .dropdown-menu-cat .categoryItems {
    padding: 0;
    height: auto;
  }

  .dropdown-menu-cat .categoryItems {
    padding-left: 34px;
  }

  .menu-item li, .dropdown-menu-item li {
    padding: 12px 0 12px 18px;
    height: 24px;
    margin-bottom: 24px;
  }
  .menu-item li a, .dropdown-menu-item li a {
    padding: 0;
  }

  #dropdown-menu-gc li {
    padding-left: 0;
  }

  #dropdown-menu-mp li {
    padding-left: 0;
  }

}

@media screen and (max-width: 678px) {

  .pastday {
    display: block;
    min-width: auto;
    width: 100%;
    float: none;
  }

  .uspsen li {
    font-size: 14px;
  }

  .giftContainer h5 {
    font-size: 30px;
  }

  .continueSetupBtn {
    width: 100%;
  }

  .buyBtn,
  .continueSetupBtn,
  .buyBtnn{
    font-size: 16px;
    padding: 14px 30px;
  }

  #heroSeePlansButton,
  #heroStartPurchaseButton{
    width: 100%;
  }

  .subImage {
    height: 150px;
    padding-top: 70px;
  }

  .subImage img {
    max-width: 40%;
  }

  .hideIf {
    display: none;
  }

  .nw {
    padding: 0 2%;
  }


  .camTiz {
    font: 40px/100% var(--font-stack-regular);
    letter-spacing: normal;
    font-weight: 500;
    line-height: 1.0em;
    margin: -20px 0 20px;
    text-transform: none;
    padding-left: 0;
    -webkit-font-smoothing: antialiased;
    outline: 1px solid transparent;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    letter-spacing: normal;
  }

  .blockrel {
    display: block;
    position: relative;
  }

  .hero h5 {
    color: black;
    font-size: 26px;
  }

  .hero h1 {
    color: black;
  }

  .getIt1 {
    height: auto;
    padding: 0 0;
  }

  .first1 {
    height: auto;
  }

  .giveAGiftHead h5 {
    font-size: 30px;
  }

  .buypage h7 {
    height: 50px;
  }

  .buypage h3 {
    font-size: 21px;
    margin: 5px 0;
    padding: 0;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    outline: 1px solid transparent;
  }

  .nHide {
    display: none;
  }

  .abonehead {
    height: 200px;
  }

  .txtA {
    opacity: 0;
    position: absolute;
    width: 90%;
    padding: 0 5%;
    max-width: 520px;
    margin: 0;
    text-align: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .txtB {
    opacity: 0;
    position: absolute;
    width: 90%;
    padding: 0 5%;
    text-align: left;
    max-width: 520px;
    margin-left: 340px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .txtC {
    opacity: 0;
    position: relative;
    width: 90%;
    padding: 0 5% 130px;
    text-align: left;
    max-width: 520px;
    margin-left: 0;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .f3BB {
    bottom: 2%;
  }

  .contentFIXIT h2 {
    font-size: 25px;
  }

  .aboNew h3 {
    font-size: 18px;
  }

  .footer-lang-item {
    display: block;
  }

  .mobileHide {
    display: none;
  }

  .hideIt {
    position: absolute;
    width: 0;
    height: 0;
    display: none;

    opacity: 0;
  }

  .hideItReverse {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    opacity: 1;
    clear: both;
  }

  .card {
    float: none;
    max-width: auto;
    width: 100%;
  }

  .ideal, .sofort, .yandex, .bexs, .yandexMoney, .payu, .mobilePay {
    float: none;
    max-width: auto;
    width: 100%;
  }

  .cardOn {
    width: 100%;
    max-width: auto;
    float: none;
  }

  .idealOn, .sofortOn, .yandexOn, .bexsOn, .yandexMoneyOn, .payuOn, .mobilePayOn {
    width: 100%;
    max-width: auto;
    float: none;
  }

  .invoice {
    width: 100%;
    max-width: auto;
    float: none;
  }

  .invoiceOn {
    width: 100%;
    max-width: auto;
    float: none;
  }

  .footerColumn {
    float: left;
    width: 96%;
    margin: 20px 2% 20px;
    display: block;
    position: relative;
  }

  .agreeTerms {
    display: block;
    margin: 10px 0;
    position: relative;
    border-radius: 2px;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    width: auto;
    max-width: 402px;
    letter-spacing: none;
    text-transform: none;
    max-width: 430px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .agreeTermsOn {
    font-size: 14px;
  }

  .agreeTermsOn i {
    color: #ff5500;
    opacity: 1;
  }

  .onemonth {

    width: 100%;
    float: none;
    margin: 0;
  }

  .sixmonths {

    width: 100%;
    margin: 0;
    float: none;
  }

  .onemonthOn {
    margin: 0;
    width: 100%;
    float: none;
  }

  .sixmonthsOn {
    margin: 0;
    width: 100%;
    float: none;

  }

  .priceBubble {
    font-size: 24px;
    margin: 10px auto;
    line-height: 29px;

  }

  h5 {
    font-size: 40px;
  }

  h5.small {
    font-size: 30px;
  }

  .heroinfo {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    min-width: auto;
    position: relative;
    width: auto;
  }

  .herotext {
    margin: 0 auto;
    width: 90%;
    position: relative;
    display: block;
    max-width: 100%;
    padding: 5px 5%;
    background: #f9f9f9;
    margin-top: 190px;
  }

  .buypage ul {
    text-align: left;
    height: auto;
  }

  .haveCampCode {
    width: 100%;
    padding: 10px 0;
    min-width: 250px;
    display: block;
    position: relative;
    background: #f9f9f9;
    margin: 20px auto;
    cursor: pointer;
    border-radius: 2px;
    font: 500 14px/1.3em var(--font-stack-light);
    letter-spacing: 0;
    text-transform: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }


  .signupField {
    width: auto;
    min-width: auto;
  }

  .buyStepTwo {
    float: none;
    margin: 40px auto;
    display: block;
  }

  .buyStepThree {
    float: none;
    margin: 40px auto 10px;
    display: block;
  }

  .buttonContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

}

.footer-link {
  margin-left: 8px;
}

/*
Change subscription mod/page
 */

.changeSubscriptionMod {
  background-color: white;
  padding-top: 65px;
}

.changeSubscriptionMod h5 {
  margin-top: 45px;
  margin-bottom: 45px;
  width: 100%;
}

.changeSubscriptionBox{
  -ms-flex-line-pack: center;
      align-content: center;
  width: 221px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 10px 10px;
}

.flexArrowSeparator {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.changeSubscriptionMod-containerTop {
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 530px) {
  .changeSubscriptionMod-containerTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flexArrowSeparator img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.changeSubscriptionMod-containerMiddle {
  background-color: #f9f9f9;
  padding: 20px 0;
}

.changeSubscriptionMod-containerBottom {
  margin: 50px 20px;
}

.changeSubscriptionInfoRow {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 512px;
  padding: 15px 30px;
}

.changeSubscriptionBox.changeSubscriptionBoxCurrent {
  border: solid 1px #cccccc;
}
.changeSubscriptionBox.changeSubscriptionBoxNext {
  border: solid 2px #f4590a;
}

.changeSubscriptionMod-subheader {
  font-family: var(--font-stack-regular);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75em;
  margin-bottom: 0.25em;
  color: #333333;
}

.changeSubscriptionMod-text {
  font-family: var(--font-stack-regular);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0.25em;
  color: #333333;
}

.changeSubscriptionMod-small-text {
  font-family: var(--font-stack-regular);
  font-size: 14px;
  line-height: 1.75em;
  color: #333333;
}

.changeSubscriptionMod-footerText {
  font-style: italic;
  font-size: 14px;
  font-family: var(--font-stack-regular);
  color: #333333;
}


.btn-tight {
  display: inline-block;
  min-width: 230px;
  width: initial;  /* override btn */
  font-family: var(--font-stack-regular);
  font-size: 16px;
  font-weight: bold;
}

.btn-glowing {
  border-color: #f4590a;
  background-color: white;
  color: #f4590a;
}

.changeSubscriptionInfoRow #supplementaryAgreement {
  display: inline-block;
}

.no-margin-left {
  margin-left: 0
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.display-block {
  display: block;
}

div.abTestEnabled .confirmField {
  display: none;
}

div.abTestEnabled .eye-icon {
  display: inline;
}

.eye-icon {
  display: none;
}

.storytel-ztory-information-block {
  margin-bottom: 24px;
}

.o-grid__generic__container .horizontalSlider {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}

@media (min-width: 600px) {
  .o-grid__generic__container .horizontalSlider {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
  }
}

@media (min-width: 900px) {
  .o-grid__generic__container .horizontalSlider {
    margin-left: -8rem;
    margin-right: -8rem;
  }
}

@media (min-width: 1200px) {
  .o-grid__generic__container .horizontalSlider {
    margin-left: calc((-100vw - -112rem) / 2);
    margin-right: calc((-100vw - -112rem) / 2);
  }
}

@media (min-width: 1800px) {
  .o-grid__generic__container .horizontalSlider {
    margin-left: calc((-100vw - -140rem) / 2);
    margin-right: calc((-100vw - -140rem) / 2);
  }
}

/* Global styles from storytelreader.css, moved here on reader page cleanup in 2024: */
/* For Firefox */
input[type='number'] {
  -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hasError {
  border: 2px solid #f10202;
}
/* End of Global styles from storytelreader.css */
