body {
    margin: 0 auto;
	min-width: 1000px;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	background-color: #ffffff;
}

/*-------------------------FONT STYLING START----------------------*/

a {
	color: #f7931e;
	text-decoration: none;
}
a:hover {
    color: #f7931e ;
    text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 350;
	margin: 0;
	line-height: 19px;
}
h1, h1 a, h1 a:hover {
	color: #ffe6cb;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	text-decoration: none;
}
h2, h2 a, h2 a:hover {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-weight: 600;
    line-height: 22px;
	margin: 0;
	text-decoration: none;
}
h3, h3 a, h3 a:hover {
	color: #ffe6cb;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	text-decoration: none;
}
h4, h4 a, h4 a:hover {
	color: #817c7b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	text-decoration: none;
}
h5, h5 a, h5 a:hover {
	color: #817c7b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	text-decoration: none;
}
h6, h6 a, h6 a:hover {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	text-decoration: none;
}
.mb_listview_date {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform:uppercase;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	text-decoration: none;
}
.title_date  {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif !important;
    text-transform:uppercase !important;
    font-size: 17px !important;
	font-weight: 600 !important;
	margin: 0;
	text-decoration: none;
}
.title_class  {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif !important;
    text-transform:uppercase !important;
    font-size: 17px !important;
    font-weight: 600 !important;
	margin: 0;
	text-decoration: none;
}
.title_staff  {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif !important;
    text-transform:uppercase !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    margin: 0;
	text-decoration: none;
}    
.label {
    color: #000000 ;
    font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	margin: 0;
	line-height: 19px;
}
.label_index {
    color: #000000 ;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 15px !important;
	font-weight: 400 !important;
	margin: 0;
	line-height: 19px;
}
.font {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 15px !important;
}
.input_text {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.select_input {
    border-radius: 0 !important;
}
    
/*-------------------------FONT STYLING END------------------------*/


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

.le_form {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	line-height: 19px;
}
.le_form_name {
	color: #ffe6cb;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	text-decoration: none;
}
.le_form_submit input[type="submit"] {
	background-color: #58585a;
	padding: 5px 15px;
	border: 1px solid #ababac;
	text-align: center;
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	line-height: 19px;
}
.le_form_submit input[type="submit"]:hover {
	cursor: pointer;
	background-color: #676769;
}
.le_form input[type="text"], #search_form_value {
	background-color: #ffffff;
	border: 1px solid #ababac;
	padding: 5px;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	line-height: 19px;
}
.le_form textarea {
	background-color: #ffffff;
	border: 1px solid #ababac;
	padding: 5px;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	line-height: 19px;
}
input#search_form_button {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hotbikramyoga/icon_search_14.png') no-repeat center center;
    width: 19px;
    height: 18px;
	border: none;
	color: transparent;
}
input#search_form_button:hover {
    cursor: pointer;
}
.footerform #le_form_container_1 .le_form_float_elements > * {
    float: none !important;
    margin: 0 auto 5px auto;
}
.footerform input[type="text"] {
    width: 200px;
}

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


/*-------------------------SITE CLASSES START----------------------*/

