﻿/* @override http://ignite.mamp/_ignite/style.css */
.elipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.button {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d9d9d9));
  display: inline-block;
  border: 1px solid #C9C9C9;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #B8B8B8;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-shadow: 0 1px 0 #FFF;
  padding: 5px 12px 7px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 #f6f6f7;
  -moz-box-shadow: 0 1px 0 #f6f6f7;
  -o-box-shadow: 0 1px 0 #f6f6f7;
  -ms-box-shadow: 0 1px 0 #f6f6f7;
  box-shadow: 0 1px 0 #f6f6f7;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Maven Pro', sans-serif;
}
p {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}
html > body {
  font-size: 14px;
  font-size: 1.4rem;
}
body {
  background: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
}
._wrapper {
  width: 960px;
}
._row {
  margin-bottom: 20px;
}
a,
a:visited {
  color: #0088cc;
}
a {
  text-decoration: none;
}
a:hover {
  color: #0088cc;
  text-decoration: underline;
}
header {
  background: #f2f2f2;
}
header nav {
  font-family: 'Maven Pro', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
header nav li {
  margin: 0 1em;
  margin: 0 1rem;
}
header nav li:last-child {
  margin-right: 0;
}
header nav a {
  line-height: 1em;
  padding: 0.7em 0 0.5em;
  text-decoration: none;
  color: #777;
  text-transform: uppercase;
  text-shadow: 0 0 2px #FCFCFC;
}
header nav a:visited {
  color: #777;
}
header nav a:hover {
  color: #000;
  text-shadow: 0 0 2px #CCC;
  text-decoration: none;
}
._main ._wrapper,
.frame ._main ._wrapper {
  background: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
/*
.frame ._main ._wrapper {
	background: #FFF;
	.border-radius(8px);
	.box-shadow(0, 2px, 3px, rgba(0, 0, 0, 0.3));
}
*/
._directory._wrapper {
  border: 1px solid #DDD;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
._directory {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.62);
}
._directory h6 {
  color: #666;
}
._directory a,
._directory a:visited {
  color: #777;
}
._directory a:hover {
  color: #555;
}
.carousel {
  background: #cccccc url(images/loader.gif) no-repeat center center;
  height: 320px;
  margin-bottom: 20px;
}
/* Top left and right rounded corners
.carousel,
.carousel img {
	.border-radius(8px 8px 0 0);
}
*/
form input[type="text"],
form input[type="email"] {
  -webkit-box-shadow: inset 0 1px 4px #888888;
  -moz-box-shadow: inset 0 1px 4px #888888;
  -o-box-shadow: inset 0 1px 4px #888888;
  -ms-box-shadow: inset 0 1px 4px #888888;
  box-shadow: inset 0 1px 4px #888888;
  padding: 6px 3px 4px;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  width: 260px;
}
form label {
  font-weight: bold;
  margin-bottom: 3px;
}
form button {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d9d9d9));
  display: inline-block;
  border: 1px solid #C9C9C9;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #B8B8B8;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-shadow: 0 1px 0 #FFF;
  padding: 5px 12px 7px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 #f6f6f7;
  -moz-box-shadow: 0 1px 0 #f6f6f7;
  -o-box-shadow: 0 1px 0 #f6f6f7;
  -ms-box-shadow: 0 1px 0 #f6f6f7;
  box-shadow: 0 1px 0 #f6f6f7;
  font-size: 15px;
  font-size: 1.5rem;
  color: #555;
  padding: 11px 15px 12px;
}
/* DEFAULT OPT-IN SECTION */
._optin {
  background: #eeeeee url(/images/optin.jpg) no-repeat 0 50%;
  -webkit-box-shadow: 0 1px 2px #999999;
  -moz-box-shadow: 0 1px 2px #999999;
  -o-box-shadow: 0 1px 2px #999999;
  -ms-box-shadow: 0 1px 2px #999999;
  box-shadow: 0 1px 2px #999999;
  position: relative;
  overflow: visible;
  float: left;
  margin-bottom: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
._optin  > p {
  margin: 0;
}
._optin .stopwatch {
  position: absolute;
  left: -10px;
  top: -10px;
  transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  z-index: 8;
}
._optin .mainhand {
  position: absolute;
  left: 22px;
  top: 83px;
  z-index: 10;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 60s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
._optin .smallhand {
  position: absolute;
  left: 69px;
  top: 103px;
  z-index: 9;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1800s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1800s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1800s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
._optin ._article h3,
._optin ._article p {
  margin-left: 185px;
  margin-right: 60px;
}
._optin ._article h3 {
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 0;
}
._optin ._aside h4 {
  margin-bottom: 15px;
}
._optin ._aside p {
  margin: 0;
  padding-top: 20px;
  padding-top: 2rem;
}
._optin ._aside form {
  margin-bottom: 20px;
}
._optin ._aside form ol  > li {
  padding-bottom: 10px;
}
._optin ._aside form ol li:last-child {
  padding-bottom: 0;
}
._optin ._aside form button {
  background: #DFA329;
  background-image: linear-gradient(top, #fcec8f 0%, #ebca67 1%, #e6af3a 49%, #dfa229 50%, #d4850e 99%, #9f0f02 100%);
  background-image: -o-linear-gradient(top, #fcec8f 0%, #ebca67 1%, #e6af3a 49%, #dfa229 50%, #d4850e 99%, #9f0f02 100%);
  background-image: -moz-linear-gradient(top, #fcec8f 0%, #ebca67 1%, #e6af3a 49%, #dfa229 50%, #d4850e 99%, #9f0f02 100%);
  background-image: -webkit-linear-gradient(top, #fcec8f 0%, #ebca67 1%, #e6af3a 49%, #dfa229 50%, #d4850e 99%, #9f0f02 100%);
  background-image: -ms-linear-gradient(top, #fcec8f 0%, #ebca67 1%, #e6af3a 49%, #dfa229 50%, #d4850e 99%, #9f0f02 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcec8f), color-stop(0.01, #ebca67), color-stop(0.49, #e6af3a), color-stop(0.5, #dfa229), color-stop(0.99, #d4850e), color-stop(1, #9f0f02));
  border: none;
  color: #5A4319;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  margin-top: 10px;
  padding: 14px 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s easeOut;
  -moz-transition: all 0.2s easeOut;
  -o-transition: all 0.2s easeOut;
  -ms-transition: all 0.2s easeOut;
  transition: all 0.2s easeOut;
}
._optin ._aside form button:hover {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
._col ul._checked,
._col ul._crossed {
  list-style: none;
  margin-left: 0;
}
._col ul._checked li,
._col ul._crossed li {
  padding-left: 1.6em;
  background: url(images/check.png) no-repeat 0 1px;
}
._col ul._crossed li {
  background-image: url(images/cross.png);
}
._col ul._split {
  list-style: none;
  margin-left: 0;
}
._col ul._split li {
  display: inline-block;
  width: 42%;
}
/* BOX STYLES */
.box {
  border: 1px solid #DDD;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0 10px;
}
.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6,
.box p {
  margin-top: 0;
}
.box.dashed {
  border: 2px dashed #CCC;
}
.box.note {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fefabc;
  border: none;
  z-index: 0;
  position: relative;
}
.box.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 32px 32px 0;
  border-style: solid;
  border-color: #FFF #FFF #FEF39E #FEF39E;
  /* change #FFF to background color */

  background: #FFF;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  width: 0;
  /* Firefox 3.0 damage limitation */

}
.box.aqua {
  background-color: #E5E5E5;
  margin-bottom: 2px;
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(top, #ffffff 0%, #fefefe 1%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #fefefe 1%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #fefefe 1%, #e5e5e5 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #fefefe 1%, #e5e5e5 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #fefefe 1%, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.01, #fefefe), color-stop(1, #e5e5e5));
  background-repeat: repeat-x;
  background-size: 1px 140px;
  text-shadow: 1px 1px 1px #FFF;
}
.box.recess {
  border: none;
  background-color: #F5F5F5;
  -webkit-box-shadow: inset 0 1px 3px #cccccc;
  -moz-box-shadow: inset 0 1px 3px #cccccc;
  -o-box-shadow: inset 0 1px 3px #cccccc;
  -ms-box-shadow: inset 0 1px 3px #cccccc;
  box-shadow: inset 0 1px 3px #cccccc;
}
.box.pro {
  background-color: #1e1e1e;
  background-image: linear-gradient(top, #333333 0%, #3e3e3e 1%, #262626 50%, #1f1f1f 51%, #1e1e1e 99%, #000000 100%);
  background-image: -o-linear-gradient(top, #333333 0%, #3e3e3e 1%, #262626 50%, #1f1f1f 51%, #1e1e1e 99%, #000000 100%);
  background-image: -moz-linear-gradient(top, #333333 0%, #3e3e3e 1%, #262626 50%, #1f1f1f 51%, #1e1e1e 99%, #000000 100%);
  background-image: -webkit-linear-gradient(top, #333333 0%, #3e3e3e 1%, #262626 50%, #1f1f1f 51%, #1e1e1e 99%, #000000 100%);
  background-image: -ms-linear-gradient(top, #333333 0%, #3e3e3e 1%, #262626 50%, #1f1f1f 51%, #1e1e1e 99%, #000000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(0.01, #3e3e3e), color-stop(0.5, #262626), color-stop(0.51, #1f1f1f), color-stop(0.99, #1e1e1e), color-stop(1, #1e1e1e));
  background-repeat: repeat-x;
  background-size: 1px 120px;
  text-shadow: -1px -1px 1px #000000;
}
.box.pro h1,
.box.pro h2,
.box.pro h3,
.box.pro h4,
.box.pro h5,
.box.pro h6 {
  color: #CCC;
}
.box.pro p,
.box.pro li {
  color: #FFF;
}
.box.red {
  border: 1px solid #DB5259;
  background: #F67579;
  background-image: linear-gradient(top, #febbbb 0%, #fe9090 1%, #f67579 99%);
  background-image: -o-linear-gradient(top, #febbbb 0%, #fe9090 1%, #f67579 99%);
  background-image: -moz-linear-gradient(top, #febbbb 0%, #fe9090 1%, #f67579 99%);
  background-image: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 1%, #f67579 99%);
  background-image: -ms-linear-gradient(top, #febbbb 0%, #fe9090 1%, #f67579 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #febbbb), color-stop(0.01, #fe9090), color-stop(0.99, #f67579));
  background-repeat: repeat-x;
  background-size: 1px 120px;
  text-shadow: 1px 1px 1px #febbbb;
}
.box.red h1,
.box.red h2,
.box.red h3,
.box.red h4,
.box.red h5,
.box.red h6 {
  color: #6E0D16;
}
.box.red p,
.box.red li {
  color: #000;
}
.box.green {
  border: 1px solid #7CA831;
  background: #a5c956;
  background-image: linear-gradient(top, #d6ff81 0%, #9ed63f 1%, #a5c956 99%);
  background-image: -o-linear-gradient(top, #d6ff81 0%, #9ed63f 1%, #a5c956 99%);
  background-image: -moz-linear-gradient(top, #d6ff81 0%, #9ed63f 1%, #a5c956 99%);
  background-image: -webkit-linear-gradient(top, #d6ff81 0%, #9ed63f 1%, #a5c956 99%);
  background-image: -ms-linear-gradient(top, #d6ff81 0%, #9ed63f 1%, #a5c956 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d6ff81), color-stop(0.01, #9ed63f), color-stop(0.99, #a5c956));
  background-repeat: repeat-x;
  background-size: 1px 120px;
  text-shadow: 1px 1px 1px #cdeb8e;
}
.box.green h1,
.box.green h2,
.box.green h3,
.box.green h4,
.box.green h5,
.box.green h6 {
  color: #405619;
}
.box.green p,
.box.green li {
  color: #000;
}
.box.blue {
  border: 1px solid #5084B8;
  background: #64A5E7;
  background-image: linear-gradient(top, #bbd9f8 0%, #77b4f1 1%, #64a5e7 99%);
  background-image: -o-linear-gradient(top, #bbd9f8 0%, #77b4f1 1%, #64a5e7 99%);
  background-image: -moz-linear-gradient(top, #bbd9f8 0%, #77b4f1 1%, #64a5e7 99%);
  background-image: -webkit-linear-gradient(top, #bbd9f8 0%, #77b4f1 1%, #64a5e7 99%);
  background-image: -ms-linear-gradient(top, #bbd9f8 0%, #77b4f1 1%, #64a5e7 99%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bbd9f8), color-stop(0.01, #77b4f1), color-stop(0.99, #64a5e7));
  background-repeat: repeat-x;
  background-size: 1px 120px;
  text-shadow: 1px 1px 1px #BBD9F8;
}
.box.blue h1,
.box.blue h2,
.box.blue h3,
.box.blue h4,
.box.blue h5,
.box.blue h6 {
  color: #182F4A;
}
.box.blue p,
.box.blue li {
  color: #000;
}
/* IMAGE CAPTIONS */
div.caption span {
  color: #555;
}
div.caption.pro {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);
}
div.caption.pro span {
  background: #333;
  color: #FFF;
}
div.caption.overlay img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.62);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.62);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.62);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.62);
  position: relative;
  display: block;
}
img.composed.classy {
  background: #FFF;
}
/* MV Specific Styles for Templated Pages */
._mv3 {
  height: 38rem;
}
._mv3._about {
  background: url(//s79.mindvalley.us/mindvalley/media/images/mindvalley_team_02.png) no-repeat center bottom;
}
._mv3._planet {
  background: url(//s63.mindvalley.us/mindvalley/media/images/mindvalley_team_04.png) no-repeat center bottom;
}
._mv3._careers {
  background: url(//s73.mindvalley.us/mindvalley/media/images/mindvalley_team_05.png) no-repeat center bottom;
}
._mv._6features .box {
  height: 40rem;
}
._mv._6features .box._6ft1 {
  background: url(//s5.mindvalley.us/mindvalley/media/images/ft6-heroic.png) no-repeat center bottom;
}
._mv._6features .box._6ft2 {
  background: url(//s70.mindvalley.us/mindvalley/media/images/ft6-mobile.png) no-repeat center bottom;
}
._mv._6features .box._6ft3 {
  background: url(//s43.mindvalley.us/mindvalley/media/images/ft6-mindvalley.png) no-repeat center bottom;
}
._mv._6features .box._6ft4 {
  background: url(//s18.mindvalley.us/mindvalley/media/images/ft6-community.png) no-repeat center bottom;
}
._mv._6features .box._6ft5 {
  background: url(//s17.mindvalley.us/mindvalley/media/images/ft6-growth.png) no-repeat center bottom;
}
._mv._6features .box._6ft6 {
  background: url(//s20.mindvalley.us/mindvalley/media/images/ft6-consumption.png) no-repeat center bottom;
}
._quote {
  background: #FFF;
  padding: 15px 20px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 10px;
}
._quote:after {
  content: "";
  position: absolute;
  bottom: -20px;
  /* value = - border-top-width - border-bottom-width */

  left: 60px;
  /* controls horizontal position */

  border: 0;
  border-right-width: 30px;
  /* vary this value to change the angle of the vertex */

  border-bottom-width: 20px;
  /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */

  border-style: solid;
  border-color: transparent #FFF;
  /* reduce the damage in FF3.0 */

  display: block;
  width: 0;
}
._timezones ul,
._timezones ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
._timezones ul {
  padding: 0 10px;
}
._timezones ul li {
  border-top: 1px solid #EEE;
  padding: 10px 0;
}
._timezones ul li:last-child {
  border-bottom: 1px solid #EEE;
}
p.fineprint {
  font-size: 11px;
  color: #555;
}
._dollarbanner {
  background: #666;
  -webkit-box-shadow: inset 0 2px 15px #333333;
  -moz-box-shadow: inset 0 2px 15px #333333;
  -o-box-shadow: inset 0 2px 15px #333333;
  -ms-box-shadow: inset 0 2px 15px #333333;
  box-shadow: inset 0 2px 15px #333333;
  position: relative;
  text-align: center;
  padding: 2px 0 0 460px;
  margin: 70px 0 90px;
}
._dollarbanner p {
  color: #DDD;
  font-size: 1.5rem;
  margin: 0;
  text-shadow: 0 1px 2px #999;
}
._dollarbanner p strong {
  color: #FFF;
  font-size: 1.7rem;
}
._dollarbanner img._i {
  position: absolute;
  top: -78px;
  left: 42px;
}
._hint {
  padding-bottom: 80px;
  background: url(//s24.mindvalley.us/mindvalley/media/images/_hinting.png) no-repeat 50% 100%;
}
._message {
  color: #999;
  color: #000;
  font-size: 1.2rem;
}
._testimonial {
  background: #EEE;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 1px 20px 20px;
  overflow: auto;
}
._testimonial .vcard {
  min-height: 50px;
  border-top: 1px solid #DDD;
  padding-top: 10px;
  margin-top: 10px;
}
._testimonial .vcard .photo {
  background: url(//s62.mindvalley.us/mindvalley/media/images/_user.jpg) no-repeat 50% 50%;
  display: block;
  float: left;
  margin: 5px 10px 0 0;
  width: 50px;
  height: 50px;
}
._testimonial .vcard .fn {
  font-weight: bold;
}
._testimonial .vcard .note {
  font-size: 1.2rem;
}
._testimonial .vcard .adr {
  font-size: 1.3rem;
}
/* Playlist STARTS */
.player {
  margin: 0 -10px;
  background: #353535;
  /*  float:left;*/

  color: #eee;
}
li.checklist-item.ajaxload .player {
  margin: 0 -20px;
}
.player-header {
  /*  float:left;*/

  padding: 10px;
  border-bottom: 1px solid #000;
  position: relative;
  min-height: 117px;
}
.player-header .album-art,
.player-header .title,
.player-header .artist,
.player-header .controls {
  float: left;
  vertical-align: top;
}
.player-header .title,
.player-header .artist {
  width: 570px;
  padding-left: 30px;
}
.player-header .album-art {
  width: 128px;
  height: 128px;
}
.player-header .title {
  font-weight: bold;
  color: #fff;
  font-size: 1em;
  padding-top: 15px;
}
li.checklist-item .player-header .title {
  font-size: .8em;
}
.player-header .artist {
  color: #999;
  font-size: .9em;
}
li.checklist-item .player-header .artist {
  font-size: 0.7em;
}
.player-header .controls {
  background: #252525;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  width: 570px;
  height: 35px;
  margin: 18px 0 0 5px;
  padding: 0 15px;
}
.player-header .controls .prev,
.player-header .controls .play,
.player-header .controls .next,
.player-header .controls .progress,
.player-header .controls .current-time {
  display: inline-block;
  cursor: pointer;
}
.player-header .controls .prev {
  height: 35px;
  width: 15px;
  background: url(images/playlist/prev.png) no-repeat center center;
}
.player-header .controls .play {
  height: 35px;
  width: 15px;
  background: url(images/playlist/play.png) no-repeat center center;
}
.player-header .controls .play.pause {
  background: url(images/playlist/pause.png) no-repeat center center;
}
.player-header .controls .next {
  height: 35px;
  width: 15px;
  background: url(images/playlist/next.png) no-repeat center center;
}
.player-header .controls .progress {
  background: url(images/playlist/progress.png) no-repeat center center;
  width: 465px;
  height: 35px;
  margin: 0 5px;
  position: relative;
}
.player-header .controls .buffer,
.player-header .controls .seek {
  width: 0;
  height: 7px;
  position: absolute;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  top: 14px;
  left: 1px;
}
.player-header .controls .seek {
  z-index: 11;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}
.player-header .controls .buffer {
  z-index: 10;
  background: #3CAAC8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
}
.player-header .controls .current-time {
  width: 23px;
  height: 35px;
  font-size: 0.7em;
  vertical-align: top;
  line-height: 35px;
}
.player-header .player-status {
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 8px;
  left: 160px;
  font-size: 10px;
}
.player ul.playlist {
  margin: 0;
  padding: 0;
}
.player li {
  list-style: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #555;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1.35rem;
}
.player li.playlist-item-head {
  color: #999;
  text-transform: uppercase;
}
.player li .number {
  width: 30px;
  display: inline-block;
}
.player li .duration {
  width: 80px;
  float: right;
  text-align: right;
  display: inline-block;
}
.player li .download {
  text-decoration: none;
  margin-left: 20px;
  float: right;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 0 10px;
  margin-bottom: 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
  background-image: linear-gradient(top, #62b9ec 0%, #36a8ea 1%, #127fd2 100%);
  background-image: -o-linear-gradient(top, #62b9ec 0%, #36a8ea 1%, #127fd2 100%);
  background-image: -moz-linear-gradient(top, #62b9ec 0%, #36a8ea 1%, #127fd2 100%);
  background-image: -webkit-linear-gradient(top, #62b9ec 0%, #36a8ea 1%, #127fd2 100%);
  background-image: -ms-linear-gradient(top, #62b9ec 0%, #36a8ea 1%, #127fd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #62b9ec), color-stop(0.01, #36a8ea), color-stop(1, #127fd2));
  color: #FFF;
  text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.16);
  border-width: 1px;
  border-style: solid;
  border-color: #1992DA #168BD3 #00599D;
}
.player li .download:hover {
  background-color: #0351B7;
  background-image: linear-gradient(top, #56a4dc 0%, #2f90d5 1%, #0351b7 99%, #1059b9 100%);
  background-image: -o-linear-gradient(top, #56a4dc 0%, #2f90d5 1%, #0351b7 99%, #1059b9 100%);
  background-image: -moz-linear-gradient(top, #56a4dc 0%, #2f90d5 1%, #0351b7 99%, #1059b9 100%);
  background-image: -webkit-linear-gradient(top, #56a4dc 0%, #2f90d5 1%, #0351b7 99%, #1059b9 100%);
  background-image: -ms-linear-gradient(top, #56a4dc 0%, #2f90d5 1%, #0351b7 99%, #1059b9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #56a4dc), color-stop(0.01, #2f90d5), color-stop(0.99, #0351b7), color-stop(1, #1059b9));
  border-color: #1D6699 #165E95 #003481;
  color: #fff;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
/* Playlist ENDS */
/* Playlist Single STARTS */
.player.single {
  background: none;
}
.player.single .player-header {
  border-bottom: none;
}
.player.single .player-header .controls {
  width: 300px;
  margin: 0;
}
.player.single .player-header .controls .progress {
  width: 175px;
}
.player.single .player-header .controls .current-time {
  width: 50px;
}
.player.single .playlist {
  display: none;
}
.player.single .player-header .player-status {
  top: 10px;
  bottom: auto;
}
/* Playlist Single ENDS */
/*Playlist video*/
.playlist-video-volume-mute,
.playlist-video-volume-track,
.playlist-video-volume-progress,
.playlist-video-volume-handle,
.playlist-video-volume-full,
.playlist-video-fastbackward,
.playlist-video-fastforward,
.playlist-video-fullscreen,
.playlist-video-play,
.playlist-video-pause,
.playlist-video-track,
.pl-track-loaded,
.pl-track-progress,
.pl-track-playhead {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url('images/playlist/video-controls.png');
  background-repeat: no-repeat;
  text-indent: -999em;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
}
.playlist-video-control {
  background-image: url('images/playlist/video-controls-background.png');
  background-repeat: no-repeat;
  color: transparent;
  position: absolute;
  left: 50%;
  bottom: 20px;
  height: 71px;
  width: 450px;
  margin-left:-225px;
}
.playlist-video-volume-mute {
  background-position: -195px -33px;
  height: 20px;
  left: 15px;
  position: absolute !important;
  top: 15px;
  width: 20px;
}
.playlist-video-volume-mute:hover {
  background-position: -195px -4px;
}
.playlist-video-volume-mute:active {
  background-position: -195px -64px;
}
.playlist-video-volume-panel {
  height: 20px;
  left: 33px;
  overflow: visible;
  position: absolute !important;
  top: 16px;
  width: 50px;
}
.playlist-video-volume-track {
  background-position: 0px -95px;
  height: 9px;
  left: 0px;
  position: absolute !important;
  top: 5px;
  text-align: left;
  width: 50px;
}
.playlist-video-volume-progress {
  background-position: -50px -95px;
  height: 9px;
  position: absolute !important;
  width: 0px;
}
.playlist-video-volume-handle {
  background-position: -136px -36px;
  left: 0px;
  position: absolute !important;
  top: -3px;
  text-align: left;
  height: 18px;
  width: 18px;
}
.playlist-video-volume-handle:hover {
  background-position: -136px -7px;
}
.playlist-video-volume-handle:active {
  background-position: -136px -67px;
}
.playlist-video-volume-full {
  background-position: -225px -33px;
  height: 20px;
  left: 86px;
  position: absolute !important;
  top: 15px;
  width: 20px;
}
.playlist-video-volume-full:hover {
  background-position: -225px -4px;
}
.playlist-video-volume-full:active {
  background-position: -225px -63px;
}
.playlist-video-fastbackward {
  background-position: -60px -30px;
  position: absolute !important;
  top: 10px;
  left: 172px;
  text-align: left;
  height: 30px;
  width: 35px;
}
.playlist-video-fastbackward:hover {
  background-position: -60px 0px;
}
.playlist-video-fastbackward:active {
  background-position: -60px -60px;
}
.playlist-video-fastforward {
  background-position: -95px -30px;
  position: absolute !important;
  top: 10px;
  left: 250px;
  text-align: left;
  height: 30px;
  width: 35px;
}
.playlist-video-fastforward:hover {
  background-position: -95px 0px;
}
.playlist-video-fastforward:active {
  background-position: -95px -60px;
}
.playlist-video-play-pause {
  top: 10px;
  left: 213px;
  height: 30px;
  width: 30px;
  position: absolute !important;
  overflow: hidden;
}
.playlist-video-play {
  background-position: 0px -30px;
  height: inherit;
  width: inherit;
}
.playlist-video-play:hover {
  background-position: 0px 0px;
}
.playlist-video-play:active {
  background-position: 0px -60px;
}
.playlist-video-pause {
  background-position: -29px -30px;
  height: inherit;
  width: inherit;
}
.playlist-video-pause:hover {
  background-position: -29px 0px;
}
.playlist-video-pause:active {
  background-position: -29px -60px;
}

.playlist-video-fullscreen {
  background-image:none;
  position: absolute !important;
  top: 10px;
  right: 15px;
  text-align: left;
  height: 9px;
  width: 14px;
  border: 2px solid white;
  border-radius:3px;
  transition-property: width,height;
  -moz-transition-property: width,height; /* Firefox 4 */
  -webkit-transition-property: width,height; /* Safari and Chrome */
  -o-transition-property: width,height; /* Opera */
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s; /* Firefox 4 */
  -webkit-transition-duration: 0.5s; /* Safari and Chrome */
  -o-transition-duration: 0.5s; /* Opera */
}
.playlist-video-fullscreen:hover {
  height: 18px;
  width: 28px;
}
.playlist-video-fullscreen:active {
  box-shadow: 0px 0px 5px 1px white;
}

.playlist-video-timepass {
  color: #4F4F4F;
  left: 28px;
  top: 41px;
  font-size: 9px;
  font-weight: bold;
  position: absolute !important;
  right: auto;
  text-shadow: black 1px 1px 2px;
  white-space: nowrap;
  width: auto !important;
}
.playlist-video-timepass,
.playlist-video-timeleft {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
}
.playlist-video-timeleft {
  color: #4F4F4F;
  left: 392px;
  top: 41px;
  font-size: 9px;
  font-weight: bold;
  position: absolute !important;
  right: auto;
  text-shadow: black 1px 1px 2px;
  white-space: nowrap;
  width: auto !important;
}
.playlist-video-track {
  background-position: -1px -113px;
  height: 13px;
  left: 65px;
  position: absolute !important;
  top: 41px;
  text-align: left;
  width: 318px;
}
.pl-track-loaded {
  background-position: -1px -135px;
  height: 13px;
  overflow: hidden;
  position: absolute !important;
  top: 1px;
  left: 0;
}
.pl-track-progress {
  background-position: -1px -155px;
  height: 13px;
  overflow: hidden;
  position: absolute !important;
  top: 1px;
  left: 0;
}
.pl-track-playhead {
  background-position: -167px -35px;
  height: 18px;
  margin-left: -4px;
  position: absolute !important;
  top: -1px;
  width: 18px;
}
.pl-track-playhead:hover {
  background-position: -167px -5px;
}
.pl-track-playhead:active {
  background-position: -167px -65px;
}
.video-meta {
  position: absolute;
  top: 0px;
  overflow: hidden;
  width:100%;
}
.video-box {
  position: relative;
}
.meta-background {
  position: absolute;
  top: 0px;
  width: 1000px;
  height: 500px;
  opacity: 0.3;
  background-color: black;
}
/*
.video-box>div{
  -webkit-transition-property: height,width;
  -webkit-transition-duration: 1s;
}
.video-box>div>object{
  -webkit-transition-property: height,width;
  -webkit-transition-duration: 1s;
}
/*Playlist video ENDS*/
/*ZEN player START*/
/*
 * ZEN - HTML5-CSS3 Audio Player
 * Author: simurai (simurai.com)
 *
 */

/* player */

.zen-box{
  width: 1300px;
  background: url(images/playlist/zen/particles.png) repeat scroll 0 -50px 
  transparent;
  margin: 0 -170px;
  position: relative;
}

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

.zen-box #zen {
position: absolute;
top: 130px;
left: 610px;
}

#zen #player {
	/* With display: none; it doesn't work on iOS, below an alternative */
	position: absolute;
	width: 0;
	height: 0;
}


#zen:before {
	content: "";
	position: absolute;
	display: inline-block;
	z-index: -1;
	border-radius: 100px;
	width: 150px;
	height: 150px;
	margin: -25px 0 0 -25px;
	
	background: hsla(0,0%,0%,.05); /* fallback */
	background: -webkit-gradient(radial, center top, 150, center top, 0, from(hsla(0,0%,100%,.5)), to(hsla(0,0%,50%,.1)));	
	background: -moz-radial-gradient(50% 0 180deg, circle farthest-side, hsla(0,0%,50%,.05), hsla(0,0%,100%,.4) );
	background:   -o-radial-gradient(50% 0 180deg, circle farthest-side, hsla(0,0%,50%,.05), hsla(0,0%,100%,.4) );
	background: 	 radial-gradient(50% 0 180deg, circle farthest-side, hsla(0,0%,50%,.05), hsla(0,0%,100%,.4) );
}
#zen {
	position: relative;
	display: inline-block;
	padding: 2px;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	
	background-color: #000;
	
	-webkit-box-shadow: rgba(255,255,255,.8) 0 2px 3px, rgba(0,0,0,.5) 0 -1px 2px;
	   -moz-box-shadow: rgba(255,255,255,.8) 0 2px 3px, rgba(0,0,0,.5) 0 -1px 2px;
		 -o-box-shadow: rgba(255,255,255,.8) 0 2px 3px, rgba(0,0,0,.5) 0 -1px 2px;
			box-shadow: rgba(255,255,255,.8) 0 2px 3px, rgba(0,0,0,.5) 0 -1px 2px;
}
#zen.play {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor: 	 -o-grab;
	cursor: 		grab;
}
#zen.play:active {
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor: 	 -o-grabbing;
	cursor: 		grabbing;
}




/* button */

#zen .button {	
	position: absolute;
	display: inline-block;
	border: none;
	border-radius: 50px;
	width: 100px;
	height: 100px;
	padding:0;
	cursor: pointer;
	
	background: hsla(0,0%,50%,1); /* fallback */
	background: #000 -webkit-gradient(radial, center top, 200, center top, 20, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,.65)));	
	background: #000 -moz-radial-gradient(50% 0 180deg, circle farthest-side, rgba(255, 255, 255, 0.65) 20%, rgba(255, 255, 255, .35) 100%);
	background: #000   -o-radial-gradient(50% 0 180deg, circle farthest-side, rgba(255, 255, 255, 0.65) 20%, rgba(255, 255, 255, .35) 100%);
	background: #000 	  radial-gradient(50% 0 180deg, circle farthest-side, rgba(255, 255, 255, 0.65) 20%, rgba(255, 255, 255, .35) 100%);
	
	-webkit-box-shadow: inset rgba(0,0,0,0.2) 0 -3px 4px 1px, inset rgba(252,255,255,0.4) 0 2px 8px 0px, rgba(0,0,0,.8) 0 3px 8px -1px;
	   -moz-box-shadow: inset rgba(0,0,0,0.2) 0 -3px 4px 1px, inset rgba(252,255,255,0.4) 0 2px 8px 0px, rgba(0,0,0,.8) 0 3px 8px -1px;
		 -o-box-shadow: inset rgba(0,0,0,0.2) 0 -3px 4px 1px, inset rgba(252,255,255,0.4) 0 2px 8px 0px, rgba(0,0,0,.8) 0 3px 8px -1px;
			box-shadow: inset rgba(0,0,0,0.2) 0 -3px 4px 1px, inset rgba(252,255,255,0.4) 0 2px 8px 0px, rgba(0,0,0,.8) 0 3px 8px -1px;
	
	-webkit-transition: -webkit-transform .3s cubic-bezier(0,.5,.5,1), -webkit-border-radius .2s cubic-bezier(0,.5,0,1);	
	   -moz-transition:    -moz-transform .3s cubic-bezier(0,.5,.5,1),    -moz-border-radius .2s cubic-bezier(0,.5,0,1);	
		 -o-transition: 	 -o-transform .3s cubic-bezier(0,.5,.5,1), 	 	-o-border-radius .2s cubic-bezier(0,.5,0,1);	
			transition: 		transform .3s cubic-bezier(0,.5,.5,1), 		   border-radius .2s cubic-bezier(0,.5,0,1);
}


#zen .button:active, #zen.play .button {
	-webkit-transform:  scale(.5);
	   -moz-transform:  scale(.5);
		 -o-transform:  scale(.5);
			transform:  scale(.5);
	
	background: hsla(0,0%,40%,1); /* fallback */
	background: #000 -webkit-gradient(radial, center top, 200, center top, 20, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,.48)));	
	background: #000 -moz-radial-gradient(50% 0 180deg, circle farthest-side, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, .28) 100%);
	background: #000   -o-radial-gradient(50% 0 180deg, circle farthest-side, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, .28) 100%);
	background: #000 	  radial-gradient(50% 0 180deg, circle farthest-side, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, .28) 100%);

	-webkit-box-shadow: inset rgba(0,0,0,0.5) 0 -4px 4px 1px, inset rgba(252,255,255,0.2) 0 6px 4px -2px, rgba(0,0,0,.6) 0 4px 4px 1px;	
	   -moz-box-shadow: inset rgba(0,0,0,0.5) 0 -4px 4px 1px, inset rgba(252,255,255,0.2) 0 6px 4px -2px, rgba(0,0,0,.6) 0 4px 4px 1px;	
		 -o-box-shadow: inset rgba(0,0,0,0.5) 0 -4px 4px 1px, inset rgba(252,255,255,0.2) 0 6px 4px -2px, rgba(0,0,0,.6) 0 4px 4px 1px;	
			box-shadow: inset rgba(0,0,0,0.5) 0 -4px 4px 1px, inset rgba(252,255,255,0.2) 0 6px 4px -2px, rgba(0,0,0,.6) 0 4px 4px 1px;	
	
	-webkit-transition: -webkit-transform .2s cubic-bezier(0,.5,0,1), -webkit-border-radius 1s cubic-bezier(0,.5,0,1);
	   -moz-transition:    -moz-transform .2s cubic-bezier(0,.5,0,1),    -moz-border-radius 1s cubic-bezier(0,.5,0,1);
		 -o-transition: 	 -o-transform .2s cubic-bezier(0,.5,0,1), 	   -o-border-radius 1s cubic-bezier(0,.5,0,1);
			transition: 		transform .2s cubic-bezier(0,.5,0,1), 		  border-radius 1s cubic-bezier(0,.5,0,1);
}


#zen .button:active, #zen.play .button:active {
	-webkit-transform:  scale(.5);	
	   -moz-transform:  scale(.5);	
		 -o-transform:  scale(.5);	
			transform:  scale(.5);	
}
#zen.play .button {
	border-radius: 30px;
	
	-webkit-transform:  scale(.54);
	   -moz-transform:  scale(.54);
		 -o-transform:  scale(.54);
			transform:  scale(.54);	
}

/* icon */

#zen .button .icon {
	position: absolute;
	display: inline-block;
	top: 0;
	width: 100px;
	height: 100px;
}
#zen .button .icon.play {
	background: url(images/playlist/zen/play.png) no-repeat;
	
	-webkit-transition: opacity 1s cubic-bezier(.5,.5,.5,1);	
	   -moz-transition: opacity 1s cubic-bezier(.5,.5,.5,1);	
		 -o-transition: opacity 1s cubic-bezier(.5,.5,.5,1);	
			transition: opacity 1s cubic-bezier(.5,.5,.5,1);	
}
#zen.play .button .play {
	opacity: 0;
	
	-webkit-transition: none;
	   -moz-transition: none;
		 -o-transition: none;
			transition: none;
}

#zen .button .icon.pause {
	opacity: 0;	
	background: url(images/playlist/zen/pause.png) no-repeat;
}

#zen.play .button .pause {
	opacity: 1;
	
	-webkit-transition: opacity 1s cubic-bezier(.5,.5,.5,1);	
	   -moz-transition: opacity 1s cubic-bezier(.5,.5,.5,1);	
		 -o-transition: opacity 1s cubic-bezier(.5,.5,.5,1);	
			transition: opacity 1s cubic-bezier(.5,.5,.5,1);	
}

/* drag */

#zen .drag {
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
}



/* buffer */

#zen .buffer {
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	background: url(images/playlist/zen/buffer.png) no-repeat;
}
#zen .buffer.loaded {
	opacity: 0;
	-webkit-transition: opacity .5s;
	   -moz-transition: opacity .5s;	
		 -o-transition: opacity .5s;	
			transition: opacity .5s;
}

/* progress */

#zen .progress {
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	background: url(images/playlist/zen/progress.png) no-repeat;
	opacity: .85;
}

/* circle */

#zen .circle {
	display: block;
	position: absolute;
	width: 98px;
	height: 98px;
	margin: 1px;
	border-radius: 50px;
	
	background: url(images/playlist/zen/circle-still.png); /* fallback */
	background: transparent, -webkit-gradient(radial, center center, 35, center center, 15, from(hsla(200,100%,0%,0)), to(hsla(200,100%,0%,1)));
	background: url(images/playlist/zen/circle-still.png) no-repeat, -moz-radial-gradient(50% 50%, hsla(200,100%,0%,1), hsla(200,100%,0%,1), hsla(200,100%,0%,0) 50%);
	background: url(images/playlist/zen/circle-still.png) no-repeat,   -o-radial-gradient(50% 50%, hsla(200,100%,0%,1), hsla(200,100%,0%,1), hsla(200,100%,0%,0) 50%);
	background: url(images/playlist/zen/circle-still.png) no-repeat, 	  radial-gradient(50% 50%, hsla(200,100%,0%,1), hsla(200,100%,0%,1), hsla(200,100%,0%,0) 50%);
		
	background-color: hsl(100,100%,60%);
	
	-webkit-box-shadow: inset rgba(0,0,0,.5) 0 0 5px 3px;
	   -moz-box-shadow: inset rgba(0,0,0,.5) 0 0 5px 3px;
		 -o-box-shadow: inset rgba(0,0,0,.5) 0 0 5px 3px;
			box-shadow: inset rgba(0,0,0,.5) 0 0 5px 3px;
	
	-webkit-transform:  scale(.7) rotate(-180deg);
	   -moz-transform:  scale(.7) rotate(-180deg);
		 -o-transform:  scale(.7) rotate(-180deg);
			transform:  scale(.7) rotate(-180deg);
	
	-webkit-transition: all .5s ease-in;	
	   -moz-transition: all .5s ease-in;	
		 -o-transition: all .5s ease-in;	
			transition: all .5s ease-in;	
}


#zen.play .circle {
	background-color: hsl(200,100%,60%);	
	
	-webkit-transform: scale(1) rotate(0deg);
	   -moz-transform: scale(1) rotate(0deg);
		 -o-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
	
	-webkit-transition: -webkit-transform 1s cubic-bezier(0,.5,0,1), background-color .6s linear;
	   -moz-transition:    -moz-transform 1s cubic-bezier(0,.5,0,1), background-color .6s linear;
		 -o-transition: 	 -o-transform 1s cubic-bezier(0,.5,0,1), background-color .6s linear;
			transition: 		transform 1s cubic-bezier(0,.5,0,1), background-color .6s linear;
	
	-webkit-animation: zen-rotate 20s linear infinite 1s;	
	-moz-animation: zen-rotate 20s linear infinite 1s;	
}


/* Record rotation only in webkit. Yes, could be done in JS, but I prefer CSS and it's not a showstopper, just visual. */
#zen.play .circle.rotate {
	-webkit-animation: zen-rotate 20s linear infinite;	
	-moz-animation: zen-rotate 20s linear infinite;	
}

@-webkit-keyframes zen-rotate {
	from { -webkit-transform: rotate(   0deg); } 
	  to { -webkit-transform: rotate(-360deg); }
}

@-moz-keyframes zen-rotate {
	from { -moz-transform: rotate(   0deg); } 
	  to { -moz-transform: rotate(-360deg); }
}

/*ZEN player END*/

/* After Sale Redirector Page STARTS */
.aftersale-redirect {
  padding:30px;
  text-align:center;
}

.aftersale-redirect h3 {
  margin-top:30px;
}

.aftersale-redirect h3 span {
  display:inline;
}
/* After Sale Redirector Page STARTS */

/*Modal window START*/
.modal-window-frame {
width: 871px;
height: 410px;
background: url(http://s32.mindvalley.us/silvalifesystem/media/images/lbv2-bg-low.jpg);
margin: 30px 20px !important;
position: relative;
-moz-box-shadow: 0 0 8px 8px rgba(0 , 0 ,0 ,0.1);
-webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 8px 8px rgba(0 , 0 ,0 ,0.1);
-o-box-shadow: 0 0 8px 8px rgba(0 , 0 ,0 ,0.1);
-khtml-box-shadow: 0 0 8px 8px rgba(0 , 0 ,0 ,0.1);
box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.1);
}

.modal-window-form {
position: absolute;
right: 24px;
top: 45px;
}

div#sm_content {
background: none repeat scroll 0 0 transparent;
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
}
div#sm_content {
width: 921px;
height: 459px;
margin-left: -475px;
box-shadow: none;
}
/*Modal window END*/



/* registration form: added May 5, 2013 */
#registration ._main ._wrapper {
  width: 980px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  padding: 0 0 0 0;
}
#registration .reg-top{
background: rgb(0,56,114); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzg3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTgwYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(0,56,114,1) 0%, rgba(65,128,193,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,56,114,1)), color-stop(100%,rgba(65,128,193,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,56,114,1) 0%,rgba(65,128,193,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,56,114,1) 0%,rgba(65,128,193,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,56,114,1) 0%,rgba(65,128,193,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,56,114,1) 0%,rgba(65,128,193,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003872', endColorstr='#4180c1',GradientType=1 ); /* IE6-8 */
height: 316px;
}

#registration .instructor-info {
    float: left;
    width: 400px;
    color: #fff;
    padding-left: 43px;
    padding-top: 60px;
}
#registration .instructor-info p, 
#registration .reg-confirm p {
    color: #fff;
    padding-left: 10px;
    padding: 0px 0 0px 0!important;
    margin: 0 0 0 0!important;
    font-size: 22px;
    line-height: 28px;
}
#registration .instructor-info h2 {
    font-size: 42px;
    line-height: 49px;
    color: #fff;
    text-shadow: none;
    filter: none;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#registration .instructor-info h2 span {
    display: block;
    margin-left: 112px;
}
#registration .instructor-info h2.name {
    font-style: italic;
    margin-left: 112px;
    position: relative;
    margin-top: -25px;
}
#registration .instructor-photo {
	float: right;
    width: 507px;
}
#registration .reg-confirm {
    background-color: #003872;
    padding: 75px 44px 75px 44px;
    text-align: center;
}
#registration .reg-confirm p {
    line-height: 32px;
    font-size: 22px;
}
#registration .reg-secure {
    height: 36px;
    line-height: 36px;
    color: #999;
    padding: 0 30px 0 30px;
}
#registration .reg-secure img { vertical-align: text-top; margin-top: 1px; }
#registration .reg-select {
    background-color: #c4ced8;
    color: #3e556c;
    text-align: center;
    padding: 46px 0px 46px 0px;
}

#registration .reg-select select {
    padding: 20px 10px 20px 10px;
    line-height: 55px;
    /*width: 350px;*/
    color: #73899f;
    font-weight: bold;
    cursor: pointer;
}
#registration .reg-select img.selectimg {
    position: absolute;
    left: 620px;
}

#registration .reg-enrollnow {
    background-color: #3e556c;
    padding: 20px 20px 20px 20px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
}
#registration .reg-enrollnow h3 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
#registration .reg-enrollnow h3 span {
    display: inline;
    font-size: 22px;
}
#registration .reg-enrollselect {
    padding: 46px 120px 0px 50px;
    background-color: #c4ced8;
    color: #3e556c;
}

#registration h3 {
    color: #3e556c;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;    
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#registration p {
    color: #3e556c;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    line-height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#registration .reg-footer {
    height: 70px;
    background-color: #c4ced8;
    color: #3e556c;
    margin-bottom: 50px;
}
#registration img.si-seal {
    position: absolute;
    right: -65px;
    margin-top: -70px;
}

#registration .instructor-footer {
    font-size: 20px;
    color: #fff;
    margin: 0 0 0 0;
    padding: 0 0 70px 0;
}

#registration .instructor-footer ul {
     list-style:  none;
     margin: 0 0 0 0;
     padding: 0 0 0 20px;
     line-height: 26px;
}
#registration .instructor-footer ul li {
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    border-right: solid 2px #fff;
}
#registration .instructor-footer ul li:first-child {
    padding-left: 0;
}
#registration .instructor-footer ul li a, .instructor-footer ul li a:visited {
    color: inherit;
}
#registration .instructor-footer ul li:last-child {
    border-right: none;
}
#registration form input[type="text"],
#registration form input[type="email"] {
	font-size: 15px;
    font-weight: bold;
	color: #73899f;
    border: 1px solid #d4d4d4;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	width: 320px;
	height: 58px;
	padding: 0 8px;
    -webkit-box-shadow: inset 1px 1px 3px #cccccc;
    -moz-box-shadow: inset 1px 1px 3px #cccccc;
    -o-box-shadow: inset 1px 1px 3px #cccccc;
    -ms-box-shadow: inset 1px 1px 3px #cccccc;
     box-shadow: inset 1px 1px 3px #cccccc;
     margin-bottom: 20px;
     margin-right: 46px;
     background-color: #fff;
}
#registration form input#address, #registration form input#email {
    width: 600px;
}
#registration form input#zip {
    width: 200px;
}
#registration form input#phone {
    width: 332px;
}
#registration form input#ccnum {
    width: 330px;
}
#registration form input#ccexpdate {
    width: 100px;
}
#registration form input#cvv {
    width: 85px;
    margin-right: 0;
}
#registration form img.question {
    margin-top: -1px;
}

