body {
  color: #181818;
  margin: 0;
  background-color: #EFEFEF;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

#pageholder {
  padding-top: 100px;
  min-height: calc(100vh - 160px);
}

a {
  color: #0f53ff;
}

a:hover {
  text-decoration: none;
}

.header {
  height: 90px;
  margin: 12px;
  background-color: #fff;
  vertical-align: top;
  position: absolute;
  top: 0px;
  width: calc(100% - 24px);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  z-index: 10000000000;
}

.header.scrolled {
  margin: 0;
  width: 100%;
  position: fixed;
  height: 60px;
  top: 0px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}

.header img {
  height: 20px;
  border: 0px #EFEFEF solid;
  border-right-width: 2px;
  padding: 35px;
  float: left;
}

.header.scrolled img {
  padding: 20px 41px;
}

.header .links {
  padding: 0;
  margin: 0;
  margin-left: 256px;
}

.header.scrolled .links {
  margin-left: 270px;
}

.header .links a {
  display: inline-block;
  height: 90px;
  color: #181818;
  font-weight: 600;
  text-decoration: none;
  line-height: 90px;
  padding: 0 22px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.header.scrolled .links a {
  height: 60px;
  line-height: 60px;
}

.header .links a:hover {
  color: #0f53ff;
}

.searched {
  color: #0f53ff;
}

.header .links a.search {
  float: right;
  margin-right: 20px;
}

@media (max-width: 750px) {
  .header .links a.search {
    float: none;
  }

  .header {
    overflow: hidden;
    -webkit-transition: height 0.1s ease;
    transition: height 0.1s ease;
    background-image: url("/images/burger.png");
    background-position: right 30px top 36px;
    background-repeat: no-repeat;
  }

  .header.scrolled {
    background-position: right 24px top 22px;
  }

  .header:hover {
    height: 310px;
  }

  .header img {
    border: 0;
    float: none;
  }

  .header .links {
    display: block;
    margin: 0;
  }

  .header.scrolled .links {
    display: block;
    margin: 0 0 0 8px;
  }

  .header .links a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 32px;
  }
}

.wrapper {
  padding: 50px 250px;
}

.wrapper.small {
  max-width: 800px;
  margin: 0 auto;
}

.bg {
  z-index: -1;
  position: absolute;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
}

.wrapper.plane {
  background-image: url("/images/img_plane.png");
  background-position: right 10% top 40%;
  background-repeat: no-repeat;
}

.wrapper.jet {
  background-image: url("/images/img_jet.png");
  background-position: right 20% bottom 10%;
  background-repeat: no-repeat;
  min-height: 70vh;
}

.bg.biplane {
  background-image: url("/images/img_biplane.png");
  background-position: right 20% top 50vh;
}

@media (max-width: 1100px) {
  .wrapper {
    padding: 50px 22px;
  }
}

.wrapper .content {
  width: 60%;
  line-height: 1.3;
}

.content.small {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .wrapper .content {
    width: 100%;
  }

  .bg,
  .wrapper {
    background-image: none !important;
  }
}

.footer,
.footer a {
  color: #181818;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
}

.footer div {
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 20px;
}

.footer div:first-child {
  width: 230px;
  padding-right: 20px;
  text-align: right;
  border: 0px #181818 solid;
  border-right-width: 2px;
  margin-right: 20px;
}

@media (max-width: 1100px) {
  .footer div {
    width: auto !important;
    padding-left: 22px;
    border: 0 !important;
  }
}

h1 {
  font-weight: 900;
  padding: 0;
  margin: 0;
  margin-top: 6vh;
  font-size: 8vh;
  line-height: 1.1;
}

@media (max-width: 500px) {
  h1 {
    font-size: 32px;
  }
}

a.btn,
button.btn {
  display: block;
  width: 200px;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  background-color: #181818;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background-repeat: no-repeat;
  font-weight: 600;
  cursor: pointer;
}

button.btn {
  cursor: pointer;
  text-align: left;
  border: 0;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 400px) {
  .btn {
    width: auto;
  }
}

.btn.clear {
  background-color: transparent;
  color: #181818;
}

.btn.center {
  text-align: center;
}

.btn.auto-width {
  width: auto !important;
}

.btn.arrow-right {
  background-image: url("/images/arrow_white.png");
  background-position: right 22px center;
}

.btn.clear.arrow-right {
  background-image: url("/images/arrow_black.png");
}

.btn.arrow-down {
  background-image: url("/images/arrow_white_down.png");
  background-position: right 22px top 16px;
}

.btn.top {
  margin-top: 25px;
}

.btn:hover {
  background-color: #0f53ff;
}

.btn.clear:hover {
  background-color: transparent;
}

.btn.arrow-right:hover {
  background-position: right 18px center;
}

.btn.arrow-down:hover {
  background-position: right 22px top 20px;
}

.searchinput,
.stateselect {
  font-size: 20px;
  padding: 20px;
  color: #181818;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  border: 0px;
  outline: 0;
  border: 0;
  font-weight: 600;
}

