/*
|--------------------------------------
| Import Normalize to Reset the Browser
|--------------------------------------
*/
/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

pre, code, kbd, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

.hide {
  display: none; }

/*
|-------------
| Import Mixins
|-------------
*/
/*
|-------------
| Import Grid
|-------------
*/
/*
|----------------
| Defaults
|----------------
*/
/*
|---------------
| Grey Scale
|----------------
*/
/*
|------------------------
| Transparent Backgrounds
|------------------------
*/
/*
|-----------------------
| Form Colours
|-----------------------
*/
/*
|-----------------------
| Button Colours
|-----------------------
*/
/*
|-----------------------
| Heading Colours
|-----------------------
*/
/*
|-------------------
| Breakpoint Widths
|-------------------
*/
/*
|----------------
| Setup Variables
|----------------
*/
/*
|---------------------
| Setup Container
|---------------------
*/
* {
  box-sizing: border-box;
  *behaviour: url(/assets/polyfills/box-sizing.htc); }

.row {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row[class*="medium-"], .row[class*="large-"], .row[class*="small-"] {
    float: none; }
  .row .row, .row.full {
    max-width: 100%; }
  .row.full .row {
    max-width: 1200px; }

/*
|---------------------------------
| 12 Column Grid
|---------------------------------
| Very similar to Zurb Foundation grid.
*/
.large-1 {
  width: 8.33333%;
  float: left; }

.large-2 {
  width: 16.66667%;
  float: left; }

.large-3 {
  width: 25%;
  float: left; }

.large-4 {
  width: 33.33333%;
  float: left; }

.large-5 {
  width: 41.66667%;
  float: left; }

.large-6 {
  width: 50%;
  float: left; }

.large-7 {
  width: 58.33333%;
  float: left; }

.large-8 {
  width: 66.66667%;
  float: left; }

.large-9 {
  width: 75%;
  float: left; }

.large-10 {
  width: 83.33333%;
  float: left; }

.large-11 {
  width: 91.66667%;
  float: left; }

.large-12 {
  width: 100%;
  float: left; }

.offset-large-1 {
  margin-left: 8.33333%; }

.offset-large-2 {
  margin-left: 16.66667%; }

.offset-large-3 {
  margin-left: 25%; }

.offset-large-4 {
  margin-left: 33.33333%; }

.offset-large-5 {
  margin-left: 41.66667%; }

.offset-large-6 {
  margin-left: 50%; }

.offset-large-7 {
  margin-left: 58.33333%; }

.offset-large-8 {
  margin-left: 66.66667%; }

.offset-large-9 {
  margin-left: 75%; }

.offset-large-10 {
  margin-left: 83.33333%; }

.offset-large-11 {
  margin-left: 91.66667%; }

.offset-large-12 {
  margin-left: 100%; }

@media (max-width: 1100px) {
  [class*="offset-large"] {
    margin-left: 0; }

  .medium-1 {
    width: 8.33333%;
    float: left; }

  .medium-2 {
    width: 16.66667%;
    float: left; }

  .medium-3 {
    width: 25%;
    float: left; }

  .medium-4 {
    width: 33.33333%;
    float: left; }

  .medium-5 {
    width: 41.66667%;
    float: left; }

  .medium-6 {
    width: 50%;
    float: left; }

  .medium-7 {
    width: 58.33333%;
    float: left; }

  .medium-8 {
    width: 66.66667%;
    float: left; }

  .medium-9 {
    width: 75%;
    float: left; }

  .medium-10 {
    width: 83.33333%;
    float: left; }

  .medium-11 {
    width: 91.66667%;
    float: left; }

  .medium-12 {
    width: 100%;
    float: left; }

  .offset-medium-1 {
    margin-left: 8.33333%; }

  .offset-medium-2 {
    margin-left: 16.66667%; }

  .offset-medium-3 {
    margin-left: 25%; }

  .offset-medium-4 {
    margin-left: 33.33333%; }

  .offset-medium-5 {
    margin-left: 41.66667%; }

  .offset-medium-6 {
    margin-left: 50%; }

  .offset-medium-7 {
    margin-left: 58.33333%; }

  .offset-medium-8 {
    margin-left: 66.66667%; }

  .offset-medium-9 {
    margin-left: 75%; }

  .offset-medium-10 {
    margin-left: 83.33333%; }

  .offset-medium-11 {
    margin-left: 91.66667%; }

  .offset-medium-12 {
    margin-left: 100%; } }
@media (max-width: 640px) {
  [class*="large-"], [class*="medium-"] {
    width: 100%;
    margin-left: 0; }

  [class*="offset-medium"] {
    margin-left: 0; }

  .small-1 {
    width: 8.33333%;
    float: left; }
    .small-1.row {
      margin: 0 auto;
      float: none; }

  .small-2 {
    width: 16.66667%;
    float: left; }
    .small-2.row {
      margin: 0 auto;
      float: none; }

  .small-3 {
    width: 25%;
    float: left; }
    .small-3.row {
      margin: 0 auto;
      float: none; }

  .small-4 {
    width: 33.33333%;
    float: left; }
    .small-4.row {
      margin: 0 auto;
      float: none; }

  .small-5 {
    width: 41.66667%;
    float: left; }
    .small-5.row {
      margin: 0 auto;
      float: none; }

  .small-6 {
    width: 50%;
    float: left; }
    .small-6.row {
      margin: 0 auto;
      float: none; }

  .small-7 {
    width: 58.33333%;
    float: left; }
    .small-7.row {
      margin: 0 auto;
      float: none; }

  .small-8 {
    width: 66.66667%;
    float: left; }
    .small-8.row {
      margin: 0 auto;
      float: none; }

  .small-9 {
    width: 75%;
    float: left; }
    .small-9.row {
      margin: 0 auto;
      float: none; }

  .small-10 {
    width: 83.33333%;
    float: left; }
    .small-10.row {
      margin: 0 auto;
      float: none; }

  .small-11 {
    width: 91.66667%;
    float: left; }
    .small-11.row {
      margin: 0 auto;
      float: none; }

  .small-12 {
    width: 100%;
    float: left; }
    .small-12.row {
      margin: 0 auto;
      float: none; }

  .offset-small-1 {
    margin-left: 8.33333%; }

  .offset-small-2 {
    margin-left: 16.66667%; }

  .offset-small-3 {
    margin-left: 25%; }

  .offset-small-4 {
    margin-left: 33.33333%; }

  .offset-small-5 {
    margin-left: 41.66667%; }

  .offset-small-6 {
    margin-left: 50%; }

  .offset-small-7 {
    margin-left: 58.33333%; }

  .offset-small-8 {
    margin-left: 66.66667%; }

  .offset-small-9 {
    margin-left: 75%; }

  .offset-small-10 {
    margin-left: 83.33333%; }

  .offset-small-11 {
    margin-left: 91.66667%; }

  .offset-small-12 {
    margin-left: 100%; }

  [class*="small-"].center-small, [class*="small-"].center-small img {
    margin: 1em auto;
    float: none;
    display: block; } }
.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

#portfolio .cf {
  float: none !important; }

/*
|----------------
| Utility Classes
|----------------
*/
/*
|----------------
| Defaults
|----------------
*/
/*
|---------------
| Grey Scale
|----------------
*/
/*
|------------------------
| Transparent Backgrounds
|------------------------
*/
/*
|-----------------------
| Form Colours
|-----------------------
*/
/*
|-----------------------
| Button Colours
|-----------------------
*/
/*
|-----------------------
| Heading Colours
|-----------------------
*/
/*
|-------------------
| Breakpoint Widths
|-------------------
*/
.dark {
  color: #fff; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

[class*="max-"] {
  margin: 0 auto; }

.max-500 {
  max-width: 500px; }

.max-750 {
  max-width: 750px; }

.max-800 {
  max-width: 800px; }

.max-850 {
  max-width: 850px; }

.content-title {
  font-size: 2.5em;
  margin-bottom: 0em; }

.up-1 {
  margin-top: -1em; }

.down-1 {
  margin-top: 1em !important; }

.push-1 {
  margin-left: 0.5em !important; }

.down-1-half {
  margin-top: 0.5em !important; }

.up-1-half {
  margin-top: -0.5em !important; }

.up-2 {
  margin-top: -2em; }

.down-2 {
  margin-top: 2em !important; }

.push-2 {
  margin-left: 1em !important; }

.down-2-half {
  margin-top: 1em !important; }

.up-2-half {
  margin-top: -1em !important; }

.up-3 {
  margin-top: -3em; }

.down-3 {
  margin-top: 3em !important; }

.push-3 {
  margin-left: 1.5em !important; }

.down-3-half {
  margin-top: 1.5em !important; }

.up-3-half {
  margin-top: -1.5em !important; }

.up-4 {
  margin-top: -4em; }

.down-4 {
  margin-top: 4em !important; }

.push-4 {
  margin-left: 2em !important; }

.down-4-half {
  margin-top: 2em !important; }

.up-4-half {
  margin-top: -2em !important; }

.up-5 {
  margin-top: -5em; }

.down-5 {
  margin-top: 5em !important; }

.push-5 {
  margin-left: 2.5em !important; }

.down-5-half {
  margin-top: 2.5em !important; }

.up-5-half {
  margin-top: -2.5em !important; }

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

.box.transparent {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1); }

.float-right {
  float: right; }

.float-left {
  float: left; }

.block-center {
  display: block;
  margin: 0 auto;
  float: none; }

