@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css?family=Average+Sans|Happy+Monkey');

body {
    margin: 0 auto;
	width: 100%;
	font-family: 'Average Sans', sans-serif;
	font-size: 16px;
	color: #000000;
    background-color: #ffffff;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/releaseyoga1/bknd_pattern_top.jpg');
    background-repeat: repeat-x;
    
}
a {
	color: #5e1354;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1, h1 a {
	font-family: 'Happy Monkey', cursive;
	font-size: 30px;
	color: #5e1354;
	font-weight: normal;
	margin: 0;
}
h2, h2 a {
	font-family: 'Happy Monkey', cursive;
	font-size: 30px;
	color: #000000;
	font-weight: normal;
	margin: 0;
}
h3, h3 a {
	font-family: 'Happy Monkey', cursive;
	font-size: 30px;
	color: #75855c;
	font-weight: normal;
	margin: 0;
}
h4, h4 a {
	font-family: 'Happy Monkey', cursive;
	font-size: 24px;
	color: #5e1354;
	font-weight: normal;
	margin: 0;
}
h5, h5 a {
	font-family: 'Happy Monkey', cursive;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	margin: 0;
}
h6, h6 a {
	font-family: 'Happy Monkey', cursive;
	font-size: 24px;
	color: #75855c;
	font-weight: normal;
	margin: 0;
}
p, ul, ol {
	font-family: 'Average Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0;
	line-height: 20px;
}
img {
    max-width: 100%;
    height: auto;
}
.whiteText p, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p a{
    color: #ffffff;
}
.tttable td, th {
    padding: 10px;
}
.greenbox {
    background-color: #9BA380;
    padding: 40px 25px;
    margin-bottom: 25px;
}
.greenbox h2 {
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.greenbox h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0;
}
.greenBar {
    background-color: #E9F5D8;
    padding: 8px 18px;
    margin-bottom: 10px;
}
.redBar {
    background-color:#db1818;
    padding: 8px;
}
/*-------------------------FONT STYLING END------------------------*/


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

.le_form {
    color: #000000;
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 12px;
	font-weight: 700;
    margin: 0;
    line-height: 16px;
}
.le_form_name {
    color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 900;
	margin: 0;
	text-decoration: none;
}

.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 5px !important;
}
.form-header p {
    color: #000000;
    font-size: 14px;
}

