@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
	border-style: none;
	text-decoration: none;
}
div {
	padding: 0;
	margin: 0;
	border: 0;
}
html {
	height: 100%;
	margin-bottom: 0.01em;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;	
	color: #003;	
	font-weight: 300;
	text-align: center;
	background: #dbd3d9;
	line-height: 120%;	
	max-width: none; 
	min-width: 100%;
}
em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
a {
	font-size: 100%;
	color: #0058AA;
	text-decoration: underline;
	font-weight: 600;
	outline: none;
}
a:hover {
	color: white;
	background-color: #0058AA;
}
a:hover img {
	text-decoration: none;
	border: none;
}
a.nohover:hover {
	background: none;
	border: none;
}
a.light { 
	color: #fff; 
}
a.light:hover { 
	color: #ddd; 
}
a.small {
	font-size: 90%;	
}
h1 {
	font-size: 210%;
	line-height: 120%;
	color: #3e7db2;
	font-weight: 600;
	text-align: center;
	margin: 12px auto;
}
h2 {
	font-size: 170%;
	line-height: 120%;
	color: #3e7db2;
	font-weight: 600;
	text-align: center;
	margin: 0.4em auto 0.4em auto;
}
h3 {
	font-size: 150%;
	line-height: 120%;
	color: #3e7db2;
	font-weight: 600;
	text-align: center;	
	margin: 0.3em auto 0.3em auto;
}
h1+h3 {
	margin-top: -0.5em;
	margin-bottom: 0.4em;
	color: #003;
}
h4 {
	font-size: 135%;
	line-height: 120%;
	font-weight: 600;
	text-align: center;	
	margin: 0 auto 0.2em auto;
}
h1+h4 {
	margin-top: -0.5em;
	margin-bottom: 0.8em;
	color: #003;
}
h5 {
	font-size: 120%;
	color: #3e7db2;
	line-height: 120%;
	font-weight: 600;
	text-align: center;}