.error {
  border-left: #ae3312;
  background: rgba(220, 65, 23, 0.5);
  padding: 0.5em 2em;
  border-radius: 5px;
  margin: 2em 0;
  color: #fff; }
  .error.small {
    font-size: 0.95em;
    padding: 0.5em;
    margin: 0.5em 0; }

.message {
  background: #91c46c;
  padding: 0.5em 2em;
  border-radius: 5px;
  color: #fff; }

input.error {
  border-radius: 0; }

.admin-container {
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  margin-top: 2em;
  background: #fff;
  padding: 2em; }

.size-0_1 {
  font-size: 0.1em; }

.size-0_2 {
  font-size: 0.2em; }

.size-0_3 {
  font-size: 0.3em; }

.size-0_4 {
  font-size: 0.4em; }

.size-0_5 {
  font-size: 0.5em; }

.size-0_6 {
  font-size: 0.6em; }

.size-0_7 {
  font-size: 0.7em; }

.size-0_8 {
  font-size: 0.8em; }

.size-0_9 {
  font-size: 0.9em; }

.size-0_10 {
  font-size: 1em; }

.size-1_1 {
  font-size: 1.1em; }

.size-1_2 {
  font-size: 1.2em; }

.size-1_3 {
  font-size: 1.3em; }

.size-1_4 {
  font-size: 1.4em; }

.size-1_5 {
  font-size: 1.5em; }

.size-1_6 {
  font-size: 1.6em; }

.size-1_7 {
  font-size: 1.7em; }

.size-1_8 {
  font-size: 1.8em; }

.size-1_9 {
  font-size: 1.9em; }

.size-1_10 {
  font-size: 2em; }

.size-2_1 {
  font-size: 2.1em; }

.size-2_2 {
  font-size: 2.2em; }

.size-2_3 {
  font-size: 2.3em; }

.size-2_4 {
  font-size: 2.4em; }

.size-2_5 {
  font-size: 2.5em; }

.size-2_6 {
  font-size: 2.6em; }

.size-2_7 {
  font-size: 2.7em; }

.size-2_8 {
  font-size: 2.8em; }

.size-2_9 {
  font-size: 2.9em; }

.size-2_10 {
  font-size: 3em; }

.no-margin_top {
  margin-top: 0 !important; }

.no-margin_bottom {
  margin-bottom: 0 !important; }

.no-margin_left {
  margin-left: 0 !important; }

.no-margin_right {
  margin-right: 0 !important; }

.no-margin_vert {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.no-margin_horiz {
  margin-left: 0 !important;
  margin-right: 0 !important; }

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

.mejs-audio {
  margin: 0 auto; }

.eco-table {
  border: 1px solid #ccc;
  border-bottom: none; }
  .eco-table th {
    background: #91c46c;
    color: #fff;
    text-align: left; }
  .eco-table tbody tr {
    background: #fff; }
  .eco-table td, .eco-table th {
    padding: 0.5em 1.25em;
    font-weight: normal; }
  .eco-table tr.even td {
    background: #f7f7f7; }
  .eco-table tr.last td {
    border-bottom: 1px solid #ccc; }

.push-down {
  margin-bottom: 3em; }

.padding-top-3 {
  padding-top: 3em; }

.global-warning-notification {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #faebcc;
  border-radius: 4px;
  color: #8a6d3b;
  background-color: #fcf8e3; }

.global-error-notification {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede; }

.global-success-notification {
  color: #3c763d;
  background-color: #dff0d8;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #d6e9c6;
  border-radius: 4px; }

.global-info-notification {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7; }

.edit-admin-section {
  background: white;
  color: #000000;
  font-size: 0.9em;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  padding: 0.25em 1em;
  display: block;
  margin: 0 auto;
  border: #236b6f 3px solid;
  max-width: 150px; }

/*
|----------------
| Defaults
|----------------
*/
/*
|----------------
| Defaults
|----------------
*/
/*
|---------------
| Grey Scale
|----------------
*/
/*
|------------------------
| Transparent Backgrounds
|------------------------
*/
/*
|-----------------------
| Form Colours
|-----------------------
*/
/*
|-----------------------
| Button Colours
|-----------------------
*/
/*
|-----------------------
| Heading Colours
|-----------------------
*/
/*
|-------------------
| Breakpoint Widths
|-------------------
*/
body {
  font-family: "nimbus-sans", sans-serif;
  line-height: 1.75em;
  background-image: url("/assets/img/utilities/ecotexture.jpg");
  color: #9e9e9e; }

h1, h2, h3,
h4, h5, h6 {
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  line-height: 1.75em; }

h1 {
  color: #91c46c; }

img {
  max-width: 100%;
  height: auto; }
  img.static {
    max-width: auto;
    width: auto;
    height: auto; }
  img.icon {
    width: auto;
    max-width: auto;
    height: 23px; }
    img.icon.small {
      height: 15px; }

input, select {
  border: 0;
  outline: 0; }

option {
  background: #fff;
  color: #333; }

a {
  cursor: pointer;
  color: #878787;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

pre {
  font-family: "futura-pt", sans-serif; }

@media (max-width: 866px) {
  .hide-small-med {
    display: none !important; } }
@media (max-width: 640px) {
  .hide-small {
    display: none !important; } }
/*
|---------------
| Header Styles
|---------------
*/
/*
|----------------
| Defaults
|----------------
*/
/*
|---------------
| Grey Scale
|----------------
*/
/*
|------------------------
| Transparent Backgrounds
|------------------------
*/
/*
|-----------------------
| Form Colours
|-----------------------
*/
/*
|-----------------------
| Button Colours
|-----------------------
*/
/*
|-----------------------
| Heading Colours
|-----------------------
*/
/*
|-------------------
| Breakpoint Widths
|-------------------
*/
.eco-header {
  padding: 0.5em 0;
  background: #fff;
  border-bottom: 1px solid #d2d2d2; }

/*
|------------------
| Logo Image
|------------------
*/
.eco-header h1 {
  line-height: 1em; }

/*
|-------------------
| Primary Navigation
|-------------------
*/
.primary-nav {
  font-family: "futura-pt", sans-serif; }

.primary-nav.admin {
  max-width: 1000px;
  margin: 0 auto; }
  .primary-nav.admin .primary-nav_item a {
    font-size: 1em;
    padding: 0.5em; }

.primary-nav_item {
  display: inline-block;
  *display: inline;
  margin-right: 0.25em;
  /*
  |--------------------------
  | All Links in Navigation
  |--------------------------
  */
  /*
  |------------------------
  | Active Navigation Items
  |------------------------
  */ }
  .primary-nav_item a {
    padding: 0.75em;
    display: block;
    text-decoration: none;
    font-size: 1.2em;
    color: #878787; }
  .primary-nav_item.active a {
    background: #297d7d;
    color: #fff; }

/*
|----------------------
| Hero Unit Backgrounds
|----------------------
*/
.hero-unit {
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-unit.city-scape {
    background-image: url("/assets/img/headers/city-scape.png");
    padding: 3em 0; }
  .hero-unit.blurry_1 {
    background-image: url("/assets/img/headers/blurry_bg_1.jpg");
    padding: 9em 0; }

/*****************************************************************
                 		  	HERO
******************************************************************/
#hero {
  height: auto;
  display: block;
  float: left;
  background: url("/assets/img/headers/tranquil-hut.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 4em 0;
  text-align: center; }

#hero > div:last-of-type p {
  font-family: "futura-pt", sans-serif;
  font-size: 1.7em;
  color: #fff;
  margin: 0 0 3em 0;
  text-shadow: 2px 2px 3px #242424;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7); }

#hero > div .btnClear {
  margin: 0 auto;
  float: none; }

@media all and (max-width: 1100px) {
  #hero > div {
    text-align: center; }

  #hero > div:last-of-type p {
    font-size: 1.3em; }

  #hero > div:last-of-type > p span {
    top: 1px;
    height: 15px; } }
/*****************************************************************
                      		Footer
******************************************************************/
body > footer {
  display: block;
  width: 100%;
  min-height: 400px;
  float: left;
  background-color: #1c344c;
  padding: 3em 15%;
  text-align: center; }

body > footer > .footer_container {
  text-align: left;
  padding-top: 3em; }

body > footer > .footer_container > img {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0 2em 0; }

body > footer > .footer_container > div, body > footer > .footer_container > div {
  display: inline-block;
  width: auto;
  height: auto;
  float: left; }

/* Social */
body > footer > .footer_container div:first-of-type {
  margin: 0 2em 0 0;
  clear: both; }

body > footer > .footer_container div:first-of-type img {
  float: left; }

body > footer > .footer_container div:first-of-type img:hover {
  filter: Alpha(opacity=50);
  opacity: 1; }

body > footer > .footer_container div:first-of-type a:nth-of-type(1) img {
  padding: 0 1em 0 0; }

body > footer > .footer_container div:first-of-type a:nth-of-type(2) img {
  padding: 0 0 0 1em; }

body > footer > .footer_container div:first-of-type a:nth-of-type(3) img {
  clear: both;
  padding: 1em 1em 0 0; }

body > footer > .footer_container div:first-of-type a:nth-of-type(4) img {
  padding: 1em 0 0 1em; }

/* Sitemaps */
body > footer > .footer_container > ul {
  display: inline-block;
  width: auto;
  height: auto;
  float: left;
  margin: 0; }

body > footer > .footer_container > ul li {
  list-style-type: none;
  line-height: 1.2em; }

body > footer > .footer_container > ul li a {
  color: #5f7489;
  text-decoration: none;
  transition: color 0.1s ease-in;
  text-transform: uppercase; }

body > footer > .footer_container ul li a:hover {
  color: #91c46c; }

/* Telephone */
body > footer > .footer_container div:last-of-type {
  color: #fff;
  font-size: 1.5em;
  margin: 0 0 0 2em; }

body > footer > .footer_container div:last-of-type p {
  margin-top: 0; }

/* Media Queries */
@media all and (max-width: 1300px) and (min-width: 1141px) {
  body > footer > .footer_container {
    padding: 1.5em 10%; } }
@media all and (max-width: 1140px) {
  body > footer > .footer_container {
    padding: 1.5em 2em; } }
@media all and (max-width: 980px) {
  body > footer > .footer_container > div:last-of-type {
    clear: both;
    margin: 1em 0 0 0; } }
@media all and (max-width: 750px) {
  body > footer > .footer_container > ul:first-of-type {
    clear: both;
    padding: 0; }

  body > footer > .footer_container > ul {
    width: calc(100% / 3);
    margin: 2em 0 0 0;
    padding: 0; }

  body > footer > .footer_container > div:first-of-type a img {
    padding: 1em 1em 0 0 !important; }

  body > footer > .footer_container > div:first-of-type a:nth-of-type(3) img {
    clear: none; } }
@media all and (max-width: 479px) {
  body > footer > .footer_container > ul {
    width: 100%;
    text-align: center; }

  body > footer > .footer_container div.telephone {
    width: 100%;
    text-align: center;
    margin: 2em 0 0 0; }

  body > footer > .footer_container > div:first-of-type {
    margin: 0; } }
/*****************************************************************
                 		  	HEADER
******************************************************************/
#pageHeader {
  width: 100%;
  display: block;
  min-height: 73px;
  float: left;
  padding: 0 2em;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc; }

#pageHeader > .navSwitch {
  font-size: 1.1em;
  line-height: 36px;
  position: relative;
  display: none;
  padding: 0.5em 1em;
  background-color: #79AC4D;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: none;
  -moz-box-sizing: none;
  box-sizing: none; }

#logo {
  max-width: 310px; }

#logoSubText {
  display: block;
  color: #AAD884;
  position: relative;
  /* left: 22%; */
  top: 28px;
  float: left;
  vertical-align: b;
  margin-left: 1%; }

#pageHeader > nav {
  display: block;
  height: auto;
  width: 50%;
  float: right; }
  @media (max-width: 1260px) {
    #pageHeader > nav {
      clear: both;
      width: 100%; } }

#pageHeader > nav > ul {
  line-height: 73px;
  padding: initial;
  margin: initial; }

#pageHeader > nav > ul > li > a {
  font-size: 1em;
  text-decoration: none;
  color: #878787;
  padding: 0.4em 0.5em;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }

#pageHeader > nav > ul > li a:hover {
  color: #fff;
  background-color: #287d7d; }

#pageHeader > nav > ul > li {
  float: right;
  display: block; }

#pageHeader #logoLink #logo {
  min-width: 230px;
  margin-top: 1.25em;
  width: 100% !important; }

#logoLink {
  width: 310px;
  display: block;
  float: left; }

@media screen and (max-width: 1100px) {
  #pageHeader > nav > ul > li > a {
    font-size: 0.9em; } }
@media screen and (max-width: 1018px) {
  #pageHeader {
    padding: 0; }

  #logoLink {
    float: none;
    width: 100%;
    text-align: center; }

  #pageHeader > nav {
    float: none;
    width: 100%;
    margin-left: -12em; }

  #logoSubText {
    display: none; } }
@media (min-width: 1019px) and (max-width: 1290px) {
  #pageHeader > nav {
    width: 100% !important;
    clear: both !important;
    text-align: center !important;
    float: none !important; }
    #pageHeader > nav li {
      float: none !important;
      display: inline-block !important; } }
@media all and (max-width: 640px) {
  #pageHeader {
    padding: 0; }

  #logoLink {
    width: 100%;
    text-align: center;
    float: none;
    padding: 0 0.75em; }

  #logo {
    position: initial;
    width: 100% !important;
    max-width: 320px !important;
    padding: 2.5em 0 !important;
    min-width: 200px !important; }

  #pageHeader > nav {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0; }

  #pageHeader > nav > ul {
    display: block;
    line-height: 36px;
    padding: 0;
    margin: 0; }

  #pageHeader > nav > ul > li {
    display: block;
    float: none; }

  #pageHeader > nav > ul > li > a {
    position: relative;
    display: block;
    -webkit-box-sizing: none;
    -moz-box-sizing: none;
    box-sizing: none; }

  #pageHeader > nav > ul > li > a:hover {
    color: #878787; }

  /* Odd */
  #pageHeader > nav > ul > li:nth-of-type(odd) > a {
    background-color: #E3E3E3; }

  /* Even */
  #pageHeader > nav > ul > li:nth-of-type(even) > a {
    background-color: #F0F0F0; }

  body > footer {
    padding: 1em 0 !important; }
    body > footer > img {
      width: 100% !important; }
    body > footer > .footer_container {
      padding: 0 !important; }
      body > footer > .footer_container > div:first-of-type a img {
        width: 64px !important; }

  #hero .btn {
    min-width: 200px; } }
