/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */

select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix placeholder font properties inheritance.
 */

::-webkit-input-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Table
   ========================================================================== */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

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

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}







@font-face { font-family: 'cinzel_decorativeblack';
    src: url('font/cinzeldecorative-black-webfont.woff2') format('woff2'),
         url('font/cinzeldecorative-black-webfont.woff') format('woff');
    font-weight: normal; font-style: normal; }


@font-face { font-family: 'open_sansregular';
    src: url('font/opensans-regular-webfont.woff2') format('woff2'),
         url('font/opensans-regular-webfont.woff') format('woff');
    font-weight:normal; font-style:normal; }


@font-face { font-family:'mv_boliregular';
    src: url('font/mvboli-webfont.woff2') format('woff2'),
         url('font/mvboli-webfont.woff') format('woff');
    font-weight: normal; color:#333;
    font-style: normal; }


@font-face { font-family: 'francesuncial';
    src: url('font/frances-uncial-webfont.woff2') format('woff2'),
         url('font/frances-uncial-webfont.woff') format('woff');
    font-weight: normal; font-style: normal; }
    /* ---- base ---- */



@font-face { font-family:'special_eliteregular';
    src: url('font/specialelite-webfont.eot');
    src: url('font/specialelite-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/specialelite-webfont.woff') format('woff'),
         url('font/specialelite-webfont.ttf') format('truetype'),
         url('font/specialelite-webfont.svg#special_eliteregular') format('svg');
    font-weight:lighter; font-style:normal; }


@font-face { font-family:'vegacute_demoregular';
    src: url('font/vegacute-webfont.woff2') format('woff2'),
         url('font/vegacute-webfont.woff') format('woff');
    font-weight:normal; font-style:normal; }


html,body{ 
  width:100%;
  height:100%;
  background:#000;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
        transition:all 0.9s linear; -webkit-transition:all 0.9s linear; -moz-transition:all 0.9s linear; -o-transition:all 0.9s linear; -ms-transition:all 0.9s linear; 

}


/* ---- particles.js container ---- */


/* back to top */
.toTop:hover { opacity:0.8; }
.toTop { text-decoration:none; position:fixed; bottom:2%; right:2%; width:39px; height:39px; display:none; z-index:101; }



#myCanvas { width:100%;height:100%;z-index:2;position:absolute;top:0;left:0;

    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
    cursor: url('../img/faerr.cur'), url('img/faerr.cur'), n-resize !important !important; /* standard: note the different path for the .cur file */
    cursor: url('img/faerr.cur'), n-resize\9; /* IE 8 and below */
    *cursor: url('img/faerr.cur'), n-resize; /* IE 7 and below */
    _cursor: url('img/faerr.cur'), n-resize; /* IE 6 */
  cursor: url('http://www.earthfaerie.co.za/cssjs/img/faerr.cur') 27 7,auto !important;
  }



body { }

body .transforma { 
  margin:0;
  padding:0;
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.title h1 { font-family:'francesuncial';
   font-size:188%; color:#333; text-indent:0;
}
.title h2 { font-family:'francesuncial'; padding:1%;
   font-size:144%; color:#333; text-indent:1%;
}

h6 { font-family:'special_eliteregular'; font-weight:lighter; font-size:21px; text-align:right; padding-top:11px; }


p { font-family: 'open_sansregular'; padding:1%;
  font-size:17px;
  line-height: 130%;
  color: #333;
}
#msg { font-family:'vegacute_demoregular'; font-size:244%; color:#5A0291; font-weight:bold;
text-shadow:0px 0px 18px #fff; }

.slide { background-size:cover;
  position: relative;
  padding: 25vh 10%;
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
  transform-style: preserve-3d;
}

.recyc { position:absolute !important; bottom:0; right:0; height:52px; width:auto; margin:4px; }

/*

h5 {color:#fff; position:absolute; padding:5px; z-index:999;
 left:33%; top:80%;font-size:24px; font-weight:bold;

-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg); 
}

*/

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 19s linear infinite;
  -moz-animation: rotating 19s linear infinite;
  -ms-animation: rotating 19s linear infinite;
  -o-animation: rotating 19s linear infinite;
  animation: rotating 19s linear infinite;
}


#welcomeBackground,
#contactBackground,
#findusBackground { float:left; z-index:99; height:30%; width:100%; border:2px solid green; margin:18px 0; }