h6 {
	margin-top: 0;
	font-size: 120%;
	color: #003;
	font-weight: 600;
	line-height: 120%;
	text-align: center;	
}
hr {
	border-top: 1px solid #999;
	margin: 20px;	
	clear: both;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
img.buynow {
	margin: 6px auto 0 auto;
}
img.centered {
	margin: 0 auto; 
}
a.imagelink { 
	border: 0; 
	text-decoration: none;
}
img.right {
	clear: both;
	float: right;
	margin: 10px 0 10px 20px;
	padding: 0 0 0 2%;
}
a:hover img {
	text-decoration: none;
	border: none;
}
a.nohover:hover {
	background: none;
	border: none;
}
img.a-z {
	display: inline;
	margin: 10px auto 5px auto;
	max-width: 90%;
	height: auto;
	border: #666 thin solid;
}
a:hover img.a-z {
	border: #FF358A thin solid;	
	text-decoration: none;
}
img.ebooklib {
	display: inline;
	margin: 10px auto 5px auto;
	border: #666 thin solid;
	max-width: 80%;
	height: auto;
}
a:hover img.ebooklib {
	border: #FF358A thin solid;	
	text-decoration: none;
}
input[type="checkbox"] {
	float: left;
	width: 1%;
}
/* ensures the increment/decrement arrows always display */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}
input[type="password"] {
	width: auto;
	font-size: 100%;
	background-color: #ebe1e7;
	padding: 0 0 2px 4px;
	border: solid 1px #003;
	margin: 0 0 5px 0;
}
input[type="password"]:hover {
	background-color: #ebd7e4;
}	
input[type="radio"] {
	padding: 0;
	margin: 0 1%;
	text-align: left;
}
input[type="submit"] {
	border: solid 1px #003;
	color: white;
	font-weight: bold;
	font-size: 100%;
	background-color: #a33b82;
	margin: 0 2px 0 2px;
	padding: 4px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type="submit"]:hover {
	background-color: #b973a1;
}
input[type="submit-sm"] {
	border: solid 1px #003;
	color: white;
	font-weight: bold;
	font-size: 85%;
	background-color: #a33b82;
	margin: 0 2px 0 2px;
	padding: 4px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input[type="submit-sm"]:hover {
	background-color: #b973a1;
	color: 
}
input[type="text"], input[type="email"] {
	width: auto;
	font-size: 90%;
	background-color: #ebe1e7;
	padding: 0 0 2px 4px;
	border: solid 1px #003;
	margin: 0 0 5px 0;
}
input[type="text"]:hover, input[type="email"]:hover {
	background-color: #ebd7e4;
}
textarea {
	width: auto;
	font-size: 80%;
	background-color: #ebe1e7;
	border: solid 1px #003;
	resize: none;
}
ol, ul {
	font-size: 100%;
	font-weight: 300;
	margin: 0 5%;
	padding-left: 1%;
}
ol li {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 20px;
}
ul li {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	text-align: left;
}
p {
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 120%;
}
select {
	float: left;
	font-size: 100%;
	padding: 0 4px;
	background-color: #ebe1e7;
	border: solid 1px #003;
	margin: 0 0 5px 0;
}
select:hover {
	background-color: #ebd7e4;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
table {
	border-style: hidden;
	width: 100%;
	font-size: 100%;
}
textarea {
	font-size: 90%;
	padding: 0 0 4px 2px;
	background-color: #ebe1e7;	
	border: solid 1px #003;
	width: auto;
	margin: -1px 0 5px 0;
}
textarea:hover {
	background-color: #ebd7e4;
}
.a-z_left {
	font-size: x-small;
	text-align: center;
	line-height: 120%;	
	width: 25%;
	clear: left;
	float: left;  
}
.a-z_left_large {
	font-size: x-small;
	text-align: center;
	line-height: 120%;	
	width: 33%;
	clear: left;
	float: left;  
}
.a-z_other {
	font-size: x-small;
	text-align: center;
	line-height: 120%;
	padding: 1%;  
	width: 23%;
	float: left;
}
.a-z_other_large {
	font-size: x-small;
	text-align: center;
	line-height: 120%;
	padding: 1%;  
	width: 31%;
	float: left;
}
/* BIO PAGE */
.bio {
	width: 100%;
	margin: 0 auto;
}
.bio-centered {
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto;
}
.bio-intro {
	font-weight: bold;	
}
.bio-intro2 {		
	margin: 1em 0 1em 0;
}
.bio-intro2 img {
	float: left;
	margin: 4px 20px 20px 0;
}
.bio-more {
	clear: left;
}

/* VIEW PRODUCTS */

.bio-new {
	width: 84%;
	margin: 0 auto;
	padding: 20px 0;
	clear: left;
}
.bio-new h4 {
	text-align: left;
	color: #3e7db2;
}
.bio-new img {
	float: left;
	margin: 0 20px 20px 0;
	border: #666 thin solid;	
}
.bio-new a:hover img {
	border: #FF358A thin solid;	
	text-decoration: none;
}
.buy-panel {
	float: left; 
	width: 84%;
	background-color: #f2e9f0;
	margin: 0 8% 20px 8%;
}
.buy-panel img {
	border: black thin solid;
}
.buy-panel input[type="text"] {
	background-color: white;
}
.buy-panel p {
	text-align: center; 
}
.buy-panel table {
	display: inline-block;
	width: 420px;
	margin: 0 auto;
}
.cart-added {	
	font-weight: bold;
	font-size: 100%;	
	margin: 0 10% 1.5em 10%;
	padding: 0 4px 0 12px;
	border: thin solid #666;
	background-color: #faf0f8;
	border-radius: 15px;	
}
.cart-added-flex-outer {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto 12px auto;
	width: 70%;
}
.cart-added-flex-inner {
	margin: 0 5%;
}
.cll {
	clear: left;
}
.clr {
	clear: right;
}
.descrip descrip-more {
	background-color: #faf0f8;
	margin: 0 auto;
}
.descrip-first {
	font-weight: bold;
}
.details {
	width: 84%;
	margin: 32px auto 48px auto;
	padding: 6px 4%;
	background-color: #f2e9f0;
	border: solid thin #003;
	border-radius: 20px;
}
.details li {
	font-size: 90%;
	margin-left: 20px;
	width: auto;	
}
.fl {
	float: left;
}
.hispa_red {
	height: 6px;
	background-color: red;
}
.hispa_yellow {
	height: 4px;
	background-color: yellow;
}
.html5_player {
	margin: 1.5em auto 0 auto;
}
#otherprods, #prodsbought {
	height: 160px;
	padding-bottom: 10px;
	overflow-x: auto;
	overflow-y: hidden;
}
.slide {
	display: inline;
	max-height: 150px;
	list-style: none;
	white-space: nowrap;
}
.slide li {
	display: inline;
	margin: 0 10px;
}
.slide img {
	height: 100%;
	width: auto;
}


/*
#otherprods .hs, #prodsbought .hs  {
	display: grid;
  	grid-gap: 10px;
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - var(--gutter) * 2);
}
	.hs::before, .hs::after {
    content: '';
    width: 10px;
}
*/
.price {
	font-size: 160%;
	font-weight: 600;
}
.price-dollar {
	font-size: 160%;
	font-weight: 600;	
}
.price-cent {
	font-size: 140%;
	font-weight: 600;	
}
.price-intro {
	font-size: 140%;
	font-weight: 600;
	text-align: left;
}
.subtitle {
	text-align: center;
	font-size: 140%;
	color: #9F5184;
	line-height: 120%;
	font-weight: 600;
	padding-top: 16px;
}
.track-list {
	width: 64%;
	margin: 24px auto;
}
.track-list table {
	width: 100%;
	border: 0;
	border-collapse: collapse;	
	font-size: 90%;
}
.track-list tr:nth-child(odd) {
    background: #f2e9f0;
} 
.track-list th {
	color: white;
	background-color: #a33b82;
	font-size: 120%;
}
.track-list tr {
	height: 24px;
}   
.track-list col1,col3 {
	width: 10%;
}
.track-list col2 {
	width: 80%;
}
.txt_purp {
	color: #b8337c;
}

.txt_red {
	color: #e03;
}

/* SHOPPING CART & CART ADDED & CHECKOUT1 */
.addtocart {	
	margin: 0;
	padding: 0 20px 5px 0;
	vertical-align: bottom;	
}
.addtocart:hover {
	opacity: 0.8;
}
#buybox {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
#buybox h1 {
	font-size: 200%;
	font-weight: 600;
	text-align: left;
}	
#buybox img {	
	display: block;
	float: left;
	width: 25%;
	border: 1px solid black;
}
#buybox input[type="text"] {
	vertical-align: bottom;
	height: 30px;
	background-color: white;
	text-align: center;
}
#buybox input[type="text"]:hover {
	background-color: #e5f4ff;
}
.cart-outer {
	width: 84%;
	margin: 0 8%;
}
.cart-contains {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.cart-edit {
	max-height: 320px;
	overflow: auto;
	clear: left;
	border-bottom: thin solid;
}
.cart-edit input[type="text"] {
	background-color: white;
}
.cart-edit table {
	border: 0;
	border-collapse: collapse;
	margin: 16px 0;
}
.cart-edit th {
	background-color: white;
	padding-bottom: 4px;
}
.cart-edit .tr1 {
	background-color: #f2e9f0;
	font-size: 90%;
	font-weight: bold;
	padding-left: 20px;
}
.cart-edit .tr2 {
	background-color: #f2e9f0;
	font-size: 90%;
	padding-left: 20px;
}.cart-edit .tr3 {
	background-color: #f2e9f0;	
	font-size: 80%;
	padding-left: 20px;
	text-align: left;
}	
.cart-edit .tr4 {
	background-color: white;
	height: 20px;
}
.cart-edit td {
	height: 20px;
	text-align: left;
}
.cart-edit img {
	padding-right: 10px;
}
.cart-footer {
	text-align: center;
}
.cart-sub {
	clear: left;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}
.ccard {
	margin: 10px auto 0 auto;
	width: 40%;
	max-width: 400px;
}
.cko-inner img {
	max-width: 60%;
	display: block;
	margin: 0 auto;
	opacity: 1;
	filter: alpha(opacity=100);
}
.cko-inner img:hover {
	opacity: 0.75;
	filter: alpha(opacity=85);
}
.cko-outer {
	margin: 0 auto; 
	padding-top: 12px;
	padding-bottom: 16px;
}

.cko-sub {
	color: white;
	background-color: #a33b82;
	margin-top: 32px;
	margin-bottom: 10px;
	text-align: left;
	clear: both;
	padding: 2px 0;
	height: 18px;
}
.cko-sub span {	
	font-size: 110%;
	font-weight: bold;	
	margin-left: 10px;
	margin-right: 10px;
}
.cko-sub a {
	font-size: 90%;
	color: white;
}
.cko-sub a:hover {
	color: #ddd;
}
.cko-add p {
	margin: 0;
	line-height: 110%;
}
.cko-summary {
	width: 100%;
	border: 1px solid #003;
	border-collapse: collapse;
	margin: 0 auto 16px auto;  
	background-color: #f2e9f0;
}
.cko-summary select {	
    float: none;
}
.cko-summary p {
	text-align: center;
}
.cko-summary table {
	margin: 0 auto;
}
.cko-summary td {
    text-align: center;
	vertical-align: middle;
}
.cko-summary .td-left {
	font-size: 110%;
	text-align: left;
	padding: 2px;
}
.cko-summary .td-right {
	font-size: 110%;	
	text-align: right;
	padding: 2px;
}
.cko-summary .td-single {
	font-size: 90%;
	padding: 2px 0;
}
.cko-summary th {
	font-size: 110%;
	color: white;
	background-color: #a33b82;
	padding: 2px 0;
}
.cko-summary .tr-total {
	font-weight: bold;
	background-color: #ebd7e4;
}

.wish-table {
	max-height: 640px;
	overflow: auto;
	clear: left;
	padding-bottom: 20px;
	border-bottom: thin solid;
}
.wish-table table {
	border: 0;
	border-collapse: collapse;
	width: 84%;
	margin: 16px 8%;	
}
.wish-table .tr1,.tr2 {
	background-color: #f2e9f0;
	font-size: 110%;
	font-weight: bold;
	padding-left: 20px;
}
.wish-table .tr3 {
	background-color: #f2e9f0;	
	font-size: 90%;
	padding-left: 20px;
}	
.wish-tablet .tr4 {
	background-color: white;
	height: 20px;
}
.wish-table td {
	height: 20px;
	text-align: left;
}
#dont-forget input[type="text"] {
	vertical-align: bottom;
	height: 30px;
	background-color: white;
	text-align: center;
}
#dont-forget input[type="text"]:hover {
	background-color: #e5f4ff;
}

