body {
    margin: 0 auto;
	min-width: 1000px;
	color: #e7e7e7;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/theyogiunderground/yogiunderground_bkrd.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a {
	color: #61b097;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1, h1 a {
	color: #fdc45d;
	font-family: 'Amatic SC', cursive;
	font-size: 34px;
	font-weight: 700;
	margin: 0;
}
h2, h2 a {
	color: #e7e7e7;
	font-family: 'Amatic SC', cursive;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}
h3, h3 a {
	color: #fdc45d;
	font-family: 'Fredericka the Great', cursive;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
}
h4, h4 a {
	color: #c45379;
	font-family: 'Fredericka the Great', cursive;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
}
h5, h5 a {
	color: #61b097;
	font-family: 'Fredericka the Great', cursive;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
}
h6, h6 a {
	color: #c45379;
	font-family: 'Fredericka the Great', cursive;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
}
p, ul, ol {
	color: #e7e7e7;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-weight: 300;
	margin: 0;
}
hr {}
table {
    border-spacing: 0 !important;
}
.bluebox {
	padding: 20px 10px;
    margin-bottom: 10px;
	background: rgba(4,27,49,.55);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.bluebox a:hover {
    text-decoration: none;
}
.filter_square {
    color: #585858;
}
.wrapper {
	width: 100%;
}

/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
	color: #e7e7e7;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}
.le_form_name {
	color: #e7e7e7;
	font-family: 'Amatic SC', cursive;
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}
.le_form_submit input[type="submit"] {
	background-color: #aabec4;
	padding: 5px 20px;
	border: 1px solid #aabec4;
	text-align: center;
	color: #041d33;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: 300;
}
.le_form_submit input[type="submit"]:hover {
	cursor: pointer;
    color: #a5babd;
	background-color: #041d33;
}
.le_form input[type="text"] {
	background-color: #041d33;
	border: 1px solid #60828d;
	padding: 5px;
	color: #a5babd;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.le_form textarea {
	background-color: #041d33;
	border: 1px solid #60828d;
	padding: 5px;
	color: #a5babd;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.footerform .le_form_row_field_1 {
    float: left;
    width: 180px;
}
.footerform input[type="text"] {
    width: 160px;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------HEADER START----------------------------*/

.header {
	margin: auto;
	width: 960px;
    padding: 10px 0;
}
.headerleft {
	float: left;
	width: 160px;
}
.logo {
	padding: 0 10px;
}
.headerright {
	float: right;
	width: 800px;
	text-align: right;
}
.header1 {
	padding: 0 10px;
}

/*-------------------------HEADER END------------------------------*/


/*-------------------------MENU START------------------------------*/

.MainMenu {
	padding: 20px 10px 0 10px;
}
.MainMenu ul.le_menu_level_0 {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_0 {
	float: left;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	color: #b9b9b7;
	font-family: 'Amatic SC', cursive;
	font-size: 28px;
	padding: 5px 15px;
    margin: 0 0 0 5px;
	text-decoration: none;
	background: rgba(4,27,49,.55);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #5ba791;
}
/*--------1st level submenu-------*/
.MainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	color: #b9b9b7;
	font-family: 'Amatic SC', cursive;
	font-size: 28px;
	padding: 2px 15px;
	margin-top: 5px;
	text-decoration: none;
	background: rgba(4,27,49,.55);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-width: 140px;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #041d33;
	background: rgba(97,176,151,.5);
}
/*----------2nd level submenu-----*/
.MainMenu .le_menu_level_2_container {
	float: right;
    margin-top: -44px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.MainMenu li.le_menuitem_level_2 a {
	display: block;
	color: #b9b9b7;
	font-family: 'Amatic SC', cursive;
	font-size: 28px;
	padding: 2px 15px;
	margin-top: 5px;
	text-decoration: none;
	background: rgba(4,27,49,.55);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-width: 140px;
}
.MainMenu li.le_menuitem_level_2 a:hover {
	color: #041d33;
	background: rgba(97,176,151,.5);
}

/*-------------------------MENU END--------------------------------*/


/*-------------------------CONTENT START---------------------------*/

.content {
	margin: auto;
	width: 960px;
    padding: 60px 0 40px 0;
}
.content1 {
    padding: 0 10px 0 50px;
}
.contentleft {
    float: left;
    width: 340px;
    margin: 0 110px 0 50px;
}
.content2 {
	padding: 0 10px;
}
.contentright {
    float: left;
    width: 280px;
    margin: 0 150px 0 30px;
}
.content3 {
	padding: 0 10px;
}
.content4 {
    padding: 0 10px 0 50px;
}

/*-------------------------INSIDE CONTENT START--------------------*/

.subcontentwide {
    margin: auto;
	width: 960px;
    padding: 60px 0 40px 0;
}
.subcontent {
	margin-left: 60px;
	width: 870px;
    padding: 20px 10px;
    background: rgba(4,27,49,.55);
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.subcontent1 {
	padding: 0 10px;
}
.subcontent2 {
    float: left;
    width: 270px;
	padding: 0 10px;
}
.subcontent3 {
    float: left;
    width: 270px;
    padding: 0 10px;
}
.subcontent4 {
    float: left;
    width: 270px;
    padding: 0 10px;
}
.subcontentleft {
    float: left;
    width: 580px;
}
.subcontent5 {
    padding: 0 10px;
}
.subcontent6 {
    float: left;
    width: 270px;
    padding: 0 10px;
}
.subcontent7 {
    float: left;
    width: 270px;
    padding: 0 10px;
}
.subcontentright {
    float: left;
    width: 290px;
}
.subcontent8 {
	padding: 0 10px;
}
.subcontent9 {
	padding: 0 10px;
}

/*-------------------------PAGE WRAPPER START----------------------*/

.pwrapperwide {
    margin: auto;
    width: 960px;
    padding: 60px 0 40px 0;
}
.pwrapper {
    margin-left: 60px;
	width: 870px;
    padding: 20px 10px;
    background: rgba(4,27,49,.55);
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.pwrapper1 {
    padding: 0 10px;
}

/*-------------------------CONTENT END-----------------------------*/


/*-------------------------FOOTER START----------------------------*/

.footer {
	margin: auto;
	width: 960px;
    padding: 20px 0;
}
.footer p, .footer a {
	color: #e7e7e7;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}
.footerleft {
	float: left;
	width: 340px;
	margin-left: 50px;
}
.footer1 {
	padding: 0 10px;
}
.le_view_mobile {
    margin-top: 20px;
	padding: 0 10px;
}
.le_view_mobile a {
    color: #e7e7e7;
    font-family: 'Amatic SC', cursive;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	text-decoration: none;
}
.le_view_mobile a:hover {
	text-decoration: underline;
}
.footerright {
	float: left;
	width: 570px;
	text-align: right;
}
.footer2 {
	padding: 0 10px;
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/

/* MINDBODY Overrides - Checkout*/ 

#main_checkout_content_wrap { 
    margin: 0px !important; 
    padding: 0px !important; 
} 
.purchase-summary-body li, .total_tag { 
    color: #000000 !important; 
} 
#main_checkout_content h3 { 
    color: #ffffff !important; 
}