.footer_container {
  display: inline-block;
  margin: 0 auto; }

/*
|---------------
| Footer Styles
|---------------
*/
/*
|-------------
| Form Styles
|--------------
*/
/*
|----------------
| Defaults
|----------------
*/
/*
|---------------
| Grey Scale
|----------------
*/
/*
|------------------------
| Transparent Backgrounds
|------------------------
*/
/*
|-----------------------
| Form Colours
|-----------------------
*/
/*
|-----------------------
| Button Colours
|-----------------------
*/
/*
|-----------------------
| Heading Colours
|-----------------------
*/
/*
|-------------------
| Breakpoint Widths
|-------------------
*/
.eco-form {
  /*
  |-------------------------
  | Change Placeholder Text
  |-------------------------
  */
  /*
  |---------------------
  | Default Form Styling
  |---------------------
  */
  /*
  |-------------------------
  | Transparent Form Styling
  |-------------------------
  */ }
  .eco-form input.text::-webkit-input-placeholder {
    color: #fff; }
  .eco-form input.text:-ms-input-placeholder {
    color: #fff; }
  .eco-form input.text:-moz--placeholder {
    color: #fff; }
  .eco-form input.text::-moz-placeholder {
    color: #fff; }
  .eco-form input.text::input-placeholder {
    color: #fff; }
  .eco-form input.text, .eco-form select {
    position: relative;
    background-color: #91c46c;
    border-left: 5px solid #c6e070;
    color: #fff;
    padding: 5px;
    background-position: 95% center;
    background-repeat: no-repeat; }
    .eco-form input.text:focus, .eco-form select:focus {
      border-left-color: #a3472e;
      background-color: #c6e070;
      background-repeat: no-repeat;
      background-image: none; }
    .eco-form input.text.error, .eco-form select.error {
      border-left-color: #dc4117;
      background-color: #a3472e;
      background-image: url(/assets/img/icons/form-false.png);
      background-repeat: no-repeat;
      margin-top: auto;
      margin-bottom: auto; }
    .eco-form input.text.success, .eco-form select.success {
      background-image: url(/assets/img/icons/form-ok.png); }
    .eco-form input.text.full, .eco-form select.full {
      width: 100% !important;
      max-width: 100% !important; }
    .eco-form input.text.max-80, .eco-form select.max-80 {
      width: 100%;
      max-width: 80%;
      margin: 0 auto; }
  .eco-form label.max-80 {
    width: 100%;
    max-width: 80%;
    margin: 0 auto; }
  .eco-form [class*="large-"] .input-center, .eco-form [class*="medium-"] .input-center, .eco-form [class*="small-"] .input-center {
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
    display: block; }
    @media (max-width: 640px) {
      .eco-form [class*="large-"] .input-center, .eco-form [class*="medium-"] .input-center, .eco-form [class*="small-"] .input-center {
        max-width: 90%; } }
  .eco-form select {
    background-color: #236b6f;
    border-left-color: #91c46c; }
  .eco-form.transparent input.text, .eco-form.transparent select {
    border-left: 5px solid #c6e070;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-top: 1em; }
    .eco-form.transparent input.text.error, .eco-form.transparent select.error {
      border-left-color: #dc4117;
      background-color: rgba(163, 71, 46, 0.56); }
    .eco-form.transparent input.text:focus, .eco-form.transparent input.text.error:focus, .eco-form.transparent select:focus, .eco-form.transparent select.error:focus {
      border-left-color: #a3472e;
      background: rgba(255, 255, 255, 0.5); }
    .no-rgba .eco-form.transparent input.text, .no-rgba .eco-form.transparent select {
      background: #fff;
      color: #000; }
  .eco-form .row.form-container {
    margin: 1em auto; }
  .eco-form .form-container {
    margin-top: 1em;
    margin-bottom: 1em; }

*::-webkit-input-placeholder, *:-moz-placeholder, *::moz-placeholder, *:-ms-input-placeholder {
  color: #fff; }

.login-form {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 1em 1em 3em;
  color: #696969;
  margin-top: 2em; }
  .login-form .form-container {
    margin: 1em auto;
    max-width: 300px; }
    .login-form .form-container input {
      width: 100%;
      font-size: 1em;
      color: #9d9d9d;
      border-radius: 5px;
      border: 1px solid #d2d2d2;
      padding: 0.75em 0.5em; }

.clear-input {
  margin-top: 1.2em;
  padding: 0.4em 0.4em;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  color: #696969; }

.admin-container label {
  display: block; }

/*
|---------------
| Button Styles
|---------------
*/
/*
|----------------
| Defaults
|----------------
*/
/*
|---------------
| Grey Scale
|----------------
*/
/*
|------------------------
| Transparent Backgrounds
|------------------------
*/
/*
|-----------------------
| Form Colours
|-----------------------
*/
/*
|-----------------------
| Button Colours
|-----------------------
*/
/*
|-----------------------
| Heading Colours
|-----------------------
*/
/*
|-------------------
| Breakpoint Widths
|-------------------
*/
/*
|------------------------
| Default Anchor Styling
|------------------------
*/
a.btn {
  float: left;
  display: block;
  text-decoration: none; }

a.btn.inline {
  display: inline-block;
  float: none;
  *display: inline; }

/*
|--------------------
| Button Styling
|--------------------
*/
.btn {
  /*
  |------------------------
  | Reset Browser Defaults
  |------------------------d
  */
  outline: 0;
  margin: 0;
  padding: 0.5em 1em;
  border: 3px solid #fff;
  color: #fff;
  background: #236b6f;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  /*
  |-------------------
  | Button Variations
  |-------------------
  */ }
  .btn.large {
    font-size: 1.25em; }
  .btn.block-center {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    float: none; }
  .btn.w300 {
    max-width: 300px;
    width: 100%; }
  .btn.right {
    float: right; }
  .btn.small {
    max-width: 190px;
    font-size: 0.95em; }
  .btn.white {
    background-color: #fff;
    border-color: #91c46c;
    color: #99c877;
    font-weight: normal;
    font-size: 1.15em;
    font-family: "futura-pt", sans-serif; }
    .btn.white.small {
      font-size: 0.9em; }

.plain-green-btn {
  background: #91c46c;
  color: #fff;
  border-radius: 3px;
  display: block;
  max-width: 160px;
  font-size: 0.95em;
  width: 100%;
  padding: 0.25em 0;
  text-align: center;
  text-decoration: none; }
  .plain-green-btn:hover {
    background: #c6e070; }

#featured_ecards {
  position: relative; }

.action_container {
  background: rgba(255, 255, 255, 0.7);
  padding: 0.75em 1em;
  text-decoration: none;
  font-weight: 200;
  font-size: 1.5em;
  border-radius: 5px;
  text-align: center;
  color: #848484;
  position: absolute;
  top: 62%; }
  .action_container.next_ecard {
    left: 100%; }
  .action_container.previous_ecard {
    right: 101%; }
  @media only screen and (max-width: 640px) {
    .action_container .next_ecard, .action_container .previous_ecard {
      display: none; } }

.bubblingG {
  text-align: center;
  width: 144px;
  margin: 0 auto 0;
  height: 90px;
  top: -13em;
  position: relative; }

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: 45px auto;
  background: #91C46C;
  -moz-border-radius: 90px;
  -moz-animation: bubblingG 1s infinite alternate;
  -webkit-border-radius: 90px;
  -webkit-animation: bubblingG 1s infinite alternate;
  -ms-border-radius: 90px;
  -ms-animation: bubblingG 1s infinite alternate;
  -o-border-radius: 90px;
  -o-animation: bubblingG 1s infinite alternate;
  border-radius: 90px;
  animation: bubblingG 1s infinite alternate; }

#bubblingG_1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

#bubblingG_2 {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s; }

#bubblingG_3 {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@-moz-keyframes bubblingG {
  0% {
    width: 18px;
    height: 18px;
    background-color: #91C46C;
    -moz-transform: translateY(0); }
  100% {
    width: 43px;
    height: 43px;
    background-color: #FFFFFF;
    -moz-transform: translateY(-38px); } }
@-webkit-keyframes bubblingG {
  0% {
    width: 18px;
    height: 18px;
    background-color: #91C46C;
    -webkit-transform: translateY(0); }
  100% {
    width: 43px;
    height: 43px;
    background-color: #FFFFFF;
    -webkit-transform: translateY(-38px); } }
@-ms-keyframes bubblingG {
  0% {
    width: 18px;
    height: 18px;
    background-color: #91C46C;
    -ms-transform: translateY(0); }
  100% {
    width: 43px;
    height: 43px;
    background-color: #FFFFFF;
    -ms-transform: translateY(-38px); } }
@-o-keyframes bubblingG {
  0% {
    width: 18px;
    height: 18px;
    background-color: #91C46C;
    -o-transform: translateY(0); }
  100% {
    width: 43px;
    height: 43px;
    background-color: #FFFFFF;
    -o-transform: translateY(-38px); } }
@keyframes bubblingG {
  0% {
    width: 18px;
    height: 18px;
    background-color: #91C46C;
    transform: translateY(0); }
  100% {
    width: 43px;
    height: 43px;
    background-color: #FFFFFF;
    transform: translateY(-38px); } }
/*
|-------------
| Modal Styles
|-------------
*/
/*
|----------------
| Defaults
|----------------
*/
/*
|---------------
| Grey Scale
|----------------
*/
/*
|------------------------
| Transparent Backgrounds
|------------------------
*/
/*
|-----------------------
| Form Colours
|-----------------------
*/
/*
|-----------------------
| Button Colours
|-----------------------
*/
/*
|-----------------------
| Heading Colours
|-----------------------
*/
/*
|-------------------
| Breakpoint Widths
|-------------------
*/
/*
|--------------
| Dependencies
|--------------
| Used to allow the modal to be 100% in height.
*/
html, body {
  height: 100%; }

.modal {
  /*
  |-----------------
  | Default Styling
  |-----------------
  */
  display: none;
  /*
  |----------------------
  | Modal Sizes
  |----------------------
  */ }
  .modal .modal-box {
    max-height: 500px;
    background: #fff;
    width: 75%;
    min-height: 300px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px #000;
    position: relative;
    z-index: 9999;
    vertical-align: middle;
    top: 15%;
    border-radius: 8px;
    padding: 1em 1.5em; }
  .modal.active {
    display: block;
    background: rgba(28, 52, 76, 0.89);
    *background: #1c344c;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0; }
  .modal.small .modal-box {
    max-width: 500px; }
  .modal.medium .modal-box {
    max-width: 700px; }
  .modal.large .modal-box {
    max-width: 900px; }
  .modal .modal-close {
    top: 0;
    right: 0;
    cursor: pointer;
    position: absolute; }

/*
|------------------
| Tabbed Container
|------------------
*/
/*
|----------------
| Defaults
|----------------
*/
/*
|---------------
| Grey Scale
|----------------
*/
/*
|------------------------
| Transparent Backgrounds
|------------------------
*/
/*
|-----------------------
| Form Colours
|-----------------------
*/
/*
|-----------------------
| Button Colours
|-----------------------
*/
/*
|-----------------------
| Heading Colours
|-----------------------
*/
/*
|-------------------
| Breakpoint Widths
|-------------------
*/
.v1-tabbed {
  max-width: 850px !important; }

.v1-tab {
  display: inline-block;
  *display: inline;
  background: #91c46c;
  color: #fff;
  padding: 0.5em 1.5em;
  margin-right: 0.5em; }
  .v1-tab.active {
    color: #91c46c;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-bottom: none;
    position: relative;
    top: 1px; }

.v1-container {
  border: 1px solid #d2d2d2;
  background: #fff; }

.v1-content {
  width: 90%;
  text-align: center;
  margin: 0 auto; }
  .v1-content .v1-row {
    padding: 1em;
    border-bottom: 2px dotted #91c46c; }

.faq_container {
  margin-top: 3em !important; }
  .faq_container .faq_question {
    background: #91c46c;
    color: #fff;
    display: block;
    border-left: #c6e070 3px solid;
    padding: 0.25em;
    font-family: "nimbus-sans", sans-serif;
    font-size: 1em;
    font-weight: 400;
    padding-left: 0.5em;
    cursor: pointer; }
  .faq_container .faq_content {
    color: #696969; }
  .faq_container .faq_video {
    text-align: center; }
    .faq_container .faq_video > * {
      max-width: 100%; }
  .faq_container .faq_answer {
    padding: 0em 0.5em; }

.category_switch {
  text-align: center; }
  .category_switch .cat_switch {
    display: inline-block;
    *display: inline;
    margin: 2em 1em 1em;
    background: #fff;
    color: #287d7d;
    font-weight: normal;
    border: 2px solid #287d7d;
    border-radius: 7px;
    padding: 0.5em 1em;
    font-size: 1.1em;
    text-decoration: none;
    transition-duration: 0.2s; }
    .category_switch .cat_switch:hover, .category_switch .cat_switch.active {
      background: #287d7d;
      color: #fff;
      border: 2px solid #287d7d;
      box-shadow: 1px 2px 10px #C2C2C2; }
    .category_switch .cat_switch:first-child {
      position: relative; }
      .category_switch .cat_switch:first-child:after {
        content: "Categories:";
        display: block;
        font-size: 0.8em;
        position: absolute;
        top: -2.2em;
        color: #adadad;
        left: 0; }

@media only screen and (max-width: 640px) {
  .category_switch .cat_switch {
    float: none;
    width: 80%;
    margin: 0.5em auto;
    display: block;
    text-decoration: none; } }
.faq_video {
  width: 100%; }

.faq_video > * {
  max-width: 100%;
  width: auto; }

/*
|----------------
| Admin Specific
|----------------
*/
/*
|--------------
| Admin Tables
|--------------
*/
.admin-container {
  min-width: 800px !important; }

@media (max-width: 1100px) {
  .admin-container {
    min-width: 800px !important; } }
@media (max-width: 640px) {
  .admin-container {
    min-width: 800px !important; } }
.admin-table {
  width: 100%; }
  .admin-table th {
    background: #91c46c;
    color: #fff;
    font-weight: normal;
    text-align: center; }
  .admin-table td {
    text-align: center;
    height: 50px;
    vertical-align: middle;
    padding: 1em 0; }
  .admin-table tr:nth-of-type(even) td {
    background: #f2f2f2;
    color: #878787; }
  .admin-table tr:nth-of-type(odd) td {
    background: #f7f7f7;
    color: #919191; }
  .admin-table textarea, .admin-table input[type="text"] {
    font-size: 0.75em; }

.admin-container .edit-page {
  border-bottom: 1px solid #333;
  padding: 3em 0; }
  .admin-container .edit-page .preview-changes {
    margin: 0 auto; }
  .admin-container .edit-page .form-options {
    width: 60%;
    margin: 0.5em auto 0.5em; }
  .admin-container .edit-page .message_edit {
    width: 100%;
    margin: 0 auto;
    display: block;
    min-height: 50px;
    font-size: 12px; }
  .admin-container .edit-page .message_xywh, .admin-container .edit-page .logo_xywh {
    margin-bottom: 2em;
    width: 50%;
    float: left;
    text-align: center; }
    .admin-container .edit-page .message_xywh input, .admin-container .edit-page .message_xywh label, .admin-container .edit-page .message_xywh span, .admin-container .edit-page .logo_xywh input, .admin-container .edit-page .logo_xywh label, .admin-container .edit-page .logo_xywh span {
      font-size: 12px; }
    .admin-container .edit-page .message_xywh input.logo_pos_edit,
    .admin-container .edit-page .message_xywh input.message_pos_edit, .admin-container .edit-page .logo_xywh input.logo_pos_edit,
    .admin-container .edit-page .logo_xywh input.message_pos_edit {
      width: 30px;
      text-align: center; }
    .admin-container .edit-page .message_xywh span, .admin-container .edit-page .logo_xywh span {
      top: -0.4em; }
  .admin-container .edit-page .administrator_notes {
    font-size: 12px;
    width: 100%; }
  .admin-container .edit-page .show_logo, .admin-container .edit-page .text_trans,
  .admin-container .edit-page .page_duration, .admin-container .edit-page .active_ecard {
    float: left;
    margin-right: 0.75em; }
  .admin-container .edit-page .active_ecard {
    margin-right: 0; }
  .admin-container .edit-page .small_desc {
    font-size: 12px;
    background: #efefef;
    padding: 0.5em 1em; }
.admin-container .pagination {
  display: block;
  list-style: none;
  text-align: center; }
  .admin-container .pagination li {
    display: inline-block;
    list-style: none;
    background: #efefef;
    padding: 0.5em 1em; }
    .admin-container .pagination li.disabled {
      cursor: not-allowed; }
    .admin-container .pagination li.active {
      background: #297d7d;
      color: #fff; }
    .admin-container .pagination li a {
      display: block;
      text-decoration: none;
      padding: 0.5em 1em;
      margin: -0.5em -1em; }
    .admin-container .pagination li:first-of-type, .admin-container .pagination li:last-of-type {
      background: #36a3a3;
      color: #fff; }
      .admin-container .pagination li:first-of-type a, .admin-container .pagination li:last-of-type a {
        color: #fff; }

/*
|----------------
| Scrollbar Styles
|-----------------
*/
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden; }

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0; }

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px; }

.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px; }

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0; }

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left; }

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right; }

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/ }

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
  */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
  */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
  */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
  */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */ }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */ }

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85); }

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9); }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85); }

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9); }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1); }

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/*
|--------------------
| Ecard Styles
|-------------------
*/
.draggable {
  border: #333 1px dotted; }

.page_animation input {
  max-width: 47px !important; }

/*
|------------------
| Animation Sprites
|------------------
*/
i.snow {
  background-image: url("/assets/img/sprites/snow_sprite.png");
  display: block;
  position: absolute; }

i.snow-far {
  height: 8px;
  width: 7px;
  background-position: -30px -38px; }

i.snow-near {
  background-position: 1px 1px;
  height: 12px;
  width: 12px; }

i.snow-medium {
  background-position: -16px -19px;
  height: 12px;
  width: 11px; }

.stars {
  z-index: 0;
  position: absolute;
  /* width: 420em; height: 70em; */
  background-image: url(http://www.14denoviembre.es/img/hori.png), url(http://www.14denoviembre.es/img/stars_5.png);
  background-repeat: repeat-x,repeat-x repeat-y;
  transform: translate3D(0em, 0em, 0);
  animation: stars 21s ease;
  transform-style: preserve-3d; }

i.leaf {
  display: block;
  position: absolute; }

i.leaf_small4 {
  background-image: url("/assets/img/sprites/small4.png");
  width: 16px;
  height: 10px; }

i.leaf_small3 {
  background-image: url("/assets/img/sprites/small3.png");
  width: 25px;
  height: 24px; }

i.leaf_small2 {
  background-image: url("/assets/img/sprites/small2.png");
  width: 26px;
  height: 27px; }

i.leaf_small1 {
  background-image: url("/assets/img/sprites/small1.png");
  width: 15px;
  height: 28px; }

/*
|------------------------
| Ecard Designs
|------------------------
*/
/*
|----------------
| Defaults
|----------------
*/
/*
|---------------
| Grey Scale
|----------------
*/
/*
|------------------------
| Transparent Backgrounds
|------------------------
*/
/*
|-----------------------
| Form Colours
|-----------------------
*/
/*
|-----------------------
| Button Colours
|-----------------------
*/
/*
|-----------------------
| Heading Colours
|-----------------------
*/
/*
|-------------------
| Breakpoint Widths
|-------------------
*/
.responsive_image {
  max-width: 100%;
  height: auto; }

.eco-theme_container {
  background: #fff;
  border: #cdcdcd 1px solid;
  margin-top: 2em; }

.eco-theme_name {
  margin: 0.25em 0;
  font-size: 1em; }

.eco-theme_header {
  padding: 0.5em; }

.eco-theme_footer {
  padding: 0.5em;
  border-top: #cdcdcd 1px solid; }

.eco-theme_preview {
  float: left;
  opacity: 0.3;
  transition-duration: 0.5s;
  cursor: pointer;
  margin-top: 0.5em; }

a.preview:hover .eco-theme_preview {
  opacity: 1; }
a.preview:hover p {
  color: #287d7d !important; }

.eco-theme_select {
  float: right;
  cursor: pointer;
  margin-right: 1em;
  font-size: 0.85em; }

.eco-themes_container {
  margin-top: 2em; }

.eco-theme_container {
  width: 22%;
  float: left;
  margin-left: 3%; }

@media only screen and (max-width: 1476px) {
  .eco-theme_container {
    width: 31%;
    float: left;
    margin-left: 2%;
    max-width: 326px; } }
@media only screen and (max-width: 1017px) {
  .eco-theme_container {
    width: 48%;
    float: left;
    margin-left: 2%; } }
@media only screen and (max-width: 640px) {
  .eco-theme_container {
    width: 80%;
    float: none;
    margin: 1em auto; }

  .category_switch {
    margin-top: 3em !important; } }
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

.eco-track_container {
  margin: 0.5em 0; }

.eco-track {
  float: left;
  width: 240px; }

.background_container {
  width: 700px;
  height: 400px;
  position: relative; }

.absolute_container {
  width: 700px;
  height: 400px;
  position: absolute; }

.create_an_ecard_container {
  max-width: 700px !important;
  margin: 0 auto; }

#prbar {
  border: 1px solid #d3d3d3;
  background: #fff;
  margin-bottom: 3em; }

.step {
  display: block;
  color: #e9e9e9;
  font-size: 1em;
  width: 25%;
  text-align: center;
  float: left;
  padding-top: 1%;
  padding-bottom: 1%; }

.step.active {
  color: white;
  background: #91c46c; }

.create_ecard .background_container {
  border: 3px solid #91c46c; }

/*******
 DESIGN AN ECARD STEP 4 +++
 *******/
.create_an_ecard_container {
  color: #717171;
  font-weight: 400; }
  .create_an_ecard_container .options {
    text-align: right; }
  .create_an_ecard_container a.next, .create_an_ecard_container a.back {
    display: inline-block;
    *display: inline;
    *float: right;
    padding: 0.5em 1em;
    border-radius: 7px;
    font-size: 1em;
    border: 2px solid #91c46c;
    text-decoration: none; }
  .create_an_ecard_container a.next {
    margin-right: 0.5em;
    margin-bottom: 1em;
    margin-left: 1em;
    color: #fff;
    background: #91c46c;
    box-shadow: 1px 2px 0px #7dae59, 0px 2px 5px #808080; }
  .create_an_ecard_container a.back {
    background: #fff;
    color: #c1c1c1;
    border-color: #91c46c; }

.step_1_form_1 select {
  margin-left: 1em;
  width: 70%;
  background: #91c46c;
  border-color: #c6e070; }

.eco-music_container {
  text-align: center; }
  .eco-music_container .eco-track {
    float: none !important;
    max-width: 240px; }
  .eco-music_container .eco-track_container {
    max-width: 240px;
    margin: 1em 2em;
    display: inline-block;
    text-align: left;
    float: none; }
  .eco-music_container .plain-green-btn {
    max-width: 240px;
    margin: 0 auto;
    display: block;
    float: none; }

.color {
  border: 3px solid #236b6f;
  padding: 0.25em;
  cursor: pointer;
  width: 85px;
  text-align: center; }

.eco-edit_ecard_container {
  max-width: 700px !important;
  margin: 0 auto; }
  .eco-edit_ecard_container label, .eco-edit_ecard_container .form_title {
    display: block;
    color: #5d5d5d;
    font-size: 0.9em; }
  .eco-edit_ecard_container .page_4 .text {
    width: 70%; }
  .eco-edit_ecard_container .back-to-saved {
    margin-top: 1em;
    float: right;
    display: block;
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 6px;
    color: #fff;
    background: #3a908f;
    -webkit-box-shadow: 0px 3px 0px 0px #1d6262, 0px 3px 10px 0px #aaaaaa;
    -moz-box-shadow: 0px 3px 0px 0px #1d6262, 0px 3px 10px 0px #aaaaaa;
    box-shadow: 0px 3px 0px 0px #1d6262, 0px 3px 10px 0px #aaaaaa; }
  .eco-edit_ecard_container .change_ecard {
    position: relative;
    top: 0.25em;
    left: 0.25em;
    text-decoration: none;
    color: #fff;
    background: #395571;
    font-size: 0.95em;
    padding: 0.75em 1.5em;
    -webkit-box-shadow: 0px 3px 10px 0px #aaaaaa;
    -moz-box-shadow: 0px 3px 10px 0px #aaaaaa;
    box-shadow: 0px 3px 10px 0px #aaaaaa; }
  .eco-edit_ecard_container .custom_message {
    background: #f2f2f2;
    padding: 0.25em;
    width: 100%;
    font-size: 0.9em;
    color: #878787;
    border: 1px solid #d3d4d3; }
  .eco-edit_ecard_container .suggestions {
    max-width: 100%; }

#save_changes,
#save_and_preview {
  background: #91c46c;
  margin-top: 3em;
  box-shadow: 0 3px 0 #7dae59, 0 3px 10px #000;
  border-radius: 3px;
  border: 0px;
  font-weight: normal; }

.featured_ecards {
  margin-top: 1em; }
  .featured_ecards .featured_ecard {
    background: #fff;
    float: left;
    width: 30%;
    margin: 0 1.5%;
    border-radius: 2px; }
    @media (max-width: 1100px) {
      .featured_ecards .featured_ecard {
        width: 47%; } }
    @media (max-width: 640px) {
      .featured_ecards .featured_ecard {
        width: 97%; } }
  .featured_ecards .featured_ecard--header_thumb {
    padding: 0.5em; }
    .featured_ecards .featured_ecard--header_thumb img {
      max-width: 100%;
      width: auto;
      height: auto; }
  .featured_ecards .featured_ecard--header_title {
    text-align: left;
    color: #878787;
    margin: 0 0.5em 0.5em !important; }
  .featured_ecards .featured_ecard--footer {
    padding: 0.75em 0.5em 0.5em;
    border-top: 1px #cdcdcd solid; }
  .featured_ecards .featured_ecard--footer .preview {
    float: left;
    text-decoration: none; }
  .featured_ecards .featured_ecard--footer .icon {
    opacity: 0.2;
    transition-duration: 1s; }
    .featured_ecards .featured_ecard--footer .icon:hover {
      opacity: 1; }
    .featured_ecards .featured_ecard--footer .icon:after {
      content: "preview";
      color: #d6d6d6;
      display: block; }
  .featured_ecards .featured_ecard--footer .plain-green-btn {
    float: right;
    position: relative;
    top: 0.5em; }

#portfolio {
  padding: 2em 0;
  text-align: center;
  color: #fff;
  background: url("/assets/img/headers/bluewood.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#portfolio p {
  margin: 0 0 2em 0; }

/*****************************************************************
                 		Clients & Blog 1.3
******************************************************************/
#clientsBlog {
  padding: 4em 0; }

#clientsBlog h2 {
  color: #91c46c;
  display: inline-block; }

#clientsBlog > .first > .first ul {
  display: inline-block;
  margin-top: 0; }

#clientsBlog > .first > .first li {
  height: 14px;
  width: 14px;
  border-radius: 14px;
  list-style-type: none;
  display: inline-block;
  border: 3px solid #c6e070;
  margin: 0 0.4em 0 0;
  cursor: pointer; }

#clientsBlog > .first > .last {
  width: 100%;
  height: auto;
  float: left;
  padding-right: 3em; }

#clientsBlog > .first > .last > article {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  moz-box-sizing: border-box;
  box-sizing: border-box; }

#clientsBlog > .first > .last > article img {
  float: left;
  clear: both;
  padding: 0 2em 0 0; }

#clientsBlog > .first > .last > article > p {
  color: #878787;
  display: block;
  overflow: auto; }

#clientsBlog > .first > .last > article footer {
  display: block;
  overflow: auto;
  font-size: 1.3em; }

#clientsBlog > .first > .last > article footer p {
  display: inline-block;
  color: #91c46c;
  font-family: "nimbus-sans-bold", sans-serif;
  padding: 0 0.5em 0 0; }

#clientsBlog > .first > .last > article footer span {
  display: inline-block;
  color: #c6e070;
  font-weight: normal;
  font-family: "nimbus-sans-light", sans-serif; }