/* BILLING / SHIPPING */
.bs {
	margin: 24px auto;
	padding: 0 5%;
	line-height: 2;
}
.bs input[type="text"], input[type="email"] {
	font-size: 100%;
	float: left;
	width: 60%;
	padding: 0 0 2px 4px;
	background-color: #fff5fc;
}
.bs input[type="text"]:hover, input[type="email"]:hover {
	background-color: #ebd7e4;
}
.bs input[type="checkbox"] {
	float: left;
	display: inline;
	margin: 2px 0 4px 0;
    width: 19px;  
}
.bs input[type="radio"] {
	float: left;
	display: inline;
	margin: 2px 0 4px 0;
	width: 30px;
}
.bs input[type="submit"] {
	display: inline;
	text-align: left;
}
.bs select {
	width: 60%;
	background-color: #fff5fc;
}
.bs select:hover {
	background-color: #ebd7e4;
}
.bs textarea {
	float: left;
	background-color: #fff5fc;
	font-size: 100%;
	width: 60%;
	margin-top: 0;
}
.bs textarea:hover {
	background-color: #ebd7e4;
}
.bs-label {
	float: left;
	width: 30%;
	font-size: 100%;
	text-align: right;
	clear: left;
	margin-right: 8px;
}
.bs-sub {
	clear: left;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}
.bs-text {
    float: left;
    text-align: left;
}
.bs-note {
	clear: both;
	margin-left: 30%;
	padding-left: 12px;
	font-size: 80%;
	color: #ff47ac;	
	font-weight: bold;
	font-style: italic;
}
.notice {
	color: red;
	font-size: 110%;
	background-color: white;
	border: solid thin #003;
	padding: 4px 0;	
}
.notice p {
	text-align: center;
	margin: 0;
}