.wrapper input[type="submit"] {
	margin: 0;
	padding: 5px 15px 6px 15px;
	color: #000000;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 15px;
	background-color: #D0DBB7;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #A0B57B;
	cursor: pointer;
	text-decoration: none;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	margin: 0;
	padding: 5px;
	color: #000000;
	font-family: "Lato", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.form-control {
    height: inherit !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.inlineform .le_form_name {
    float: left;
    padding: 2px 10px 0 0;
}
.inlineform .le_form_row_field_1, .inlineform .le_form_row_field_2 {
    float: left;
    width: 348px;
}
.inlineform input[type="text"] {
    width: 320px;
}
.inlineform .le_form_row_field_3 { 
    float: left;
    width: 0;
}
.inlineform input[type=checkbox], .le_form_optin_label {
    display: none;
}
@-moz-document url-prefix() {
    .inlineform .le_form_row_field_1, .inlineform .le_form_row_field_2 {
        float: left;
        width: 347px;
    }
}

/*-------------------------LE FORM STYLE END-----------------------*/
/*--------------------------Button Styling Start---------------------*/
.button1 a, a.button1 {
	display: inline-block;
	margin: 0;
	padding: 7px 18px;
	color: #ffffff;
	/*font-family: "Lato", Helvetica, sans-serif;*/
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 15px;
	text-transform: uppercase;
	background-color: #5e1b54;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.button1 a:hover, a:hover.button1 {
	background-color: rgba(88,117,77,.7);
	cursor: pointer;
	text-decoration: none;
}
.button2 a, a.button2 {
	display: inline-block;
	margin: 0;
	padding: 12px 18px;
	color: #5e1b54;
	/*font-family: "Lato", Helvetica, sans-serif;*/
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	background-color: #ffffff;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.button2 a:hover, a:hover.button2 {
	background-color: rgba(255,255,255,.7);
	text-decoration: none;
	cursor: pointer;
}
.largeButton a, a.largeButton {
	margin: 16px 0;
	display: inline-block;
	padding: 9px 22px;
	color: #000000;
	font-family: "Lato", Helvetica, serif;
	font-size: 18px;
	line-height: 25px;
	background-color: #ffffff;
	border: 3px solid #000000;
	border-radius: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.largeButton a:hover, a:hover.largeButton {
	border-color: #0880cd;
	color: #0880cd;
	text-decoration: none;
}
.fullwidthButton a, a.fullwidthButton {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 9px 5px;
	color: #ffffff;
	font-family: "Lato", Helvetica, serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	background-color: #000000;
	border: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.fullwidthButton a:hover, a:hover.fullwidthButton {
	background-color: #5875b1;
	text-decoration: none;
}

/*------------------------------------------Button Styling END---------------------------------*/
/*-----------------------------------------Expand START--------------------------------*/
.expand {
    margin-bottom: 15px;
}




.expand dt {
    position: relative; 
    margin-bottom: 5px;
	color: #5875b1;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
}
.expand dt:before {
    content: "+";
    margin-right: 10px;
    margin-left: -35px;
    color: #5875b1;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: none;
}
.expand dt.active {
    color: #5875b1;
	text-decoration: none;
}
.expand dt.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
    color: #5875b1;
}
.expand dt:hover{
    cursor: pointer;
    color: #8dc73f;
}
.expand dt h3{
    display: inline-block;
}
/*-----------------------------------------Expand END--------------------------------*/

/*-----------------EXPAND 2-----------------------------------------*/


.openContent p {
    margin-bottom: 30px;
}
.openContent h4 {
    position: relative; 
    margin-bottom: 15px;
    font-size: 20px;
}
.openContent h4:before {
    content: "+";
    margin-right: 10px;
    color: #000;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.openContent h4.active {
    color: #5E1B54;
}
.openContent h4.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.openContent h4:hover {
    cursor: pointer;
    color: #7a256d;
}
/*-----------------END EXPAND 2-------------------------------------*/
/*----------------------------Feature START---------------------------------*/

/*----------------------------Feature END------------------------------------*/
/*------------------------------CTA Start-------------------------------*/

/*------------------------------CTA End----------------------------------*/


/*----------------------------Price Box START--------------------------*/
.priceBox {
    background-color: #75855C;
    padding: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    border-radius: 3px;
}
.priceBox h1, .priceBox h2, .priceBox h3, .priceBox h4, .priceBox h5, .priceBox h6, .priceBox p {
    color: #ffffff;
}
.greenBox2 {
    background-color: #75855C;
    padding: 20px;
    color: #ffffff;
}
.greenBox2 h1, .greenBox2 h2, .greenBox2 h3, .greenBox2 h4, .greenBox2 h5, .greenBox2 h6, .greenBox2 p, .greenBox2 hr {
    color: #ffffff;
}
.outlineBox {
    border: 2px solid #eae8e9;
    padding: 10px;
}
.purpleHeader {
    background-color: #af75a7;
    padding: 8px;
}

/*---------------------------Price Box END---------------------------*/
/*------------------from non-responsive site START-------------------*/
.contentmid p, .contentmid ul, .contentmid ol, .contentmid a, .contentmid h1, .contentmid h4 {
	color: #ffffff;
}
.graybox {
	padding: 10px;
	background-color: #f6f6f7;
	border-top: 2px solid #5e1354;
}
.graybox p {
    font-size: 18px;
}
.graybox2 {
	padding: 10px;
	background-color: #f6f6f7;
	border-top: 2px solid #5e1354;
	border-bottom: 2px solid #5e1354;
}
.greenbutton1 {
    position: relative;
    padding: 35px 10px 35px 30px;
    margin: 5px 5px 5px -10px;
    background: rgb(230,244,211); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(230,244,211,1) 0%, rgba(235,246,220,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,244,211,1)), color-stop(100%,rgba(235,246,220,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(230,244,211,1) 0%,rgba(235,246,220,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(230,244,211,1) 0%,rgba(235,246,220,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(230,244,211,1) 0%,rgba(235,246,220,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(230,244,211,1) 0%,rgba(235,246,220,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4d3', endColorstr='#ebf6dc',GradientType=0 ); /* IE6-9 */
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}
.greenbutton1:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    background-color: #904586;
}
.greenbutton1 a:hover {
    text-decoration: none;
    color: #904586
}
.greenbutton2 {
    position: relative;
    padding: 35px 10px 35px 30px;
    margin: 5px 5px 5px -10px;
    background: rgb(230,244,211); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(230,244,211,1) 0%, rgba(235,246,220,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,244,211,1)), color-stop(100%,rgba(235,246,220,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(230,244,211,1) 0%,rgba(235,246,220,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(230,244,211,1) 0%,rgba(235,246,220,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(230,244,211,1) 0%,rgba(235,246,220,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(230,244,211,1) 0%,rgba(235,246,220,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4d3', endColorstr='#ebf6dc',GradientType=0 ); /* IE6-9 */
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}
.greenbutton2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    background-color: #9c72b2;
}
.greenbutton2 a:hover {
    text-decoration: none;
    color: #9c72b2;
}
.greenbutton3 {
    position: relative;
    padding: 35px 10px 35px 30px;
    margin: 5px 5px 5px -10px;
    background: rgb(230,244,211); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(230,244,211,1) 0%, rgba(235,246,220,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,244,211,1)), color-stop(100%,rgba(235,246,220,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(230,244,211,1) 0%,rgba(235,246,220,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(230,244,211,1) 0%,rgba(235,246,220,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(230,244,211,1) 0%,rgba(235,246,220,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(230,244,211,1) 0%,rgba(235,246,220,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f4d3', endColorstr='#ebf6dc',GradientType=0 ); /* IE6-9 */
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}
.greenbutton3:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    background-color: #8d5778;
}
.greenbutton3 a:hover {
    text-decoration: none;
    color: #8d5778;
}
.enrollments_title {
    display: none;
}
/*------------------from non-responsive site END-------------------*/
/*---------------------Start Expand Class---------------------*/

/*--------------------- End Expand Class---------------------*/



/*------------------from non-responsive site END---------------------*/
.headerImg{
    outline: 15px solid #ffffff;
}
.headerImg img{
    width: 100% !important;
}
/*-------------------------SITE CLASSES START----------------------*/

hr {
    border: 0;
    background: #000000;
    height: 1px;
    margin: 5px 0%;
}

blockquote {
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
	width:100% !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.relative {
    position: relative;
}
.responsive img, img.responsive {
    width: 100% !important;
    height: auto;
}
.responsive iframe, .responsive object, .responsive embed {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

#lightbox-container-image-box{
    max-width: 100% !important;
    height: auto !important;
}
#lightbox-container-image-box img{
    max-width: 90% !important;
}
.CustomColor1, .CustomColor1 p, .CustomColor1 h6, .CustomColor1 h5, .CustomColor1 h4, .CustomColor1 h3, .CustomColor1 h2, .CustomColor1 h1,  .CustomColor1 li {
	color: #5e1354;
}
.CustomColor2, .CustomColor2 p, .CustomColor2 h6, .CustomColor2 h5, .CustomColor2 h4, .CustomColor2 h3, .CustomColor2 h2, .CustomColor2 h1,  .CustomColor2 li {
	color: #feda0c;
}
.CustomColor3, .CustomColor3 p, .CustomColor3 h6, .CustomColor3 h5, .CustomColor3 h4, .CustomColor3 h3, .CustomColor3 h2, .CustomColor3 h1,  .CustomColor3 li {
	color: #e4e4e4;
}



/*-------------------------SITE CLASSES END------------------------*/

.wrapperWide {
    background-color: none;
    width: 100%;
    position: relative;
}
.wrapper {
	background-color: none;
	width: 100%;
	position: relative;
}

/*-------------------------HEADER START----------------------------*/
.headerWide {
	width: 100%;
    background: none; 
	z-index: 100;
    position: relative;
}
.header {
    padding: 10px 0px;
    position: relative;
}
.headerleft {
	float: left;
	width: 480px;
}
.headerLinks{
    text-align: center;
}
.logo {
    margin-bottom: 10px;
	padding: 0 10px;
	text-align: center;
}
.logo img{
    max-width: 100%;
}
.headerright {
	float: right;
	width: 480px;
	text-align: right;
}
.header1 {
	padding: 0 10px;
	text-align: center;
}
.header2 {
    position: relative;
    top: 10px;
    right: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    margin: auto;
	padding: 0 10px;
}

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

/*-------------------------MAIN MENU START-------------------------*/
.navigationWide{
	width: 100%;
	background-color: #5e1354;
	margin-bottom: 10px;
}
.navigation {
    text-align: right;
}
.navicon {
    background-color: #5e1354;
    border-top: 0px;
    color: #000000;
    display: block;
    height: 45px;
    width: 100%;
    padding:10px 0px;
    position: relative;
    text-align: right;
    
    
}
.navicon:after {
    color: #ffffff;
    content: '\2630  menu';
    font-family: 'Happy Monkey', cursive;
    font-size: 16px;
	font-weight: 700;
    left: 0;
    padding:10px 0px;
    position: absolute;
    right:20px;
    top: 0px;
}
.navicon:hover:after {
    color: #ffffff;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    background-color: #5e1354;
    color: #ffffff;
    border-top: 0px;
    text-align: right;
    display: none;
    width: 100%;
    
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
	
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
    font-family: 'Happy Monkey', cursive;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 5px;
    text-decoration: none;
    text-align: right;
	margin-left: 10px;
	
}
.MainMenu li.le_menuitem_level_0 a:hover {
    text-decoration: none;
	color: #5e1354;
}

.MainMenu li.le_menuitem_level_0:last-of-type a {
    padding-right: 0;
}
/*--------1ST LEVEL SUBMENU-------*/

.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
    display: block;
	padding: 5px 0;
	color: #ffffff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
	text-decoration: none;
	margin-right: 20px;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #8dc63f;
}

/*--------2ND LEVEL SUBMENU-------*/

.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.dropdown ul {
    display: none;
}

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



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

.contentWide{
	margin-top: 0px;
	max-width: 100%;
}
.content {
    padding-top:0px;
    padding-bottom: 0px;
}
.main{
    padding: 10px 0px;
}
/*-------------------------MAIN END--------------------------------*/


/*-------------------------FOOTER START----------------------------*/
.footerWide {
	background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/releaseyoga1/bknd_pattern_top.jpg');
    background-repeat: repeat-x;
	margin-top: 15px;
}
.footer {
    padding: 20px 0px 20px 0px;
}
.footer, .footer p{
	color: #000000;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Average Sans', sans-serif;
}
.footer a{
    color: #5e1354;

}
.footer a:hover{
    color: #5e1354;
}
.footer1, .footer2{
	text-align: center;
}
.footer .menu_element ul {
    margin: 0;
    padding: 0px 0 0 0;
    list-style: none; 
        border-top: 2px solid #5e1354;
}
.footer .menu_element li{
    display: inline-block;
    border-top: 0px;
    padding: 5px;
}
.footer .menu_element a {
    font-size: 18px;
    font-family: 'Happy Monkey', cursive;
	color: #000000;
	padding: 5px 10px;
	text-decoration: none;
	
}
.footer .menu_element a:hover{
	color: rgba(0,0,0,.9);
}

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

.iconUp{
    margin-top: -5px;
}
/*-------------------------MEDIA QUERIES START---------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        position: relative;
        margin: auto !important;
        width: 748px;
    }
    .backformobile{
        display: none;
    }
	.header{
	    padding: 0px 0px 10px 0px;
	}
	
	.logo {
        margin-bottom: 0px;
    	padding: 0 10px;
    	
    }
	.headerright {
		float: right;
		width: 480px;
		text-align: right;
	}
	.header1 {
		padding: 0 10px;
	}

    .navicon{
        text-align: right;
        /*margin-top: 75px;*/
    }
    .MainMenu {
        text-align: right;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	text-align: right;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	margin-right: 20px;
    }
   
    .footer1 {
		text-align: left;
	}
	.footer2  {
		text-align: right;
	}
	.greengradientbox2 {
	    margin-top: 0px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container{
        margin: auto;
        width: 972px;
    }
    .logo{
        text-align: left;
        position: absolute;
        top: 137px;
        left: 30px;
    }
    .header p{
        margin-top: 3px;
    }
    .global2{
        position: absolute;
        top: 300px;
    }
    .area1{
        float: right;
        margin-top: 15px;
    }
    /*==============================FULL SIZE MENU=====================*/
	.navigationWide{
    	width: 100%;
    	background-color: #5e1354;
    	margin-bottom: 45px;
    	padding: 18px 0px;
    	border-radius: 0px 0px 10px 10px;
    }
	.navigation {
        text-align: center ;
        margin:0px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        text-align: center;
    }
    .MainMenu {
        display: block;
        background-color: transparent;
        text-align: left;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0 0px 0 0;
        padding: 0;
        text-align: left;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
        margin-left: 0px;
        position: relative;
        text-align: left;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        font-family: 'Happy Monkey', cursive;
        font-size: 18px;
        color: #ffffff;
        padding: 10px 9px;
        text-decoration: none;
		text-align: left;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
		margin-left: 0px;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        color: #a0b57e;
        text-decoration:none;
    }
	
	.MainMenu li.le_menuitem_level_0:last-of-type a {
		padding-right: 0;
	}
    .MainMenu ul.le_menu_level_1 {
        display: none;
        margin: 0px 0 0 -20%;
        min-width: 137px;
        padding: 0px;
        background-color: #a0b57e;
        position: absolute;
        text-align: center;
        z-index: 210;
        
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	margin: 0;
    	padding: 5px 5px;
    	text-align: left;
        background-color: #a0b57e;
        border-radius: 10px;
	}
	.MainMenu li.le_menuitem_level_0:last-of-type a {
		padding-right: 0;
	}
	.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
		display: block;
	}
	.MainMenu li.le_menuitem_level_1 a {
		display: block;
		padding: 8px 5px;
		color: #ffffff;
		font-family: 'Happy Monkey', cursive;
        font-size: 16px;
		font-weight: 700;
		text-decoration: none;
		text-transform: lowercase;
		min-width: 160px;
		text-align: left;
	}
	.MainMenu li.le_menuitem_level_1 a:hover {
		color: #5e1354;
		
	}
	/*----------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: 5px 5px;
		text-align: left;
		background-color: #8dc63f;
	}
	.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
		display: block;
	}
	.MainMenu li.le_menuitem_level_2 a {
		display: block;
		padding: 5px 5px;
		color: #ffffff;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size: 15px;
		font-weight: 700;
		text-decoration: none;
		text-transform: lowercase;
		min-width: 160px;
	}
	.MainMenu li.le_menuitem_level_2 a:hover {
		color: #5875b1;
		background-color: #8dc63f;
	}
	/*===================================FULL SIZE MENU END==============================*/
    .headerLinks{
        text-align: right;
    }
    .iconUp{
        margin-top: 0px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        margin: auto;
        width: 1170px;
    }
    .header2 {
		position: fixed;
		top: 10px;
		right: 0px;
		padding: 0 10px;
	}
}

/*-------------------------MEDIA QUERIES END-----------------------*/


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

.anythingSlider-default {
    margin-bottom: 0px !important;
	padding: 0 !important;
}

button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 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;
}

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

 /*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}

/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/
@media (max-width: 479px) {
    .ctaarea img {
        width:100%;
        height: auto;
    }
    .colsingle {
        padding: 5px;
    }
    .lastimgholder img {
        width: 10%;
        height: auto;
    }
}
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_300-hour-teacher-training #le_area3 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_300-hour-teacher-training #le_area4 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_300-hour-teacher-training #le_area5 {
    padding-bottom: 30px;
}
.aurora_300-hour-teacher-training #le_region2 {
    margin-top: 30px;
}
.aurora_cbd-products #le_area11 {
    margin-bottom: 20px;
}
.aurora_cbd-products #le_area12 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.aurora_cbd-products #le_area4 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.aurora_cbd-products #le_area5 {
    background-color: rgb(109, 19, 84);
    margin-bottom: 30px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_cbd-products #le_region2 {
    margin-top: 40px;
}
.aurora_fall-winter-200-hour-teacher-training #le_area5 {
    background-color: rgb(109, 19, 84);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_home-r #le_area10 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.aurora_home-r #le_region1 {
    background-color: rgb(94, 19, 84);
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_home-r #le_region2 {
    margin-top: 30px;
}
.aurora_hour-yoga-teacher-training #le_area11 {
    color: rgb(255, 255, 255);
}
.aurora_hour-yoga-teacher-training #le_area12 {
    background-color: rgb(94, 19, 84);
}
.aurora_hour-yoga-teacher-training #le_area21 {
    background-color: rgb(94, 19, 84);
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_hour-yoga-teacher-training #le_area3 Lower {
    background-color: rgb(94, 19, 84);
}
.aurora_hour-yoga-teacher-training #le_area32 {
    background-color: rgb(94, 19, 84);
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_hour-yoga-teacher-training #le_area33 {
    background-color: rgb(94, 19, 84);
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_massage #le_area13 {
    padding-top: 60px;
    padding-bottom: 40px;
}
.aurora_massage #le_area3 {
    padding-bottom: 20px;
}
.aurora_massage #le_area5 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_our-team #le_area10 {
    text-align: center;
}
.aurora_our-team #le_area8 {
}
.aurora_pricing #le_area13 {
    padding-top: 30px;
    padding-bottom: 50px;
}
.aurora_pricing #le_area2 {
    background-color: rgb(236, 236, 236);
    border-style: solid;
    border-color: rgb(109, 19, 84);
    border-width: 2px;
    border-radius: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
}
.aurora_private-parties #le_area13 {
    background-color: rgba(0, 0, 0, 0.11);
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_private-parties #le_area3 {
    background-color: rgba(0, 0, 0, 0.11);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_private-parties #le_area5 {
    margin-bottom: 30px;
}
.aurora_private-parties #le_region2 {
    margin-top: 50px;
}
.aurora_reflexology #le_area4 {
    background-color: rgb(109, 19, 84);
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_release-yoga-psychic-services #le_area11 {
    margin-bottom: 20px;
}
.aurora_release-yoga-psychic-services #le_area12 {
}
.aurora_release-yoga-psychic-services #le_area4 {
}
.aurora_release-yoga-psychic-services #le_area5 {
    background-color: rgb(109, 19, 84);
    margin-bottom: 30px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_release-yoga-psychic-services #le_region2 {
    margin-top: 40px;
}
.aurora_reopening-guidelines #le_area13 {
    background-color: rgba(109, 19, 84, 0.43);
    margin-bottom: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.aurora_reopening-guidelines #le_area3 {
    background-color: rgb(109, 19, 84);
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
}
.aurora_skin-care #le_area13 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_skin-care #le_area3 {
    background-color: rgb(126, 68, 118);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_skin-care #le_area4 {
    background-color: rgb(94, 19, 84);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: rgb(255, 255, 255);
}
.aurora_summer-200-hour-teacher-training #le_area15 {
    margin-bottom: 30px;
}
.aurora_summer-200-hour-teacher-training #le_area5 {
    background-color: rgb(109, 19, 84);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_summer-200-hour-teacher-training #le_region1 {
    margin-top: 40px;
}
.aurora_summer-200-hour-teacher-training #le_region2 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.aurora_teacher-training #le_area13 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.aurora_teacher-training #le_area15 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_teacher-training #le_area16 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_teacher-training #le_area17 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_teacher-training #le_area18 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_teacher-training #le_area6 {
    background-color: rgba(109, 19, 84, 0.19);
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: 15px;
    margin-left: px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: px;
    line-height: px;
}
.aurora_teacher-training #le_area7 {
    background-color: rgba(109, 19, 84, 0.43);
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: 15px;
    margin-left: px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: px;
    line-height: px;
}
.aurora_teacher-training #le_area8 {
    background-color: rgba(109, 19, 84, 0.72);
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: 15px;
    margin-left: px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: px;
    line-height: px;
}
.aurora_teacher-training #le_region2 {
    padding-top: 30px;
}
.aurora_teacher-training-300-hour #le_region2 {
    margin-top: 40px;
}
.aurora_thai-massage #le_region2 {
    padding-bottom: 40px;
}
.aurora_two-hundred-hour-yoga-teacher-training #le_area5 {
    background-color: rgb(109, 19, 84);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_two-hundred-hour-yoga-teacher-training #le_region2 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.aurora_winter-200-hour-teacher-training #le_area13 {
    background-color: rgb(94, 27, 84);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_winter-200-hour-teacher-training #le_area4 {
    padding-top: px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.aurora_winter-200-hour-teacher-training #le_area5 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_winter-200-hour-teacher-training #le_region1 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.aurora_winter-200-hour-teacher-training #le_region2 {
    background-color: rgba(0, 0, 0, 0.11);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_winter-spring-200-hour-teacher-training #le_area13 {
    background-color: rgb(109, 19, 84);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_winter-spring-200-hour-teacher-training #le_area21 {
    background-color: rgb(94, 19, 84);
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_yoga-retreats #le_region1 {
    padding-top: 30px;
    padding-bottom: 40px;
}
.aurora_yoga-retreats #le_region2 {
    background-color: rgba(207, 207, 207, 0.17);
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_hour-yoga-teacher-training #le_area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hour-yoga-teacher-training #le_area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hour-yoga-teacher-training #le_area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hour-yoga-teacher-training #le_area3 Lower {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hour-yoga-teacher-training #le_area32 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hour-yoga-teacher-training #le_area33 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_release-yoga-psychic-services #le_area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_release-yoga-psychic-services #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_winter-spring-200-hour-teacher-training #le_area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_winter-spring-200-hour-teacher-training #le_area21 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_hour-yoga-teacher-training #le_area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hour-yoga-teacher-training #le_area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hour-yoga-teacher-training #le_area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hour-yoga-teacher-training #le_area3 Lower {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hour-yoga-teacher-training #le_area32 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hour-yoga-teacher-training #le_area33 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_release-yoga-psychic-services #le_area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_release-yoga-psychic-services #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_winter-spring-200-hour-teacher-training #le_area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_winter-spring-200-hour-teacher-training #le_area21 {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
