
/*=============================================
=               Common             =
=============================================*/

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #121214;      
}


.inline-block{
  display: inline-block;
}

/*=============================================
=               Header               =
=============================================*/

header{
  position: fixed;
  padding: 5px 0px 5px 0px;
  z-index: 2000;
  width:100%;
  transition: all 0.2s ease-in-out;
}

header .logo {
  float: left;
  font-size: 35px;
  line-height: 20px;
  font-family: 'Lobster';
  text-decoration: none;
  color:#fff;
  text-align: right;
}

header .logo span{
  font-size: 15px;
  margin-right: 0px; 
}

header .keyword-text {
  color:#fff;
  font-family: 'Open sans';
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
}

header .keyword-text span{
  padding-top:20px;
  display: inline-block;
}

header .bootstrap-select {
  margin-top:8px;
  float:right!important;
  width:auto!important;
}

header .bootstrap-select .btn{
  font-family: 'Asap condensed';  
  float:right;
  border-radius: 30px;
  border: 2px solid #fff;
  background-color: transparent;
  color:#fff;
  font-size: 18px;
  padding:2px 2px 2px 12px;
  width: 64px;
  text-transform: lowercase;
  vertical-align: middle;
  outline: none;
  font-weight: 200;
}


header .bootstrap-select .btn:hover{
  background-color: #fff;
  color: #121214!important;
  outline: none;  
}

header .bootstrap-select .btn:active, header .bootstrap-select .btn:focus{
  outline: 0!important;  
}

header .bootstrap-select .btn .caret{
  margin-top: -3px;
  border-top:9px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;  
}

header .bootstrap-select .dropdown-menu{
  min-width: auto;
  left:auto;
  right:0!important;
  border-radius: 6px;
  border: 2px solid #fff;
}

header .bootstrap-select .dropdown-menu > li > a{
  font-family: 'Asap condensed';  
  font-size: 18px;    
  padding: 3px 40px;
}

header .bootstrap-select .dropdown-menu > li > a:hover{
  background-color: #121214;
  color:#fff;
}


header .bootstrap-select .dropdown-menu>.active>a, header .bootstrap-select .dropdown-menu>.active>a:focus, header .bootstrap-select .dropdown-menu>.active>a:hover {
  background-color: #777;
}
/*
header .lang-chooser select{
  border:none;
  background-color: transparent;
  outline: none;
}
*/
header.active{
  background-color: #121214;
   border-bottom: 1px solid #444;  
}




/*=============================================
=               Content              =
=============================================*/

.parallax-bg {
  position: absolute;  
  width: 100%;
  height: 100vh;
  background: url(/template/site/default/img/honestybox/1.jpg) no-repeat;
  background-position: center top -250px;
}

.parallax-theme-low-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height:876px;
  padding:0px;  
}