/*Guru Rattana Online 2020*/
#video-body {
	margin: 0 auto 20px auto;
	background: #fcf7fc;
	font-size: 100%;
}
#video-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#video-masthead {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0;
}
#video-body a {   
    color: #0081cc;
}
#video-body a:hover {
    color: #fff;
    background: #0081cc;
    text-decoration: none;
}
.video-header-outer {
	width: 100%;
    background-image: url("/images/grol/grol_header_2020_bg.jpg");
    background-repeat: repeat; 
	background-color: #f4e7fd;
}
.video-header-inner {	
	width:66%;
	margin: 0 auto;
	border: 0;
}
.video-header-inner img {
	max-width: 100%;  
	width: auto;
	height: auto;
	border: 0;
}
.video-topmenu {
	margin: 8px auto 0 auto;
	height: 20px;
}
.video-tm2 {
	text-align: center;
	margin: 0 auto;
	width: 68%;
}
.video-tm2a {
	float: left;
	margin-top: 4px;
}
.video-tm2 select {
	float: left;
	display: inline;
	margin-left: 15px;
}
.grol-stat {
	margin: 20px auto;
	color: #fa00a5;
	text-align: center;	
}
.video-grol {
	font-size: 100%;
	width: 60%;
	margin: 0 auto 32px auto ;
	clear: both;
}
.video-grol h1 {
	color: #c82ee8;
	margin: 20px auto;
}
.video-grol h2 {
	color: #c82ee8;
}
.video-grol hr {
	border-top: 3px double #999;
	margin: 20px 5%;
}
.video-grol img {	
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.video-grol img:hover {	
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
.video-grol-faq-q {
	font-weight: bold;
	color: #c82ee8;
	text-transform: uppercase;
	text-align: left;
	margin-top: 8px;
}
.video-grol-highlight {
    background-color: #fa00a5;
    color: #fff;
    padding: 2px;
    font-style: italic;
    font-weight: bold;
}
.video-grol .pricing p {
	font-size: 140%;
	margin-left: 15%;
}
.video-grol ul {
	font-size: 110%;
}
.video-grol .list {
	font-style: italic;
}
.video-grol .pricing-sub {	
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	margin-top: 32px;
}
.video-grol .pricing-det {
	margin: 0 0 0 0;
}
.video-grol .pricing .class-id {
	text-align: right;
}
.video-grol .pricing .price {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	background: #fae7fd;	
}
.video-grol .pricing .save {
	text-align: right;
}
.video-grol .pricing .savings {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	background: #fae7fd;
}
.video-grol .signup {
	text-align: center;
}
.video-grol .notes {
	font-size: 100%;
	line-height: 120%;
}
.video-grol .sub {
    color: #c82ee8;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	margin-top: 32px;
}
.video-grol .testimonial {
	border-radius: 25px;
	border: 1px solid black; 
	font-weight: bold;
	font-size: 110%;
	color: black;
	background: #fae7fd;
	margin: 32px 8%;
	padding: 10px;
}
.video-grol-select {
	width: 80%;
	margin: 0 auto 32px auto;
	clear: both;
}
.video-grol-select .box {
	width: 80%;
	margin: 16px auto;
}
.video-grol-select .sub {  
	background-color: #c82ee8;
	font-size: 120%;
	font-weight: 600;
	color: white;
	text-align: center;
	margin: 1.2em 0;
	padding: 5px 0;
}  
}
.video-grol-select .box img {
	width: 85%;
	height: auto;
}
.video-grol-select table {
	margin: 20px auto;
}
.video-kriya {
    width: 72%;
    margin: 0 auto 32px auto;
}
.video-kriya table {
    margin: 20px auto;
}
.video-kriya .kriyas th {
	font-size: 130%;
	height: 40px;
 	margin-top: 10px;
}
.video-kriya .head-index {
	text-align: left;
	padding-left: 10%;
}
.video-kriya .kriyas tr:nth-child(even) {
	background-color: #fae7fd;
}
.video-kriya .kriyas td {
	font-size: 100%;
	height: 30px;
}
.video-kriya td a {
    font-weight: normal;
    color: #000;
}
.video-kriya .table-index {
	text-align: left;
	padding-left: 10%;
}
.video-maxguide-sub {
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0;
}
.video-maxguide-first {
    margin-top: 0;
}
.video-play {
	width: 90%;
	margin: 0 auto 32px auto;
}
.video-play .player {
	width: 80%;
	margin: 0 auto 32px auto;
}
#video-body .tracks {
	width: 100%;
	font-size: 110%;
	line-height: 150%;
    margin-bottom: 16px;
}
#video-body .tracks a {
    color: #fff;
}
.video-play a {
	color: #f2ecd5;
	height: 100%;
	text-decoration: none;
}
.video-play a:hover {
	background: #a85cb8;
	color: white;
}
.video-play .full {
	margin: 0;
	width: 100%;
	padding: 4px 0;
	background: #9652a3;
	color: white;
	border: 1px white solid;
}
.video-play .left {
	float: left;
	width: 90%;
	text-align: left;
	margin-left: 30px;
}
.video-play .right {
	text-align: left;
	overflow: hidden;	
}
.video-play .info {
	width: 100%;
}
.video-play .descrip p:first-child {
	font-weight: bold;
}
.video-play .sub {
	color: #4d4942;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}
.video-play .topics {
	font-size: 130%;
	margin-left: 40px;	
	margin-bottom: 20px;
}
#video-footer {
	position: relative;
	clear: both;
	width: 100%;
	font-size: 80%;
}
#video-footerbox {
	background-color: #fae7fd;
	width: 100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #c82ee8;
	clear: both;
}
#video-footerbox a {
	color: #0081cc;
	text-decoration: underline;	
}
#video-footerbox a:hover {
	color: #fff;
    background: 0081cc;
	text-decoration: none;

}
#video-footerbox p {
	color: #000;
	text-align: center;
}

