.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*universal classes */
.alignleft {
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-right: 5px; }

.alignright {
  float: right;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 5px; }

.img-full {
  width: 100%;
  height: auto; }

@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1; }
/*responsive fb hooks */
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe, .fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
  width: 100% !important; }

body {
  font: 20px "Georgia", "Times New Roman", serif;
  color: #52432b;
  position: relative;
  background: #eae5d6 url(../images/bg-texture.jpg);
  overflow-x: hidden; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

.bg-flakes {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 555;
  width: 100%;
  height: 50%;
  background: url(../images/bg-flakes.png) repeat; }

/*My Music START */
.music-btn {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 1111;
  width: 200px;
  height: 35px;
  display: block;
  padding-left: 43px;
  color: #121212;
  font-size: 14px;
  font-family: Arial, sans-serif;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms; }

.music-btn:hover, .music-btn:active, .music-btn:visited, .music-btn:focus {
  color: #121212; }

.music-btn.active {
  position: absolute;
  top: 550px;
  left: 30px; }

.songinfo {
  padding: 15px;
  font-size: 130%; }

.play {
  background: url(../images/icon-play.png) left top no-repeat; }

.pause {
  background: url(../images/icon-pause.png) left top no-repeat; }

/*My Music END */
/*My Exit START */
.featherlight .featherlight-content {
  background: #eae5d6 url(../images/bg-texture.jpg); }

.my-exit {
  max-width: 500px;
  display: none;
  padding: 20px; }
  .my-exit h3 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 18px;
    color: black;
    font-family: "Oswald"; }
  .my-exit p {
    font-size: 16px; }
  .my-exit .exitpar {
    margin: 10px 0; }
  .my-exit .fb-share-button {
    float: left;
    margin: 0 5px 5px 0; }
  .my-exit .empha {
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center; }
  .my-exit .empha2 {
    padding: 10px; }
  .my-exit .info {
    font-size: 75%;
    color: #797264;
    position: relative;
    top: 8px; }
  .my-exit .email {
    width: 130px;
    margin-left: 5px;
    font-size: 16px;
    float: right; }
  .my-exit .exit {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 30px 0 20px;
    font-family: "Oswald";
    background: url(../images/red-btn-bg.png) right no-repeat;
    color: white;
    font-size: 20px;
    text-decoration: none;
    float: right; }
    .my-exit .exit .action-btn:hover {
      text-shadow: 0 0 3px #EEA38D; }

.share-us {
  display: none;
  max-width: 500px;
  padding: 25px; }
  .share-us h3 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 18px;
    color: black;
    font-family: "Oswald"; }
  .share-us p {
    font-size: 16px;
    margin: 15px 0; }
  .share-us a, .share-us a:hover {
    color: #52432b; }

/*My Exit END */
/*My Page Header START */
.my-page-header {
  position: relative;
  z-index: 556; }
  .my-page-header .intend-container {
    padding-left: 280px;
    padding-right: 50px;
    padding-top: 200px;
    clear: left; }
  .my-page-header .snow {
    height: 154px;
    margin-bottom: -154px;
    background: url(../images/snow-header.png) top center repeat-x;
    position: relative;
    z-index: 999; }
  .my-page-header .relative {
    position: relative;
    z-index: 888; }
  .my-page-header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 248px;
    height: 510px;
    display: block;
    background: url(../images/logo-decoration.png) no-repeat; }
  .my-page-header .reindeer {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 151px;
    height: 281px;
    background: url(../images/reindeer-decoration.png) no-repeat;
    transform-origin: top center;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms; }
    .my-page-header .reindeer.active {
      -ms-transform: rotate(25deg);
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg); }
  .my-page-header h1 {
    font-family: "Oswald";
    width: 370px;
    max-width: 100%;
    color: #41352b;
    font-size: 50px;
    line-height: 120%; }
    .my-page-header h1 .icon-bells {
      display: inline-block;
      width: 31px;
      height: 43px;
      margin-right: 20px; }

/*My Page Header END */
/*My Introduction START */
.my-introduction {
  position: relative;
  z-index: 555;
  padding-bottom: 60px; }
  .my-introduction .intend-container {
    padding-left: 280px;
    padding-right: 50px; }
  .my-introduction h2 {
    font-weight: bold;
    color: #b51e1e;
    font-size: 20px;
    margin-bottom: 25px; }
  .my-introduction p {
    margin-bottom: 25px;
    line-height: 120%; }
  .my-introduction a {
    color: #52432b; }

/*My Introduction END */
/*My Elf Tip START */
.my-elf-tip {
  position: relative;
  z-index: 556; }
  .my-elf-tip .elf-container {
    padding-left: 400px;
    padding-right: 50px;
    position: relative; }
    .my-elf-tip .elf-container .text {
      position: relative;
      color: #6b6560;
      font-size: 17px;
      font-family: Calibri, "Segoe UI", Arial, sans-serif;
      padding: 30px 25px;
      background: rgba(255, 255, 255, 0.3);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -khtml-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition: text-shadow 500ms;
      -moz-transition: text-shadow 500ms;
      -o-transition: text-shadow 500ms;
      transition: text-shadow 500ms; }
      .my-elf-tip .elf-container .text a {
        color: #6b6560; }
      .my-elf-tip .elf-container .text p {
        margin: 0; }
      .my-elf-tip .elf-container .text p + p {
        margin-top: 20px; }
      .my-elf-tip .elf-container .text.active {
        text-shadow: 0 0 3px #8B8668; }
    .my-elf-tip .elf-container .show-tree {
      text-decoration: none;
      margin-top: 15px;
      color: white !important; }
    .my-elf-tip .elf-container .text:after {
      content: " ";
      display: block;
      width: 52px;
      height: 25px;
      background: url(../images/elf-tip-polygon.png) no-repeat;
      position: absolute;
      left: -51px;
      top: 30px; }
    .my-elf-tip .elf-container .elf {
      display: block;
      width: 100px;
      height: 151px;
      position: absolute;
      top: 5px;
      left: 264px;
      margin-top: -30px;
      padding-top: 30px;
      background: url(../images/elf3.png) bottom no-repeat;
      -webkit-transition: all 500ms;
      -moz-transition: all 500ms;
      -o-transition: all 500ms;
      transition: all 500ms; }
      .my-elf-tip .elf-container .elf.active {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg); }

/*My Elf Tip END */
/*My Tree Filter START */
.my-tree-filter {
  position: relative;
  background: white;
  z-index: 555;
  margin-top: 320px;
  margin-bottom: 200px; }
  .my-tree-filter .snow-middle-container {
    position: relative;
    z-index: 666; }
  .my-tree-filter:before {
    content: " ";
    width: 100%;
    height: 150px;
    background: url(../images/snow-middle-top.png) center top repeat-x;
    position: absolute;
    top: -150px;
    left: 0; }
  .my-tree-filter:after {
    content: " ";
    width: 100%;
    height: 209px;
    background: url(../images/snow-middle-bottom.png) center top repeat-x;
    position: absolute;
    bottom: -145px;
    left: 0; }

.snow-middle-container {
  padding-left: 420px;
  padding-right: 50px;
  padding-bottom: 30px;
  position: relative; }

.xmas-tree {
  width: 450px;
  height: 657px;
  position: absolute;
  bottom: -15px;
  left: -117px;
  background: url(../images/tree.png) center no-repeat; }

.xmas-pack {
  position: absolute;
  display: block;
  width: 84px;
  height: 84px; }
  .xmas-pack .img-pack {
    cursor: pointer;
    opacity: 0.35;
    display: block;
    width: 74px;
    height: 74px;
    cursor: pointer;
    -webkit-border-radius: 84px;
    -moz-border-radius: 84px;
    -khtml-border-radius: 84px;
    border-radius: 84px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms; }
    .xmas-pack .img-pack:hover {
      box-shadow: 0px 0px 30px #F7F5CF;
      opacity: 1;
      width: 94px;
      height: 94px; }

.xmas-pack.active .img-pack {
  box-shadow: 0px 0px 30px #F7F5CF;
  opacity: 1;
  width: 94px;
  height: 94px; }

.xmas-pack-1 {
  top: 50px;
  left: 185px; }

.xmas-pack-2 {
  top: 160px;
  left: 210px; }

.xmas-pack-3 {
  top: 255px;
  left: 132px; }

.xmas-pack-4 {
  top: 289px;
  left: 240px; }

.xmas-pack-5 {
  top: 371px;
  left: 131px; }

.xmas-pack-6 {
  top: 406px;
  left: 255px; }

.xmas-pack-7 {
  top: 482px;
  left: 152px; }

.xmas-pack-details {
  display: none;
  padding: 25px;
  max-width: 600px;
  font-size: 75%;
  background: white; }
  .xmas-pack-details .close-promp {
    margin-top: 25px;
    text-align: center; }
    .xmas-pack-details .close-promp a {
      text-decoration: none; }
    .xmas-pack-details .close-promp .in-shop {
      text-decoration: underline;
      margin-top: 15px; }
  .xmas-pack-details .thumb {
    width: 80px;
    float: left;
    margin-right: 10px; }
  .xmas-pack-details .description {
    display: block;
    margin-left: 90px; }
  .xmas-pack-details .title {
    font-family: "Oswald", sans-serif;
    margin-top: 0; }

.popover {
  max-width: 100%; }

.infobbuble {
  padding: 10px;
  max-width: 500px;
  position: relative; }
  .infobbuble .infoclose {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    display: inline-block;
    padding: 10px; }
  .infobbuble ul, .infobbuble p {
    font: 15px "Georgia", "Times New Roman", serif; }
  .infobbuble ul li {
    margin: 20px 155px 20px 0; }
  .infobbuble .price {
    list-style: none;
    font-size: 120%;
    color: #b51e1e; }
  .infobbuble .info {
    float: right;
    width: 150px;
    margin-left: 10px; }
    .infobbuble .info .infothumb {
      width: 150px;
      height: auto;
      cursor: pointer; }
    .infobbuble .info .pack-content {
      display: block;
      margin-top: 10px; }
      .infobbuble .info .pack-content .content-title {
        font-size: 15px;
        font-weight: bold;
        padding: 4px 0;
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: center;
        background: #F6F6F6; }
      .infobbuble .info .pack-content ul {
        margin: 0;
        padding: 0; }
        .infobbuble .info .pack-content ul li {
          cursor: pointer;
          list-style: none;
          margin: 0;
          padding: 0;
          margin-bottom: 7px;
          overflow: hidden;
          font-size: 90%; }
        .infobbuble .info .pack-content ul span {
          display: block;
          margin-top: 7px;
          padding-left: 33px; }
      .infobbuble .info .pack-content .infoproducts-thumb {
        width: 30px;
        height: auto;
        margin-right: 3px;
        float: left; }
  .infobbuble .title {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    margin: 5px 0 10px 5px; }
  .infobbuble .description {
    font-size: 85%; }
  .infobbuble .select .btn {
    text-decoration: none;
    margin-top: 25px;
    font-size: 105%;
    padding: 8px 15px; }
  .infobbuble .check-icon {
    font-size: 150%;
    color: #50A825;
    position: relative;
    top: 17px;
    left: 10px;
    display: none; }
  .infobbuble .check-info {
    position: relative;
    top: 12px;
    margin-left: 22px;
    color: #5B8C27;
    font-size: 85%;
    display: none; }
  .infobbuble .my-icon-plus {
    font-size: 90%;
    margin-top: 5px; }
  .infobbuble .question {
    color: #5E5E5E;
    font-size: 13px;
    position: relative;
    left: 15px;
    top: 2px;
    display: none;
    cursor: help; }

.xmas-filter h3 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #41352b; }
.xmas-filter h3.light {
  color: #a27946;
  margin-top: 30px; }
.xmas-filter .btn-filter {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px 5px 0;
  background: #ede1d2;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #41352b;
  text-decoration: none;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px; }
  .xmas-filter .btn-filter.active, .xmas-filter .btn-filter.active2 {
    background: #CFBA92; }

/*My Tree Filter END */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

/*My Selection START */
.my-selection .relative {
  position: relative; }
.my-selection .xmas-counter {
  width: 147px;
  height: 355px;
  padding-top: 245px;
  display: block;
  text-align: center;
  background: url(../images/counter-bg.png) no-repeat;
  color: #fcf8f3;
  font-family: Oswald, sans-serif;
  line-height: 90%;
  position: absolute;
  left: 33px;
  top: -156px; }
  .my-selection .xmas-counter .title {
    font-size: 13px;
    display: block;
    font-family: "Georgia", "Times New Roman", serif;
    color: #41352b;
    margin-bottom: 8px;
    padding: 0 20px; }
  .my-selection .xmas-counter .days, .my-selection .xmas-counter .hours {
    font-size: 20px; }
  .my-selection .xmas-counter .minutes, .my-selection .xmas-counter .seconds {
    font-size: 15px; }
.my-selection .xmas-selection {
  padding-left: 260px; }
  .my-selection .xmas-selection h3 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    color: #41352b;
    margin: 0 0 20px 0; }
  .my-selection .xmas-selection .selection .item {
    position: relative;
    list-style: none;
    display: block;
    margin: 0 0 20px 0;
    padding: 15px;
    background: rgba(196, 156, 106, 0.45); }
    .my-selection .xmas-selection .selection .item ul {
      padding-left: 20px; }
      .my-selection .xmas-selection .selection .item ul li {
        margin-bottom: 20px; }
      .my-selection .xmas-selection .selection .item ul li.price {
        display: none; }
    .my-selection .xmas-selection .selection .item .count {
      float: right;
      font-size: 15px; }
    .my-selection .xmas-selection .selection .item .count input {
      margin-right: 5px;
      width: 26px;
      height: 23px;
      background: transparent;
      border: 1px solid #704e21;
      color: #704e21;
      font-size: 15px;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -khtml-border-radius: 3px;
      border-radius: 3px; }
    .my-selection .xmas-selection .selection .item .xmas-remove {
      width: 18px;
      height: 18px;
      position: absolute;
      top: 45%;
      right: -21px;
      font-size: 18px;
      color: #704e21;
      text-decoration: none;
      opacity: 0;
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      -o-transition: opacity 500ms;
      transition: opacity 500ms; }
    .my-selection .xmas-selection .selection .item:hover .xmas-remove {
      opacity: 1; }
    .my-selection .xmas-selection .selection .item .content {
      margin-left: 200px; }
    .my-selection .xmas-selection .selection .item .thumb {
      width: 200px;
      height: auto;
      float: left;
      margin-right: 15px; }
    .my-selection .xmas-selection .selection .item .title {
      font-size: 100%;
      font-family: "Oswald", sans-serif;
      margin-top: 0; }
    .my-selection .xmas-selection .selection .item .price {
      display: block;
      font-size: 90%;
      color: #b51e1e; }
      .my-selection .xmas-selection .selection .item .price span {
        font-weight: bold; }
    .my-selection .xmas-selection .selection .item .mini-items {
      padding: 0 0 10px 0; }
      .my-selection .xmas-selection .selection .item .mini-items a img {
        width: 25px;
        display: inline-block;
        margin: 3px;
        opacity: 0.75; }
      .my-selection .xmas-selection .selection .item .mini-items a:hover img {
        opacity: 1; }
      .my-selection .xmas-selection .selection .item .mini-items .eqal {
        font-size: 80%; }
    .my-selection .xmas-selection .selection .item .description {
      font-size: 75%;
      padding: 15px;
      color: #604928; }
  .my-selection .xmas-selection .selection .emptyinfo {
    padding: 50px; }
.my-selection .xmas-action {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  color: #41352b;
  text-align: right;
  padding-top: 30px; }
  .my-selection .xmas-action .action-btn {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 30px 0 20px;
    background: url(../images/red-btn-bg.png) right no-repeat;
    color: white;
    font-size: 20px;
    text-decoration: none;
    margin-left: 20px; }
  .my-selection .xmas-action .action-btn:hover {
    text-shadow: 0 0 3px #EEA38D; }

/*My Selection END */
/*My Page Footer START */
.my-page-footer {
  margin-top: 200px;
  background: #645245;
  padding: 30px 0 0 0;
  position: relative; }
  .my-page-footer #about {
    display: none; }
  .my-page-footer .sharing {
    text-align: center;
    padding: 0 5px 37px 5px; }
  .my-page-footer .white {
    background: #d5cdc8;
    padding: 30px 0; }
    .my-page-footer .white a, .my-page-footer .white a:hover {
      color: #41352b; }
    .my-page-footer .white .wrap {
      max-width: 500px;
      margin: 0 auto; }
    .my-page-footer .white p {
      color: #41352b;
      font-size: 16px;
      padding: 0;
      margin: 0 0 25px 0;
      line-height: 140%; }
    .my-page-footer .white h2 {
      font-family: "Oswald";
      color: #41352b;
      font-size: 35px;
      text-align: center;
      margin-bottom: 30px; }
  .my-page-footer .elves {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: -20px;
    opacity: 0.8;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms; }
    .my-page-footer .elves:hover {
      opacity: 1; }
  .my-page-footer .relative {
    position: relative;
    z-index: 222; }
  .my-page-footer:before {
    content: " ";
    display: block;
    width: 100%;
    height: 49px;
    position: absolute;
    top: -49px;
    left: 0;
    background: url(../images/snow-bottom-small.png) repeat-x;
    z-index: 333; }
  .my-page-footer .vitalvibe-tree {
    display: block;
    width: 240px;
    height: 178px;
    position: absolute;
    top: -208px;
    left: 0;
    background: url(../images/vitalvibe-tree-bottom.png) no-repeat; }
  .my-page-footer p {
    margin: 0;
    padding: 30px 15px 40px 15px;
    color: #e1d7c4;
    line-height: 120%;
    font-size: 120%;
    text-align: center; }
    .my-page-footer p a, .my-page-footer p a:hover {
      color: #e1d7c4; }

/*My Page Footer END */
@media (min-width: 510px) {
  .infobbuble {
    width: 500px; } }
@media (max-width: 991px) {
  .my-page-header .reindeer {
    right: 10px; }

  .my-selection .xmas-selection .selection .item .xmas-remove {
    right: auto;
    left: -21px;
    opacity: 1; } }
@media (max-width: 767px) {
  .my-page-header .reindeer {
    top: 40px;
    right: 20px; }

  .my-page-header .logo {
    position: relative;
    margin: 0 auto; }

  .my-page-header .intend-container,
  .my-introduction .intend-container {
    padding-left: 10px;
    padding-right: 10px; }

  .my-page-header .intend-container {
    padding-top: 45px; }

  .my-elf-tip .elf-container {
    padding-left: 158px;
    padding-right: 10px; }
    .my-elf-tip .elf-container .elf {
      left: 10px; }

  .xmas-tree {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    margin-top: -250px;
    max-width: 100%; }

  .my-tree-filter .snow-middle-container {
    padding: 0; }

  .my-selection .xmas-counter {
    top: 0;
    margin: 0 auto;
    margin-top: -230px;
    position: static; }

  .my-selection .xmas-selection {
    padding: 30px 0; }

  .my-selection .xmas-selection .selection {
    width: 95%;
    margin: 0 auto; }

  .my-selection .xmas-selection h3 {
    text-align: center; }

  .my-selection .xmas-action {
    text-align: center;
    line-height: 50px; }

  .my-page-footer .vitalvibe-tree {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
    margin-top: -228px;
    margin-bottom: 30px; }

  .my-page-footer {
    margin-top: 230px; }

  .music-btn.active {
    top: 200px;
    left: 10px; }

  .my-selection .xmas-selection .selection .item .xmas-remove {
    left: 0;
    top: -6px;
    opacity: 1; } }
@media (max-width: 470px) {
  .my-page-header .logo {
    float: left; }

  .my-page-header .reindeer {
    right: 10px; }

  .music-btn.active {
    top: 520px;
    left: 10px; }

  .my-selection .xmas-selection .selection {
    max-width: 100%; }

  .infobbuble ul li {
    margin-right: 5px; }

  .infobbuble .infothumb {
    float: none;
    display: block;
    margin: 10px auto; }

  .my-selection .xmas-selection .selection .item .content {
    margin-left: 5px; }

  .my-selection .xmas-selection .selection .item .thumb {
    float: none; }

  .my-selection .xmas-selection .selection .item .title {
    margin-top: 15px; }

  .my-exit .exit {
    float: none; }
  .my-exit .info {
    top: 0;
    margin-bottom: 5px; }

  .infobbuble .info {
    float: none;
    width: auto; } }
@media (max-width: 450px) {
  .xmas-pack-1 {
    top: 50px;
    left: 40%; }

  .xmas-pack-2 {
    top: 160px;
    left: 44%; }

  .xmas-pack-3 {
    top: 255px;
    left: 51%; }

  .xmas-pack-4 {
    top: 289px;
    left: 23%; }

  .xmas-pack-5 {
    top: 371px;
    left: 27%; }

  .xmas-pack-6 {
    top: 406px;
    left: 54%; }

  .xmas-pack-7 {
    top: 482px;
    left: 32%; } }
#skeleton {
  display: none; }

/*# sourceMappingURL=main.css.map */