.parallax-theme-low-bg .img-wrapper{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.parallax-theme-low-bg .img-wrapper img{
  position: absolute;
  bottom: 0px;
  max-width: 100%;
}

.parallax-theme-bg {
  position: absolute;
  top: 0px;  
  width: 100%;
  height:876px;  
  padding:0px;  
}

.parallax-theme-bg .img-wrapper{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.parallax-theme-bg .img-wrapper img{
  position: absolute;
  bottom: 0px;
  max-width: 100%;
}

.parallax-theme-bg .img-wrapper .curtain{
  position: absolute;
  bottom:-400px;
  height: 400px;
  left:0px;
  width:100%;
  background-color: #121214;
}

.parallax-text-bg {
  position: absolute;
  top:0px;
  width: 100%;
  height:876px;
  padding:0px;  
  text-align: center;  
}

.parallax-text-bg img{
  max-width: 100%;
  height:100%;  
  margin:0 auto;
}

.parallax-text-bg .event_title{
  position: absolute;
  color:#fff;
  top:192px;
  font-family: 'Asap condensed';
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  right: 50%;
  transform: translate(-120px, 0);
}

.event_title-h1{

  font-family: 'Asap condensed';
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  margin:0px;
}

.parallax-text-bg .mobile-keyword-text{
  position: absolute;
  top: 100px;
  width:100%;
  color:#fff;
  font-family: 'Open sans';
  font-size: 14px;
  display: none;
}

.parallax-book-bg  {
  position: absolute;
  top:0;  
  width: 100%;
  height:876px;
  padding:0px; 
  text-align: center;
}

.parallax-book-bg img{
  max-width: 100%;
  height:100%;  
  margin:0 auto;  
}

.parallax-title-bg  {
  position: relative;
  width: 100%;
}

.book-recommend-container{
  position:relative;
  min-height:700px;
}

.book-recommend-container table{
  width:100%;
  padding:0;
  border-spacing: 0;
}

.book-recommend-container table td{
  width:50%;
  padding:0px;
  margin:0px;
  vertical-align: top;
}

.book-order{
  display: inline-block;
  border: 3px solid #fff;
  background-color: transparent;
  color:#fff;
  padding:22px 20px;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 35px;
  border-radius: 12px;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  margin-bottom:30px;
  margin-top:20px;
}

.book-order:hover{
  color:#121214;
  background-color: #fff;
  outline: none;
}

.book-order span{
  font-size: 24px;
} 

.book-recommend-container .book-recommender-1{
  position: relative;
  float:right;
  margin-right:290px;
  margin-top:600px;
  width:190px; 
  border: 3px solid #fff;
  background-color: transparent;
  color:#fff;
  padding:12px 16px;
  font-family: 'Oswald'; 
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  border-radius: 12px; 
}

.book-recommender-1-h4{
  font-family: 'Oswald'; 
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
   margin: 0px;
  padding: 0px;
}

.book-recommend-container .book-recommender-1 img{
  position: absolute;
  right:-175px;
  top:-50px;
}

.book-recommend-container .book-recommender-2{
  position: relative;
  float:left;
  margin-top:510px;
  margin-left:210px;
  width:270px;
  border: 3px solid #fff;
  background-color: transparent;
  color:#fff;
  padding:12px 16px;
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  border-radius: 12px; 
}

.book-recommender-2-h3{
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}

.book-recommend-container .book-recommender-2 img{
  position: absolute;
  left:-171px;
  top:-50px;
}

.book-recommend-container .book-recommender-3{
  position:absolute;
  top: 370px;
  width:120px;
  left: 50%;
  transform: translate(-380px, 0);
  background-color: transparent;
  color:#fff;
  padding:12px 16px;
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  border-radius: 12px;
  text-align: right;
  text-transform: uppercase;
}


.whitespace {
  width: 100%;
  height: 100vh;
}

.book-title {
  font-family: 'Asap condensed';
  font-weight: bold;
  font-size: 36px;
  line-height: 24px;
  color:#fff;
  text-align: center;
  margin-top:40px;  
  margin-bottom:40px;
}

.book-intro {
  color:#fff;
  font-family: 'Asap condensed';
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;  
}

.down-arrow{
  fill:#ff9900;
  width:100%;
  height: 70px; 
  vertical-align: top;
}

.content-title{
  margin-top:60px;
  margin-bottom:60px;
  font-family: 'Oswald';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 36px;
  text-align: center;
  color:#ff9900;
}

.types{
  margin-top:50px;
}

.format-chooser{
  padding:0px 15px 50px 15px; 
}

.btn{
  font-family: 'Oswald';
  font-weight: bold;  
  border:5px solid #111;
  border-radius:18px;
  padding: 14px 20px;
  background-color: #ff9900;
  outline: none;
  font-size:30px;
  color:#111;
  text-decoration: none;
  cursor: pointer;
  margin:10px 10px 20px 10px;
  white-space: normal;
  background-position: center;
  transition: background 0.6s;
}

.btn:hover{
  text-decoration: none;
  color:#ff9900!important;
  background: #111 radial-gradient(circle, transparent 1%, #111 1%) center/15000%;
  outline: 0!important;  
}

.btn:active{
  background-color: #333;
  background-size: 100%;
  transition: background 0s;
  outline: 0!important;
}

.btn:focus{
  color:#111;
  outline: 0!important;
}

.btn.active{
  color:#ff9900;
  background-color: #111;
}

.ebook-btn{
  display: inline-block;
  border:5px solid #111;
  border-radius:18px;
  color:#111;
  padding: 14px 10px 12px 10px;
  background-color: #ff9900;
  outline: none;
  text-decoration: none!important;
}

.ebook-btn:hover{
  background-color: #111;
  color:#ff9900;
}


.ebook-btn strong{
  display: block;
  font-family: 'Oswald';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;   
}

.ebook-btn span{
  font-family: 'Asap condensed';
  font-style: italic;
  font-size: 30px; 
  line-height: 28px;   
}


.ebook-btn.active{
  background-color: #111;
}

.ebook-btn.active strong, .ebook-btn.active span{
  color:#ff9900;
}

.ebook-btn-subtext{
  font-family: 'Asap condensed';
  font-weight: bold;
  font-size: 30px; 
  line-height: 30px;
  margin:20px 0px;
}

.ebook-img-chooser{
  cursor: pointer;
}

.ebook-img-chooser:hover + .ebook-btn{
  background-color: #111;
  color:#ff9900;
}


.ebook-img-chooser:hover + .change-ebook{
  background-color: #111;
  color:#ff9900;
}

.book-btn{
  display: inline-block;
  color: #FFF;/*#714813;*/
  border:7px solid #fff;
  border-radius:16px;
  padding: 10px 30px;
  background-color: #49443E;
  text-decoration: none;
  cursor: pointer;
  background-position: center;  
  transition: background 0.6s;  
}

.book-btn:hover{
  background: #55504a radial-gradient(circle, transparent 1%, #55504a 1%) center/15000%;
  color:#fff;
  text-decoration: none;
}

.book-btn:active{
  background-color: #55504a;
  background-size: 100%;
  transition: background 0s;
}

.book-btn.active{
  background: #55504a radial-gradient(circle, transparent 1%, #55504a 1%) center/15000%;
  color:#fff;
  text-decoration: none;
}

.book-btn strong{
  display: block;
  font-family: 'Oswald';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;   
}

.book-btn span{
  font-family: 'Asap condensed';
  font-style: italic;
  font-size: 24px; 
  line-height: 28px;   
}

.book-img-chooser{
  display: inline-block;
  cursor: pointer;
}

.book-img-chooser:hover ~ .book-btn{
  background: #714813 radial-gradient(circle, transparent 1%, #714813 1%) center/15000%;
  color:#ff9900;
  text-decoration: none;
}

.book-btn-subtext{
   margin:20px 0px;
}


.book-btn-subtext{
  margin:20px auto 20px auto;
  font-family: 'Asap condensed';
  font-weight: bold;
  font-size: 24px; 
  line-height: 24px;
  color:#fff;/*rgba(17,17,17, 0.6);*/
}

.book-btn-subtext del{
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 16px;
  padding-bottom:5px;
}

.book-btn-subtext .free{
  display: block;  
  font-size: 18px; 
  line-height: 16px;   
}


.book-btn-subtext .pricecell{
  white-space: nowrap;
  padding: 0px 5px;  
}

.book-btn-subtext .shippingcell{
  padding: 0px 5px;  
}

.book-recommender{
  padding:30px 0px;
  background-color: #27262b;
}

.book-recommender p{
  color:#fff;
  font-family: 'Asap condensed';
  font-weight: bold;
  font-size: 36px; 
  line-height: 30px;
  margin:30px;
}

.book-recommender p:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 3px;
  background-color: #fff;
  border-radius: 3px;
}

.form-container{
  background-color: #ff9900;
  color:#111;
}

.book-target{
  font-family: 'Asap condensed';
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.book-chooser-title{
  padding-top:50px;
}

.m-0{
  margin:0!important;
}

.mb-30{
  margin-bottom: 30px!important;
}

.mb-5{
  margin-bottom:5px!important;
}

.pt-10{
  padding-top:10px!important;
}

.pt-30{
  padding-top:30px!important;
}

.pt-50{
  padding-top:50px!important;
}

.pt-70{
  padding-top:70px!important;
}

.p-10-20{
  padding:10px 20px!important;
}

.pr-3{
  padding-right: 3px;
}

.pl-3{
  padding-left: 3px;
}

.p-0{
  padding:0!important;
}

.pd-t-20{
    padding-top:20px;
}

.inline-block{
  display: inline-block;
}

.uppercase{
  text-transform: uppercase;
}

.marketing-text{
  display: block;
  font-family: 'Oswald';
  font-weight: bold;
  /*text-transform: uppercase;*/
  font-size: 30px;
  line-height: 30px;
  margin:40px 0px;
  color:#FFF;/*#714813;*/
}

.message-panel-content span.spamwarning{
    padding: 3px 6px;
    background-color: #111!important;
    color: #EDAB02!important;
}

sup{
  top:0em;
  font-size:125%;
}

.send-to-you{
  font-family: 'Asap condensed';
  font-size: 18px;
}

.honestybox-title-btn{
  position: relative;
}

.social {
  display: flex;
  justify-content: center;
  font-size: 28px;
  align-items: center;
  margin-top: 40px;
}

.main_social {
  margin-bottom: 0!important;
  color: #fff;
}

.social p {
  font-family: 'Open sans'!important;
  font-weight: bold!important;
}

.social p .like {
  margin-right: 30px;
  cursor: pointer;
}

.btn-arrow{
  position: absolute;
}

.btn-arrow.arrow-right{
  top:-100px;
  left:-120px;
}

.btn-arrow.arrow-left{
  top:-100px;
  right:-120px;
}

.book-img-wrapper{
  margin-top: -70px;
}

.book-img-wrapper span{
  position: relative; 
  display: inline-block;
  z-index: 10;
}

.book-img-wrapper .arrow-right-pink{
  width:100px;
  bottom:80px;
  left:-80px;
}

.book-img-wrapper .arrow-left-pink{
  width:100px;  
  bottom:80px;
  right:-80px;
}


.book-img-wrapper .chooser-book-img{

}

.ebook-btn-pink{
  display: inline-block;
  margin-top:-60px;
  border-radius: 10px;
  border: none;
  color: #FFF;
  padding: 60px 40px 20px 40px;
  background-color: #c50047;
  outline: none;
  text-decoration: none!important;
  text-align: left;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,0.3),0 3px 6px 0 rgba(0,0,0,0.19) !important;
  cursor: pointer;
}

.ebook-btn-pink:hover{
  background-color: #c81f5c;
}

.ebook-btn-pink strong{
  display: block;
  font-family: 'Oswald';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  padding-bottom:10px;
}
  
.ebook-btn-pink span{ 
  font-family: 'Asap condensed';
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
}

.ebook-btn-pink .ebook-btn-img{
  width:80px;
  margin-left:20px;
  margin-right: 10px;
}

.book-chooser-btn{
  padding:0px 15px 30px 15px;
  background-color: #49443e;
}


/*=============================================
=               Forms              =
=============================================*/

.form-page{
  background-color: #ff9900;
  color:#111;
}

.form-page2{
  background-color: #49443E;
  color:#FFF;
}

.form-page .row{
  padding-bottom:40px;
}

.form-page .input {
  width: 100%;
  padding:18px;
  font-family: 'Asap condensed';  
  border:none;
  border-radius:10px;
  background-color: #fff;
  font-size:18px;
  outline: none;
  color:#111;
}


.form-page .event-input {
   width: 100%!important; 
}
/*
.form-page .date-inputs div{
  font-family: 'Oswald';  
  font-style: italic;
  font-size:16px;
  font-weight: 500;
  margin-bottom: 5px;
}*/

.form-page .date-input {
  width:100px!important;
  margin-right:10px;
}

.form-page .input::placeholder{
  font-family: 'Asap condensed';  
  font-style: italic;
  font-size:16px;  
  font-weight:500;
  color:#555;
}

.form-page .form-group{
  margin-bottom: 0px;
}

.form-page .form-group label{
  font-family: 'Asap condensed';
  font-size:18px;
  margin-bottom:10px;
}

.form-page .text-content{
  text-align: right;
  padding-right: 70px;
}

.form-page .text-content span{
  font-family: 'Asap condensed';  
  font-size:30px;
}

.form-page .input-content{
  position: relative;
  padding-left: 30px;
}

.form-page .input-content .blackborder{
  position: absolute;
  top:0px;
  left: 0px;
  bottom:24px;
  width: 7px;
  border:1px solid #111;
  border-radius: 3px;
  background-color: #111;
}

.form-page2 .input-content .blackborder{
  border-color: #fff!important;
  background-color: #fff!important;  
}

.form-page2 .color-white{
  color:#fff!important;
}

.form-page .form-btn{
  width:100%;
  margin:0px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  vertical-align: middle;
  padding: 7px 20px;
  color:#fff;
  background-color: #111;
  border-radius:10px;
  border-color: transparent!important;  
}

.form-page .form-btn:hover{
  background: #222 radial-gradient(circle, transparent 1%, #222 1%) center/15000%;
  border-color: transparent!important;
  color:#fff!important;
}

.form-page .form-btn:active{
  background-color: #444;
  background-size: 100%;
  transition: background 0s;
}

.form-page .form-btn.green{
  background-color:#3e8c39;
  border-color: transparent!important;
  color:#fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;  
}

.form-page .form-btn.green:hover{
  background: #4aa644 radial-gradient(circle, transparent 1%, #4aa644 1%) center/15000%;
}

.form-page .form-btn.green:active{
  background-color: #60d758;
  background-size: 100%;
  transition: background 0s;
}


.form-page .form-btn table{
  width: 100%;
}

.form-page .form-btn .btn-text{
  font-family: 'Asap condensed';
  font-size: 24px;
  line-height: 24px;
  padding:0px 10px;
}

.form-page .form-btn .btn-text span{
  font-size: 18px;
  text-transform: none;
}


.form-page .errorcontainer{
  min-height:32px;
}

.form-page .errorcontainer .error{
  background-color:#111;
  color:red;
  font-size: 12px;
  font-weight: normal;
  width:100%;
  margin:5px 0px 0px 0px;
  border-radius: 8px;
  padding:3px 10px;
}

.form-page .samplecontainer p{
  margin:0;
  margin-left: 10px;
  padding-bottom:6px;
  font-family: 'Asap condensed';
  font-weight: bold;
  font-size: 16px;
}

.form-page .bootstrap-select select{
  left:0;
}

.form-page .bootstrap-select .btn{
  font-family: 'Asap condensed';  
  border-radius: 10px;
  color: #111!important;
  font-size: 18px;
  font-weight: normal;
  padding:18px;
  margin:0px;
  border:none;  
  background-color: #fff;
  outline: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.form-page .bootstrap-select .btn:hover{
  background: #fff;
  outline: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.form-page .bootstrap-select .btn:active, .form-page .bootstrap-select .btn:focus{
  outline: 0!important;  
}

.form-page .bootstrap-select .btn .caret{
  margin-top: -3px;
  border-top:9px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;  
  border-bottom: none;
}

.form-page .bootstrap-select .dropdown-menu{
  min-width: auto;
  left:auto;
  right:0!important;
  border-radius: 6px;
  border: 2px solid #fff;
}

.form-page .bootstrap-select .dropdown-menu > li > a{
  font-family: 'Asap condensed';  
  font-size: 18px;    
  padding: 3px 40px;
}

.form-page .bootstrap-select .dropdown-menu > li > a:hover{
  background-color: #121214;
  color:#fff;
}


.form-page .bootstrap-select .dropdown-menu>.active>a, .form-page .bootstrap-select .dropdown-menu>.active>a:focus, .form-page .bootstrap-select .dropdown-menu>.active>a:hover {
  background-color: #777;
}



.form-page .cbx {
  margin: auto;
  margin-bottom: 0px!important;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.form-page .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.form-page .cbx span:first-child {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  transform: scale(1);
  vertical-align: middle;
  transition: all 0.2s ease;
  background-color:#FFF;
}
.form-page .cbx span:first-child svg {
  position: absolute;
  top: 4px;
  left: 3px;
  fill: none;
  stroke: #111;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 24px;
  stroke-dashoffset: 30px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.form-page .cbx span:first-child svg polyline {
  transform: scale(1.5);
}
.form-page .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #111;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.form-page .inp-cbx {position:absolute; visibility:hidden; top: 0; left: 0; width: 27px; height: 27px; margin-top: 0px !important;}
.form-page .inp-cbx:checked + .cbx span:first-child {
  background: #fff;
  border-color: #61ccd3;
  animation: wave 0.4s ease;
}
.form-page .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.form-page .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.6s ease;
}

/*=============================================
=               Footer               =
=============================================*/

#footer {
    background-color: #111111;
    color: rgb(204, 204, 204);;
}

#footer_section {
    margin-top: 50px;
    margin-bottom: 30px;
}

#footer_section ul li{
    list-style: none;
    margin-bottom: 10px;
}

#footer_section ul li a {
    margin: 10px;
    cursor: pointer;
    text-decoration: none;
    color:#ccc;
}