.searchinput {
  margin-right: 2px;
  width: calc(76% - 42px);
}

.stateselect {
  padding: 19px;
  width: 24%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url("/images/arrow_black_down.png");
  background-position: right 22px top 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (max-width: 750px) {
  .searchinput {
    width: calc(61% - 42px);
  }

  .stateselect {
    width: 39%;
  }
}

@media (max-width: 400px) {
  .searchinput {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border: 0;
    margin-bottom: 2px;
  }

  .stateselect {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}

::-moz-selection {
  color: #fff;
  background: #0f53ff;
}

::selection {
  color: #fff;
  background: #0f53ff;
}

.books {
  margin: -2%;
}

.book {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 21%;
  border: 2px #181818 solid;
  margin: 2%;
  font-weight: 600;
}

@media (max-width: 1300px) {
  .book {
    width: 42%;
  }
}

@media (max-width: 600px) {
  .book {
    width: 96%;
  }
}

.book .bc {
  padding: 20px;
  height: 200px;
}

.book .btn {
  border: 0px #181818 solid;
  border-top-width: 2px;
}

.book h6 {
  font-size: 10px;
  padding: 0 0 2px 0;
  margin: 0;
}

.book span + h6 {
  padding-top: 30px;
}

.book .bstatus {
  padding: 4px 10px;
  background-color: #181818;
  color: #fff;
  font-size: 10px;
  text-transform: lowercase;
}

.book .code {
  font-size: 10px;
  float: right;
  margin-top: 2px;
}

.list,
.list li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list li {
  margin: 0 0 14px 0;
}

.list {
  -webkit-column-count: 3;
          column-count: 3;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

@media (max-width: 750px) {
  .list {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 500px) {
  .list {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.end {
  margin-bottom: 20vh;
}

.inputbox {
  position: relative;
  padding: 0 0 18px 0;
  width: 100%;
}

.inputbox span {
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  height: 20px;
  top: -8px;
  left: 14px;
  padding: 0 6px;
  background-color: #EFEFEF;
}

.inputbox input,
.inputbox textarea,
.inputbox div,
.inputbox select {
  border: 2px #181818 solid;
  background-color: transparent;
  height: 54px;
  color: #181818;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.inputbox.error,
.inputbox.error input,
.inputbox.error textarea {
  color: #f44242;
}

.inputbox.error input,
.inputbox.error textarea {
  border-color: #f44242;
}

.inputbox .stripeinvalid + span {
  color: #f44242;
}

.inputbox .stripeinvalid {
  border-color: #f44242;
}

.inputbox textarea {
  height: 116px;
  padding-top: 14px;
  resize: none;
}

.inputbox.half {
  display: inline-block;
  width: 49%;
}

.inputbox.half + .inputbox.half {
  margin: 0 0 0 2%;
}

.bookimage {
  width: 36%;
  float: right;
  margin-top: 6vh;
  margin-left: 3%;
  margin-bottom: 3%;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px #ddd;
          box-shadow: 0px 0px 10px #ddd;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 600px) {
  .bookimage {
    width: 100%;
    margin: 0;
    float: none;
  }
}

.uploadbox input {
  margin-bottom: 12px;
}

.section {
  padding: 18px;
  padding-top: 5px;
  margin-top: 12px;
  border: 2px #181818 solid;
}

h3 {
  font-size: 30px;
  margin: 0;
  padding: 0;
}

.authorname {
  width: 100%;
  max-height: 20px;
  border: 0px #181818 solid;
  border-bottom-width: 2px;
  position: relative;
  padding: 20px;
  font-weight: 600;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.authorname:hover {
  max-height: 200px;
}

.authorname p {
  padding-top: 20px;
}

.authorname:last-child {
  border-bottom-width: 0px;
}

.authorname .btn {
  display: inline-block;
  margin-left: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 1.3;
  text-indent: 0px;
  width: 120px;
}

.btn.loading {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  color: transparent;
  position: relative;
  background-image: none;
}

.btn.loading:before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px #fff solid;
  border-top-color: transparent;
  border-radius: 20px;
  position: absolute;
  top: 14px;
  left: calc(50% - 15px);
  -webkit-animation: loader 0.3s linear infinite;
          animation: loader 0.3s linear infinite;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.thankyouordering {
  border: 2px #181818 solid;
  padding: 50px;
  padding-bottom: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("/images/img_biplane.png");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: right 0px bottom -300px;
  margin-top: 80px;
}

.order {
  border: 0px #181818 solid;
  border-bottom-width: 2px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.order:last-child {
  border-bottom-width: 0px;
}

.status {
  color: #0f53ff;
  border: 2px #0f53ff solid;
  padding: 30px;
}

.error {
  padding: 12px;
  margin: 18px 0;
  position: relative;
  top: -26px;
  color: #EFEFEF;
  background-color: #f44242;
}