#registration .tooltip{
   			display: inline;
    		position: relative;
		}
#registration a.tooltip { text-decoration: none;}
#registration .tooltip:hover:after{
    		background: #3e556c;
    		border-radius: 5px;
    		bottom: 26px;
    		color: #fff;
    		content: attr(title);
    		left: -15%;
    		padding: 10px 15px;
    		position: absolute;
    		z-index: 98;
    		width: 220px;
		}
		
#registration .tooltip:hover:before{
    		border: solid;
    		border-color: #3e556c transparent;
    		border-width: 6px 6px 0 6px;
    		bottom: 20px;
    		content: "";
    		left: 50%;
    		position: absolute;
    		z-index: 99;
		}

#registration form img.selectimg {
    position: absolute;
    left: 355px;
}
#registration form select {
    padding: 20px 10px 18px 10px;
    line-height: 55px;
    min-width: 350px;
    color: #73899f;
    font-weight: bold;
    margin-right: 50px;
    margin-bottom: 20px;
}
#registration button {
	font-size: 20px;
	box-shadow: none;
	border: none;
    background: transparent url("/assets/images/registrations/btn-enroll.png") no-repeat 0px 0;
    color: #fff;
    text-shadow: none;
	float: none;
    padding: 0 0 0 0;
	margin: 0px 0 30px 0;
    width: 283px;
    height: 68px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}
#registration button span {
    margin-left: -55px;

}
#registration button:hover {
	font-size: 20px;
	border: none;
    background: transparent url("/assets/images/registrations/btn-enroll.png") no-repeat 0 0;
    color: #3e556c;
    text-shadow: none;
	float: none;
    padding: 0 0 0 0;
	margin: 0px 0 30px 0;
    width: 283px;
    height: 68px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}