#footer_section ul li a:hover {
    text-decoration: underline;
}

#footer_section p {
    margin-top: 20px;
}

.social_icon{
    border-radius: 100%;
    margin: 2px;
    font-size: 18px;
}

.social_icon:hover {
    opacity: 0.7;
}


@media only screen and (max-width: 992px){
  header .container{
    width:100%;
  }

  .parallax-theme-low-bg {
    height:640px; 
  }

  .parallax-theme-bg {
    height:640px;    
  }

  .parallax-text-bg {
    height:640px; 
  }

  .parallax-text-bg .event_title{
    top:142px;
    transform: translate(-90px, 0);
    font-size: 18px;    
  }

  .event_title-h1{
    font-size: 18px;
  }

  .parallax-book-bg  {
    height:640px;
  }

 .book-recommend-container {
    min-height: 550px;
  }

  .book-recommend-container .book-recommender-1{
    margin-top:470px;
    margin-right:220px;
    width:140px;
    padding:10px;
    font-size: 14px;
  }

  .book-recommender-1-h4{
    font-size: 14px;
  }

  .book-recommend-container .book-recommender-1 img{
    right:-130px;
    top:-40px;
    width:127px;
  }

  .book-recommend-container .book-recommender-2{
    margin-top:400px;
    margin-left:140px;    
    width:220px;
    padding:10px;    
    font-size: 14px;    
  }

  .book-recommender-2-h3{
    font-size: 14px;
  }

  .book-recommend-container .book-recommender-2 img{
    left:-126px;
    top:-40px;
    width:125px;    
  }

  .book-recommend-container .book-recommender-3{
    top: 260px;
    width:120px;
    font-size: 16px;
    left: 50%;
    transform: translate(-310px, 0);
  }

  .format-chooser .ebook-btn strong{
    font-size: 22px;
  }

  .format-chooser .book-btn strong{
    font-size: 20px;
  }

  .format-chooser .ebook-btn span{
    display: block;
    font-size: 18px;
    margin-top: -8px;
  }

  .format-chooser .book-btn span{
    display: block;
    font-size: 16px;
    margin-top: -6px;    
  }
}

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

  header .keyword-text{
    font-size: 14px;
  }

  .boot-title-container{
    /*background-color: #121214;*/
    /*padding-top:280px;*/
  }

  .form-page .text-content{
    padding-top:0px!important;
  }

  .form-page .input-content{
    padding-left: 15px;
  }

  .form-page .date-inputs{
    margin: 0 auto;
  }

  .form-page .input-content .blackborder{
    position: relative;
    width:100%;
    height: 7px;
    margin-bottom: 20px;
  }

  .form-page .text-content{
    text-align:left;
   text-transform: capitalize;  
  }

  .form-page .row {
      padding-bottom: 10px;
  }  

  .btn{
    display: block;
  }

  .parallax-theme-low-bg {
    height:600px; 
  }

  .parallax-theme-bg {
    height:620px;    
  }

  .parallax-text-bg .event_title{
    top:110px;
    transform: none;
    -webkit-transform:none;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    font-size: 16px;
  }

  .event_title-h1{
    font-size: 16px;
  }

  .book-order{
    font-size: 24px;
  }

  .book-order span{
    font-size: 20px;
  } 

  .book-recommend-container .book-recommender-1{
    margin-top:700px;
    margin-right:0px;
    width:220px;
    padding:20px;
    font-size: 16px;
  }

  .book-recommender-1-h4{
    font-size: 16px;
  }

  .book-recommend-container .book-recommender-1 img{
    right:30px;
    top:-224px;
    width:66px;
  }

  .book-recommend-container .book-recommender-2{
    margin-top:540px;
    margin-left:-40px;    
    width:280px;
    padding:20px;    
    font-size: 16px;      
  }

  .book-recommender-2-h3{
    font-size: 16px;
  }

  .book-recommend-container .book-recommender-2 img{
    -webkit-transform: scaleX(-1) rotate(90deg);
    transform: scaleX(-1) rotate(90deg);
    left:90px;
    top:-96px;
    width:125px;    
  }


  .book-recommend-container .book-recommender-3{
    top: 230px;
    width:150px;
    transform: translate(-180px, 0);
    font-size: 14px;
    line-height:24px;
  }

  .format-chooser .ebook-btn{
    padding: 10px;
  }

  .format-chooser .ebook-btn strong{
    font-size: 20px;
  }

  .format-chooser .book-btn strong{
    font-size: 18px;
  }

  .format-chooser .ebook-btn span{
    display: block;
    font-size: 16px;
    margin-top: -8px;
  }

  .format-chooser .book-btn span{
    display: block;
    font-size: 14px;
    margin-top: -6px;    
  }

}

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

  header{
    padding:10px;
    background-color: #121214;
    border-bottom: 1px solid #444;
  }

  header .bootstrap-select {
    margin-top: 0px;
  }

  header .btn{
    margin:5px 0px;
  }

  header .logo{
    margin-top:-10px;
  }

  header .keyword-text{
    display: none;
  }

  .btn{
    margin:10px 15px 20px 15px;
    padding:12px 10px;
  }

  .parallax-bg {
    background: url(/template/site/default/img/honestybox/1_mobile.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center top;
    height:800px;
  }

  .parallax-theme-low-bg {
    height:660px; 
  }

  .parallax-theme-bg {
    height:660px;    
  }

  .parallax-text-bg img {
    width:380px;
    height:auto;
    margin-top:20px;
  }

  .parallax-book-bg img {
    width:380px;
    height:auto;
  }

  .parallax-text-bg .event_title{
    top:130px;
    transform: none;
    -webkit-transform:none;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    font-size: 16px;
  }

  .book-order{
    /*
    width:100%;
    font-size: 16px;*/
    padding:10px 16px;
  }

  .btn-arrow.arrow-right{
    width:50px;
    top: -60px;
    left: -60px;
  }

  .btn-arrow.arrow-left{
    width:50px;
    top: -60px;
    right: -60px;    
  }


  .book-order span{
    font-size: 14px;
  } 

  .parallax-text-bg .mobile-keyword-text{
    font-size:12px;
  }

  .parallax-text-bg .mobile-keyword-text{
    display: block;
  }

  .content-title{
    font-size: 36px;
  }

  .book-recommend-container .book-recommender-1{
    margin-top:690px;
    margin-right:-10px;
  }

  .book-recommend-container .book-recommender-1 img{
    right:40px;
    top:-224px;
    width:66px;
  }

  .book-recommend-container .book-recommender-2{
    width:270px;
    margin-top:530px;
    margin-left:-60px;
  }

  .book-recommend-container .book-recommender-2 img{
    left:110px;
  }

  .book-recommend-container .book-recommender-3{
    top: 230px;
    width:150px;
    transform: translate(-180px, 0);
    font-size: 14px;
    line-height:24px;
  }

  .book-recommender p{
    font-size: 24px; 
    line-height: 24px;
    margin:0px;
    margin-left:30px;    
  }

  .book-recommender p:before {
    width: 16px;
    height: 16px;
    margin-bottom: 0px;
  }

  .content-title{
    margin-top:0px;
    font-size: 28px;
  }

  .book-title{
    font-size:24px;
  }

  .book-intro{
    font-size:14px;
    line-height: 24px;
  }

  .book-chooser-title{
    padding:30px 0px;
  }

  .book-chooser-title .content-title{
    font-size:30px;
  }


  .format-chooser img {
    width:100%;
  }

  .format-chooser .pr-m-5{
    padding-right: 5px;
  }

  .format-chooser .pl-m-5{
    padding-left: 5px;
  }

  .format-chooser .ebook-btn {
    padding: 8px;
    border-width: 4px;    
  }

  .format-chooser .book-btn {
    padding: 6px 8px;   
    border-width: 4px;
  }

  .format-chooser .ebook-btn strong, .format-chooser .book-btn strong{
    font-size: 10px;
    line-height:14px;
    margin-top:0px;
  }

  .format-chooser .ebook-btn span, .format-chooser .book-btn span{
    font-size: 12px;
    line-height:12px;
    margin-top:0px;
  }

  .format-chooser .ebook-btn-subtext {
    font-size: 14px;
    margin:10px 0px;
  }

  .format-chooser .book-btn-subtext {
    font-size: 14px;
    width:100%;
    margin-top:10px;
  }

  .format-chooser .book-btn-subtext del{
    font-size: 10px;
    display: block;    
  }

  .format-chooser .book-btn-subtext .free{
    font-size: 14px;
    display: block;
  }

  .form-page .form-btn .btn-text {
    padding:0px;
  }

  .form-page .date-input{
    width:80px!important;
  }


  .book-btn-subtext .pricecell{
   line-height: 16px;
  }


}