/* Client Testimonial Media Querie */
@media all and (max-width: 650px) {
  #clientsBlog h2 {
    padding: 0 0 0.5em 0; }

  #clientsBlog > .first > .first {
    text-align: center; }

  #clientsBlog > .first > .first ul {
    display: block;
    text-align: center;
    padding: 0; }

  #clientsBlog > .first > .first ul li {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    margin: 0 1em 0 0; }

  #clientsBlog > .first > .last {
    padding: 0;
    margin: 0 0 6em 0; }

  #clientsBlog > .first > .last > article {
    text-align: center; }

  #clientsBlog > .first > .last > article img {
    float: none;
    padding: 0;
    clear: none;
    margin: 1em 0 1em 0; } }
/* Blog Section */
#clientsBlog > .last > article {
  border-bottom: 2px dotted #b4b4b4;
  padding: 0 0 1.2em 0;
  margin: 0 0 1.2em 0; }

#clientsBlog > .last > article:last-of-type {
  border: 0;
  margin: 0;
  padding: 0; }

#clientsBlog > .last > article img {
  float: left;
  clear: both;
  padding: 0.7em 2em 0 0; }

#clientsBlog > .last > article h3, #clientsBlog > .last > article p {
  display: block;
  overflow: auto; }

#clientsBlog > .last > article p {
  color: #878787; }