/* CLASSES - GENERAL */
.allprod {
	font-size: 90%;
	text-align: left;
	line-height: 120%;	
}
.allprod_col1_1st {
	width: 45%;
	float: left;
}
.allprod_col1 {
	width: 45%;
	clear: left;
	float: left;
}
.allprod_col2 {
	width: 10%;
	float: left;
}
.allprod_col3 {
	width: 35%;
	float: left;
}
.allprod_col4 {
	width: 10%;
	float: left;
}	
.applic-t {
	font-size: 100%;
}
.applic-t input[type="text"] {
	float: left;
	margin-bottom: 10px;
}
.app-label {
	float: left;
	width: 35%;
	font-size: 90%;
	line-height: 150%;
	text-align: right;
	clear: left;
	margin-bottom: 10px;
	margin-right: 8px;
}
.applic-t .radio {
	float: left;
	margin: auto;
	width: 65%;
}
.applic-t .radio-label {
	float: left;
	margin-left: 2%;
}
.applic-t .radio-input {
	float: left;
	margin-left: 1%;
}
.applic-t textarea {
	float: left;
}
.bbb {
	margin: 0 auto;
	padding: 20px 0 10px 0;	
}
.bbb img {
	border: none;
}
.begin {
	font-size: 90%;
	font-weight: normal;
	text-align: justify;
}
.begin h1 {
	font-size: 280%;
}
.begin h2 {
	font-size: 220%;
}
.begin h5 {
	font-size: 140%;
	margin-bottom: 30px;
}
.begin ul {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	padding-top: 0;
}
.begin li {
	margin: 15px 0;
}
.begin .intro p {
	font-weight: bold;		
}
.begin .sub{
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	padding-left: 1%;	
}
.begin-bio {
	background-color: #f2e9f0;
	padding: 1%;
	border: 1px #000 solid;
}
.begin-bio .image {	
	width: 15%;
	height: auto;
	float: left;
	padding-right: 2%;
}
.begin-bio .bio-notes {

}
.begin-bio .more {
	clear: both;
	text-align: center;
	padding-left: 10px;
}
.begin .buynow {
	display: table;
	margin: 0 auto;
	background-color: white;
}
.begin .buynow:hover {
	background-color: #999;
}
.begin .buynow input[type="image"] {
	display: table-cell;
	vertical-align: middle;
}
.begin .buynow .textbox {
	display: table-cell;
	vertical-align: middle;
	padding: 0 8px;
}
.begin .buynow input[type="text"] {
	height: 24px;
	font-size: 100%;
	text-align: center;
}
.begin .selling-points table {
	border-collapse: separate !important;
	border: 1px #000 solid;
/*	border-radius: 25px;  */
}
.begin .selling-points td  {
/*	border: 1px #000 solid;  */
	font-size: 100%;
}
.begin .yousave {
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	margin-top: 8px;
}
.begin .col-first {
	width: 5%;
	vertical-align: top;
	padding-top: 12px;
}
.begin .col-second {
	padding: 0 8px; 
}
.begin .dark {
	background-color: #f2e9f0;
}
.begin .light {
	background-color: #fcf7fb;
}
.begin-bio {
	width: 100%;
	background-color: #f2e9f0;
	border-radius: 25px;
	border: 1px solid black;
}
.begin-bio td .image {
	width: 25%;		
}
.begin-bio img {
	width: 100%;
	height: auto;
	padding: 5%;
}
.begin-bio td .more {
	text-align: center;
}
.bold {
    font-weight: bold;
    margin-left: 15%;
}
.cart-flex-outer {
	margin: 20px auto;
	padding: 10px;
	width: 95%;
	background-color: #f2e9f0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.cart-flex-outer input[type="submit"],
.cart-footer input[type="submit"] {
	background: none;
	border: none;
	color: #0058aa;
	text-decoration: underline;	
}
.cart-flex-outer input[type="submit"]:hover,
.cart-footer input[type="submit"]:hover {
	background-color: #0058aa;
	color: white;
}
.cart-flex-img {
	padding-right: 20px;
	width: 20%;
	display: flex;
}
.cart-flex-img img {
	width: 100%; 
	height: auto;
}
.cart-flex-other {
	display: flex; 
	flex-direction: column; 
	align-content: space-between; 
	width: 100%;  
	align-items: flex-start;
}
.cart-flex1 {
	width: 90%;
	text-align: left; 
	flex-wrap: wrap;
}
.cart-flex2 {
	width: 10%;
	text-align: right;
}
.cart-flex3 {
	text-align: left;
}
.cart-flex4 {
	text-align: left; 
	margin-top: auto;
	flex-wrap: nowrap;
	font-size: 80%;
}
.cart-flex-title {
	display: flex;
	height: 50px;
	width: 90%;
	justify-content: space-between;
}
.cart-flex-qty {
	display: flex;
	height: 30px;
	width: 100%;
	align-content: flex-end;
}
.cart-flex-links {
	display: flex;
	height: 40px;
	width: 90%;
	justify-content: space-between;
}
.cent-link {
	text-align: center;
	margin-top: 20px;
}
.cent-sub {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0 0;
}
.cent-text {
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
	margin: 5px 0 16px 0;
}
.center {
	text-align: center;
}
.center-bold {
    text-align: center;
    font-weight: bold;
}
.center-lge {
	text-align: center;
	font-size: 120%;
}
.center-lge-red {
	text-align: center;
	font-size: 120%;
	color: red;
}
.center-lge-bd {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
.center-lge-bd-it {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	line-height: 150%;
}
.center-sm {
	text-align: center;
	font-size: 90%;
}
.center-vsm {
	text-align: center;
	font-size: 70%;
}	
.circle-login input[type="checkbox"] {
	float: left;
	width: 2%;
	margin: 10px 0;
	padding: 0;
}
.circle-login input[type="text"] {
	float: left;
	margin: 10px 0;
}
.circle-login input[type="password"] {
	float: left;
	margin: 10px 0;
}
.circle-login input[type="submit"] {
	margin: 20px 0;
	clear: left;
}
.circle-login textarea {
	float:left;
	margin: 10px 0;
}
.circle-login label {
	width: 20%;
	float: left;
	clear: left;
	text-align: right;
	margin: 10px 8px 10px 5em;
}
.circle-login p {
	text-align: center;
	clear: left;
	margin: 10px 40px;
}
.circle-login select {
	margin: 10px 0;
}
.circle-login ul {
	clear: left;
	padding: 0;
}
.circle-login li {
	display: inline;
	padding: 0 12px;
	font-size: 100%;
	line-height:120%;
}
.clear {
	clear: both;
}
.contact-us {
	margin: 0.5em auto;
}
.contact-us p {
	text-align: center;
	clear: left;
}
.contact-us label {
	clear: left;
	float: left;
	text-align: right;
	margin: 4px 8px 8px 0;
	width: 40%;
}
.label2 {
	text-align: center;
	clear: left;
}
.label3 {
	display: none;
}
.contact-us .radio {
	float: left;
	margin: 4px 0 8px 0;
}
.contact-us input[type="text"] {
	font-size: 120%;
	float: left;
	width: 30%;
	padding: 0 0 2px 4px;
	background-color: #fff5fc;
}
.contact-us input[type="text"]:hover {
	background-color: #ebd7e4;
}
.contact-us select {
	float: left;
	margin: 4px 0 8px 0;
}
.contact-us textarea {
	margin: 4px 0 8px 0;
}
.contents-top {
	background-color: #dbd3d9;
	border: thin solid #333;
	padding: 8px;
	margin: 1em 0;
}
.contents-top li {
	font-size: 100%;
	font-weight: normal;
}
.contents-top p {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
.contents-lists ul {
	font-size: 110%;
	font-weight: bold;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.contents-lists ul ul {
	font-size: 90%;
	font-weight: normal;
	padding: 0 0 0 5em;
	list-style-type: square;	
}
.contents-lists ul ul a {
	font-size: 90%;
	font-weight: normal;
}
.faq-index {
	font-weight: bold;
	font-size: 90%;
	text-align: justify;
}
.faq-sub {
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	margin: 12px 0;
}
.faq-q {
	font-weight: bold;
	font-size: 90%;
	color: #a33b82;
	text-transform: uppercase;
	text-align: left;
}
.faq-a {
	font-size: 90%;
	text-align: justify;
	padding-bottom: 8px;
}
.fll {
	clear: both;
	float: left;
	margin-right: 2%;
}
.flr {
	clear: both;
	float: right;
	margin-left: 2%;
}
.glider {
	width: 80%;
	margin: 24px auto;
}
.glider-panel {
	width: 33%;
	height: 300px;
	float: left;
	padding-bottom: 10px !important;
}
.glider-panel p {
	text-align: center !important;
	font-weight: 600;
}
.glidert {
	border-style: none;
	text-align: center;
	font-weight: 600;
}
.glider img {
}
.grol-sub {
	width: 100%;
	border: solid thin #003;
	border-collapse: collapse;
	padding: 0;
	margin: 0 auto 1.2em auto;
}
.grol-sub img {
	max-width: 100%;  
	width: auto; 
	height: auto;  
	margin: 0;
}
.grol-sub .purple {
	background-color: #a33b82;
}
.grol-sub .txt {
	padding: 10px;
	text-align: justify;	
}
.grol-sub div {
	margin: 0;
	padding: 0;
}
.grol-sub .fl {
	float: left;
	width: 50%;
	text-align: center;
}
.guarantee {
	color: white;
	font-weight: bold;
	background-color: #a33b82;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 5px;
}
.guarantee p {
	margin: 0;
}
.halfdiv {
	float: left;
	width: 50%;
}
.hqf-donate {
	text-align: center;
	margin-top: 16px;
    padding-bottom: 10px;
}
.inline-block3 {
	display: inline-block;
	width: 33%;
	text-align: center;
	padding: 32px 0;
}
#kriya {
}
#kriya ol {
	display: block;
}
#kriya ol li {
	display: list-item;
}
#kriya .index {
	font-weight: bold;
	padding-right: 1%;
}
#kriya .mantra {
	font-family: Comic Sans MS, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}
