/* =========================================================================

    Project: DreamingArts
    Author: Ekaterina Bugay
    Last updated: Fri Feb 10 2017 10:05:23


   ========================================================================= */

.page-home .intro .explorations li:before, .page-home .book-details .amazon, .page-home .book-details .ibookstore {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: transparent url("../img/common/sprite_common.png") 0 0 no-repeat;
}

/* Reset
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* iOS orientation bug fix */
html, body {
  -webkit-text-size-adjust: 100%;
}

html {
  height: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img,
embed,
object,
video {
  max-width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

ol li {
  margin-bottom: 0.2222222222em;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a[href], label[for], select,
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0;
}

/* Fonts */
@font-face {
  font-family: 'Fontello';
  src: url("../fonts/fontello/fontello.eot?65892283");
  src: url("../fonts/fontello/fontello.eot?65892283#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?65892283") format("woff2"), url("../fonts/fontello/fontello.woff?65892283") format("woff"), url("../fonts/fontello/fontello.ttf?65892283") format("truetype"), url("../fonts/fontello/fontello.svg?65892283#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'Fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: '\f099';
}

.icon-facebook:before {
  content: '\f09a';
}

.icon-instagram:before {
  content: '\f16d';
}

/* Normalized Styles
------------------------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-size: 112.5%;
  line-height: 1.6111111111em;
  font-family: 'Cinzel', Georgia, Times New Roman, serif;
  font-weight: 400;
  background: #000;
  color: #9a9578;
}

p {
  margin-bottom: 1.6111111111em;
}

strong {
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

th, td {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

address, cite, dfn {
  font-style: normal;
}

abbr, acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #9a9578;
}

:-moz-placeholder {
  color: #9a9578;
  opacity: 1;
}

::-moz-placeholder {
  color: #9a9578;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9a9578;
}

a, a:visited {
  text-decoration: none;
  color: #9a9578;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

/* Acessibility navigation */
.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */
.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

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

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/
/* 2.1 Container
------------------------------------------------------------------------------*/
.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4.6875%;
}

@media screen and (min-width: 650px) {
  .container {
    padding: 0 2.3076923077%;
  }

}

@media screen and (min-width: 1066px) {
  .container {
    padding: 0;
  }

}

/* 2.2 Header
------------------------------------------------------------------------------*/
.header {
  float: left;
  width: 100%;
  padding: 16px 0;
  padding: 1rem 0;
}

.header h1 {
  position: relative;
  float: left;
  top: 13px;
  top: 0.8125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222em;
}

.header h1 a {
  text-decoration: none;
}

.header .connect {
  position: relative;
  float: right;
  width: 100%;
}

.header .connect .heading {
  position: relative;
  float: left;
  top: 11px;
  top: 0.6875rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.header .connect .social {
  float: right;
}

.header .connect .social li {
  display: inline-block;
  margin: 0 -5px;
}

.header .connect .social li:last-child {
  margin-right: 0;
}

.header .connect .social a {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  text-decoration: none;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
  text-align: center;
}

.header .connect .social a:hover {
  border-color: #9a9578;
}

.header .connect .social [class^='icon-']:before {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.5217391304em;
}

@media screen and (min-width: 650px) {
  .header h1 {
    font-size: 0.8125rem;
  }

  .header .connect {
    width: auto;
  }

  .header .connect .heading {
    top: 0.3125rem;
    right: 18px;
    display: inline-block;
  }

  .header .connect .social {
    display: inline-block;
  }

  .header .connect .social li:last-child {
    margin-right: 0;
  }

}

/* Content */
.magic-dust {
  position: absolute;
  top: -160px;
  top: -10rem;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  heigth: 700px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  pointer-events: none;
}

#magic-dust canvas {
  position: absolute;
  top: 0;
  z-index: 1;
}

/* Home page
------------------------------------------------------------------------------*/
.page-home .intro {
  float: left;
  width: 100%;
  min-height: 685px;
  min-height: 42.8125rem;
  margin: -104px 0 0;
  margin: -6.5rem 0 0;
  padding: 463px 0 0;
  padding: 28.9375rem 0 0;
  text-align: center;
  background: #000 url("../img/home/bg_intro_d.jpg") center 0 no-repeat;
  overflow-x: hidden;
}

.page-home .intro h2 {
  display: inline-block;
  max-width: 390px;
  margin-bottom: 31px;
  margin-bottom: 1.9375rem;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5769230769em;
}

.page-home .intro .explorations {
  position: relative;
  display: table;
  margin: 0 auto 51px;
  margin: 0 auto 3.1875rem;
  max-width: 500px;
  text-align: left;
}

.page-home .intro .explorations li {
  position: relative;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  padding: 10px 0 9px 56px;
  padding: 0.625rem 0 0.5625rem 56px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556em;
}

.page-home .intro .explorations li:before {
  width: 46px;
  height: 46px;
  background: transparent url("../img/common/sprite_common.png") 0 0 no-repeat;
}

.page-home .intro .explorations li:nth-child(3n+2):before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-home .intro .explorations li:nth-child(3n+3):before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-home .intro .pic {
  display: table;
  margin: 0 auto;
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
}

@media screen and (min-width: 650px) {
  .page-home .intro h2 {
    max-width: 530px;
  }

  .page-home .intro .explorations {
    max-width: 500px;
  }

  .page-home .intro .explorations li {
    padding: 0.375rem 0 0.375rem 56px;
    font-size: 1.25rem;
    line-height: 2em;
  }

}

@media screen and (min-width: 980px) {
  .page-home .intro {
    padding: 9.6875rem 0 0;
  }

  .page-home .intro h2 {
    float: left;
    max-width: 390px;
    text-align: left;
  }

  .page-home .intro .explorations {
    float: left;
    clear: left;
    max-width: 500px;
  }

  .page-home .intro .explorations li {
    padding: 0.5rem 0 0 56px;
  }

  .page-home .intro .pic {
    position: absolute;
    top: -4rem;
    right: -63px;
  }

}

.page-home .purchase {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.page-home .purchase .desc,
.page-home .purchase .btn-action {
  display: table;
  margin: 0 auto;
}

.page-home .purchase .desc {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2em;
  text-transform: uppercase;
  word-spacing: 2px;
}

.page-home .purchase .btn-action {
  height: 44px;
  height: 2.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 0;
  text-indent: -9999em;
  border: 1px solid transparent;
  htext-decoration: none;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}

.page-home .purchase .btn-action:hover {
  border-color: #9a9578;
}

.page-home .purchase .amazon {
  width: 137px;
  background: transparent url("../img/common/sprite_common.png") -73px 8px no-repeat;
}

.page-home .purchase .ibookstore {
  width: 152px;
  background: transparent url("../img/common/sprite_common.png") -73px -44px no-repeat;
}

@media screen and (min-width: 980px) {
  .page-home .purchase {
    margin-top: -3.9375rem;
  }

  .page-home .purchase .desc,
  .page-home .purchase .btn-action {
    display: inline-block;
  }

  .page-home .purchase .desc {
    top: 0.75rem;
    right: 97px;
    margin-right: -62px;
  }

}

.page-home .book-details {
  float: left;
  width: 100%;
  min-height: 800px;
  margin-top: -150px;
  margin-top: -9.375rem;
  padding: 262px 0 122px 0;
  padding: 16.375rem 0 7.625rem 0;
  background: transparent url("../img/home/bg_details_d.jpg") center 0 no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

.page-home .book-details .container {
  max-width: 1060px;
  text-align: center;
}

.page-home .book-details .book {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 100%;
  padding: 400px 0 0;
  padding: 25rem 0 0;
  text-align: center;
}

.page-home .book-details .book .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}

.page-home .book-details .book .img.paper {
  background: transparent url("../img/home/book_1.png") center 0 no-repeat;
}

.page-home .book-details .book .img.digital {
  background: transparent url("../img/home/book_2.png") center 0 no-repeat;
}

.page-home .book-details .book .img.digital:before {
  right: -77px;
}

.page-home .book-details .btn-buy {
  position: relative;
  display: table;
  margin: -22px auto 40px;
  margin: -1.375rem auto 2.5rem;
  padding: 10px 68px 40px;
  padding: 0.625rem 68px 40px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 3.3333333333em;
  text-transform: uppercase;
  background: #2c2926;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.page-home .book-details .btn-buy:hover {
  background: rgba(44, 41, 38, 0.7);
}

.page-home .book-details .amazon {
  top: 52px;
  top: 3.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 62px;
  height: 20px;
  background: transparent url("../img/common/sprite_common.png") 0 -107px no-repeat;
}

.page-home .book-details .ibookstore {
  top: 46px;
  top: 2.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -6px;
  width: 107px;
  height: 26px;
  background: transparent url("../img/common/sprite_common.png") 0 -150px no-repeat;
}

@media screen and (min-width: 650px) {
  .page-home .book-details {
    padding: 11.375rem 0 7.625rem 0;
  }

  .page-home .book-details .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-home .book-details .book {
    display: inline-block;
    width: 50%;
  }

  .page-home .book-details .book .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
  }

  .page-home .book-details .book .img.paper {
    background: transparent url("../img/home/book_1_t.png") center 0 no-repeat;
  }

  .page-home .book-details .book .img.digital {
    background: transparent url("../img/home/book_2_t.png") center 0 no-repeat;
  }

  .page-home .book-details .btn-buy {
    margin: 0.5rem auto 0;
    padding: 0.625rem 58px 40px;
  }

  .page-home .book-details .amazon {
    top: 3.375rem;
  }

  .page-home .book-details .ibookstore {
    top: 2.8125rem;
  }

}

@media screen and (min-width: 1070px) {
  .page-home .book-details .book .img:before {
    position: absolute;
    content: '';
    right: -74px;
    bottom: -51px;
    width: 200px;
    height: 117px;
    background: transparent url("../img/home/bg_shadow.png") 0 0 no-repeat;
  }

  .page-home .book-details .book .img.digital:before {
    right: -77px;
  }

}

/* 4. PRINT
--------------------------------------------------------------------------------
==============================================================================*/
@media print {
  body {
    font: normal normal 12pt/1.5em "Times New Roman", Times, serif;
  }

  a[href]:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }

  a[href^="/"]:after {
    content: " (http://domain.com" attr(href) ") ";
  }

  #accessibility-nav,
  .hide {
    display: none !important;
  }

}

/*# sourceMappingURL=main.css.map */