#clientsBlog > .last > article p a {
  text-decoration: none;
  color: #a3472e;
  font-style: italic;
  padding: 0 0 0 0.5em; }

#clientsBlog > .last > article h3 {
  margin-top: 0; }

/* Blog Media Querie */
@media all and (max-width: 1100px) {
  #clientsBlog > .last {
    padding: 4em 0 0 0; } }
@media all and (max-width: 650px) {
  #clientsBlog > .last {
    text-align: center;
    padding: 0; }

  #clientsBlog > .last > article {
    margin: 0 0 3em 0; }

  #clientsBlog > .last > article:last-of-type {
    margin: 0; }

  #clientsBlog > .last > article img {
    display: block;
    float: none;
    clear: none;
    margin: 0 auto;
    padding: 0 0 1em 0; } }
.ecard_message_container {
  line-height: 1.5em !important; }
  .ecard_message_container p {
    margin: 0 !important; }

.tooltip span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 28px;
  width: 240px;
  line-height: 16px; }

a.tooltip span {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.tooltip img {
  display: none; }

a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #DCA;
  background: #fffAF0; }

.create_ecard {
  min-height: 969px; }

/* animation sets */
/* move from / to  */
.pt-page-moveToLeft {
  -webkit-animation: moveToLeft .6s ease both;
  animation: moveToLeft .6s ease both; }

.pt-page-moveFromLeft {
  -webkit-animation: moveFromLeft .6s ease both;
  animation: moveFromLeft .6s ease both; }

.pt-page-moveToRight {
  -webkit-animation: moveToRight .6s ease both;
  animation: moveToRight .6s ease both; }

.pt-page-moveFromRight {
  -webkit-animation: moveFromRight .6s ease both;
  animation: moveFromRight .6s ease both; }

.pt-page-moveToTop {
  -webkit-animation: moveToTop .6s ease both;
  animation: moveToTop .6s ease both; }

.pt-page-moveFromTop {
  -webkit-animation: moveFromTop .6s ease both;
  animation: moveFromTop .6s ease both; }

.pt-page-moveToBottom {
  -webkit-animation: moveToBottom .6s ease both;
  animation: moveToBottom .6s ease both; }

.pt-page-moveFromBottom {
  -webkit-animation: moveFromBottom .6s ease both;
  animation: moveFromBottom .6s ease both; }

/* fade */
.pt-page-fade {
  -webkit-animation: fade .7s ease both;
  animation: fade .7s ease both; }

/* move from / to and fade */
.pt-page-moveToLeftFade {
  -webkit-animation: moveToLeftFade .7s ease both;
  animation: moveToLeftFade .7s ease both; }

.pt-page-moveFromLeftFade {
  -webkit-animation: moveFromLeftFade .7s ease both;
  animation: moveFromLeftFade .7s ease both; }

.pt-page-moveToRightFade {
  -webkit-animation: moveToRightFade .7s ease both;
  animation: moveToRightFade .7s ease both; }

.pt-page-moveFromRightFade {
  -webkit-animation: moveFromRightFade .7s ease both;
  animation: moveFromRightFade .7s ease both; }

.pt-page-moveToTopFade {
  -webkit-animation: moveToTopFade .7s ease both;
  animation: moveToTopFade .7s ease both; }

.pt-page-moveFromTopFade {
  -webkit-animation: moveFromTopFade .7s ease both;
  animation: moveFromTopFade .7s ease both; }

.pt-page-moveToBottomFade {
  -webkit-animation: moveToBottomFade .7s ease both;
  animation: moveToBottomFade .7s ease both; }

.pt-page-moveFromBottomFade {
  -webkit-animation: moveFromBottomFade .7s ease both;
  animation: moveFromBottomFade .7s ease both; }

/* move to with different easing */
.pt-page-moveToLeftEasing {
  -webkit-animation: moveToLeft .7s ease-in-out both;
  animation: moveToLeft .7s ease-in-out both; }

.pt-page-moveToRightEasing {
  -webkit-animation: moveToRight .7s ease-in-out both;
  animation: moveToRight .7s ease-in-out both; }

.pt-page-moveToTopEasing {
  -webkit-animation: moveToTop .7s ease-in-out both;
  animation: moveToTop .7s ease-in-out both; }

.pt-page-moveToBottomEasing {
  -webkit-animation: moveToBottom .7s ease-in-out both;
  animation: moveToBottom .7s ease-in-out both; }

/********************************* keyframes **************************************/
/* move from / to  */
@-webkit-keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-100%); } }
@keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%); } }
@keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes moveToRight {
  to {
    -webkit-transform: translateX(100%); } }