#kriya .spacer, #kriya .spacer-sm {
	clear: none;  !IMPORTANT
}
#kriya .sub {	
	font-size: 120%;
	font-weight: 600;
	color: #a33b82;	
	margin-bottom: 0;
	padding: 0;
}
.book-ad {
	clear: both;
	width: 80%;
	background-color: #f2e9f0;
	margin: 2em auto;
	height: 240px;
	border: thin solid #003;
}
.book-ad img {
	float: left;	
	border: none;
	background: none;
	height: 180;
	width: auto;
}
.book-ad .heading {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
.book-ad .heading2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
.book-ad .sub {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.book-ad .link {
	margin-top: 20px;
}

.book-ad p {
	text-align: center;
}
.book-ad-mob {
	text-align: center;
	width: 90%;
	margin: 1em auto;
	background-color: #f2e9f0;
	padding: 12px 0;
}
.book-ad-mob img {
	margin: 0 auto;
	height: 240px;
	width: auto;
}
.book-ad-mob .heading {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
.book-ad-mob .heading2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
.book-ad-mob .sub {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.book-ad-mob .link {
}
.book-ad-mob p {
	text-align: center;
}
.kysd-inner {
	border: thin solid;	
	border-radius: 20px;
	padding: 24px;
	background-color: #f2e9f0;
	width: 84%;
	margin: 0 auto;
}
.kysd-inner p {
	text-align: center;	
	font-size: 90%;
}
.kysd-outer {
	margin: 24px 0;
}
.kysd-small {
	font-size: 75%;
	background-color: #dbd3d9;
	padding: 0 4px;
	margin: 20px 12px 12px 12px;
	border: thin #003 solid;
}
.kysd-small p {
	text-align: center;
	margin: 8px 0;
}
.lander {
    width: 70%;
    margin: 0 auto;
}
.lander input[type="radio"] {
	padding: 10px 0 14px 0;
	margin: 0 1%;
    clear: left;
	float: left;
}
.lander input[type="submit"] {   
    clear: left;
    text-align: center;
}
.lander span {
    float: left;
    padding: 0 0 8px 2%;
}
.lander p {
    clear: left; 
    padding-top: 16px;
}
.mauve-panel {
	border: 1px solid #006; 
	background-color: #f2e9f0; 
	padding: 12px 20px;
}
.maya {   
	margin: 32px auto;
	width: 90%;
}
.member-info {
    margin: 0 auto;
    width: auto;
}
.member-info tr {
    text-align: left;
}
.member-info td {
    padding: 0 10px;
}
.para1 {
	font-size: 110%;  
	font-weight: bold;
}
.pay-window {
	margin: 0 auto;
/*	
	width: 96%;
	max-width: 800px;
	height: auto;
*/
}
.pp-trans tr {
    text-align: left;
}
.pp-trans td {
    padding: 10px;
    vertical-align: top;
}
.purphead {
	background-color: #a33b82;
	font-size: 120%;
	font-weight: 600;
	color: white;
	text-align: center;
	margin: 16px auto 8px auto;
	padding: 2px 0;
	border-radius: 6px;
}
.purp-divider {
	margin-bottom: 12px;
	border-bottom: 4px solid #a33b82;
}
.purpsub {
	background-color: #a33b82;
	font-size: 110%;
	font-weight: 600;
	color: white;
	text-align: center;
	margin: 1.2em 0 0 0;
	padding: 3px 0;
}
.radio-text {
	padding-left: 2%;
	padding-bottom: 8px;	
}
.rotator {
	width: 80%;
	margin: 0 auto;
	padding: 32px 0;
}		
.shipto {
	width: 80%;
	margin: 0 auto;
}
.shipto-row {
	clear: both;	
	width: 100%;	
	text-align: left;
 	line-height: 200%;
}
.shipto-row:first-child {
	font-weight: bold;
	background-color: #faf0f8; 
}
.shipto .float-left {
	float: left;
	width: 90%;
}
.shipto .float-right {
	float: right;
	font-weight: bold;
	font-size: 85%;
}
.shipto .clear {
	clear: both;
}

/*
.shipto input[type="radio"] {
	width: 10px;
	height: 10px;
}
*/
.sm {
	font-size: 85%;
}
.sm-it {
    font-size: 85%;
    font-style: italic;
}
.sm-it-cent {
    font-size: 85%;
    font-style: italic;
	text-align: center;
}
.spacer {
	clear: both;
	height: 1em;
}
.spacer2 {
	clear: both;
	height: 2em;
}
.spacer3 {
	clear: both;
	height: 3em;
}
.spacer-sm {
	clear: both;
	height: 0.5em;
}
.spacer-vsm {
	clear: both;
	height: 0.1em;
}
.stat {
	color: #ff47ac;
	font-weight: bold;
	font-size: 85%;	
	margin: 0 auto 1.5em auto;
	padding: 10px 4px 10px 4px;
	border: thin solid #666;
	background-color: #faf0f8;
	border-radius: 15px;	
}
.stat a {
	color: #ff47ac;
}
.stat a:hover {
	color: white;
	background-color: #ff47ac;
}
.sub {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0;
}
p.sub first-child {
    margin-top: 0;
}
.dir-main table {
	width: 50%;
	margin: 0,auto;
	border-collapse: collapse;
	border-style: none;
}
.dir-main tr:nth-of-type(odd) {
	background-color: #e5f4ff;	
}
.dir-main th {
	height: 24px;
	background-color: #3e7db2;
	color: white;
	font-weight: bold;
}
.dir-main td {
	width: 100%;
	height: 24px;
	font-size: 90%;
	text-align: center;	
	border: none;
}
.dir-view table {
	width: 90%;
	margin: 0,auto;
	border-collapse: collapse;
	border-style: none;
}
.dir-view tbody {
	font-size: 90%;
	text-align: left;
}
.dir-view th {
	height: 24px;
	background-color: #3e7db2;
	color: white;
	font-weight: bold;
}
.dir-view tbody>tr>:nth-child(1){ 
	width: 40%;
	padding-left: 1%;
}
.dir-view tbody>tr>:nth-child(2) {
	font-weight: bold;
	width: 35%;
}
.dir-view tbody>tr>:nth-child(3) {
	width: 4%;
}
.dir-view tbody>tr>:nth-child(4) {
	width: 21%;
}
#terms {
	width: 100%;
	font-size: 100%;
}
#terms h5 {
	color: black;
}
#terms hr {
	border-top: 3px double #ccc;
	margin: 20px;	
}
#terms p {
	text-align: justify;
}
#terms .sub {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
#terms .index {
	font-size: 110%;
	text-align: center;
}
#terms .index div {
	padding: 6px 0;
}
.testimonial {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 110%;
	background-color: #f2e9f0;
	padding: 4px 10px 4px 10px;
	margin: 20px auto;
	border: solid thin #003;
	border-radius: 20px;
}
.testimonial label {
	font-style: normal;
}
.textsm {
	font-size: 75%;
}
.text-red {
    color: red;
    font-size: 12px;
    font-weight: bold;
	font-style: italic;
}
.top_prod {
	padding: 10px 0 20px 0;
}
.top_prod p {
	text-align: center;
}
.txt_bd-it {
    font-weight: bold;
    font-style: italic;
}
.txt-90 {
	font-size: 90%;
}
.txt_large {
	font-size: 110%;
	font-weight: bold;
}
.txt_110 {
    font-size: 110%;
}
.txt_120 {
	font-size: 120%;
	font-weight: bold;
}
.txt-120cent {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.txt_140 {
	font-size: 140%;
	font-weight: bold;
}
.view-digital {
	text-align: left;
	line-height: 150%;
}
.view-digital span {	
	margin-left: 4%;
	font-size: 80%;
}
.view-sub {
	margin: 0 auto ;
}
.view-sub tbody {
	text-align: left;
	width: auto;	
}
.weeklykriya {
	font-size: 1.5em;
	font-weight: 600;	
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#masthead {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0;
}
.header-outer {
	width: 100%;
 	background-image: url(https://www.yogatech.com/images/header_extension.jpg); 
	background-color: #a33b82;
	background-size: contain;
	border: 0;
}
.header-inner {	
	max-width:1024px;
	margin: 0 auto;
	border: 0;
}
.header-inner img {
	width: auto;
	height: auto;
	max-height: 100%;  
	border: 0;
}
.top-menu-bar {
	width:100%;
	height:31px;
	background:#4b6e98 url(https://www.yogatech.com/styles/ajxmenu1_files/menu-bg.gif) top left;
}
.search input[type="submit"] {
	border-radius: 50%; 
	font-size: 90%; 
	padding: 0 inherit; 
	margin: 0 inherit;	
}
.search input[type="text"] {
	width: 120px;
	background-color: white;
	margin-left: 24px;
}
.search input[type="text"]:hover {
	background-color: #ebd7e4;
}
#topmenu {
	font-size: 100%;
	background-image: url("/images/sundry/top-gradient.jpg");
	background-color: #001c33;
	min-height: 36px;  
	width: 100%;	
	color: #fff;
	vertical-align: text-top;  
	line-height: 36px;
}
#topmenu a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	height: 100%;
	line-height: 36px;
}
#topmenu a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a33b82;
}
#topmenu li {
	display: inline; 
	padding: 0 14px 0 14px;
	font-size: 100%;
	color: #fff;
	font-weight: 600;
	vertical-align: top; 
}
#topmenu2 {
	width: 72%;
	margin: 8px auto;
	min-height: 40px;
}
#site-search {
	float: left;
	width: 30%;
	padding: 4px 0 0 4px;
	background: inherit;
}
#new-site-search {
	float: left;
	width: 30%;
	padding-top: 4px;
	background: inherit;
}
#new-site-search input[type="text"] {
    font-size: 75%;
}
#social {
	float: left;
	width: 38%;
	background: inherit;
}
.fb-like {
	float: left;
	width: 30%;
	padding-top: 5px;
}
.twitter-count {
	float: left;
	width: 40%;
	padding-top: 1px;
}
.g-plusone-outer {
	float: left;
	width: 30%;		
}
.g-plusone-spacer {
	height: 4px;
}
#account-info {
	float: left;
	width: 31%;
	background: inherit;
}
#account-info p {
	text-align: left;
	font-size: 90%;
	margin-top: 7px;
}
#account-info span {
	color: #dbd3d9;
}
#main {	
	max-width: 880px;
	margin: 0 auto;
	min-height: 800px;
	overflow: hidden;
	background-color: white;
	padding: 20px 3%;
	border-radius: 25px;
	clear: both;
}
.outer {	
	width: 84%;
	margin: 0 auto;
}
.addthis-height {
	min-height: 32px;
}
.addthis-outer {
	display: inline-flex;
	margin: 0 auto;
	padding: 0;
}
.addthis-new {
	margin: 20px auto;
	padding: 0;
/*	
	width: 72%;
*/	
    display: flex;
/*	
	flex-wrap: nowrap;
	justify-content: center; 
	align-items: flex-end;
	align-content: center;
*/	
}
.cart-icon {
	display: flex;
	align-items: center;
}
.cart-icon img {
	margin-left: 12px;
/*	
	max-width: 50px;
*/
	height: 32px;
	width: auto;
	border: none;
}
#zoom-member {
	width: 90%;
	margin: 0 auto;
	border-style: none;
	border-collapse: collapse;
	font-size: 90%;
}
#zoom-member td {
	border-style: none;
	text-align: left;
	padding-left: 1em;
}
#footer {
	position: relative;
	clear: both;
	width: 100%;
	font-size: 70%;
}
.footer-head {	
	font-size: 90%;
	text-align: center;
}
}
.footer-transit {
	width: 100%;
	height: 12px;
	margin-top: 2.5em;
	background-color: #001c33;
	clear: both;
}
.footer-box {
	background-color: #3389b8;
	background-image: url(https://www.yogatech.com/images/header_extension_rev.jpg);
	background-size: 100% 100%;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;	
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #7e2465;		
	clear: both;
}
.footer-box a {
	color: #fff;
	text-decoration: underline;	
}
.footer-box a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a33b82;
}
.footer-box p {
	color: #fff;
	text-align: center;
}