#welcomeBackground:hover,
#contactBackground:hover,
#findusBackground:hover { z-index:99; border: 2px solid red; }

.whatamark { position:absolute;z-index:19;left:49%;top:22px;width:10.5%;height:auto; min-width:99px;

    animation-name: opa;
  animation-duration:2s;
  animation-iteration-count:1;
  animation-timing-function:ease-in; }
 
#contact{ position:absolute; z-index:99; height:22%; bottom:17%; left:3%; width:auto; background-size:20%,20%;

    animation-name: opa;
  animation-duration:2s;
  animation-iteration-count:1;
  animation-timing-function:ease-in;   }

#contact p { font-family:'cinzel_decorativeblack'; font-size:29px; font-weight:lighter; color:#446102; text-decoration:none; 
    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
    cursor: url('../img/faerr2.cur'), url('img/faerr2.cur'), n-resize !important !important; /* standard: note the different path for the .cur file */
    cursor: url('img/faerr2.cur'), n-resize\9; /* IE 8 and below */
    *cursor: url('img/faerr2.cur'), n-resize; /* IE 7 and below */
    _cursor: url('img/faerr2.cur'), n-resize; /* IE 6 */
cursor: url('http://earthfaerie.co.za/cssjs/img/faerr2.cur')27 7,auto !important;

 text-shadow:0px 0px 6px #fff;
      transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o-transition:all 0.2s linear; -ms-transition:all 0.2s linear; 

 }


#contact p.welcomeus {  color:#981102;
  -webkit-transform:rotate(-9deg);
      -ms-transform: rotate(-9deg);
      -moz-transform:rotate(-9deg);
      -o-transform: rotate(-9deg);
       transform: rotate(-9deg); }


#contact p.products {  color:#530A76;
  -webkit-transform:rotate(-7deg);
      -ms-transform: rotate(-7deg);
      -moz-transform:rotate(-7deg);
      -o-transform: rotate(-7deg);
       transform: rotate(-7deg); }

#contact p.contactus {  color:#0A4176;
  -webkit-transform:rotate(-4deg);
      -ms-transform: rotate(-4deg);
      -moz-transform:rotate(-4deg);
      -o-transform: rotate(-4deg);
       transform: rotate(-4deg); }

#contact p:hover { font-size:36px; color:#000; text-decoration:none;
      transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o-transition:all 0.2s linear; -ms-transition:all 0.2s linear; 

      -webkit-transform:rotate(-2deg);
      -ms-transform: rotate(-2deg);
      -moz-transform:rotate(-2deg);
      -o-transform: rotate(-2deg);
       transform: rotate(-2deg);
        }


img.parallax { position: absolute; top:48%; width:44%; height:auto; max-width:333px;
  transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  -webkit-transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  -ms-transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  -moz-transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  -o-transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
  padding: 10px;
  border-radius: 5px;
  background: rgba(240,230,220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}



img.parallax:last-of-type { 
  transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-30%) rotate(-5deg);
  -webkit-transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-30%) rotate(-5deg);
  -ms-transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-30%) rotate(-5deg);
  -moz-transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-30%) rotate(-5deg);
  -o-transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-30%) rotate(-5deg);
}

.slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
}

.title { text-indent:3%;
  width:50%; margin:1%;
  padding:2% 3%;
  border-radius: 5px;
  background: rgba(240,230,220, .8);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

.slide:nth-child(2n+1) .title {
  margin-left:-4%;
  margin-right: auto;
}

.slide:nth-child(2n) .title {
  margin-left: auto;
  margin-right:-4%;
}

.slide, .slide:before { 
  background: 50% 50% / cover;  
}


.header { background-width:100% !important;
  text-align: center;
  font-size: 175%;
  color: #fff;
  text-shadow: 0 2px 2px #000;

    animation-name: opa;
  animation-duration:1s;
  animation-iteration-count:1;
  animation-timing-function:ease-in;  
}

#title { background-image: url("img/7.jpg"); 
background-size:cover;  z-index:1;
}

#slide1 { background-image: url("img/bees.jpg");
  z-index:1;
}


#slide2:before { background-image: url("img/spare.jpg");
  transform: translateZ(-1px) scale(2);
  z-index:-1;
}