@media only screen and (max-width: 500px){
  .parallax-bg {
    background-position: center top 20px;
  } 

  .parallax-theme-low-bg {
    height:640px; 
  }

  .parallax-theme-bg {
    height:640px;    
  }

   .book-recommend-container .book-recommender-1{
    margin-top:760px;
    margin-right:-60px;
  }

  .book-recommend-container .book-recommender-1 img{
    right:120px;
    top:-224px;
    width:66px;
  }

  .book-recommend-container .book-recommender-2{
    width:270px;
    margin-top:600px;
    margin-left:-110px;
  }

  .book-recommend-container .book-recommender-2 img{
    left:155px;
  }


  .book-recommend-container .book-recommender-3{
    top: 230px;
  }

  .format-chooser .book-btn-subtext {
    font-size: 12px;
    width:100%;
    margin-top:10px;
  }
  .format-chooser .book-btn-subtext .free{
    font-size: 12px;
    display: block;
  }

  .book-img-wrapper .chooser-book-img{
    width:200px;
  }

  .ebook-btn-pink{
    padding:60px 20px 20px 20px;
  }

  .ebook-btn-pink .ebook-btn-img{
    margin-left:0px;
  }

  .ebook-btn-pink strong{
    font-size: 26px;
  }

  .btn-arrow.arrow-right{
    width:50px;
    top: -80px;
    left: -20px;
  }

  .btn-arrow.arrow-left{
    width:50px;
    top: -80px;
    right: -20px;    
  }

  .book-order {
    min-width: 250px;
  }

}

