/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================

   Extra styles from h5bp main css
   https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css

   ========================================================================== */
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Bits and pieces grabbed from Skeleton base css
   https://github.com/dhgamache/Skeleton/blob/master/stylesheets/base.css
   ========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
/* ==========================================================================

   I CAN HAZ MORE CSS

   ========================================================================== */
body {
  text-rendering: optimizeLegibility;
}
:focus {
  outline: none;
}
nav,
menu {
  margin: 0;
  padding: 0;
}
nav ul,
menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li:before,
menu ul li:before {
  content: '';
}
input,
button,
textarea {
  border: none;
  margin: 0;
}
button {
  cursor: pointer;
}
a.tel {
  cursor: default;
  color: inherit;
}
a.tel:hover {
  color: inherit;
}
.no-js {
  width: 100%;
  text-align: center;
  padding: 10px 50px;
  background: #ffee9f;
  position: absolute;
}
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/**
  based on http://www.markdotto.com/bootstrap/
  v 0.11
  */
/* Mixins
-------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
/**
  retina.less
  A helper mixin for applying high-resolution background images (http://www.retinajs.com)
  https://github.com/imulus/retinajs/blob/master/src/retina.less
  */
.text-shadow-dark {
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
}
.text-shadow-light {
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.sans-serif {
  font-family: "open-sans", sans-serif;
}
.serif {
  font-family: "chaparral-pro", "Georgia", serif;
}
html {
  min-height: 100%;
}
body {
  background: #979797 url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/massage_bg.jpg") no-repeat fixed center top;
  background-size: cover;
  color: #333333;
  min-height: 100%;
  width: 100%;
  font-family: "open-sans", sans-serif;
}
.wrap {
  width: 780px;
  margin: 0 auto;
}
h1 {
  font-size: 2.5em;
  line-height: 1.05;
  color: #fff;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.375em;
}
h4 {
  font-size: 1em;
}
h1,
h2,
h3,
h4 {
  font-family: "chaparral-pro", "Georgia", serif;
  font-weight: normal;
}
p.footnote {
  font-size: 0.875em;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
p a {
  border-bottom: 1px dotted #333333;
}
p a:hover {
  border-color: #fff;
}
.button {
  font-family: "chaparral-pro", "Georgia", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1.125em;
  display: block;
}
p .button {
  display: inline;
}
p .button:hover {
  color: #fff;
}
blockquote {
  background: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/quote.png") no-repeat;
  padding-left: 30px;
  margin-left: 0;
}
.sprite {
  display: block;
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/sprite.png");
  background-repeat: no-repeat;
}
.icon {
  float: left;
  display: block;
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/sprite.png");
  background-repeat: no-repeat;
  height: 24px;
  width: 20px;
  margin-right: 5px;
}
.icon.phone {
  background-position: 0 -24px;
}
.icon.email {
  background-position: 0 -48px;
}
.icon.close {
  background-position: 0 -72px;
}
.icon.facebook {
  background-position: 0 -102px;
}
.icon.twitter {
  background-position: 0 -132px;
}
.icon.linkedin {
  background-position: 0 -162px;
}
/* setting the default bg color */
.color-bg {
  background-color: #97d1b1;
  background-color: rgba(152, 210, 178, 0.8);
}
.avatar a {
  display: block;
}
.avatar img {
  height: 150px;
  width: 150px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: 5px solid #fff;
  border: 5px solid rgba(255, 255, 255, 0.8);
}
.avatar a:hover img {
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0.3);
}
.wp-caption {
  margin: 1.5em 0;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.wp-caption-text {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.875em;
  margin-top: 0;
  padding: 5px 10px;
}
.gform_wrapper li {
  padding-left: 0 !important;
}
.gform_wrapper input,
.gform_wrapper textarea {
  padding: 5px 10px !important;
  font-size: 0.875em !important;
  color: #333;
}
.gform_wrapper .button {
  color: #fff;
  background: #333333;
  font-size: 1.125em !important;
  width: 125px;
  padding: 8px 10px 6px !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.gform_wrapper .button:hover {
  color: #97d1b1;
  background: #fff;
}
.gfield_description {
  font-weight: normal;
  font-style: normal;
}
table {
  border-top: 3px solid #333333;
  margin: 20px 0;
  font-size: 0.875em;
}
tr {
  border-bottom: 1px solid #333333;
}
tr:hover {
  background: rgba(0, 0, 0, 0.05);
}
td {
  padding: 5px 10px 5px 0;
}
/*
  ####################################################
  --------------------------------------------------
  ################################################
  ##############################################
  ################################################
  --------------------------------------------------
  ####################################################
*/
header {
  border-bottom: 1px solid #97d1b1;
}
#wordmark {
  display: block;
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/sprite.png");
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  height: 26px;
  width: 121px;
  background-position: -22px 0;
  margin: 22px 0;
  position: relative;
}
#wordmark a {
  display: block;
  height: 100%;
  width: 100%;
}
.main-nav {
  font-weight: bold;
  font-size: 0.875em;
  margin-top: 22px;
  float: left;
}
.main-nav ul {
  zoom: 1;
}
.main-nav ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.main-nav li {
  float: left;
  margin-right: 40px;
  line-height: 40px;
  position: relative;
  min-width: 45px;
  border-bottom: 8px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.main-nav li:hover,
.main-nav li.current-menu-item,
.main-nav li.current-page-ancestor {
  border-bottom: 8px solid #97d1b1;
}
.main-nav a {
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
}
.main-nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  border-top: 1px solid #97d1b1;
  top: 48px;
  width: 170px;
}
.main-nav .sub-menu li {
  float: none;
  line-height: 16px;
  margin-bottom: 1px;
  border-bottom: none !important;
  background: #97d1b1;
}
.main-nav .sub-menu li.gap {
  margin-top: 5px;
}
.main-nav .sub-menu li a {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
}
.main-nav .sub-menu li a:hover {
  background: transparent;
  color: #333333;
}
.main-nav .sub-menu li.current-menu-item a {
  background: transparent;
  color: #333333;
  font-weight: bold;
}
#main > section {
  padding: 20px 0;
}
.statement p {
  font-family: "chaparral-pro", "Georgia", serif;
  font-size: 2.5em;
  line-height: 1.05;
  color: #fff;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.statement .logo-image {
  display: inline-block;
  vertical-align: bottom;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#logo {
  height: 146px;
  width: 142px;
  background: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/logo.png") no-repeat;
}
#logo-coremove {
  height: 146px;
  width: 162px;
  background: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/logo-coremove.png") no-repeat;
}
#logo-coresports {
  height: 146px;
  width: 178px;
  background: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/logo-coresports.png") no-repeat;
}
#logo-coregolf {
  height: 146px;
  width: 150px;
  background: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/logo-coregolf.png") no-repeat;
}
#logo-coregroup {
  height: 146px;
  width: 174px;
  background: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/logo-coregroup.png") no-repeat;
}
#logo-corerelease {
  height: 146px;
  width: 188px;
  background: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/logo-corerelease.png") no-repeat;
}
#logo-corereiki {
  height: 146px;
  width: 154px;
  background: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/logo-corereiki.png") no-repeat;
}
#logo-coreyoga {
  height: 146px;
  width: 149px;
  background: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/logo-coreyoga.png") no-repeat;
}
#logo-coremassage {
  height: 145px;
  width: 208px;
  background: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/logo-coremassage.png") no-repeat;
}
.title h1 {
  margin: 120px 0 0;
}
.donna {
  padding-bottom: 26px;
}
.donna .avatar {
  margin-top: -40px;
  margin-right: 30px;
  float: left;
}
.donna .text p {
  margin-top: 0;
}
#client-logos {
  background: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/client-logos.png") no-repeat;
  height: 99px;
  width: 756px;
  margin: 40px 12px 10px;
}
.help-with {
  zoom: 1;
}
.help-with:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.help-with h1 {
  width: 180px;
}
.card {
  float: left;
  width: 400px;
  position: relative;
  margin-right: -20px;
  margin-bottom: 20px;
}
.card.left {
  margin: 0 20px 20px -20px;
}
.card h3 {
  display: block;
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/sprite.png");
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  height: 30px;
  width: 150px;
}
.card h3 a {
  display: block;
  height: 100%;
  width: 100%;
}
.card .dash {
  height: 8px;
  width: 45px;
  position: absolute;
  top: 0;
  left: 20px;
}
.card p {
  margin-top: 0.6em;
}
.card:hover .card-bottom a {
  text-indent: 230px;
}
.card-top {
  background: #fff;
  padding: 20px;
  height: 200px;
}
.card-bottom {
  background: #333333;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.card-bottom a {
  padding: 20px;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.coremove h3 {
  background-position: -20px -312px;
}
.coremove h3:hover {
  background-position: -20px -192px;
}
.coremove .dash,
.coremove:hover .card-bottom {
  background: #ffa759;
}
.coresports h3 {
  background-position: -20px -342px;
}
.coresports h3:hover {
  background-position: -20px -222px;
}
.coresports .dash,
.coresports:hover .card-bottom {
  background: #edcb0f;
}
.coregolf h3,
.corerelease h3 {
  background-position: -20px -372px;
}
.coregolf h3:hover,
.corerelease h3:hover {
  background-position: -20px -252px;
}
.coregolf .dash,
.corerelease .dash,
.coregolf:hover .card-bottom,
.corerelease:hover .card-bottom {
  background: #91dcea;
}
.coregroup h3 {
  background-position: -20px -402px;
}
.coregroup h3:hover {
  background-position: -20px -282px;
}
.coregroup .dash,
.coregroup:hover .card-bottom {
  background: #c8a1e7;
}
.corereiki h3,
.coremassage h3 {
  background-position: -20px -492px;
}
.corereiki h3:hover,
.coremassage h3:hover {
  background-position: -20px -462px;
}
.corereiki .dash,
.coremassage .dash,
.corereiki:hover .card-bottom,
.coremassage:hover .card-bottom {
  background: #97d1b1;
}
.coreyoga h3 {
  background-position: -20px -582px;
}
.coreyoga h3:hover {
  background-position: -20px -552px;
}
.coreyoga .dash,
.coreyoga:hover .card-bottom {
  background: #ff7f7f;
}
.hear-from h1 {
  width: 310px;
}
#testimonials-slides {
  list-style: none;
  padding-left: 0;
  position: relative;
  zoom: 1;
  overflow: hidden;
  height: 550px;
  padding-left: 30px;
  margin-left: -30px;
}
#testimonials-slides:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#testimonials-slides li {
  float: left;
  margin-right: 60px;
}
#testimonials-slides li.omega {
  margin-right: 0;
}
#testimonials-slides .avatar a {
  position: relative;
}
#testimonials-slides .avatar a img {
  border-color: rgba(255, 255, 255, 0.5);
}
#testimonials-slides .avatar a:before {
  content: '';
  display: block;
  position: absolute;
  margin: 5px;
  height: 140px;
  width: 140px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  background: #000;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#testimonials-slides .avatar a:hover:before {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 130px;
  width: 130px;
  margin: 10px;
}
#testimonials-slides blockquote {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 300px;
  width: 780px;
}
#testimonials-slides blockquote p {
  font-family: "chaparral-pro", "Georgia", serif;
  font-size: 2.5em;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 0.5em;
}
#testimonials-slides .by:before {
  content: '';
  display: block;
  float: left;
  height: 8px;
  width: 45px;
  background: #333333;
  margin: 8px 10px 0 0;
}
#testimonials-slides .current-slide .avatar img {
  border-color: #fff;
}
#testimonials-slides .current-slide .avatar a:before {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#testimonials-slides .current-slide blockquote {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  left: 0;
}
.two-columns {
  border-top: 1px solid #97d1b1;
  padding: 0 !important;
}
.left-col {
  width: 1580px;
  margin: -1px 60px 0 -1000px;
  padding: 0 40px 60px 1000px;
  min-height: 500px;
  float: left;
}
.left-col h2 {
  margin-top: 80px;
  width: 45px;
  white-space: nowrap;
  border-top: 8px solid #fff;
  padding-top: 0.6em;
  line-height: 1.05;
}
.left-col h2:first-child {
  margin-top: 0;
}
.left-col h3 {
  font-family: "open-sans", sans-serif;
  font-size: 1em;
  font-weight: bold;
}
.left-col ul {
  list-style-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/bullet.png");
  padding-left: 20px;
}
.left-col li {
  margin-bottom: 10px;
  padding-left: 10px;
}
.left-col iframe {
  max-width: 100%;
}
.videos h3 {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-bottom: 0;
  padding: 5px 10px;
}
.why-try {
  zoom: 1;
}
.why-try:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.why-try .avatar {
  float: left;
  margin-left: -80px;
}
.why-try blockquote {
  float: left;
  margin: 0;
  width: 445px;
}
.why-try blockquote p {
  margin-top: 0;
}
.testimonials blockquote {
  margin-bottom: 60px;
}
.right-col {
  width: 140px;
  float: right;
}
.right-col .sidebar-nav {
  margin-top: 20px;
  color: #fff;
}
.right-col .sidebar-nav li {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.right-col .sidebar-nav li.programme {
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/sprite.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 150px;
  margin: 10px 0;
}
.right-col .sidebar-nav li.programme a {
  display: block;
}
.right-col .sidebar-nav li.gap {
  border-top: 1px solid #fff;
  padding-top: 4px;
}
.right-col .sidebar-nav a {
  color: #fff;
}
.right-col .sidebar-nav a:hover {
  color: #97d1b1;
}
.right-col .sidebar-nav .coremove {
  background-position: -20px -72px;
}
.right-col .sidebar-nav .coremove.current-menu-item,
.right-col .sidebar-nav .coremove:hover {
  background-position: -20px -192px;
}
.right-col .sidebar-nav .coresports {
  background-position: -20px -102px;
}
.right-col .sidebar-nav .coresports.current-menu-item,
.right-col .sidebar-nav .coresports:hover {
  background-position: -20px -222px;
}
.right-col .sidebar-nav .coregolf,
.right-col .sidebar-nav .corerelease {
  background-position: -20px -132px;
}
.right-col .sidebar-nav .coregolf.current-menu-item,
.right-col .sidebar-nav .corerelease.current-menu-item,
.right-col .sidebar-nav .coregolf:hover,
.right-col .sidebar-nav .corerelease:hover {
  background-position: -20px -252px;
}
.right-col .sidebar-nav .coregroup {
  background-position: -20px -162px;
}
.right-col .sidebar-nav .coregroup.current-menu-item,
.right-col .sidebar-nav .coregroup:hover {
  background-position: -20px -282px;
}
.right-col .sidebar-nav .corereiki,
.right-col .sidebar-nav .coremassage {
  background-position: -20px -432px;
}
.right-col .sidebar-nav .corereiki.current-menu-item,
.right-col .sidebar-nav .coremassage.current-menu-item,
.right-col .sidebar-nav .corereiki:hover,
.right-col .sidebar-nav .coremassage:hover {
  background-position: -20px -462px;
}
.right-col .sidebar-nav .coreyoga {
  background-position: -20px -522px;
}
.right-col .sidebar-nav .coreyoga.current-menu-item,
.right-col .sidebar-nav .coreyoga:hover {
  background-position: -20px -552px;
}
.right-col .button {
  background-color: #97d1b1;
  background-color: rgba(152, 210, 178, 0.8);
  padding: 8px 10px 6px;
  margin-top: 20px;
}
.right-col .button:hover {
  background-color: #fff !important;
}
footer {
  background: #333333;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 0.8em;
  height: 60px;
  padding-top: 16px;
  position: relative;
}
.contacts {
  float: left;
  font-weight: bold;
  list-style: none;
  padding-left: 0;
  margin: 0;
  zoom: 1;
}
.contacts:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.contacts li {
  float: left;
  margin-right: 10px;
}
.contacts a {
  color: #fff;
}
.contacts a:hover {
  color: #ccc;
}
.contacts a.icon {
  margin-right: 0;
}
.contacts a.icon:hover {
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.credit {
  float: right;
}
#page-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #979797;
  top: 0;
  display: none;
}
#main section {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#main section:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#main section:nth-child(3) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#main section:nth-child(4) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
/*
  ####################################################
  --------------------------------------------------
  ################################################
  ##############################################
  ################################################
  --------------------------------------------------
  ####################################################
*/
body.about {
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/yoga_bg.jpg");
}
body.equipment-techniques-used {
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/yoga_bg.jpg");
}
body.coremove {
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/bg3.jpg");
}
body.coremove .color-bg,
body.coremove .right-col .button {
  background-color: #ffa759;
  background-color: rgba(255, 165, 87, 0.8);
}
body.coremove header,
body.coremove .sub-menu,
body.coremove .main-nav li:hover,
body.coremove .current-menu-item,
body.coremove .current-page-ancestor,
body.coremove .two-columns {
  border-color: #ffa759 !important;
}
body.coremove .sub-menu li {
  background: #ffa759;
}
body.coremove .right-col nav a:hover {
  color: #ffa759;
}
body.coresports {
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/sport_bg.jpg");
}
body.coresports .color-bg,
body.coresports .right-col .button {
  background-color: #edcb0f;
  background-color: rgba(235, 202, 15, 0.8);
}
body.coresports header,
body.coresports .sub-menu,
body.coresports .main-nav li:hover,
body.coresports .current-menu-item,
body.coresports .current-page-ancestor,
body.coresports .two-columns {
  border-color: #edcb0f !important;
}
body.coresports .sub-menu li {
  background: #edcb0f;
}
body.coresports .right-col nav a:hover {
  color: #edcb0f;
}
body.coregolf {
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/bg2.jpg");
}
body.coregolf .color-bg,
body.coregolf .right-col .button {
  background-color: #97d1b1;
  background-color: rgba(152, 210, 178, 0.8);
}
body.coregolf header,
body.coregolf .sub-menu,
body.coregolf .main-nav li:hover,
body.coregolf .current-menu-item,
body.coregolf .current-page-ancestor,
body.coregolf .two-columns {
  border-color: #97d1b1 !important;
}
body.coregolf .sub-menu li {
  background: #97d1b1;
}
body.coregolf .right-col nav a:hover {
  color: #97d1b1;
}
body.coregroup {
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/bg5.jpg");
}
body.coregroup .color-bg,
body.coregroup .right-col .button {
  background-color: #c8a1e7;
  background-color: rgba(200, 162, 231, 0.8);
}
body.coregroup header,
body.coregroup .sub-menu,
body.coregroup .main-nav li:hover,
body.coregroup .current-menu-item,
body.coregroup .current-page-ancestor,
body.coregroup .two-columns {
  border-color: #c8a1e7 !important;
}
body.coregroup .sub-menu li {
  background: #c8a1e7;
}
body.coregroup .right-col nav a:hover {
  color: #c8a1e7;
}
body.corerelease {
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/release_bg.jpg");
}
body.corerelease .color-bg,
body.corerelease .right-col .button {
  background-color: #91dcea;
  background-color: rgba(144, 220, 234, 0.8);
}
body.corerelease header,
body.corerelease .sub-menu,
body.corerelease .main-nav li:hover,
body.corerelease .current-menu-item,
body.corerelease .current-page-ancestor,
body.corerelease .two-columns {
  border-color: #91dcea !important;
}
body.corerelease .sub-menu li {
  background: #91dcea;
}
body.corerelease .right-col nav a:hover {
  color: #91dcea;
}
body.corereiki {
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/bg4.jpg");
}
body.corereiki .color-bg,
body.corereiki .right-col .button {
  background-color: #97d1b1;
  background-color: rgba(152, 210, 178, 0.8);
}
body.corereiki header,
body.corereiki .sub-menu,
body.corereiki .main-nav li:hover,
body.corereiki .current-menu-item,
body.corereiki .current-page-ancestor,
body.corereiki .two-columns {
  border-color: #97d1b1 !important;
}
body.corereiki .sub-menu li {
  background: #97d1b1;
}
body.corereiki .right-col nav a:hover {
  color: #97d1b1;
}
body.coremassage {
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/massage_bg.jpg");
}
body.coremassage .color-bg,
body.coremassage .right-col .button {
  background-color: #97d1b1;
  background-color: rgba(152, 210, 178, 0.8);
}
body.coremassage header,
body.coremassage .sub-menu,
body.coremassage .main-nav li:hover,
body.coremassage .current-menu-item,
body.coremassage .current-page-ancestor,
body.coremassage .two-columns {
  border-color: #97d1b1 !important;
}
body.coremassage .sub-menu li {
  background: #97d1b1;
}
body.coremassage .right-col nav a:hover {
  color: #97d1b1;
}
body.coreyoga {
  background-image: url("http://www.2thecore.net.nz/wp-content/themes/2thecore/css/../images/massage_bg.jpg");
}
body.coreyoga .color-bg,
body.coreyoga .right-col .button {
  background-color: #ff7f7f;
  background-color: rgba(255, 128, 128, 0.8);
}
body.coreyoga header,
body.coreyoga .sub-menu,
body.coreyoga .main-nav li:hover,
body.coreyoga .current-menu-item,
body.coreyoga .current-page-ancestor,
body.coreyoga .two-columns {
  border-color: #ff7f7f !important;
}
body.coreyoga .sub-menu li {
  background: #ff7f7f;
}
body.coreyoga .right-col nav a:hover {
  color: #ff7f7f;
}
/* -----------------------
   IE fixes
------------------------ */
.ie7 td {
  border-bottom: 1px solid #333333;
}
.ie7 .statement {
  margin-top: 130px;
}
.ie7 .statement p {
  text-indent: 154px;
  position: relative;
}
.ie7 .statement p.statement-coremove {
  text-indent: 170px;
}
.ie7 .statement p.statement-coresports {
  text-indent: 187px;
}
.ie7 .statement p.statement-coregolf {
  text-indent: 156px;
}
.ie7 .statement p.statement-coregroup {
  text-indent: 184px;
}
.ie7 .statement p.statement-corerelease {
  text-indent: 198px;
}
.ie7 .statement p.statement-corereiki {
  text-indent: 164px;
}
.ie7 .statement p.statement-coreyoga {
  text-indent: 159px;
}
.ie7 .statement p.statement-coremassage {
  text-indent: 218px;
}
.ie7 .statement .logo-image {
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
}
.ie7 .avatar a:hover img {
  border-width: 5px;
  border-color: #ccc;
}
.ie7 .left-col {
  width: 540px;
  margin: -1px 60px 0 -100px;
  padding: 0 40px 60px 100px;
  min-height: 500px;
}
.ie7 .why-try blockquote {
  width: 405px;
  margin-left: 20px;
}
.ie7 .right-col .sidebar-nav li.programme {
  margin: 0;
  padding: 0;
}
.ie8 .why-try blockquote {
  margin-left: 20px;
}