@keyframes moveToRight {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%); } }
@keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@-webkit-keyframes moveToTop {
  to {
    -webkit-transform: translateY(-100%); } }
@keyframes moveToTop {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%); } }
@keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@-webkit-keyframes moveToBottom {
  to {
    -webkit-transform: translateY(100%); } }
@keyframes moveToBottom {
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%); } }
@keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
/* fade */
@-webkit-keyframes fade {
  to {
    opacity: 0.3; } }
@keyframes fade {
  to {
    opacity: 0.3; } }
/* move from / to and fade */
@-webkit-keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(-100%); } }
@keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100%); } }
@keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes moveToRightFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(100%); } }
@keyframes moveToRightFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@-webkit-keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100%); } }
@keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@-webkit-keyframes moveToTopFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(-100%); } }
@keyframes moveToTopFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@-webkit-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(-100%); } }
@keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }
@-webkit-keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(100%); } }
@keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
@-webkit-keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(100%); } }
@keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
/* scale and fade */
.pt-page-scaleDown {
  -webkit-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both; }

.pt-page-scaleUp {
  -webkit-animation: scaleUp .7s ease both;
  animation: scaleUp .7s ease both; }

.pt-page-scaleUpDown {
  -webkit-animation: scaleUpDown .5s ease both;
  animation: scaleUpDown .5s ease both; }

.pt-page-scaleDownUp {
  -webkit-animation: scaleDownUp .5s ease both;
  animation: scaleDownUp .5s ease both; }

.pt-page-scaleDownCenter {
  -webkit-animation: scaleDownCenter .4s ease-in both;
  animation: scaleDownCenter .4s ease-in both; }

.pt-page-scaleUpCenter {
  -webkit-animation: scaleUpCenter .4s ease-out both;
  animation: scaleUpCenter .4s ease-out both; }

/********************************* keyframes **************************************/
/* scale and fade */
@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@-webkit-keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2); } }
@keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@-webkit-keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2); } }
@keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@-webkit-keyframes scaleDownCenter {
  to {
    opacity: 0;
    -webkit-transform: scale(0.7); } }
@keyframes scaleDownCenter {
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@-webkit-keyframes scaleUpCenter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7); } }
@keyframes scaleUpCenter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
/* rotate sides first and scale */
.pt-page-rotateRightSideFirst {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst .8s both ease-in;
  animation: rotateRightSideFirst .8s both ease-in; }

.pt-page-rotateLeftSideFirst {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateLeftSideFirst .8s both ease-in;
  animation: rotateLeftSideFirst .8s both ease-in; }

.pt-page-rotateTopSideFirst {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateTopSideFirst .8s both ease-in;
  animation: rotateTopSideFirst .8s both ease-in; }

.pt-page-rotateBottomSideFirst {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateBottomSideFirst .8s both ease-in;
  animation: rotateBottomSideFirst .8s both ease-in; }

/* flip */
.pt-page-flipOutRight {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipOutRight .5s both ease-in;
  animation: flipOutRight .5s both ease-in; }

.pt-page-flipInLeft {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipInLeft .5s both ease-out;
  animation: flipInLeft .5s both ease-out; }

.pt-page-flipOutLeft {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipOutLeft .5s both ease-in;
  animation: flipOutLeft .5s both ease-in; }

.pt-page-flipInRight {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipInRight .5s both ease-out;
  animation: flipInRight .5s both ease-out; }

.pt-page-flipOutTop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipOutTop .5s both ease-in;
  animation: flipOutTop .5s both ease-in; }

.pt-page-flipInBottom {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipInBottom .5s both ease-out;
  animation: flipInBottom .5s both ease-out; }

.pt-page-flipOutBottom {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipOutBottom .5s both ease-in;
  animation: flipOutBottom .5s both ease-in; }

.pt-page-flipInTop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipInTop .5s both ease-out;
  animation: flipInTop .5s both ease-out; }

/* rotate fall */
.pt-page-rotateFall {
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation: rotateFall 1s both ease-in;
  animation: rotateFall 1s both ease-in; }

/* rotate newspaper */
.pt-page-rotateOutNewspaper {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotateOutNewspaper .5s both ease-in;
  animation: rotateOutNewspaper .5s both ease-in; }

.pt-page-rotateInNewspaper {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotateInNewspaper .5s both ease-out;
  animation: rotateInNewspaper .5s both ease-out; }

/* push */
.pt-page-rotatePushLeft {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotatePushLeft .8s both ease;
  animation: rotatePushLeft .8s both ease; }

.pt-page-rotatePushRight {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotatePushRight .8s both ease;
  animation: rotatePushRight .8s both ease; }

.pt-page-rotatePushTop {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotatePushTop .8s both ease;
  animation: rotatePushTop .8s both ease; }

.pt-page-rotatePushBottom {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotatePushBottom .8s both ease;
  animation: rotatePushBottom .8s both ease; }

/* pull */
.pt-page-rotatePullRight {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotatePullRight .5s both ease;
  animation: rotatePullRight .5s both ease; }

.pt-page-rotatePullLeft {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotatePullLeft .5s both ease;
  animation: rotatePullLeft .5s both ease; }

.pt-page-rotatePullTop {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotatePullTop .5s both ease;
  animation: rotatePullTop .5s both ease; }

.pt-page-rotatePullBottom {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotatePullBottom .5s both ease;
  animation: rotatePullBottom .5s both ease; }

/* fold */
.pt-page-rotateFoldRight {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateFoldRight .7s both ease;
  animation: rotateFoldRight .7s both ease; }

.pt-page-rotateFoldLeft {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateFoldLeft .7s both ease;
  animation: rotateFoldLeft .7s both ease; }

.pt-page-rotateFoldTop {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateFoldTop .7s both ease;
  animation: rotateFoldTop .7s both ease; }

.pt-page-rotateFoldBottom {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateFoldBottom .7s both ease;
  animation: rotateFoldBottom .7s both ease; }

/* unfold */
.pt-page-rotateUnfoldLeft {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateUnfoldLeft .7s both ease;
  animation: rotateUnfoldLeft .7s both ease; }

.pt-page-rotateUnfoldRight {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateUnfoldRight .7s both ease;
  animation: rotateUnfoldRight .7s both ease; }

.pt-page-rotateUnfoldTop {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateUnfoldTop .7s both ease;
  animation: rotateUnfoldTop .7s both ease; }

.pt-page-rotateUnfoldBottom {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateUnfoldBottom .7s both ease;
  animation: rotateUnfoldBottom .7s both ease; }

/* room walls */
.pt-page-rotateRoomLeftOut {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRoomLeftOut .8s both ease;
  animation: rotateRoomLeftOut .8s both ease; }

.pt-page-rotateRoomLeftIn {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateRoomLeftIn .8s both ease;
  animation: rotateRoomLeftIn .8s both ease; }

.pt-page-rotateRoomRightOut {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateRoomRightOut .8s both ease;
  animation: rotateRoomRightOut .8s both ease; }

.pt-page-rotateRoomRightIn {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRoomRightIn .8s both ease;
  animation: rotateRoomRightIn .8s both ease; }

.pt-page-rotateRoomTopOut {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateRoomTopOut .8s both ease;
  animation: rotateRoomTopOut .8s both ease; }

.pt-page-rotateRoomTopIn {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateRoomTopIn .8s both ease;
  animation: rotateRoomTopIn .8s both ease; }

.pt-page-rotateRoomBottomOut {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateRoomBottomOut .8s both ease;
  animation: rotateRoomBottomOut .8s both ease; }

.pt-page-rotateRoomBottomIn {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateRoomBottomIn .8s both ease;
  animation: rotateRoomBottomIn .8s both ease; }

/* cube */
.pt-page-rotateCubeLeftOut {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateCubeLeftOut .6s both ease-in;
  animation: rotateCubeLeftOut .6s both ease-in; }

.pt-page-rotateCubeLeftIn {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateCubeLeftIn .6s both ease-in;
  animation: rotateCubeLeftIn .6s both ease-in; }

.pt-page-rotateCubeRightOut {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateCubeRightOut .6s both ease-in;
  animation: rotateCubeRightOut .6s both ease-in; }

.pt-page-rotateCubeRightIn {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateCubeRightIn .6s both ease-in;
  animation: rotateCubeRightIn .6s both ease-in; }

.pt-page-rotateCubeTopOut {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateCubeTopOut .6s both ease-in;
  animation: rotateCubeTopOut .6s both ease-in; }

.pt-page-rotateCubeTopIn {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateCubeTopIn .6s both ease-in;
  animation: rotateCubeTopIn .6s both ease-in; }

.pt-page-rotateCubeBottomOut {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateCubeBottomOut .6s both ease-in;
  animation: rotateCubeBottomOut .6s both ease-in; }

.pt-page-rotateCubeBottomIn {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateCubeBottomIn .6s both ease-in;
  animation: rotateCubeBottomIn .6s both ease-in; }

/* carousel */
.pt-page-rotateCarouselLeftOut {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateCarouselLeftOut .8s both ease;
  animation: rotateCarouselLeftOut .8s both ease; }

.pt-page-rotateCarouselLeftIn {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateCarouselLeftIn .8s both ease;
  animation: rotateCarouselLeftIn .8s both ease; }

.pt-page-rotateCarouselRightOut {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateCarouselRightOut .8s both ease;
  animation: rotateCarouselRightOut .8s both ease; }

.pt-page-rotateCarouselRightIn {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateCarouselRightIn .8s both ease;
  animation: rotateCarouselRightIn .8s both ease; }

.pt-page-rotateCarouselTopOut {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateCarouselTopOut .8s both ease;
  animation: rotateCarouselTopOut .8s both ease; }

.pt-page-rotateCarouselTopIn {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateCarouselTopIn .8s both ease;
  animation: rotateCarouselTopIn .8s both ease; }

.pt-page-rotateCarouselBottomOut {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: rotateCarouselBottomOut .8s both ease;
  animation: rotateCarouselBottomOut .8s both ease; }

.pt-page-rotateCarouselBottomIn {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateCarouselBottomIn .8s both ease;
  animation: rotateCarouselBottomIn .8s both ease; }

/* sides */
.pt-page-rotateSidesOut {
  -webkit-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
  -webkit-animation: rotateSidesOut .5s both ease-in;
  animation: rotateSidesOut .5s both ease-in; }

.pt-page-rotateSidesIn {
  -webkit-transform-origin: 150% 50%;
  transform-origin: 150% 50%;
  -webkit-animation: rotateSidesIn .5s both ease-out;
  animation: rotateSidesIn .5s both ease-out; }

/* slide */
.pt-page-rotateSlideOut {
  -webkit-animation: rotateSlideOut 1s both ease;
  animation: rotateSlideOut 1s both ease; }

.pt-page-rotateSlideIn {
  -webkit-animation: rotateSlideIn 1s both ease;
  animation: rotateSlideIn 1s both ease; }