hr {
    border: 0;
    background-color: #c0c0c0;
    height: 1px;
}
.blacktransbox {
    padding: 0;
    background-color: #000000;
    background: rgba(0,0,0,.54);
}
.blacktransbox2 {
    padding: 10px;
    background-color: #000000;
    background: rgba(0,0,0,.54);
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hotbikramyoga/icon_tancircle_06.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.borderleft {
    border-left: 1px solid #c0c0c0;
    padding-left: 10px;
}
.tableclass a:hover {
    text-decoration: none !important;
}
.bordertop img {
    border-top: 1px solid #000000;
}
.circle {
    margin: auto;
    width: 119px;
    height: 119px;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hotbikramyoga/icon_greycircle_35.png');
    background-repeat: no-repeat;
}
.shopbox {
    background-color: #f9fafb;
    border-left: 1px solid #c0c0c0;
    padding-left: 10px;
}
.creambox {
    padding: 10px;
	background-color: #f4ede7;
}
.creambox2 {
    background-color: #f4ede7;
}
.creamboxtop {
	padding: 10px;
	background-color: #f4ede7;
	border-top: 1px solid #000000;
}
.creamboxbottom {
	padding: 10px;
    padding-bottom: 20px;
	background-color: #f4ede7;
	border-bottom: 1px solid #000000;
	height:210px;
}

.question{
    cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
}
.answer{
	padding:5px;
	width:600px;
	display:none;	
}
.le_plugin_gallery_squarethumb {
    float: left;
    margin: 0 0px 0px 0 !important;
    text-align: center;
    width: 134px !important;
    height: 134px !important;
}
.le_plugin_gallery_squarethumb img {
    width: 134px;
    height: 134px;
}
.le_plugin_gallery_squarethumb:hover img {
    opacity: .5;
}
#lightbox-nav-btnPrev {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hotbikramyoga/previous.gif') !important;
    background-repeat: no-repeat !important;
    background-position: 0% 15% !important;
}
#lightbox-nav-btnNext {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hotbikramyoga/forward.gif') !important;
    background-repeat: no-repeat !important;
    background-position: 100% 15% !important;
}
#MicrosoftTranslatorWidget {
    position: absolute !important;
    top: 0;
    left: 0;
}
#WidgetFloaterPanels {
    position: absolute;
    top: 0;
    left: 0;
}
.staff_name a {
    color: #000000 !important;
    text-decoration: none;
}
.staff_img {
    display: none !important;
}
.showing {
    color: transparent !important;
}
.staffbio, {
    width: 90% !important;
    padding-left: 0% !important;
}
.comment {
    width: 90% !important;
    padding-left: 0% !important;
}
.more {
    width: 90% !important;
    padding-left: 0% !important;
}
.staff_name {
    pointer-events: none;
    cursor: default;
    color: #000000 !important;
    text-decoration: none !important;
}
.firstname {
    color: #000000 !important;
    text-decoration: none !important;
}
.lastname {
    color: #000000 !important;
    text-decoration: none !important;
}
.row_class a {
    pointer-events: none;
    cursor: default;
    color: #ec145a !important;
    text-decoration: none !important;
}
.row_staff a {
    pointer-events: none;
    cursor: default;
    color: #ec145a !important;
    text-decoration: none !important;
}
.le_metro_silver_button, .signup, .le_mb_button {
    text-transform:uppercase;
    text-shadow: none !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0px !important;
    background: #ec145a!important;
    padding: 5px 10px !important;
}
.le_metro_silver_button:hover, .signup:hover, .le_mb_button:hover {
    color: #ffffff !important;
    background: #f7931e !important;
}
.pwrapper input[type="submit"] {
    color: #ffffff !important;
    border-image-source: none !important;
    border-image-slice: none !important;
    border-image-width: none !important;
    border-image-outset: none !important;
    border-image-repeat: none !important;
    border: none !important;
    -webkit-appearance: none !important;
    white-space: none !important;
    background: #ec145a !important;
}
    
.pwrapper input[type="submit"]:hover {
    cursor: pointer;
}
.map_style {
    color: #58585a !important;
}
.map_style:hover {
    color: #f7931e !important;
}
#new_clients {
    /*border-left: 1px solid !important;*/
}
#new_clients input[type="radio"] {
    margin-left: 10px;
}
.button {
    box-shadow: none !important;
    text-transform:uppercase;
    text-shadow: none !important;
    color: #ffffff !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 15px !important;
    border: none !important;
    border-radius: 0px !important;
    background: #ec145a!important;
    display: inline-block !important;
    padding: 5px 10px !important;
}
.button:hover {
    color: #ffffff !important;
    background: #f7931e !important;
}
.search_result_title {
    color: #f7931e !important;
}
input#search_form_button {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hotbikramyoga/icon_search_14.png') no-repeat center center !important;
    color: transparent !important;
}
.staff_bio, .staff_bio p, .staff_bio div {
    font-size: 15px;
    font-family: 'Source Sans Pro',sans-serif;
    color: #000000;
    font-weight: 350 !important;
}
/*-------------------------SITE CLASSES END------------------------*/

.wrapper {
	width: 100%;
}

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