#slide3 { background-image: url("img/rosemary.jpg");
  z-index:1;
}

#slide4:before { background-image: url("img/turmeric.jpg");
  transform: translateZ(-1px) scale(2);
  z-index:-1;
}

#slide5 { background-image: url("img/oli.jpg");
  z-index:1;
}

#slide10 { background-image: url("img/gotu-kola.jpg");
  z-index:1;
}


#slide9:before { background-image: url("img/passionflower_bee.jpg");
  transform: translateZ(-1px) scale(2);
  z-index:-1;
}


#slide11:before { background-image: url("img/rosemary33.jpg");
  transform: translateZ(-1px) scale(2);
  z-index:-1;
}





#slide7 { background-image: url("img/ginger.png");
  z-index:1;
}
#slide8:before { background-image: url("img/lavender.jpg");
/*  transform: translateZ(-1px) scale(2); */
  z-index:-1;
}

#slide8 .title p { font-family: 'mv_boliregular'; font-size:16px; color: #333; }
#slide8 .title h1 { text-indent:13%;text-align:left;display:inline; }

.seventoo { width:72%; }

.finnacle { margin:0; width:100%; max-width:981px; padding:22px 0; margin-left:auto !important; margin-right:auto !important; }


img.laxone, img.laxtwo { position: absolute; top:11%; left:55%; width:44%; height:auto; max-width:333px; z-index:23;
  padding: 10px; border-radius:5px; background:rgba(240,230,220,.7); box-shadow:0 0 8px rgba(0, 0, 0, .7); 

  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
}
img.laxtwo { top:48%; left:63%; z-index:12;
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
}



h1 {
  text-align: center;
  font-family: Montserrat,sans-serif;
  color: #333;
}

  .accordion { height:auto; }

  .accordion ul li {
    position: relative; float:left; margin:2px;

    width:49%; height:99px !important;
    -webkit-transition: none;
    transition: none;
  }


  .accordion ul { padding-left:1%; }
  .accordion ul li div { height:99px; overflow:hidden;}
  .accordion ul li a { color:#fff; 
        transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o-transition:all 0.2s linear; -ms-transition:all 0.2s linear; 
}
  .accordion ul li a:hover { margin-left:11px; 
    text-shadow:0px 0px 8px #fff;
}
  .accordion ul li:hover { background-size:111%;
}

.accordion ul li div h6 { color:#fff; font-size:21px; margin-bottom:0; top:-16px; text-align:left;
text-shadow:0px 0px 8px #000;
}
.accordion ul li div p { color:#fff; bottom:0; font-weight:bold; font-size:14px; margin:0; padding:0;
text-shadow:0px 0px 8px #000; text-align:left;
 }
.accordion ul li div * { opacity:1; }

.colourbg { background: rgba(0, 0, 0, 0.4); }

.about {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #666;
}
.about a {
  color: blue;
  text-decoration: none;
}
.about a:hover {
  text-decoration: underline;
}



.fb { position:absolute; top:22px; right:22px; z-index:22; }





#root { position:relative; display:block; margin:0 auto; text-align:center; width:90%; height:1px; }
.inview { }


.bird { z-index:19; position:absolute; top:999px; left:1444px; width:99px; height:104px; background:url(img/bird.gif) no-repeat;
    -moz-animation-name:fly;
  -moz-animation-duration:18s;
  -moz-animation-timing-function:ease-out;
  -moz-animation-iteration-count:1;  
  -moz-animation-delay:9s;
  -moz-animation-play-state:running;
  -moz-animation-fill-mode:forwards; 

    -webkit-animation-name:fly;
  -webkit-animation-duration:18s;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-iteration-count:1;  
  -webkit-animation-delay:9s;
  -webkit-animation-play-state:running;
  -webkit-animation-fill-mode:forwards; 

    -ms-animation-name:fly;
  -ms-animation-duration:18s;
  -ms-animation-timing-function:ease-out;
  -ms-animation-iteration-count:1;  
  -ms-animation-delay:9s;
  -ms-animation-play-state:running;
  -ms-animation-fill-mode:forwards; 

    -o-animation-name:fly;
  -o-animation-duration:18s;
  -o-animation-timing-function:ease-out;
  -o-animation-iteration-count:1;  
  -o-animation-delay:9s;
  -o-animation-play-state:running;
  -o-animation-fill-mode:forwards; 

    animation-name:fly;
  animation-duration:18s;
  animation-timing-function:ease-out;
  animation-iteration-count:1;  
  animation-delay:9s;
  animation-play-state:running;
  animation-fill-mode:forwards; 

}