/********************************* keyframes **************************************/
/* rotate sides first and scale */
@-webkit-keyframes rotateRightSideFirst {
  40% {
    -webkit-transform: rotateY(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0; } }
@keyframes rotateRightSideFirst {
  40% {
    -webkit-transform: rotateY(15deg);
    transform: rotateY(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
    opacity: 0; } }
@-webkit-keyframes rotateLeftSideFirst {
  40% {
    -webkit-transform: rotateY(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0; } }
@keyframes rotateLeftSideFirst {
  40% {
    -webkit-transform: rotateY(-15deg);
    transform: rotateY(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
    opacity: 0; } }
@-webkit-keyframes rotateTopSideFirst {
  40% {
    -webkit-transform: rotateX(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0; } }
@keyframes rotateTopSideFirst {
  40% {
    -webkit-transform: rotateX(15deg);
    transform: rotateX(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
    opacity: 0; } }
@-webkit-keyframes rotateBottomSideFirst {
  40% {
    -webkit-transform: rotateX(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0; } }
@keyframes rotateBottomSideFirst {
  40% {
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
    opacity: 0; } }
/* flip */
@-webkit-keyframes flipOutRight {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2; } }
@keyframes flipOutRight {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2; } }
@-webkit-keyframes flipInLeft {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2; } }
@keyframes flipInLeft {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2; } }
@-webkit-keyframes flipOutLeft {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2; } }
@keyframes flipOutLeft {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2; } }
@-webkit-keyframes flipInRight {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2; } }
@keyframes flipInRight {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2; } }
@-webkit-keyframes flipOutTop {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2; } }
@keyframes flipOutTop {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2; } }
@-webkit-keyframes flipInBottom {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2; } }
@keyframes flipInBottom {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2; } }
@-webkit-keyframes flipOutBottom {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2; } }
@keyframes flipOutBottom {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2; } }
@-webkit-keyframes flipInTop {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2; } }
@keyframes flipInTop {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2; } }
/* fall */
@-webkit-keyframes rotateFall {
  0% {
    -webkit-transform: rotateZ(0deg); }
  20% {
    -webkit-transform: rotateZ(10deg);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: rotateZ(17deg); }
  60% {
    -webkit-transform: rotateZ(16deg); }
  100% {
    -webkit-transform: translateY(100%) rotateZ(17deg); } }
@keyframes rotateFall {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  20% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: rotateZ(17deg);
    transform: rotateZ(17deg); }
  60% {
    -webkit-transform: rotateZ(16deg);
    transform: rotateZ(16deg); }
  100% {
    -webkit-transform: translateY(100%) rotateZ(17deg);
    transform: translateY(100%) rotateZ(17deg); } }
/* newspaper */
@-webkit-keyframes rotateOutNewspaper {
  to {
    -webkit-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0; } }
@keyframes rotateOutNewspaper {
  to {
    -webkit-transform: translateZ(-3000px) rotateZ(360deg);
    transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0; } }
@-webkit-keyframes rotateInNewspaper {
  from {
    -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0; } }
@keyframes rotateInNewspaper {
  from {
    -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
    transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0; } }
/* push */
@-webkit-keyframes rotatePushLeft {
  to {
    opacity: 0;
    -webkit-transform: rotateY(90deg); } }
@keyframes rotatePushLeft {
  to {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); } }
@-webkit-keyframes rotatePushRight {
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg); } }
@keyframes rotatePushRight {
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); } }
@-webkit-keyframes rotatePushTop {
  to {
    opacity: 0;
    -webkit-transform: rotateX(-90deg); } }
@keyframes rotatePushTop {
  to {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg); } }
@-webkit-keyframes rotatePushBottom {
  to {
    opacity: 0;
    -webkit-transform: rotateX(90deg); } }
@keyframes rotatePushBottom {
  to {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg); } }
/* pull */
@-webkit-keyframes rotatePullRight {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg); } }
@keyframes rotatePullRight {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); } }
@-webkit-keyframes rotatePullLeft {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg); } }
@keyframes rotatePullLeft {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); } }
@-webkit-keyframes rotatePullTop {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-90deg); } }
@keyframes rotatePullTop {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg); } }
@-webkit-keyframes rotatePullBottom {
  from {
    opacity: 0;
    -webkit-transform: rotateX(90deg); } }
@keyframes rotatePullBottom {
  from {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg); } }
/* fold */
@-webkit-keyframes rotateFoldRight {
  to {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg); } }
@keyframes rotateFoldRight {
  to {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg); } }
@-webkit-keyframes rotateFoldLeft {
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg); } }
@keyframes rotateFoldLeft {
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg); } }
@-webkit-keyframes rotateFoldTop {
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg); } }
@keyframes rotateFoldTop {
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg); } }
@-webkit-keyframes rotateFoldBottom {
  to {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg); } }
@keyframes rotateFoldBottom {
  to {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg); } }
/* unfold */
@-webkit-keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg); } }
@keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg); } }
@-webkit-keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg); } }
@keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg); } }
@-webkit-keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg); } }
@keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg); } }
@-webkit-keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg); } }
@keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg); } }
/* room walls */
@-webkit-keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg); } }
@keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg);
    transform: translateX(-100%) rotateY(90deg); } }
@-webkit-keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg); } }
@keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
    transform: translateX(100%) rotateY(-90deg); } }
@-webkit-keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg); } }
@keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
    transform: translateX(100%) rotateY(-90deg); } }
@-webkit-keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg); } }
@keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg);
    transform: translateX(-100%) rotateY(90deg); } }
@-webkit-keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg); } }
@keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
    transform: translateY(-100%) rotateX(-90deg); } }
@-webkit-keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg); } }
@keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg); } }
@-webkit-keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg); } }
@keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg); } }
@-webkit-keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg); } }
@keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
    transform: translateY(-100%) rotateX(-90deg); } }
/* cube */
@-webkit-keyframes rotateCubeLeftOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
  100% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg); } }
@keyframes rotateCubeLeftOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
  100% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg); } }
@-webkit-keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg); }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); } }
@keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg); }
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    transform: translateX(50%) translateZ(-200px) rotateY(45deg); } }
@-webkit-keyframes rotateCubeRightOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
  100% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg); } }
@keyframes rotateCubeRightOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
  100% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg); } }
@-webkit-keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg); }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); } }
@keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg); }
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); } }
@-webkit-keyframes rotateCubeTopOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
  100% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg); } }
@keyframes rotateCubeTopOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
  100% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg); } }
@-webkit-keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg); }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); } }
@keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg); }
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg); } }
@-webkit-keyframes rotateCubeBottomOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
  100% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg); } }
@keyframes rotateCubeBottomOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
  100% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg); } }
@-webkit-keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg); }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); } }
@keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg); }
  50% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg); } }
/* carousel */
@-webkit-keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-150%) scale(0.4) rotateY(-65deg); } }
@keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-150%) scale(0.4) rotateY(-65deg);
    transform: translateX(-150%) scale(0.4) rotateY(-65deg); } }
@-webkit-keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg); } }
@keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
    transform: translateX(200%) scale(0.4) rotateY(65deg); } }
@-webkit-keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg); } }
@keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
    transform: translateX(200%) scale(0.4) rotateY(65deg); } }
@-webkit-keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-200%) scale(0.4) rotateY(-65deg); } }
@keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-200%) scale(0.4) rotateY(-65deg);
    transform: translateX(-200%) scale(0.4) rotateY(-65deg); } }
@-webkit-keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg); } }
@keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
    transform: translateY(-200%) scale(0.4) rotateX(65deg); } }
@-webkit-keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg); } }
@keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
    transform: translateY(200%) scale(0.4) rotateX(-65deg); } }
@-webkit-keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg); } }
@keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
    transform: translateY(200%) scale(0.4) rotateX(-65deg); } }
@-webkit-keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg); } }
@keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
    transform: translateY(-200%) scale(0.4) rotateX(65deg); } }
/* sides */
@-webkit-keyframes rotateSidesOut {
  to {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(90deg); } }
@keyframes rotateSidesOut {
  to {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(90deg);
    transform: translateZ(-500px) rotateY(90deg); } }
@-webkit-keyframes rotateSidesIn {
  from {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg); } }
@keyframes rotateSidesIn {
  from {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
    transform: translateZ(-500px) rotateY(-90deg); } }
/* slide */
@-webkit-keyframes rotateSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@keyframes rotateSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes rotateSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@keyframes rotateSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0); } }
/* animation delay classes */
.pt-page-delay100 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.pt-page-delay180 {
  -webkit-animation-delay: .180s;
  animation-delay: .180s; }

.pt-page-delay200 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.pt-page-delay300 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.pt-page-delay400 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.pt-page-delay500 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.pt-page-delay700 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }

.pt-page-delay1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.pt-perspective {
  position: relative;
  width: 700px;
  height: 400px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000; }