.header {
	margin: auto;
	width: 960px;
	padding: 20px 0 10px 0;
}
.header #search_container {
    padding: 0 !important;
    border-bottom: 0 !important;
    margin: 0 !important;
}
.header1 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.logo {
	float: left;
	width: 300px;
	padding: 0px 10px;
	text-align: center;
}
.header2 {
	float: left;
	width: 300px;
	padding: 0 10px;
	text-align: right;
}


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


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

.navigation {
	margin: auto;
	width: 940px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.MainMenu {
	text-align: center;
}
.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: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 5px 4px 5px;
    margin: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	border-bottom: 4px solid #f7931e;
}
/*--------1st level submenu-------*/
.MainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0 15px;
	padding: 0 10px;
	text-align: left;
	background-color: #ffffff;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 5px;
    margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	min-width: 160px;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #f7931e;
    border-bottom: 1px solid #000000;
}
.MainMenu li.le_menuitem_level_1:last-of-type a {
    border-bottom: 0;
}
/*----------2nd level submenu-----*/
.MainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -35px;
	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: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	min-width: 160px;
}
.MainMenu li.le_menuitem_level_2 a:hover {
    color: #f7931e;
    border-bottom: 1px solid #000000;
}

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


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

.content {
	margin: auto;
	width: 960px;
	padding: 20px 0;
}
.content1 {
	padding: 0 10px;
}
.content2 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content3 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content4 {
	float: left;
	width: 300px;
	padding: 0 10px;
}
.content5 {
	padding: 0 10px;
}

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

.subcontent {
	margin: auto;
	width: 960px;
	padding: 20px 0;
}
.subcontent1 {
	padding: 0 10px;
}
.subcontentleft {
    float: left;
    width: 640px;
    margin-left: 80px;
}
.subcontent2 {
	padding: 0 10px;
}
.subcontent3 {
    float: left;
    width: 300px;
	padding: 0 10px;
}
.subcontent4 {
    float: left;
    width: 300px;
    padding: 0 10px;
}
.subcontent5 {
	padding: 0 10px;
}
.subcontentright {
    float: left;
    width: 240px;
}
.subcontent6 {
	padding: 0 10px;
}
.subglobal1 {
    padding: 0 10px;
}
.subcontent7 {
	padding: 0 10px;
}
.subcontent8 {
	padding: 0 10px;
}
.subcontent9 {
    float: left;
    width: 300px;
	padding: 0 10px;
}
.subcontent10 {
    float: left;
    width: 300px;
    padding: 0 10px;
}
.subcontent11 {
    float: left;
    width: 300px;
    padding: 0 10px;
}
.subcontent12 {
	padding: 0 10px;
}

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

.pwrapper {
	margin: auto;
	width: 960px;
	padding: 20px 0;
}
.pwrapper1 {
    padding: 0 10px;
}

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


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

.footer {
	margin: auto;
	width: 940px;
	padding: 20px 0;
	border-top: 1px solid #000000;
}
.footer p, .footer a {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin: 0;
	line-height: 19px;
}
.footerleft {
	float: left;
	width: 310px;
    text-align: right;
}
.footer1 {
	padding: 0 10px 0 0;
}
.le_view_mobile {
    padding: 0 10px 0 0;
}
.le_view_mobile a {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin: 0;
	line-height: 19px;
}
.le_view_mobile a:hover {
	text-decoration: underline;
}
.footermid {
	float: left;
	width: 296px;
	height: 114px;
    margin: 0 10px;
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.footer2 {
    padding: 0 10px;
}
.footerright {
	float: left;
	width: 310px;
}
.footer3 {
	padding: 0 0 0 10px;
}

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


/*-------------------------RESETS START------------------*/

table {
	border-spacing: 0 !important;
}
.anythingSlider-default {
	padding: 0 !important;
}

/*-------------------------RESETS 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;
}

.emailform {
    margin: 0 auto !important;
}

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

/* MINDBODY Overrides - Checkout*/
#main_checkout_content_wrap {
    margin: 0px !important;
    padding: 0px !important;
}
.payment_form_packages .group_listing .series {
    margin-right: 10px;
}
.payment_form_packages .group_listing {
    padding-bottom: 10px;
}
.liability_text {
    overflow: auto !important;
    height: auto !important;
}
.healcode-registration-promo-text {
    color: #817c7b;
}
.mb_schedule .capacity {
    padding-top: 7px;
}