/* contact form */


.contac { width:76%; margin:2% auto; z-index:9; overflow:hidden; position:absolute; z-index:14;}
#gb_form { margin-top:11px; }
.main_formhead, .formhead { font-size:15px; color:#222; }
fieldset#formwrap { background:0; }
fieldset { text-align:center; border:none; }
legend, dt { font-weight:bold; color:#555; }
label { font-family:'mv_boliregular'; color:#222; font-size:19px; font-weight:normal; }
input.med, input.short, select.med, textarea.textbox {  border:none; border-radius:9px;
font-family:'quicksandregular'; font-size:17px; font-weight:bold; color:#555; padding:11px 0; text-indent:4%; margin:3px 0; width:100%; background-color:#ddd;
box-shadow:inset 0px 0px 6px #9BA22E;
-moz-box-shadow:inset 0px 0px 6px #9BA22E;
-webkit-box-shadow:inset 0px 0px 6px #9BA22E;
-ms-box-shadow:inset 0px 0px 6px #9BA22E;
-o-box-shadow:inset 0px 0px 6px #9BA22E;
     transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;   }
input.short { width:55px; font-family:'verdana'; font-size:17px; font-weight:normal; }
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color:#555; background-color:#fff; }
span.error, dt.error, strong.error { color:#D02F16; }
span.success { color:#87CC00; font-weight:bold; }
span.success h3 {  }

abbr, .abbr { cursor:help; border-bottom:1px dotted #999; }
dl#result_dl_blockq dt, dl.result_dl_blockq dt { color:#669900; }
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote { margin-left:20px; }
div#hf_form_div span.items { font-weight:bold; color:#cc9900; }











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

 .recyc { position:relative; margin:0 auto; }
 .seventoo { width:81%; }
  #slide5:before { padding-left:3%;  }

#contact{ bottom:13%; }
 #contact p { font-size:27px !important; }
 #contact p:hover { font-size:30px !important; }
 #msg { font-size:222%; }
 .whatamark { left:46%;top:27px; }


.finnacle { height:auto !important; width:96%;}
  .accordion ul { padding-left:0;}
  .accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover {
    width:99%; float:none;
}


@media screen and (max-width: 603px) {
  body {
    margin: 0;
  }

  #slide5:before { padding-left:0 !important; padding-right:0 !important; height:auto !important;}

#contact p { font-size:32px; }


  img.parallax, img.laxone, img.laxtwo { width:42%; height:auto; }
 .slide .title p { text-align:justify; }

#contact{ bottom:9%; }
 #contact p { font-size:23px !important; }
 #contact p:hover { font-size:27px !important; }
  #msg { font-size:202%; }

 .whatamark { left:42%; }

}






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

 .seventoo { width:90%; }

  #msg { font-size:188%; }

img.parallax { width:54%;
  position:relative;
float:none; left:0 !important; right:18%; margin-top:0 !important; margin-bottom:0 !important;
display:inline-block;

  transform: translateZ(0) scale(1) translateX(18%) translateY(0) rotate(-4deg);
  -webkit-transform: translateZ(0) scale(1) translateX(18%) translateY(0) rotate(-4deg);
  -ms-transform: translateZ(0) scale(1) translateX(18%) translateY(0) rotate(-4deg);
  -moz-transform: translateZ(0) scale(1) translateX(18%) translateY(0) rotate(-4deg);
  -o-transform: translateZ(0) scale(1) translateX(18%) translateY(0) rotate(-4deg);
}

 .whatamark { left:36%; }

.title { width:94%; }
#slide8 .title { text-indent:0; }
img.parallax:last-of-type { width:54%; float:none; left:18%; right:0 !important; margin-top:0 !important; margin-bottom:0 !important; display:inline-block;

  transform: translateZ(0) scale(1) translateX(22%) translateY(0) rotate(3deg) !important;
  -webkit-transform: translateZ(0) scale(1) translateX(22%) translateY(0) rotate(3deg) !important;
  -ms-transform: translateZ(0) scale(1) translateX(22%) translateY(0) rotate(3deg) !important;
  -moz-transform: translateZ(0) scale(1) translateX(22%) translateY(0) rotate(3deg) !important;
  -o-transform: translateZ(0) scale(1) translateX(22%) translateY(0) rotate(3deg) !important;
}
img.laxone { width:81% !important; left:11%; position:relative;}
img.laxtwo { display:none; }


.accordion ul li div a h6 {
  font-size:20px;
  margin-bottom:0;
  top:-16px;
}
.accordion ul li div a p {
  top:13px; color:#fff; font-weight:bold;
  font-size:14px;
}

#contact p { font-size:30px; }



.slide { padding-left:0 !important; padding-right:0 !important; margin-left:0 !important; margin-right:0 !important; width:100%; }
.title { padding-left:0 !important; padding-right:0 !important; margin-left:2% !important; margin-right:2% !important; width:96%; }
#slide8 .title { padding:9px 2% !important; width:92% !important; }
.slide p { font-size:15px; padding:2px 3%; }
.title h1 { font-size:180%; }
img.parallax { margin-top:-50px !important; margin-bottom:44px; }
img.parallax:last-of-type { margin-top:-50px !important; margin-bottom:44px; }

.title { padding-bottom:55px; margin-top:44px; }
.seventoo, .finnacle { padding-bottom:11px !important; }
.copyrite { width:100% !important; }
}

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

img.parallax { width:63%;}
img.parallax:last-of-type { width:63%;}
}


@-moz-keyframes opa {
  0%   { opacity:0; display:none; }  
  9%   { opacity:0; display:none; }  
  100% { opacity:1; }}


@-webkit-keyframes opa {
  0%   { opacity:0; display:none; }  
  9%   { opacity:0; display:none; }  
  100% { opacity:1; }}


@-ms-keyframes opa {
  0%   { opacity:0; display:none; }  
  9%   { opacity:0; display:none; }  
  100% { opacity:1; }}


@-o-keyframes opa {
  0%   { opacity:0; display:none; }  
  9%   { opacity:0; display:none; }  
  100% { opacity:1; }}


@keyframes opa {
  0%   { opacity:0; display:none; }  
  9%   { opacity:0; display:none; }  
  100% { opacity:1; }}





@-moz-keyframes fly {
  0% { top:999px; left:1444px;
  -webkit-transform:scale(0.9);
-ms-transform: scale(0.9);
-moz-transform:scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9); }

  100% { top:963px; left:-258px;
    -webkit-transform:scale(0.3);
-ms-transform: scale(0.3);
-moz-transform:scale(0.3);
-o-transform: scale(0.3);
transform: scale(0.3); }}

@-webkit-keyframes fly {
  0% { top:999px; left:1444px;
  -webkit-transform:scale(0.9);
-ms-transform: scale(0.9);
-moz-transform:scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9); }

  100% { top:963px; left:-258px;
    -webkit-transform:scale(0.3);
-ms-transform: scale(0.3);
-moz-transform:scale(0.3);
-o-transform: scale(0.3);
transform: scale(0.3); }}

@-ms-keyframes fly {
  0% { top:999px; left:1444px;
  -webkit-transform:scale(0.9);
-ms-transform: scale(0.9);
-moz-transform:scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9); }

  100% { top:963px; left:-258px;
    -webkit-transform:scale(0.3);
-ms-transform: scale(0.3);
-moz-transform:scale(0.3);
-o-transform: scale(0.3);
transform: scale(0.3); }}

@-o-keyframes fly {
  0% { top:999px; left:1444px;
  -webkit-transform:scale(0.9);
-ms-transform: scale(0.9);
-moz-transform:scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9); }

  100% { top:963px; left:-258px;
    -webkit-transform:scale(0.3);
-ms-transform: scale(0.3);
-moz-transform:scale(0.3);
-o-transform: scale(0.3);
transform: scale(0.3); }}

@keyframes fly {
  0% { top:999px; left:1444px;
  -webkit-transform:scale(0.9);
-ms-transform: scale(0.9);
-moz-transform:scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9); }

  100% { top:963px; left:-258px;
    -webkit-transform:scale(0.3);
-ms-transform: scale(0.3);
-moz-transform:scale(0.3);
-o-transform: scale(0.3);
transform: scale(0.3); }}