.pt-page {
  width: 700px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.pt-page-current,
.no-js .pt-page {
  visibility: visible;
  z-index: 1; }

.no-js body {
  overflow: auto; }

.pt-page-ontop {
  z-index: 999; }

.animation-container {
  width: 25px;
  height: 25px; }
  .animation-container .animation-lights {
    width: 100%;
    height: 100%;
    display: block;
    top: 20px;
    left: 20px;
    border-radius: 700px;
    background: rgba(34, 123, 112, 0.5);
    -webkit-animation: flicker 2.25s linear infinite;
    -moz-animation: flicker 2.25s linear infinite;
    animation: flicker 2.5s linear infinite; }

@-webkit-keyframes flicker {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  10% {
    opacity: 0; }
  15% {
    opacity: 0.5; }
  20% {
    opacity: 0.25; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0.2; }
  35% {
    opacity: 1; }
  40% {
    opacity: 0.5; }
  45% {
    opacity: 1; }
  50% {
    opacity: 0; }
  55% {
    opacity: .25; }
  60% {
    opacity: .75; }
  65% {
    opacity: 0; }
  70% {
    opacity: 1; }
  75% {
    opacity: 1; }
  80% {
    opacity: 0; }
  85% {
    opacity: 1; }
  90% {
    opacity: 0; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes flicker {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  10% {
    opacity: 0; }
  15% {
    opacity: 0.5; }
  20% {
    opacity: 0.25; }
  25% {
    opacity: 1; }
  30% {
    opacity: 0.2; }
  35% {
    opacity: 1; }
  40% {
    opacity: 0.5; }
  45% {
    opacity: 1; }
  50% {
    opacity: 0; }
  55% {
    opacity: .25; }
  60% {
    opacity: .75; }
  65% {
    opacity: 0; }
  70% {
    opacity: 1; }
  75% {
    opacity: 1; }
  80% {
    opacity: 0; }
  85% {
    opacity: 1; }
  90% {
    opacity: 0; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.animation-sparkle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: sparkle 1.4s linear 1;
  -moz-animation: sparkle 1.4s linear 1;
  -ms-animation: sparkle 1.4s linear 1;
  -o-animation: sparkle 1.4s linear 1;
  animation: sparkle 1.4s linear 1;
  opacity: 0;
  width: 100px;
  height: 100px;
  background: url("../img/utilities/sparkle.png");
  position: absolute;
  top: 0;
  left: 0; }

.animation-sparkle-container {
  width: 100px;
  height: 100px;
  position: absolute; }

.animation-sparkle-med-container {
  width: 70px;
  height: 70px;
  position: absolute;
  display: none; }

.animation-sparkle-med {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: sparkle 1.6s linear 1;
  -ms-animation: sparkle 1.6s linear 1;
  -o-animation: sparkle 1.6s linear 1;
  -moz-animation: sparkle 1.6s linear 1;
  animation: sparkle 1.6s linear 1;
  opacity: 0;
  width: 70px;
  height: 70px;
  background: url("../img/utilities/sparkle_med.png");
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.animation-sparkle-small-container {
  width: 40px;
  height: 40px;
  position: absolute;
  display: none; }

.animation-sparkle-small {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: sparkle 1.6s linear 1;
  -moz-animation: sparkle 1.6s linear 1;
  -ms-animation: sparkle 1.6s linear 1;
  -o-animation: sparkle 1.6s linear 1;
  animation: sparkle 1.6s linear 1;
  opacity: 0;
  width: 40px;
  height: 40px;
  background: url("../img/utilities/sparkle_small.png");
  position: absolute;
  top: 0;
  left: 0; }

@-webkit-keyframes sparkle {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
    opacity: 0; } }
@-moz-keyframes sparkle {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    -moz-transform: rotate(180deg);
    opacity: 0; } }
@-ms-keyframes sparkle {
  0% {
    -ms-transform: rotate(0deg);
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    -ms-transform: rotate(180deg);
    opacity: 0; } }
@-o-keyframes sparkle {
  0% {
    -o-transform: rotate(0deg);
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    -o-transform: rotate(180deg);
    opacity: 0; } }
@keyframes sparkle {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0; } }
.container-flicker {
  width: 20px;
  height: 20px;
  position: absolute;
  transform-origin: center bottom;
  -webkit-animation-name: candle_flicker;
  animation-name: candle_flicker;
  top: 30px;
  left: 40px;
  -webkit-animation-duration: 3ms;
  animation-duration: 3ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }
  .container-flicker .flame {
    bottom: 0%;
    position: absolute;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    transform: rotate(-45deg) scale(1.5, 1.5); }
  .container-flicker .yellow {
    left: 25%;
    width: 50%;
    height: 50%;
    background: gold;
    box-shadow: 0px 0px 9px 4px gold; }
  .container-flicker .orange {
    left: 16.66666666666667%;
    width: 66.66666666666667%;
    height: 66.66666666666667%;
    background: #ffc75f;
    box-shadow: 0px 0px 9px 4px #ffc75f; }
  .container-flicker .red {
    left: 8.333333333333333%;
    width: 83.33333333333333%;
    height: 83.33333333333333%;
    background: #ff8356;
    box-shadow: 0px 0px 5px 4px #ff8356; }
  .container-flicker .white {
    left: 25%;
    bottom: 6.666666666666667%;
    width: 50%;
    height: 50%;
    background: #ffc75f;
    box-shadow: 0px 0px 9px 4px #ffc75f; }
  .container-flicker .circle {
    border-radius: 50%;
    position: absolute; }
  .container-flicker .blue {
    width: 16.66666666666667%;
    height: 16.66666666666667%;
    left: 40%;
    bottom: 23.66666666666667%;
    background: white;
    box-shadow: 0px 0px 15px 10px white; }
  .container-flicker .black {
    width: 66.66666666666667%;
    height: 66.66666666666667%;
    left: 16.66666666666667%;
    bottom: -100%;
    background: transparent;
    box-shadow: 0px 0px 15px 10px transparent; }

@-webkit-keyframes candle_flicker {
  0% {
    -webkit-transform: rotate(-1deg); }
  20% {
    -webkit-transform: rotate(1deg); }
  40% {
    -webkit-transform: rotate(-1deg); }
  60% {
    -webkit-transform: rotate(1deg) scaleY(1.18); }
  80% {
    -webkit-transform: rotate(-2deg) scaleY(0.62); }
  100% {
    -webkit-transform: rotate(1deg); } }
@-ms-keyframes candle_flicker {
  0% {
    -ms-transform: rotate(-1deg); }
  20% {
    -ms-transform: rotate(1deg); }
  40% {
    -ms-transform: rotate(-1deg); }
  60% {
    -ms-transform: rotate(1deg) scaleY(1.18); }
  80% {
    -ms-transform: rotate(-2deg) scaleY(0.62); }
  100% {
    -ms-transform: rotate(1deg); } }
@-moz-keyframes candle_flicker {
  0% {
    -moz-transform: rotate(-1deg); }
  20% {
    -moz-transform: rotate(1deg); }
  40% {
    -moz-transform: rotate(-1deg); }
  60% {
    -moz-transform: rotate(1deg) scaleY(1.18); }
  80% {
    -moz-transform: rotate(-2deg) scaleY(0.62); }
  100% {
    -moz-transform: rotate(1deg); } }
@-o-keyframes candle_flicker {
  0% {
    -o-transform: rotate(-1deg); }
  20% {
    -o-transform: rotate(1deg); }
  40% {
    -o-transform: rotate(-1deg); }
  60% {
    -o-transform: rotate(1deg) scaleY(1.18); }
  80% {
    -o-transform: rotate(-2deg) scaleY(0.62); }
  100% {
    -o-transform: rotate(1deg); } }
@keyframes candle_flicker {
  0% {
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  20% {
    -moz-transform: rotate(1deg);
    transform: rotate(1deg); }
  40% {
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg); }
  60% {
    -moz-transform: rotate(1deg) scaleY(1.18);
    transform: rotate(1deg) scaleY(1.18); }
  80% {
    -moz-transform: rotate(-2deg) scaleY(0.62);
    transform: rotate(-2deg) scaleY(0.62); }
  100% {
    -moz-transform: rotate(1deg);
    transform: rotate(1deg); } }
.reindeer {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1; }

i.snow {
  background-image: url("/assets/img/sprites/snow_sprite.png");
  display: block;
  position: absolute; }

i.snow-far {
  height: 8px;
  width: 7px;
  background-position: -30px -38px; }

i.snow-near {
  background-position: 1px 1px;
  height: 12px;
  width: 12px; }

i.snow-medium {
  background-position: -16px -19px;
  height: 12px;
  width: 11px; }

.stars {
  z-index: 0;
  position: absolute;
  /* width: 420em; height: 70em; */
  background-image: url(http://www.14denoviembre.es/img/hori.png), url(http://www.14denoviembre.es/img/stars_5.png);
  background-repeat: repeat-x,repeat-x repeat-y;
  transform: translate3D(0em, 0em, 0);
  animation: stars 21s ease;
  transform-style: preserve-3d; }

i.leaf {
  display: block;
  position: absolute; }

i.leaf_small4 {
  background-image: url("/assets/img/sprites/small4.png");
  width: 16px;
  height: 10px; }

i.leaf_small3 {
  background-image: url("/assets/img/sprites/small3.png");
  width: 25px;
  height: 24px; }

i.leaf_small2 {
  background-image: url("/assets/img/sprites/small2.png");
  width: 26px;
  height: 27px; }

i.leaf_small1 {
  background-image: url("/assets/img/sprites/small1.png");
  width: 15px;
  height: 28px; }

.panzoom {
  -webkit-animation: zoom_center 6s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards !important;
  -moz-animation: zoom_center 6s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards !important;
  -ms-animation: zoom_center 6s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards !important;
  -o-animation: zoom_center 6s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards !important;
  animation: zoom_center 6s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards !important; }

.zoom_left {
  animation: zoom_left 6s; }

.zoom_right {
  animation: zoom_right 6s; }

@-webkit-keyframes panzoom {
  to {
    -webkit-transform: scale(1.075); } }
@-webkit-keyframes panzoom_right {
  40% {
    -webkit-transform: scale(1.075) translate(-4.5%); }
  80% {
    -webkit-transform: scale(1.075) translate(4.5%); }
  100% {
    -webkit-transform: scale(1) translate(0%); } }
@-ms-keyframes panzoom {
  40% {
    -ms-transform: scale(1.075) translate(4.5%); }
  80% {
    -ms-transform: scale(1.075) translate(-4.5%); }
  100% {
    -ms-transform: scale(1) translate(0%); } }
@-ms-keyframes panzoom_right {
  40% {
    -ms-transform: scale(1.075) translate(-4.5%); }
  80% {
    -ms-transform: scale(1.075) translate(4.5%); }
  100% {
    -ms-transform: scale(1) translate(0%); } }
@-moz-keyframes panzoom {
  40% {
    -moz-transform: scale(1.075) translate(4.5%); }
  80% {
    -moz-transform: scale(1.075) translate(-4.5%); }
  100% {
    -moz-transform: scale(1) translate(0%); } }
@-moz-keyframes panzoom_right {
  40% {
    -moz-transform: scale(1.075) translate(-4.5%); }
  80% {
    -moz-transform: scale(1.075) translate(4.5%); }
  100% {
    -moz-transform: scale(1) translate(0%); } }
@-o-keyframes panzoom {
  40% {
    -o-transform: scale(1.075) translate(4.5%); }
  80% {
    -o-transform: scale(1.075) translate(-4.5%); }
  100% {
    -o-transform: scale(1) translate(0%); } }
@-o-keyframes panzoom_right {
  40% {
    -o-transform: scale(1.075) translate(-4.5%); }
  80% {
    -o-transform: scale(1.075) translate(4.5%); }
  100% {
    -o-transform: scale(1) translate(0%); } }
@keyframes panzoom {
  40% {
    transform: scale(1.075) translate(4.5%); }
  80% {
    transform: scale(1.075) translate(-4.5%); }
  100% {
    transform: scale(1) translate(0%); } }
@keyframes panzoom_right {
  40% {
    transform: scale(1.075) translate(-4.5%); }
  80% {
    transform: scale(1.075) translate(4.5%); }
  100% {
    transform: scale(1) translate(0%); } }
@keyframes zoom_center {
  to {
    transform: scale(1.075); } }
@-ms-keyframes zoom_center {
  to {
    -ms-transform: scale(1.075); } }
@-webkit-keyframes zoom_center {
  to {
    -webkit-transform: scale(1.075); } }
@-o-keyframes zoom_center {
  to {
    -o-transform: scale(1.075); } }
@-moz-keyframes zoom_center {
  to {
    -moz-transform: scale(1.075); } }
@keyframes zoom_left {
  100% {
    transform: scale(2); } }
@keyframes zoom_right {
  100% {
    transform: scale(3); } }
/*
|------------------------
| Home
|------------------------
*/
.process::after {
  clear: both;
  content: "";
  display: table; }
.process h2 {
  font-size: 1.9em; }
.process .process__step {
  float: left;
  width: 20%;
  margin-right: 6.6%; }
  .process .process__step:nth-of-type(4) {
    margin-right: 0; }
  @media (max-width: 900px) {
    .process .process__step {
      width: 40%;
      margin-right: 20%; }
      .process .process__step:nth-of-type(2n) {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .process .process__step {
      width: 100%;
      margin: 0; } }
  .process .process__step h4 {
    margin: 0;
    color: #287D7D;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    min-height: 2.4em; }
  .process .process__step .process__step__text {
    font-size: 1em;
    line-height: 1.4;
    text-align: left; }
    @media (max-width: 900px) {
      .process .process__step .process__step__text {
        line-height: 1.3; } }

.remove {
  display: none !important; }

html, body {
  height: 100%; }

.modalBackground {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999; }

.modalBox {
  background: #75c58b;
  border-radius: 5px 5px 9px 9px;
  border-bottom: 5px solid #558964;
  min-height: 10px;
  max-width: 485px;
  margin: 0 auto;
  z-index: 9999; }
  @media only screen and (max-width: 500px) {
    .modalBox {
      width: 90%;
      max-height: 511px;
      overflow-y: scroll;
      height: 80%; } }

#everydayModal {
  padding: 1.75em 0 0;
  text-align: center;
  margin-top: 3em;
  position: relative; }
  #everydayModal .title, #everydayModal .content {
    max-width: 80%;
    margin: 0 auto; }
  #everydayModal .content h3, #everydayModal .content p {
    color: #fff; }
  #everydayModal .content h3, #everydayModal .content .coolIsThat {
    font-size: 22px;
    font-weight: 600; }
  #everydayModal .content p {
    font-size: 16px; }
  #everydayModal .closeModal {
    position: absolute;
    top: 4px;
    z-index: 9999;
    right: -3em; }
  @media only screen and (max-width: 627px) {
    #everydayModal .closeModal {
      position: relative;
      top: 0;
      right: 0;
      z-index: 1;
      padding: 2em;
      display: block;
      max-width: 50%;
      margin: 0 auto; }
    #everydayModal .content .coolIsThat {
      margin-bottom: 0; } }