@media only screen and (max-width: 400px){
  .parallax-bg {
    background-position: center top 30px;
  } 

  .parallax-theme-low-bg {
    height:580px; 
  }

  .parallax-theme-bg {
    height:580px;    
  }

  .content-title {
    margin-bottom:0px;
  }

  .book-order {
    background-color: #fff;
    color: #121214;
  }

  .book-recommender p{
    font-size: 20px;    
  }

  .book-img-wrapper .arrow-right-pink {
    width: 80px;
    bottom: 70px;
    left: -70px;
  }

  .book-img-wrapper .arrow-left-pink {
    width: 80px;
    bottom: 70px;
    right: -70px;
  }


  .format-chooser .book-btn-subtext {
    font-size: 11px;
    width:110%;
    margin-top:10px;
  }
  .format-chooser .book-btn-subtext .free{
    font-size: 11px;
    display: block;
  }

  .format-chooser .book-btn-subtext .shippingcell, .format-chooser .ebook-btn-subtext{
    line-height: 16px;
  }

  .book-img-wrapper .chooser-book-img{
    width:160px;
  }

}

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

  .content-title{
    margin-top:0px;
    font-size: 26px;
  }

  .parallax-bg{
    height:800px;
    background-size: 100% auto;
    background-position: center top 30px;
  }

  .parallax-theme-low-bg {
    height:520px; 
  }

  .parallax-theme-bg {
    height:520px;    
  }

  .parallax-book-bg{
    padding-top:20px;
  }

  .parallax-text-bg img {
    width:300px;
    margin-top:50px;    
  }

  .parallax-book-bg img {
    width:300px;
    margin-top:30px;  
  }

  .book-order {
    font-size:18px;
  }


  .ebook-btn-pink .ebook-btn-img{
    width:70px;
  }

  .ebook-btn-pink strong {
    font-size: 22px;
    padding-bottom:4px;
  }

  .ebook-btn-pink span {
    font-size: 16px;
    line-height: 16px; 
  }

  .book-btn strong {
    font-size: 22px;
    padding-bottom:4px;
  }

  .book-btn span {
    font-size: 16px;
    line-height: 16px; 
  }


  .btn-arrow.arrow-right{
    top: -80px;
    left: -30px;
  }

  .btn-arrow.arrow-left{
    top: -80px;
    right: -30px;    
  }

 .book-recommend-container .book-recommender-1 {
    margin-top:620px;
    margin-right:-60px;
    width:200px;
    padding:10px;
    font-size: 14px;      
  }

  .book-recommender-1-h4{
    font-size: 14px;
  }

  .book-recommend-container .book-recommender-1 img {
    right:90px;
  }

  .book-recommend-container .book-recommender-2 {
    margin-top:480px;
    margin-left:-80px;    
    width: 220px;
    padding: 10px;
    font-size: 14px;
  }

  .book-recommender-2-h3{
    font-size: 14px;
  }

  .book-recommend-container .book-recommender-2 img {
    left:100px;
  }

  .book-recommend-container .book-recommender-3 {
    top: 230px;
    transform: translate(-170px, 0);
    font-size: 12px;
    line-height: 20px;
  }

  .book-chooser-title .content-title{
    font-size:26px;
  }

  .format-chooser .ebook-btn,   .format-chooser .book-btn{ 
    padding:5px;

  }

  .format-chooser .ebook-btn strong{
    font-size: 16px;
    line-height: 22px;
  }

  .format-chooser .book-btn strong{
    font-size: 15px;
    line-height: 20px;    
  }

  .book-title {
      font-size: 22px;
  }


  .form-page .form-btn .btn-text {
      font-size: 22px;
  }
}

.preview-modal{
      top: 50%;
    transform: translateY(-50%);
    height: 80%;
}

.modal-ultra-xl{
  width: 95%;
}

.error{
  color: red;
}

.dropdown-header{
  display: none;
}

.divider{
  display: none;
}

.m-t-50{
  margin-top:50px!important;
}

/*numberi inputrol elrejtjük a nyilakat*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.img-modal{
  width: 100%;
}

.book-recommender .promo-img{
  width:100%;
  height: auto;
}

.change-ebook {
  color: #111;
}

.zero-text{
  font-family: 'Asap condensed';  
  font-style: italic;
  font-size:16px;  
  font-weight:500;
  color:#111;
}

.card-data-row{
  padding-bottom: 0!important;
}
.payment-img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.color-white{
  color:#111;
}

.required-msg{
  font-family: 'Asap condensed';
}