@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
    margin: 0 auto;
    color: #4f5962;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	line-height: 30px !important;
	letter-spacing: 2px;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-weight: 300;
}

/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	color: #7f2d59;
	text-decoration: none;
}
a:hover {
    color: #352163;
}
a img {
	border: 0;
}
p {
	color: #4f5962;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	line-height: 35px !important;
	margin: 0;
	letter-spacing: 2px;
	font-weight: 300;
}
h1, h1 a, .title1, .title1 a {
	color: #4f5962;
	font-family: 'Libre Baskerville', serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 25px;
}
h2, h2 a, .title2, .title2 a {
	color: #4f5962;
	font-family: 'Libre Baskerville', serif;
	font-size: 36px;
	line-height: 45px !important;
	font-weight: 400;
	margin-bottom: 10px;
}
h3, h3 a, .title3, .title3 a {
	color: #4f5962;
	font-family: 'Libre Baskerville', serif;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 15px;
	letter-spacing: 4px;
}
h4, h4 a, .title4, .title4 a {
	color: #4f5962;
	font-family: 'Libre Baskerville', serif;
	font-size: 26px;
	line-height: 35px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #4f5962;
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #4f5962;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	line-height: 30px !important;
	font-weight: 400;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}

/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form {
	color: #323232;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 5px 15px;
	border: 2px solid #561055;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	background: rgba(255,255,255,0.0);
	color: #802d59;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    cursor: pointer;
	background-color: #802d59;
	color: #ffffff;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 2px solid #561055;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	background: rgba(255,255,255,0.0);
	color: #802d59;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #802d59;
	color: #ffffff;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 5px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid #000000;
	box-shadow: none !important;
	color: #323232;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}

.wrapper textarea {
    padding: 10px 10px;
}
/* -- Bootstrap form tweaks -- */
.form-control {
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}

.form-group label.title3 {
    padding-top: 30px;
    margin-bottom: 15px;
    display: block;
}

.le_form label {
    font-weight: normal;
}


/* -- fieldset clearing -- */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin:20px 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}


/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}

.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.newsletter {
    margin-top: 20px !important;
}
.newsletter input[type="text"],.newsletter input[type="email"],.newsletter input[type="password"], .newsletter textarea {
    border: 0px solid #ffffff !important;
    background-color: #D8D5DE !important;
    padding: 20px 15px !important;
    border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	text-align: center !important;
}
.newsletter input[type="submit"].seFormButton {
    border: 1px solid #ffffff !important;
    border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	background-color: #57304E;
	color: #ffffff !important;
	text-align: center !important;
	font-size: 11px !important;
	padding: 10px 40px !important;
	display: block !important;
	left: 0 !important;
	right: 0 !important;
	margin: -15px auto 0 auto !important;
}
.newsletter input[type="submit"].seFormButton:hover {
    background-color: #ffffff;
    color: #57304E !important;
}
/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background-color: #ffffff;
    color: #7f2d59;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius: 5px;
    text-decoration:none;
    font-weight:300;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    box-shadow:none !important;
    background:#ffffff;
    text-shadow:none !important;
    text-transform: uppercase;
    border: 1px solid #7f2d59 !important;
}
.le_metro_silver_button {
    background: #ffffff !important;
    color: #7f2d59 !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    box-shadow: 0 !important;
    padding: 0px 10px !important;
    text-transform: uppercase !important;
    border: 1px solid #7f2d59 !important;
}
.le_metro_silver_button:hover {
    background: #7f2d59 !important;
    color: #ffffff !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff !important;
    background-color:#7f2d59;
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: #72386D;
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: #333033;
}
.se_button.button1 a, a.se_button.button1 {
    padding: 15px 70px !important;
    background-color: #72386D;
    color: #ffffff;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: #7f2d59;
    color: #ffffff;
}
.se_button.button2 a, a.se_button.button2 {
    padding: 15px 70px;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 10px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #ffffff;
    color: #7f2d59;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton2{
    display: block;
    text-align: center;
    background-color: #F5BA4E;
    color: #203455;
    margin-top: 15px;
}

/* Gallery
----------------------------------------------------------------------------------------------------*/

#lightbox-container-image-data-box {
    max-width: 95% !important;
}
#aurora_page_wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
}
#lightbox-container-image-box img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

/* Classes
----------------------------------------------------------------------------------------------------*/

hr {
    border: 0;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 10px;
	background-color: #e9e7e7;
}
.no-gutters {
    padding: 0;
    margin: 0;
}
.little-gutters {
    padding: 25px !important;
}
.wide-gutters {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
.mb10 {
    margin-bottom: 10px;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.purplebox {
    background-color: #802d59;
    padding: 15px 15px 10px 15px;
    line-height: 20px;
}
.purplebox a {
    color: #ffffff;
}
.cta {
    margin-bottom: 30px;
}
.cta h3 {
    color: #ffffff !important;
    text-align: center !important;
    padding: 310px 25px 310px 25px!important;
    background: none;
    margin: 0 !important;
}
.cta h3 a {
    color: #ffffff;
    font-size: 18px !important;
    opacity: 0;
}
.cta:hover h3 a {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.cta:hover {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/hover-icon.png') top right no-repeat;
	background-color: #802d59;
}
.cta2 {
    margin-bottom: 30px;
}
.cta2 h3 {
    color: #ffffff !important;
    text-align: center !important;
    padding: 123px 0 122px 0 !important;
    background: none;
    margin: 0 !important;
}
.cta2 h3 a {
    color: #ffffff;
    font-size: 18px !important;
    opacity: 0;
}
.cta2:hover h3 a {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.cta2:hover {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/hover-icon.png') top right no-repeat;
	background-color: #802d59;
}
.whitebox a {
    background: rgba(216,213,222,0.2);
    border: 1px solid #D8D5DE;
    color: #D8D5DE !important;
    display: block;
    border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	font-size: 11px !important;
}
.whitebox a:hover {
    background: rgba(182,86,137,1);
    color: #ffffff !important;
    border: 1px solid #ffffff;
}
.cta-button {
    background-color: #bd2576 !important;
    padding: 65px 25px 65px 25px!important;
    text-align: center !important;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/cta-button4-icon6.png') bottom left no-repeat;
}
.cta-button h1, .cta-button h2, .cta-button h3, .cta-button h4, .cta-button h5, .cta-button h6, .cta-button p, .cta-button {
    color: #ffffff !important;
}
.cta-button:hover {
    opacity: 1;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    background: #3E0F64 !important;
}
.cta-button2 {
    background-color: #ac417a;
    padding: 65px 25px 50px 25px!important;
    text-align: center !important;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/om-symbol-icon.png') top left no-repeat;
}
.cta-button2 h1, .cta-button2 h2, .cta-button2 h3, .cta-button2 h4, .cta-button2 h5, .cta-button2 h6, .cta-button2 p, .cta-button2 {
    color: #ffffff !important;
}
.cta-button2:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.cta-button3 {
    padding: 70px 25px 50px 25px!important;
    text-align: center !important;
    background-color: #442c76 !important;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/cta-button3-img7.png') top right no-repeat;
}
.cta-button3 h1, .cta-button3 h2, .cta-button3 h3, .cta-button3 h4, .cta-button3 h5, .cta-button3 h6, .cta-button3 p, .cta-button3 {
    color: #ffffff !important;
}
.cta-button3 h4 {
    line-height: 50px !important;
}
.cta-button3:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #3E0F64 !important;
}
.cta-button4 {
    background-color: #442c76 !important;
    padding: 65px 25px 50px 25px!important;
    text-align: center !important;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/cta-button4-icon6.png') bottom left no-repeat;
    margin-bottom: 20px;
}
.cta-button4 h1, .cta-button4 h2, .cta-button4 h3, .cta-button4 h4, .cta-button4 h5, .cta-button4 h6, .cta-button4 p, .cta-button4 {
    color: #ffffff !important;
}
.cta-button4:hover {
    opacity: 1;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    background: #5ad07f !important;
}
.cta-button4 .button2 {
    padding: 15px 30px !important;
}
.cta-button4 h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
}
.cta-button4 h6 {
    font-size: 14px;
    line-height: 20px !important;
    margin-bottom: 10px;
}
.cta-button5 {
    background-color: #72386D !important;
    border: 3px solid #ffffff;
    padding: 65px 25px 50px 25px!important;
    text-align: center !important;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/ctabutton5-icon5.png') top left no-repeat;
}
.cta-button5 h1, .cta-button5 h2, .cta-button5 h3, .cta-button5 h4, .cta-button5 h5, .cta-button5 h6, .cta-button5 p, .cta-button5 {
    color: #ffffff !important;
}
.cta-button5:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: rgba(114,56,109,0.89) !important;
}
.pricetable a {
    border: 2px solid #dedede;
    padding: 8px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    background-color: #ffffff;
}
.pricetable a:hover {
    border: 2px solid #5ad07f;
    background-color: #5ad07f;
    color: #ffffff;
}
.pricetable {
    font-family: 'Open Sans', sans-serif !important;
    overflow-x: scroll !important;
}
.testimonial p {
    color: #a3a3a3 !important;
    font-size: 19px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.testimonialbox img {
    margin-bottom: 20px;
}

/*----------------------STAFF START------------------------------------------------------------------------------*/

.bio {
    position: relative;
    margin-bottom: 25px;
}
.bio img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.bio > h2 {
    position: absolute;
    top: 0;
    left: 0;
    color #ffffff !important;
}
.bio h2 {
    padding: 25px 0 5px 15px;
    color: #fff !important;
    font-size: 18px !important;
    font-family: 'Open Sans', sans-serif;
}
.bio h2 a {
    color #ffffff !important;
}
.bio h6 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.bio h6 a:hover {
    text-decoration: none;
}
.bio > h6 + div {
    position: absolute;
    visibility: hidden;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-bottom: 18px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}
.bio > h6:hover + div {
    visibility: visible;
    background-color: rgba(0,0,0, 0.8);
    border-bottom: 10px solid #96a033;
    opacity: 1;
}
.bio > div > p {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
}
.bio > div > p + p {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    color: #96a033;
}

/* Pricing
----------------------------------------------------------------------------------------------------*/
.pricebox h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #ffffff;
}
.pricebox h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #ffffff;
}
.pricebox a, a.pricebox {
    padding: 7px 15px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}
.pricebox a:hover, a:hover.pricebox {
    background-color: #ffffff;
    color: #7f2d59;
}
.expandable-trigger {
    cursor: pointer;
    position: relative;
}
.expandable-content { 
    display: none;
    margin-top: 18px;
    background-color: #662447;
    padding: 30px;
    color: #ffffff;
    position: relative;
    z-index: 100 !important;
}
.le-edit-open .expandable-content { 
    display: block !important;
}
.expandable-trigger2 {
    cursor: pointer;
    position: relative;
}
.expandable-content2 { 
    display: none;
    margin-top: 18px;
    background-color: #97a233;
    padding: 30px;
    color: #ffffff;
    position: relative;
    z-index: 100 !important;
}
.le-edit-open .expandable-content2 { 
    display: block !important;
}
.expandable-trigger3 {
    cursor: pointer;
    position: relative;
}
.expandable-content3 { 
    display: none;
    margin-top: 18px;
    background-color: #352163;
    padding: 30px;
    color: #ffffff;
    position: relative;
    z-index: 100 !important;
}
.le-edit-open .expandable-content3 { 
    display: block !important;
}
.expandable-trigger4 {
    position: relative; 
    background-color: #57304E;
    font-weight: 300 !important;
    cursor: pointer;
}
.expandable-trigger4 h2 {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px !important;
    padding: 10px !important;
    margin: 0 !important;
}
.expandable-trigger4 h2:after {
    float: right !important;
    content: '\f107';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #ffffff;
    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;
}
.expandable-trigger4 h2.active {
    background-color: #8a5c7f;
    margin-bottom: 10px !important;
}
.expandable-trigger4 h2:hover {
    cursor: pointer;
    background-color: #8a5c7f;
}
.expandable-content4 { 
    display: none;
    margin-top: 18px;
    color: #ffffff;
    position: relative;
    z-index: 100 !important;
}
.le-edit-open .expandable-content4 { 
    display: block !important;
}
.expandable-content4 ul {
    color: #000000;
}
.pricetext {
    position: absolute;
    top: 30%;
    left: 25px;
    right: 25px;
}
.price img {
    width: 100%;
    height: auto;
    position: relative
}
.watermark img {
    margin-top: -200px;
    opacity: .5 ;
}
.class-box {
    position: relative;
    margin-bottom: 30px;
}
.class-box img {
    width: 100%;
    height: auto;
}
.class-box h6 {
    position: absolute;
    bottom: 45%;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    left: 25px;
    right: 25px;
}
.class-box:hover .class-box-overlay {
    opacity: 1;
    padding-bottom: 100px;
}
.class-box-overlay {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: rgba(22,22,22,0.0);
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -moz-transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -o-transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
    z-index: 100;
}
.class-box .class-box-overlay2 {
    opacity: 0;
}
.class-box:hover .class-box-overlay2 {
    opacity: 1;
    z-index: 1000 !important;
}
.class-box-overlay2 {
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
}
.class-box p a {
    color: #ffffff;
    font-size: 12px;
    line-height: 30px !important;
}
.class-box a {
    font-weight: 700 !important;
}
.class1 {
    padding: 50px;
    background-color: #6f4781 !important;
    margin-bottom: 25px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-class.png') bottom right no-repeat;
}
.class1:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #5A3A68 !important;
}
.class1 h2, .class1 p {
    font-family: 'Open Sans', sans-serif !important;
}
.class1 p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.class2 {
    padding: 50px;
    background-color: #463469 !important;
    margin-bottom: 25px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-class2.png') top right no-repeat;
}
.class2:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #362656 !important;
}
.class2 h2, .class2 p {
    font-family: 'Open Sans', sans-serif !important;
}
.class2 p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.class3 {
    padding: 50px;
    background-color: #943a69 !important;
    margin-bottom: 25px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-class.png') bottom right no-repeat;
}
.class3:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #802E59 !important;
}
.class3 h2, .class3 p {
    font-family: 'Open Sans', sans-serif !important;
}
.class3 p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.class4 {
    padding: 50px;
    background-color: #3f394a !important;
    margin-bottom: 25px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-class2.png') top right no-repeat;
}
.class4:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #2E2B33 !important;
}
.class4 h2, .class4 p {
    font-family: 'Open Sans', sans-serif !important;
}
.class4 p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.class5 {
    padding: 50px;
    background-color: #5e6383 !important;
    margin-bottom: 25px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-class.png') bottom right no-repeat;
}
.class5:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #4E5370 !important;
}
.class5 h2, .class5 p {
    font-family: 'Open Sans', sans-serif !important;
}
.class5 p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.class6 {
    padding: 50px;
    background-color: #685064 !important;
    margin-bottom: 25px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-class2.png') bottom right no-repeat;
}
.class6:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #50404D !important;
}
.class6 h2, .class6 p {
    font-family: 'Open Sans', sans-serif !important;
}
.class6 p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.class7 {
    padding: 50px;
    background-color: #864380 !important;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif !important;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-class.png') bottom right no-repeat;
}
.class7:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #72386D !important;
}
.class7 h2, .class7 p {
    font-family: 'Open Sans', sans-serif !important;
}
.class7 p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.class8 {
    padding: 50px;
    background-color: #655c75 !important;
    margin-bottom: 25px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-class2.png') bottom right no-repeat;
}
.class8:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #524C5D !important;
}
.class8 h2, .class8 p {
    font-family: 'Open Sans', sans-serif !important;
}
.class8 p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.class9 {
    padding: 50px;
    background-color: #453f6c !important;
    margin-bottom: 25px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-class.png') bottom right no-repeat;
}
.class9:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #393556 !important;
}
.class9 h2, .class9 p {
    font-family: 'Open Sans', sans-serif !important;
}
.class9 p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.class10 {
    padding: 50px;
    background-color: #442c76 !important;
    margin-bottom: 25px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/class10-icon3.png') top right no-repeat;
}
.class10:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #362163 !important;
}
.class11 {
    padding: 50px;
    background-color: #47436a !important;
    margin-bottom: 25px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-class2.png') bottom right no-repeat;
}
.class11:hover {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #393556 !important;
}
.class11 h2, .class11 p {
    font-family: 'Open Sans', sans-serif !important;
}
.class11 p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.staff-box {
    position: relative;
    margin-bottom: 30px;
}
.staff-box img {
    width: 100%;
    height: auto;
}
.staff-box .staff-box-overlay {
    position: absolute;
    top: 50px;
    color: #ffffff;
    font-size: 18px;
    left: 50px;
    right: 50px;
    z-index: 1000 !important;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -moz-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -o-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}
.staff-box:hover .staff-box-overlay {
    opacity: 1;
}
.staff-box-overlay h3 {
    color: #ffffff;
    font-size: 18px !important;
}
.staff-box-overlay p {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px !important;
    line-height: 25px !important;
}
.staff-box-overlay p a {
    color: #FFC000 !important;
}
.staff-box:hover .staff-box-overlay2 {
    opacity: 1;
    padding-bottom: 100px;
}
.staff-box-overlay2 {
	position: absolute;
	content: '';
	bottom: 5%;
	left: 5%;
	top: 5%;
	right: 5%;
    width: 90%;
    height: 90%;
    padding: 0px;
    background: rgba(22,22,22,0.0);
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -moz-transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -o-transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
    z-index: 100;
}

/* Class Descriptions
----------------------------------------------------------------------------------------------------*/

.classbox h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px !important;
}
.classbox h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #ffffff;
}
.classbox a, a.classbox {
    padding: 7px 15px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}
.classbox a:hover, a:hover.classbox {
    background-color: #ffffff;
    color: #7f2d59;
}

/* Home Slider
----------------------------------------------------------------------------------------------------*/
.home-slider {
    z-index: -1000 !important;
    margin-bottom: -60px !important;
}
.home-slider img {
    width: 100%;
    height: auto;
    margin-top: -25px !important;
}
.uppertext {
    position: absolute;
    top: 47%;
    text-align: center;
    right: 10%;
    left: 10%;
}
.uppertext p {
    text-shadow: 0px 3px 3px rgba(0,0,0,.9);
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 4px;
}
.uppertext h2 {
    text-shadow: 0px 3px 3px rgba(0,0,0,.9);
    color: #ffffff;
    margin-top: 15px;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 7px;
}
.uppertext a {
    font-size: 20px;
    margin-top: 40px !important;
    font-weight: 300 !important;
    letter-spacing: 4px;
    padding: 15px 22px;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 10px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.uppertext a:hover {
    background-color: #ffffff;
    color: #7f2d59;
    text-shadow: 0px 3px 3px rgba(0,0,0,0);
}
.uppertext2 {
    position: absolute;
    bottom: 10%;
    text-align: left;
    right: 20%;
    left: 20%;
}
.inside-slider {
    margin-top: -25px !important;
}
.inside-slider img {
    width: 100%;
    height: auto;
}
.home-slider .bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #ffffff;
    width: 20px !important;
    height: 20px !important;
    border-radius: 15px !important;
    background-color: rgba(255,255,255,0.0);
}
.home-slider .bx-pager.bx-default-pager a:hover, .bx-pager.bx-default-pager a.active {
    background: #ffffff !important;
}
.le-logged-in .home-slider2 {
    display: block !important;
    position: relative !important;
}
.testimonial .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px !important;
    height: 15px !important;
    border-radius: 15px !important;
    background-color: rgba(255,255,255,0.0);
    border: 1px solid #5E294D;
}
.testimonial .bx-pager.bx-default-pager a:hover, .testimonial .bx-pager.bx-default-pager a.active {
    background: #5E294D !important;
}
.testimonialbox .bx-pager.bx-default-pager a:hover, .testimonialbox .bx-pager.bx-default-pager a.active {
    background: #ffffff !important;
}
.testimonialbox .bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #ffffff;
    width: 15px !important;
    height: 15px !important;
    border-radius: 15px !important;
    background-color: rgba(255,255,255,0.0);
}
.bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000000;
}
.home-slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 40px !important;
}
.blog-pic {
    background-color: #000000;
}
.blog-pic img:hover {
    opacity: .85;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-text h6 a:hover {
    color: #AC417A;
}
.blog-text {
    margin-top: 10px;
}
.InsideMenu a {
    display: inline-block;
    border-right: 1px solid #4f5962;
    font-family: 'Libre Baskerville', serif;
    padding-right: 20px;
    color: #4f5962;
    line-height: 20px;
}
.InsideMenu a:hover {
    color: #5A314C;
}
.InsideMenu a:last-of-type {
    border-right: 0 solid #4f5962 !important;
    padding-right: 20px;
}
.mt10 {
    margin-top: 10px;
}

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/
.expand2 {
    position: relative;
    margin-bottom: 0 !important;
}
.expand2 h6 {
    position: relative; 
    color: #ffffff;
    background-color: #57304E;
    font-size: 16px;
    line-height: 25px !important;
    padding: 10px 5px 10px 15px !important;
    font-weight: 300 !important;
}
.expand2 h6:after {
    float: right !important;
    content: '\f107';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #ffffff;
    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;
}
.expand2 h6.active {
    background-color: #000000;
    margin-bottom: 10px !important;
}
.expand2 h6.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);
}
.expand2 h6:hover {
    cursor: pointer;
    background-color: #000000;
}
.expand3 dt {
    position: relative; 
    font-size: 16px !important;
    padding: 0 0 10px 0 !important;
    font-weight: 400 !important;
    border-bottom: 3px solid #edecec;
    color: #4f5962;
    margin: 0 !important;
}
.expand3 dd {
    margin: 0 0 5px 0;
    padding: 15px 0 25px 0 !important;
    border-bottom: 3px solid #edecec;
}
.expand3 p {
    font-size: 14px !important;
    line-height: 25px !important;
}
.expand3 dt:before {
    content: "+";
    margin-right: 10px;
    color: #4f5962;
    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;
}
.expand3 dt.active {
    color: #000000;
}
.expand3 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);
}
.expand3 dt:hover {
    cursor: pointer;
    color: #000000;
}
.expand3 a {
    padding: 7px 15px !important;
    background-color: #B65689;
    color: #ffffff;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
}
.expand3 a:hover {
    background-color: #7f2d59;
    color: #ffffff;
}
.expand-img {
    margin-top: 25px;
}

/* Mindbody Schedule
----------------------------------------------------------------------------------------------------*/

.mb_listview_date {
    font-size: 18px !important;
    line-height: 25px !important;
    margin-bottom: -20px !important;
    background-color: #72386D;
    color: #ffffff !important;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
}
.title_class {
    padding-left: 5% !important;
}
.title_staff {
    padding-left: 6.5% !important;
}
.wrapper #le_mb_list_schedule .master_date {
    background-color: #72386D;
    color: #ffffff;
    padding: 8px 0 !important;
    height: 35px !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    font-weight: normal !important;
}
@media (max-width: 768px) {
    .dropdowns {
        width: 100% !important;
    }
    #schedule_filters {
        display: none !important;
    }
    #back_sched {
        color: #9a0052 !important;
    }
    #forward_sched {
        color: #9a0052 !important;
    }
    .title_date {
        color: #ffffff !important;
        background-color: #72386D !important;
        padding: 5px 10px !important;
        width: 100% !important;
        display: block !important;
        margin-top: 10px !important;
    }
    .schedule_date_range {
        font-size: 14px !important;
        line-height: 25px !important;
    }
    .mb_mobilebar a {
        color: #72386D !important;
    }
}
@media (min-width: 769px) {
    .dropdowns {
        width: 18% !important;
    }
    .mb_listview_date #forward, .mb_listview_date #back {
        width: 40px;
        height: 40px;
        font-size: 28px;
        transition:all .2s ease;
        color: #ffffff !important;
    }
    #back_sched {
        font-size: 24px !important;
        line-height: 15px !important;
        color: #ffffff !important;
    }
    #forward_sched {
        font-size: 24px !important;
        line-height: 15px !important;
        color: #ffffff !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) { 
    .wrapper #le_mb_list_schedule .master_date {
        font-size: 16px !important;
    }
    .dropdowns {
        width: 17% !important;
    }
    .mb_listview_date {
        font-size: 24px !important;
        line-height: 25px !important;
    }
}
.schedule_date_range {
    text-transform: uppercase !important;
}
.schedule_filters {
    width: 115% !important;
}
#date_filter {
    width: 75px !important;
    height: 25px !important;
}
#le_mb_list_schedule tr:nth-of-type(even) {
    background-color: #eeeeee !important;
}
.mb_schedule {
    font-family: 'Open Sans', sans-serif !important;
}
.mb_mobile_classname a {
    color: #72386D !important;
}
.mb_mobilebar:first-of-type {
    background-color: #9A0052 !important;
    background: #9A0052 !important;
}
.mb_mobilebar_schedulebar_time {
    width: 100% !important;
    padding: 10px 10px 0 15px !important;
}
.mb_mobilebar_schedulebar_classname {
    width: 100% !important;
    padding: 10px 10px 10px 15px !important;
}
.mb_mobilebar_schedulebar_button {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 10px !important;
}
.row_class a:hover {
    color: #7f2d59 !important;
    cursor: default !important;
}
.trainer_name a:hover {
    color: #7f2d59 !important;
    cursor: default !important;
}
/* Mindbody Home Schedule
----------------------------------------------------------------------------------------------------*/
.home-schedule .mb_listview_date {
    display: none !important;
}
.home-schedule .mb_schedule {
    margin-top: -100px !important;
}
.home-schedule .sched_resource {
    display: none !important;
}

/* MB Individual Classes Page
----------------------------------------------------------------------------------------------------*/

#le_mb_class_page h2 {
    font-size: 26px !important;
    margin-bottom: -35px;
    padding-left: 8px;
}
.staff_side {
    width: 45% !important;
}
.staff_bio_cutoff {
    height: 120px !important;
}
#class_info h4 {
    margin-bottom: 15px !important;
    font-size: 20px !important;
    padding-left: 8px;
}
.class_name {
    background-color: #f6f6f6;
    border: 0 !important;
    padding: 25px !important;
}
.staff_info {
    padding: 15px !important;
    margin: 10px 0 !important;
    background-color: #f6f6f6;
    font-size: 14px !important;
    line-height: 25px;
}
.staff_side .taught_by {
    font-size: 20px !important;
    padding-left: 8px;
}
.staff_side .morelink {
    background-color: #B65689 !important;
    color: #ffffff !important;
    padding: 2px 25px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    border-radius: 3px 3px 3px 3px !important;
    margin-top: 10px !important;
}
.staff_side .morelink:hover {
    background-color: #623168 !important;
}
@media (max-width: 768px) {
    .staff_side {
        width: 100% !important;
    }
    .staff_side .taught_by {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    #class_info {
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    .staff_side {
        margin-top: -40px !important;
    }
}
.classespage .class_name a {
    color: #4f5962 !important;
    line-height: 25px !important;
    font-size: 14px !important;
    border-bottom: 3px solid #edecec;
    display: block;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}
.classespage .class_name a:hover {
    color: #E157A2 !important;
}
.classespage1 .class_name a {
    background-color: #7f2d59;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 1px;
    display: block;
    width: 100%;
}
.classespage1 .class_name a:hover {
    background-color: #352163;
}
.class_name, .class_name p {
    font-family: 'Open Sans', sans-serif !important;
}
.staff_bio, .staff_bio p {
    font-family: 'Open Sans', sans-serif !important;
    line-height: 23px !important;
}
.staff_info .staff_img {
    margin-bottom: 0px !important;
    padding: 0 15px 0 0 !important;
}
.staff_bio_cutoff {
    height: 90px !important;
}
.staff_info h4 a {
    font-size: 19px !important;
}
.class_list li:nth-of-type(odd) {
    background-color: #ffffff !important;
}
.class_list {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    width: 100% !important;
}
.class_list .le_metro_silver_button {
    font-size: 12px !important;
    background-color: #B65689 !important;
    color: #ffffff !important;
    border: 0 !important;
}
.class_list .le_metro_silver_button:hover {
    background-color: #623168 !important;
}
#class_info {
    border: 0 !important;
}
#class_info #upcoming_classes {
    background-color: #f6f6f6;
    padding: 25px !important;
}

/* Mindbody Staff
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .mfp-iframe-holder .mfp-content {
        height: 300px !important;
    }
    #le_mb_staff_page {
        overflow-x: scroll !important;
    }
    .mb_staff_image {
        display: none !important;
    }
    #le_mb_staff_page .class_list {
        display: none;
    }
    #le_mb_staff_page .instructs_list {
        display: none;
    }
    .mb_instructor_bio, .mb_instructor_bio p {
        font-size: 12px !important;
        line-height: 20px !important;
        font-family: 'Open Sans', sans-serif !important;
    }
    .modal.in .modal-dialog {
        width: 90% !important;
    }
    .modal-content {
        top: 75px !important;
    }
}
@media (max-width: 768px) {
    #le_section-one .container {
        padding: 0 30px;
    }
}
@media (min-width: 768px) {
    .desc {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .mb_staff_image {
        padding-left: 25px !important;
        margin-right: -40px !important;
        margin-top: -10px !important;
    }
    .mb_staff_image img {
        width: 350px !important;
        height: auto !important;
        margin-bottom: -10px !important;
    }
    .mb_instructor_bio {
        margin: 10px 0 0 0 !important;
        padding: 0 !important;
        overflow-y: scroll !important;
        height: 335px;
    }
    .mb_instructor_bio, .mb_instructor_bio p {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    #le_mb_staff_page h2 {
        font-size: 30px;
        margin-top: 30px !important;
        display: inline-block;
    }
    #le_mb_staff_page {
        margin-left: 0 !important;
    }
    .mfp-iframe-holder .mfp-content {
        height: 520px !important;
        width: 800px !important;
    }
    .mfp-iframe {
        overflow: hidden !important;
    }
    .mfp-close {
        font-size: 45px !important;
        margin-top: -10px !important;
    }
    #le_mb_staff_page .instructs_list {
        display: none;
    }
    #le_mb_staff_page .class_list {
        display: none;
    }
}

/* MB Enrollments
----------------------------------------------------------------------------------------------------*/
a.morelink {
    display: block !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif !important;
}
.enrollments_date_range {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
}
.mb_enrollment_dates {
    background-color: #7f2d59;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 24px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.prev_date_arrows a {
    color: #ffffff;
}
.next_date_arrows a {
    color: #ffffff;
}
.enrollment_box {
    border-top: 0 !important;
}
.enrollment_box_text .signup_class {
    margin-left: 0 !important;
}
.signup_class {
    margin-top: 20px !important;
}
#back {
    font-size: 24px !important;
}
#forward {
    font-size: 24px !important;
}
.enrollment_box {
    border-bottom: 1px solid #bbbaba;
    padding-top: 10px !important;
}
.le_mb_enrollments {
    font-family: 'Open Sans', sans-serif !important;
}
.not_entire {
    font-family: 'Open Sans', sans-serif !important;
}
.course_title {
    font-family: 'Open Sans', sans-serif !important;
}
.more_course {
    font-family: 'Open Sans', sans-serif !important;
}
.start_end {
    font-family: 'Open Sans', sans-serif !important;
}
.bold_date {
    font-family: 'Open Sans', sans-serif !important;
}
.enrollment_box_image img {
    width: 250px !important;
    height: auto !important;
}
.course_information {
    border-top: 0px solid #ffffff !important;
}
.enrollments_in_course_group {
    display: none !important;
}
@media (min-width: 768px) {
    .main_course_image {
        min-height: 100px !important;
    }
}
.enrollment_in_course {
    display: none;
}

/* Mindbody Appointments
----------------------------------------------------------------------------------------------------*/
.appt_left_side {
    width: 100% !important;
}
.appts_side {
    text-transform: uppercase !important;
    font-size: 20px !important;
}
.choose_appt_type {
    font-size: 20px !important;
}
.looking_for {
    font-size: 20px !important;
}
.choose_exact_dates {
    font-size: 20px !important;
}
.choose_staff_member {
    font-size: 20px !important;
}

/* MB Login
----------------------------------------------------------------------------------------------------*/

#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: #802d59 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
    font-size: 18px !important;
}
#new_clients h3 {
    background-color: #802d59 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
    font-size: 18px !important;
}
#existing_clients label {
    text-align: left !important;
    width: 100% !important;
    margin-top: 5px !important;
}
.mb_login_existing_label {
    width: 120px !important;
}
.mb_login_existing_row {
    width: 100% !important;
}
.mb_login_existing_input {
    width: 100% !important;
    margin-left: -5px !important;
    margin-top: 10px !important;
}
.mb_login_new_label {
    width: 100% !important;
    text-align: left !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
}
#new_clients label {
    text-align: left !important;
    width: 100% !important;
}
.mb_login_new_input {
    width: 100% !important;
}
.wrapper input[type="text"], .wrapper input[type="email"], .wrapper input[type="password"], .wrapper textarea {
    width: 100%;
}
.mb_login_new_row {
    width: 100% !important;
}
.password_info {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
#i_agree_row {
    width: 100% !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
}
#signup_submit {
    margin-left: 0 !important;
}
.liab_title {
    text-transform: uppercase !important;
    color: #802d59 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#le_mb_loginsignup h2 {
    background-color: #802d59 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 10px !important;
}
#mb_login_question label {
    width: 100% !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    #le_mb_loginsignup h3 {
        font-size: 16px !important;
        margin-bottom: -25px !important;
    }
    #mb_login_question input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    #login_form {
        margin-bottom: 40px !important;
    }
    #le_mb_loginsignup h2 {
        font-size: 18px !important;
    }
    #login_submit {
        width: 100px !important;
    }
    .seFormButton, .wrapper input[type="submit"].seFormButton {
        padding: 12px 15px !important;
    }
    #login_form .seFormButton, .wrapper input[type="submit"].seFormButton {
        margin-top: -15px !important;
    }
    #signup_submit {
        display: block !important;
        margin-top: 20px !important;
    }
    .liability_text {
        margin-bottom: 20px !important;
    }
}

/* Site Branding
----------------------------------------------------------------------------------------------------*/

.se_siteBranding {
    line-height:1;
    padding: 3px 0 10px 0;
    z-index: 500 !important;
    position: relative;
}

.se_siteBranding img {
    max-width: 100%;
    height: auto;
    z-index: 500 !important;
}
.se_siteBranding2 {
    display: none;
}

/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
	position: relative;
	right: 0;
	transition: right .3s ease;
	margin: auto !important;
}

.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.se_wrapperContent {
    padding: 50px 0;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header-wrap {
    width: 100%;
    z-index:1000;
    position: relative;
    top: 0;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/wood-bknd.jpg');
    background-repeat: repeat-y;
    background-position: 100% 0%;
    padding: 0px 0 5px 0;
}

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/

.expand {
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #76b0df;
}
.expand:hover {
    border: 1px solid #5c5c5c;
}
.expand h4 {
    position: relative; 
    color: #76b0df !important;
    font-size: 16px !important;
    text-transform: uppercase;
}
.expand p {
    margin-top: 10px;
}
.expand h4:before {
    content: "+";
    margin-right: 10px;
    color: #76b0df;
    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;
}
.expand h4.active {
    color: #5c5c5c !important;
}
.expand 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);
}
.expand h4:hover {
    cursor: pointer;
    color: #5c5c5c !important;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/

.mobile-header-wrap.se_menu {
    padding: 0 20px;
}
.mobile-header-wrap {
    position: absolute;
    top: 0;
    background-color: #ffffff;
    width: 100% !important;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.navicon {
    display: block;
    z-index: 10;
    top: 150px;
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
}
.navicon:after {
    position: absolute;
    position: fixed;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 10px;
    right: 25px;
    font-size: 25px;
    color: #d6d6d6;
}
.OpenMobileMenu .navicon:after {
    color: #d6d6d6;
    content: '\f00d';
    font-size: 25px;
    font-family: 'FontAwesome';
    right: 250px;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    top:auto;
    padding-left:0;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
}
.MainMenu li {
    position: relative;
	list-style-type: none;
	text-decoration: none;
}

.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 0;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #323232;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 15px 5px 0;
	color: #ffffff; 
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	background-image: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #323232;
}

.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.MainMenu .dropdown ul {
    display: none;
}
/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 0;
    right:-240px;
    height: 100%;
    z-index: 5000 !important;
    width: 240px;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background-color: inherit;
    border-left: 1px solid rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    transition: right .3s ease;
}

.OpenMobileMenu .primary-mobile-menu {
    /*visibility: visible;*/
    right:0;
    background-color: #ffffff;
}

.le-logged-in .primary-mobile-menu {
    top:40px;
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 20px 0 10px 0;
	text-align: left;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: .8em 0 .8em 0;
    font-family: 'Open Sans', sans-serif;
	font-size: 20px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 1px solid rgba(0,0,0,.05);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #E157A2;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: #802d59;
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #5c5c5c;
	text-transform: uppercase;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: #802d59;
}
.primary-mobile-menu ul.le_menu_level_2 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:20px;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #5c5c5c;
	text-transform: uppercase;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: #802d59;
}

/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 992px) { 
    
    .primary-mobile-menu .le_menu_level_1_container,
    .menu-bar ul.le_menu_level_2 {
        background: transparent !important;
    }
    
    .OpenMobileMenu .wrapper {
        right:240px;
    }
    .OpenMobileMenu .menu-bar {
        right:240px;
        left: initial;
    }
    .OpenMobileMenu .navicon {
        margin-right:240px;
        left: initial;
    }
}


.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 5px;
    content: "+";
    color: #E157A2;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:after {
    content:"-";
    color: #802d59;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild2 > a:after {
    display:inline-block;
    position: relative;
    left: 5px;
    content: "+";
    color: #E157A2;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild2 > a.active-mobile-parent2:after {
    content:"-";
    color: #802d59;
}

.primary-mobile-menu li.le_menuitem_level_1.hasChild2 ul.le_menu_level_2 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild2 ul.le_menu_level_2.open-mobile-sub2 {
    height: auto;
    visibility: visible;
    opacity: 1;
}


/* Main Content
----------------------------------------------------------------------------------------------------*/

.content {
	padding: 0;

}
.contentInner {
    padding: 15px;
}

.htmlSlide {
    width: 100%!important;
    max-width: 100%!important;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
	padding: 50px 0 20px 0!important;
    background-color: #57304E;
}
.footer h6 {
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff !important;
}
.footer p {
	font-size: 13px;
	color: #ffffff;
}
.footer a {
    color: #5c5c5c;
    font-family: 'Open Sans', sans-serif !important;
    color: #ffffff !important;
}
.footer a:hover {
    color: #E157A2 !important;
}
.se_social {
    text-align: center;
}
.se_social a {
    color: #ffffff;
    font-size: 28px !important;
    margin: 0 5px;
}
.se_social a:hover {
    color: #802d59;
}
.footer-bottom {
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-wood-header.jpg');
    background-repeat: repeat-y;
    background-position: 50% 0%;
    position: relative;
    padding: 40px 0 15px 0;
}
.footermenu a {
    line-height: 45px !important;
    color: #ffffff !important;
}
.footermenu a:hover {
    color: #E157A2 !important;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/

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

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
    .enrollment_box_image img {
        max-width: 100% !important;
    }
    .enrollment_box_image {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }
    .enrollment_box_image img {
        width: 100% !important;
        height: auto !important;
    }
    .main_course_image img {
        max-width: 100% !important;
    }
    .main_course_image {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }
    .main_course_image img {
        width: 100% !important;
        height: auto !important;
    }
    .enrollment_in_course_image img {
        max-width: 100% !important;
    }
    .enrollment_in_course_image {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }
    .enrollment_in_course_image img {
        width: 100% !important;
        height: auto !important;
    }
    .enrollment_box_text {
        width: 100% !important;
    }
    .signup_class {
        margin-left: 0 !important;
    }
    .uppertext {
        top: 15%;
    }
    .uppertext p {
        font-weight: 800 !important;
    }
    .uppertext h2 {
        font-size: 16px;
        line-height: 30px !important;
        font-weight: 800 !important;
    }
    .uppertext a {
        font-size: 12px !important;
        margin-top: 10px !important;
        font-weight: 800 !important;
    }
    .home-slider {
        display: none;
    }
    .newsletter input[type="text"],.newsletter input[type="email"],.newsletter input[type="password"], .newsletter textarea {
        width: 100% !important;
        margin-top: 20px !important;
        margin-bottom: -15px !important;
    }
    .newsletter input[type="submit"] {
        width: 100% !important;
    }
    .footerRight {
        text-align: center;
        margin-top: 30px;
    }
    .class1 {
        padding: 50px 20px !important;
    }
    .home-slider2 {
        margin-top: -16px;
    }
    .aurora_buy #le_section-two {
        background-image: none !important;
    }
    .aurora_buy #le_section-three {
        background-image: none !important;
    }
    .pricetable {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .pricetable a {
        font-size: 12px !important;
        padding: 8px 10px !important;
        line-height: 20px !important;
    }
}

@media (min-width: 768px) {
    .home-slider2 {
        display: none;
    }
    .footerRight {
        text-align: right;
    }
    .se_social {
        margin-top: -20px;
    }
    .uppertext {
        bottom: 10%;
    }
    .uppertext h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .footerMid {
        border-left: 1px solid #8e6982;
        border-right: 1px solid #8e6982;
        padding: 0 30px;
    }
    .line-right {
        border-right: 2px solid #FFC000;
        padding-right: 50px !important;
    }
    .line-left {
        padding-left: 50px !important;
    }
    .col-xs-15 {
        width: 28% !important;
        float: left !important;
        padding-left: 15px;
	    padding-right: 15px;
    }
    .hidepage {
        display: none !important;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .uppertext {
        top: 30%;
    }
    .uppertext h2 {
        font-size: 45px;
        line-height: 70px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        padding: 0;
        margin-top: 3px;
        display: block;
        text-align: center;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
    	position: static;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        padding: 17px 8px 30px 10px !important;
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        color: #ffffff;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .0s ease;
        -moz-transition: all .0s ease;
        transition: all .0s ease;
        font-weight: 600;
        text-transform: uppercase;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        color: #E157A2;
        cursor: pointer;
        font-weight: 800 !important;
        background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/pink-dot.png');
	    background-repeat: no-repeat;
	    background-position: 49% 0%;
    }
    .MainMenu li.le_menuitem_level_0 a.le_current_link {
        color: #E157A2;
        background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/pink-dot.png');
	    background-repeat: no-repeat;
	    background-position: 49% 0%;
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute !important;
        left: 30px;
        float: left!important;
        background-color: #57304E !important;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute !important;
    	left: 0;
    	z-index: 10;
    	display: none;
        margin: 0;
    	text-align: left;
    	margin: 0px 0px 0 0px;
    	padding-top: 30px !important;
    	padding-bottom: 30px !important;
    	background-color: #57304E !important;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 12px 0 !important;
    	color: #ffffff;
        font-family: 'Open Sans', sans-serif;
    	font-size: 12px !important;
    	text-decoration: none;
    	min-width: 200px;
    	font-weight: 600 !important;
    	background-image: none !important;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #E157A2;
    	cursor: pointer;
    	font-size: 13px !important;
    	font-weight: 800 !important;
    	background-image: none !important;
    }
    .MainMenu li ul {
        background-color: #57304E !important;
        margin:0px;
        border:0px;
        position:absolute;
        width: 2500px !important;
        z-index:200;
        padding-left: 675px !important;
        padding-right: 675px !important;
        left: -700px !important;
    }
    .MainMenu li li {
        display:block;
        float:left;
        margin:0px;
        padding:0px;
        width:250px;
    }
    .whitebox a {
        padding: 7px 10px;
    	font-size: 9px !important;
    	margin-top: 7px;
    }
    .header-wrap {
        padding: 10px 0 0 0 !important;
    }
    .se_siteBranding {
        padding-top: 13px;
    }
    .stayAndBG {
        top: 0 !important;
        z-index:1000;
        margin: auto;
        left: 0;
        right: 0;
        width: 100%;
        padding: 15px 0 0 0 !important;
        position: fixed;
        height: 80px;
        background-image: none !important;
        background-color: #ffffff;
        -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    }
    .stayAndBG .MainMenu li.le_menuitem_level_0 a {
        color: #000000 !important;
    }
    .stayAndBG .MainMenu li.le_menuitem_level_0 a:hover {
        color: #E157A2 !important;
        background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/pink-dot.png');
	    background-repeat: no-repeat;
	    background-position: 50% 0%;
    }
    .stayAndBG .MainMenu li.le_menuitem_level_0 a.le_current_link {
        color: #E157A2 !important;
        background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/pink-dot.png');
	    background-repeat: no-repeat;
	    background-position: 50% 0%;
    }
    .stayAndBG .MainMenu li.le_menuitem_level_1 a {
        color: #ffffff !important;
    }
    .stayAndBG .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #E157A2 !important;
    }
    .stayAndBG .se_siteBranding2 {
        display: inline-block !important;
        padding-top: 10px;
    }
    .stayAndBG .se_siteBranding {
        display: none !important;
    }
    .maincontent .container {
        width: 90%;
        max-width: 875px;
        margin: 0 auto;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 17px 12px 30px 12px !important;
        font-size: 12px;
    }
    .MainMenu .le_menu_level_1_container {
        left: 70px;
    }
    .whitebox a {
        padding: 3px 10px 0px 10px;
    	font-size: 11px;
    }
    .MainMenu ul.le_menu_level_1 {
    	padding-top: 30px !important;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	padding: 12px 0 !important;
    	line-height: 25px !important;
    }
    #le_mb_list_schedule {
        width: 1000px !important;
        margin-left: -78px !important;
    }
}


/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}

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;
}
img {
    max-width: 100%;
    height: auto;
}

.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.feature-content .le_plugin_slider_container {
    margin:auto;
}
.feature-content [le_content_type="htmlslider"] img {
	vertical-align: middle;
    width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}

/* MINDBODY Overrides
----------------------------------------------------------------------------------------------------*/

.le_mb_wrapper {
    padding-top:10px;
}

/* MINDBODY Appointments Page Overrides
----------------------------------------------------------------------------------------------------*/
.mb_appt_wrapper {
}

/* ------------------------------------------
  Overrides - Services and MB
  --------------------------------------------- */

/* ------- Staff Pages ------ */

.wrapper #le_mb_get_staff .staff_side {
	width: 100% !important;
	margin-left: 0 !important;
}

.wrapper #le_mb_get_staff .staff_info{
    margin-bottom: 20px;
}

/* ----- Class Pages ----- */
#le_mb_class_page #class_info img {
    margin-bottom: 20px;
    padding-left: 0;
}

#le_mb_class_page #class_info h4 {
    clear: both;
    margin-bottom: 10px;
}

#le_mb_class_page .staff_info img {
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
}

#le_mb_class_page .staff_info h4 {
    margin-bottom: 10px;
}

.wrapper .staff_info .firstname,.wrapper .staff_info .lastname {
    font-size:18px;
}

/* ------- list Schedule ------ */

.wrapper #le_mb_list_schedule .master_date {
    padding-top:0;
}
.wrapper #le_mb_list_schedule .title_date {
    padding-left: 20px;
}
.wrapper #le_mb_list_schedule .row_date {
    padding-left: 20px;
    font-size: 14px !important;
}
.title_date, .title_class, .title_staff {
    position:relative;
    top:-5px;
}  

.wrapper #le_mb_list_schedule .row_class {
    padding-left:20px;
    font-weight: 400;
    font-size: 14px !important;
}
.sched_resource {
    font-weight: 400 !important;
    font-size: 14px !important;
}
.wrapper #le_mb_list_schedule .row_staff {
    padding-left:2px;
    font-size: 14px !important;
}

/* ------- MB login ----- */
#login_form .mb_login_existing_row {
    display: block;
    clear: both;
    overflow: hidden;
}

#le_mb_loginsignup #new_clients {
    border-left: 1px solid rgba(0,0,0,.23);
}
/* ------- MB Clients ----- */
@media all and (max-width: 768px) {
    #new_clients {
        min-width: 300px;
    }
    #new_clients label {
        text-align: left !important;
    }
    #existing_clients {
        min-width: 300px;
    }
    #existing_clients label {
        text-align: left !important;
    }
    .mb_login_existing_label {
         text-align: left !important;
    }
}

/* Clear
----------------------------------------------------------------------------------------------------*/

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

  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  

/* Blog
----------------------------------------------------------------------------------------------------*/

.blog_post_listing_content {
    float: none !important;
    overflow: auto !important;
}
#blog_post_listing .feature_blog_text {
    float: none !important;
}
.feature_blog_image {
    float: left !important;
    margin-right: 20px;
}
.blog_post_listing_title_link {
    font-size: 20px !important;
    color: #0e58a8 !important;
    text-transform: uppercase;
}
.blog_post_listing h1 {
    line-height: 20px !important;
    margin-bottom: 15px !important;
    color: #0e58a8 !important;
}
.blog_post_listing_footer_hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.read_more_div a {
    background-color: #76b0df;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px !important;
    margin-top: 10px;
}
.a.read_more_link {
    display: table !important;
}
a.read_more_link {
    display: table;
    border: 1px solid #5c5c5c;
    color: #5c5c5c;
    padding: 7px 10px;
    background-color: #ffffff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
a.read_more_link:hover {
    background-color: #5c5c5c;
    color: #ffffff;
}
.blog_post_listing {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 992px) { 
    .blog_post_listing_sidebar {
        width: 500px !important;
    }
}

/* Classes that can be added in the advanced tab of most elements
========================================================================================== */

/* - Text Classes - */
.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.45);
}
.text-shadow-light {
    text-shadow: 0px 1px 1px rgba(255,255,255,.65)
}

/* - List Classes - */
/* Use the following CSS code if you want to have a class per icon */
.checklist ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist ul li { 
    margin-bottom:10px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
}
.checklist-circle ul { 
    padding-left:20px; 
    list-style:none; 
}
.checklist-circle ul li { 
    margin-bottom:10px; 
}
.checklist-circle ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
}

/* ---- Responsive text aligning ---- */
.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width:1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}


/* -- Display Cards -- */

.display-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    border: 1px solid rgba(0,0,0,.08);
    padding: 20px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
    transition: box-shadow .3s ease;
}

.display-card:hover {
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

/* -- Mobile Only Theme Styles -- */
@media all and (max-width: 768px) {
    .mobile-center {
        text-align: center !important; /* needs important incase Aurora advanced tab align setting differs */
        margin: auto;
    }
    .mobile-hide {
        display: none !important; /* needs important incase Aurora advanced tab align setting differs */
    }
}

/* ------ Edit Region ------- */

.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}
/* ------ Edit Region ------- */
.le_region_overlay_container_inside {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}
.edit-region-icon {
    color: white;
    background: #537fbc;
    font-size: 16px;
    margin: 0;
    right: 0;
    height: 28px;
    padding-left: 3px;
    line-height: 29px;
    width: 30px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer; 
}

.le_region_image {
    position: relative;
    top: -2px;
}

/*---------------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-------*/


/* Highlight HTML content in edit mode */

.le-edit-open .le_content[le_content_type="html"] {
    background: #56a9ff;
    min-height: 30px;
}


/* Show hidden content in edit mode */
.le-edit-open .highlight-hidden {
    background: #56a9ff;
    color: white;
    padding: 20px;
    font-weight: bold;
}
.le-edit-open .highlight-hidden:after {
    content: "Structured Data";
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_20-hour-yin-yoga-immersion #le_section-five {
}
.aurora_20-hour-yin-yoga-immersion #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_20-hour-yin-yoga-immersion #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/yin-yoga-training/IMG_0092.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_20-hour-yin-yoga-immersion #le_section-six {
}
.aurora_20-hour-yin-yoga-immersion #le_section-three {
    background-color: rgb(114, 56, 109);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_20-hour-yin-yoga-immersion #le_section-three-area10 {
    padding-top: 30px;
}
.aurora_20-hour-yin-yoga-immersion #le_section-two-area12 {
}
.aurora_20-hour-yin-yoga-immersion #le_section-two-area13 {
}
.aurora_20-hour-yin-yoga-immersion #le_section-two-area14 {
}
.aurora_20-hour-yin-yoga-immersion #le_section-two-area28 {
}
.aurora_20-hour-yin-yoga-immersion #le_section-two-area29 {
}
.aurora_about #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-icon.png);
    background-repeat: no-repeat;
    background-size: length;
    background-position: center right;
    padding-top: 30px;
    padding-bottom: 75px;
}
.aurora_about #le_section-five-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-YogaPose_2.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
    padding-top: 175px;
    padding-bottom: 175px;
}
.aurora_about #le_section-five-area15 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/backstretch/backstretch_1000x1498.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
    padding-top: 290px;
    padding-bottom: 290px;
}
.aurora_about #le_section-five-area16 {
    background-image: url(E157A2);
    background-color: rgb(225, 87, 162);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
}
.aurora_about #le_section-five-area17 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/stretching_copy/stretching_copy_1000x666.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 25px;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_about #le_section-five-area18 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/woman-pushup/woman-pushup_1000x666.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_about #le_section-five-area19 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/rolling-up-mat/rolling-up-mat_1000x434.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 175px;
    padding-bottom: 175px;
}
.aurora_about #le_section-four {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-YogaPose_2_copy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_about #le_section-three {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-icon2.png);
    background-repeat: no-repeat;
    background-size: length;
    background-position: center left;
    padding-top: 0px;
    padding-bottom: 40px;
}
.aurora_appointments #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_appointments #le_section-two {
    padding-top: 40px;
}
.aurora_b-palos-verdes-mall #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_b-palos-verdes-mall #le_section-two {
    padding-top: 60px;
    padding-bottom: 20px;
}
.aurora_b-palos-verdes-mall #le_section-two-area14 {
    font-size: 18px;
    line-height: 30px;
}
.aurora_beginners-yoga #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-YogaPose.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_beginners-yoga #le_section-two {
    padding-top: 60px;
    padding-bottom: 30px;
}
.aurora_beyond-deep-rest-yoga-nidra-training #le_section-five {
}
.aurora_beyond-deep-rest-yoga-nidra-training #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_beyond-deep-rest-yoga-nidra-training #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/Nidra_Live_Edit_Pic_-_2000x1000px.png);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_beyond-deep-rest-yoga-nidra-training #le_section-six {
}
.aurora_beyond-deep-rest-yoga-nidra-training #le_section-three {
    background-color: rgb(114, 56, 109);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_beyond-deep-rest-yoga-nidra-training #le_section-three-area10 {
    padding-top: 30px;
}
.aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area12 {
}
.aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area13 {
}
.aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area14 {
}
.aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area28 {
}
.aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area29 {
}
.aurora_buy #le_section-elevan {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_buy #le_section-elevan-area1 {
    border-width: 0px;
    margin-bottom: 10px;
}
.aurora_buy #le_section-nine {
}
.aurora_buy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/woman-yoga-in-nature_2000x1334-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_buy #le_section-one-content2 {
    border-width: 0px;
}
.aurora_buy #le_section-one-content3 {
    border-width: 0px;
}
.aurora_buy #le_section-one-middle {
    margin-right: 0px;
    margin-left: 0px;
}
.aurora_buy #le_section-three {
}
.aurora_buy #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/bknd-mandala-icon5_copy.png);
    background-repeat: no-repeat;
    background-size: length;
    background-position: center left;
    padding-top: 20px;
    padding-bottom: 0px;
}
.aurora_buy #le_section-two-area12 {
}
.aurora_buy #le_section-two-area13 {
}
.aurora_buy-classes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_classes--prices #le_section-five-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
}
.aurora_classes--prices #le_section-five-area2 {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
}
.aurora_classes--prices #le_section-five-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.aurora_classes--prices #le_section-five-area4 {
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_classes--prices #le_section-four {
    background-color: rgb(151, 162, 51);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_classes--prices #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_classes--prices #le_section-seven-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
}
.aurora_classes--prices #le_section-seven-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
}
.aurora_classes--prices #le_section-seven-area3 {
    padding-right: 0px;
    padding-bottom: 0px;
}
.aurora_classes--prices #le_section-seven-area4 {
    padding-top: px;
    padding-right: px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_classes--prices #le_section-six {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_classes--prices #le_section-three-area1 {
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
}
.aurora_classes--prices #le_section-three-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
}
.aurora_classes--prices #le_section-two {
    background-color: rgb(102, 36, 71);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_contact-us #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/stretching-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_contact-us #le_section-one-content2 {
}
.aurora_contact-us #le_section-one-content3 {
}
.aurora_contact-us #le_section-two {
}
.aurora_contact-us #le_section-two-area15 {
    padding-top: 30px;
}
.aurora_courses #le_section-one {
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_courses #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_eric-black-holistic-life-coaching #le_section-one {
    background-color: rgb(32, 52, 85);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_eric-black-holistic-life-coaching #le_section-two {
    margin-top: 0px;
}
.aurora_eric-black-holistic-life-coaching #le_section-two-area1 {
    margin-top: 10px;
}
.aurora_events #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_events #le_section-one-content1 {
    background-color: rgb(238, 238, 238);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_events #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_events #le_section-two-area28 {
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_events #le_section-two-area29 {
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-width: 5px;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_events-and-workshops #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_events-and-workshops #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_faqs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_flow-and-flourish-retreat #le_section-five {
}
.aurora_flow-and-flourish-retreat #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_flow-and-flourish-retreat #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/flow-flourish-retreat/Flow_and_Flourish_Retreat_Pic_2000_x_1000.png);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_flow-and-flourish-retreat #le_section-six {
}
.aurora_flow-and-flourish-retreat #le_section-three {
    background-color: rgb(114, 56, 109);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_flow-and-flourish-retreat #le_section-three-area10 {
    padding-top: 30px;
}
.aurora_flow-and-flourish-retreat #le_section-two-area1 {
    padding-top: 30px;
}
.aurora_flow-and-flourish-retreat #le_section-two-area13 {
}
.aurora_flow-and-flourish-retreat #le_section-two-area14 {
}
.aurora_full-event-schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_gallery #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_gallery #le_section-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_gallery #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_group-reformer #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_group-reformer #le_section-three {
    padding-top: 40px;
}
.aurora_group-reformer #le_section-three-area1 {
    padding-bottom: 40px;
}
.aurora_group-reformer #le_section-three-area2 {
    padding-bottom: 40px;
}
.aurora_hatha-yoga #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/stretching_copy1/stretching_copy1_2000x1333.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_hatha-yoga #le_section-two {
    padding-top: 60px;
    padding-bottom: 40px;
}
.aurora_hatha-yoga #le_section-two-area1 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_heated-yoga #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/woman-yoga-in-nature/woman-yoga-in-nature_2000x1334.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_heated-yoga #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_home #le_section-four {
    background-color: rgba(223, 223, 223, 0.69);
    padding-top: 0px;
    padding-bottom: 50px;
}
.aurora_home #le_section-one-content {
}
.aurora_home #le_section-three {
}
.aurora_home #le_section-three-area1 {
}
.aurora_home #le_section-three-area2 {
}
.aurora_home #le_section-two {
    padding-top: 80px;
    padding-bottom: 25px;
}
.aurora_home #le_section-two-area5 {
}
.aurora_home #le_section-two-area6 {
}
.aurora_home #le_section-two-content1 {
}
.aurora_home-template #le_section-four {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 40px;
}
.aurora_home-template #le_section-one {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home-template #le_section-one-content1 {
    margin-right: 5px;
    margin-left: 5px;
}
.aurora_home-template #le_section-one-content2 {
    margin-right: 5px;
    margin-left: 5px;
}
.aurora_home-template #le_section-three {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home-template #le_section-three-area1 {
}
.aurora_home-template #le_section-three-area2 {
}
.aurora_home-template #le_section-three-area3 {
}
.aurora_home-template #le_section-two {
    padding-top: 80px;
    padding-bottom: 50px;
    color: rgb(50, 49, 50);
    font-size: px;
    line-height: px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-five {
    background-color: rgb(207, 207, 207);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-five-area1 {
    padding-bottom: 0px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-five-area19 {
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-five-area2 {
    padding-bottom: 0px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-five-area3 {
    padding-bottom: 0px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-five-area4 {
    padding-bottom: 0px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-four-area40 {
    border-style: solid;
    border-color: rgb(114, 56, 109);
    border-width: 3px;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-four-area41 {
    border-style: solid;
    border-color: rgb(114, 56, 109);
    border-width: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-four-area42 {
    border-style: solid;
    border-color: rgb(114, 56, 109);
    border-width: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/india-retreat/bigstock-Rishikesh-India-Circa-April-329638714-min_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-seven {
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-seven-area1 {
    padding-bottom: 0px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-seven-area2 {
    padding-bottom: 0px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-seven-area3 {
    padding-bottom: 0px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-seven-area4 {
    padding-bottom: 0px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-six {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-six-area1 {
    margin-bottom: 25px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-six-area9 {
    margin-bottom: 10px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-three {
    background-color: rgb(207, 207, 207);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-three-area1 {
    margin-bottom: 20px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-three-area15 {
    border-style: solid;
    border-color: rgb(114, 56, 109);
    border-width: 3px;
    margin-bottom: 10px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-three-area16 {
    border-style: solid;
    border-color: rgb(114, 56, 109);
    border-width: 3px;
    margin-bottom: 10px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-three-area17 {
    border-style: solid;
    border-color: rgb(114, 56, 109);
    border-width: 3px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-two-area31 {
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-two-area32 {
    border-style: solid;
    border-color: rgb(114, 56, 109);
    border-width: 3px;
    margin-bottom: 10px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-two-area33 {
    border-style: solid;
    border-color: rgb(114, 56, 109);
    border-width: 3px;
}
.aurora_india-yatra-yoga-meditation-retreat #le_section-two-area34 {
    padding-top: 25px;
}
.aurora_indigo-boutique #le_section-five {
    background-color: rgba(223, 223, 223, 0.69);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_indigo-boutique #le_section-five-area1 {
}
.aurora_indigo-boutique #le_section-five-area19 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_indigo-boutique #le_section-five-area19 {
}
.aurora_indigo-boutique #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_indigo-boutique #le_section-new {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/scroll-bar/Boutique_2000_x_1000.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_indigo-boutique #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/boutique-lightbox/IMG_1190.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    border-width: 450px;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_indigo-boutique #le_section-one-content {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_indigo-boutique #le_section-one-middle {
}
.aurora_indigo-boutique #le_section-six {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_indigo-boutique #le_section-three {
    background-color: rgba(223, 223, 223, 0.69);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_indigo-boutique #le_section-three {
    background-color: rgb(207, 207, 207);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_indigo-boutique #le_section-three-area1 {
}
.aurora_indigo-boutique #le_section-three-area1 {
}
.aurora_indigo-boutique #le_section-three-area10 {
    padding-bottom: 15px;
}
.aurora_indigo-boutique #le_section-three-area18 {
    margin-left: 50px;
}
.aurora_indigo-boutique #le_section-three-area2 {
}
.aurora_indigo-boutique #le_section-three-area2 {
}
.aurora_indigo-boutique #le_section-three-area3 {
}
.aurora_indigo-boutique #le_section-three-area3 {
}
.aurora_indigo-boutique #le_section-three-area4 {
}
.aurora_indigo-boutique #le_section-three-area4 {
    padding-bottom: 15px;
}
.aurora_indigo-boutique #le_section-three-area5 {
    padding-bottom: 15px;
}
.aurora_indigo-boutique #le_section-three-area9 {
    padding-bottom: 15px;
}
.aurora_indigo-boutique #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_indigo-boutique #le_section-two-area13 {
}
.aurora_indigo-boutique #le_section-two-area27 {
}
.aurora_indigo-boutique #le_section-two-area28 {
}
.aurora_indigo-boutique #le_section-two-area31 {
    padding-top: 0px;
}
.aurora_indigo-boutique #le_section-two-area31 {
    padding-top: 25px;
}
.aurora_indigo-boutique #le_section-two-area34 {
    padding-top: 25px;
}
.aurora_indigo-boutique #le_section-two-area35 {
}
.aurora_indigo-boutique #le_section-two-area37 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_indigo-store #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/PilatesRoom.jpeg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_indigo-store #le_section-one-content2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_indigo-store #le_section-one-content3 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_indigo-store #le_section-one-middle {
    padding-top: 50px;
}
.aurora_indigo-store #le_section-two-area9 {
    border-style: solid;
    border-color: rgb(114, 56, 109);
    border-width: 5px;
    padding-right: 10px;
}
.aurora_individual-course-1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 50px;
}
.aurora_individual-course-1 #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_individual-course-template #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 50px;
}
.aurora_individual-course-template #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_indoor-cycling-schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/Cycling1/Cycling1_2000x1333.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_jai-uttal #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_jai-uttal #le_section-two {
    padding-top: 50px;
}
.aurora_jai-uttel-kirtan #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 50px;
}
.aurora_jai-uttel-kirtan #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_just-flow-50-hour-vinyasa-training #le_section-five {
}
.aurora_just-flow-50-hour-vinyasa-training #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_just-flow-50-hour-vinyasa-training #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/kelly-teacher-training/Just_Flow_Yoga_Training_Pic_2000_x_1000.png);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_just-flow-50-hour-vinyasa-training #le_section-six {
}
.aurora_just-flow-50-hour-vinyasa-training #le_section-three {
    background-color: rgb(114, 56, 109);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_just-flow-50-hour-vinyasa-training #le_section-three-area10 {
    padding-top: 30px;
}
.aurora_just-flow-50-hour-vinyasa-training #le_section-two-area1 {
    padding-top: 30px;
}
.aurora_just-flow-50-hour-vinyasa-training #le_section-two-area13 {
}
.aurora_just-flow-50-hour-vinyasa-training #le_section-two-area14 {
}
.aurora_kundalini-yoga-teacher-training #le_section-five {
}
.aurora_kundalini-yoga-teacher-training #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_kundalini-yoga-teacher-training #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/kelly-teacher-training/Kundalini_Yoga_YTT_2000_x_2000_-_Darker.png);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_kundalini-yoga-teacher-training #le_section-six {
}
.aurora_kundalini-yoga-teacher-training #le_section-three {
    background-color: rgb(114, 56, 109);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_kundalini-yoga-teacher-training #le_section-three-area10 {
    padding-top: 30px;
}
.aurora_kundalini-yoga-teacher-training #le_section-two-area1 {
    padding-top: 30px;
}
.aurora_locations #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_malibu-yoga-retreat #le_section-five {
}
.aurora_malibu-yoga-retreat #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_malibu-yoga-retreat #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/malibu-retreat/Malibu_Yoga_retreat_header.png);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_malibu-yoga-retreat #le_section-six {
}
.aurora_malibu-yoga-retreat #le_section-three {
    background-color: rgb(114, 56, 109);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_malibu-yoga-retreat #le_section-three-area10 {
    padding-top: 30px;
}
.aurora_malibu-yoga-retreat #le_section-two-area12 {
}
.aurora_malibu-yoga-retreat #le_section-two-area13 {
    padding-bottom: 30px;
}
.aurora_malibu-yoga-retreat #le_section-two-area14 {
    padding-bottom: 30px;
}
.aurora_malibu-yoga-retreat #le_section-two-area16 {
    padding-bottom: 30px;
}
.aurora_malibu-yoga-retreat #le_section-two-area17 {
    padding-bottom: 0px;
}
.aurora_malibu-yoga-retreat #le_section-two-area2 {
    padding-bottom: 30px;
}
.aurora_malibu-yoga-retreat #le_section-two-area28 {
    padding-bottom: 30px;
}
.aurora_malibu-yoga-retreat #le_section-two-area29 {
    padding-bottom: 30px;
}
.aurora_malibu-yoga-retreat #le_section-two-area3 {
    padding-bottom: 30px;
}
.aurora_malibu-yoga-retreat #le_section-two-area4 {
    padding-bottom: 30px;
}
.aurora_mat-pilates #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-YogaPose.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_mat-pilates #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_memberships #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_new-students #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_new-students #le_section-one-content2 {
}
.aurora_new-students #le_section-one-content3 {
}
.aurora_new-students #le_section-one-middle {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.aurora_new-students #le_section-two {
    padding-top: 0px;
}
.aurora_new-students #le_section-two-area23 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.aurora_new-to-indigo #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_newsletter-sign-up #le_section-one {
    padding-top: 50px;
}
.aurora_palos-verdes-mall #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_palos-verdes-mall #le_section-two {
    padding-top: 60px;
}
.aurora_palos-verdes-mall #le_section-two-area14 {
    font-size: 16px;
}
.aurora_palos-verdes-mall1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_palos-verdes-mall1 #le_section-two {
    padding-top: 60px;
}
.aurora_palos-verdes-mall1 #le_section-two-area14 {
    font-size: 18px;
}
.aurora_pilates #le_section-five {
    background-color: rgba(223, 223, 223, 0.69);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_pilates #le_section-five-area1 {
}
.aurora_pilates #le_section-five-area19 {
}
.aurora_pilates #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_pilates #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/pilate-equipment.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_pilates #le_section-one-middle {
}
.aurora_pilates #le_section-six {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_pilates #le_section-three {
    background-color: rgb(207, 207, 207);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_pilates #le_section-three-area1 {
}
.aurora_pilates #le_section-three-area2 {
}
.aurora_pilates #le_section-three-area3 {
}
.aurora_pilates #le_section-three-area4 {
}
.aurora_pilates #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_pilates #le_section-two-area13 {
}
.aurora_pilates #le_section-two-area27 {
}
.aurora_pilates #le_section-two-area28 {
}
.aurora_pilates #le_section-two-area31 {
    padding-top: 25px;
}
.aurora_pilates #le_section-two-area34 {
    padding-top: 25px;
}
.aurora_pilates #le_section-two-area37 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_pilates-buy-classes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_pilates-buy-classes #le_section-three {
    padding-top: 30px;
}
.aurora_pilates-buy-classes #le_section-three-area1 {
    padding-bottom: 40px;
}
.aurora_pilates-buy-classes #le_section-three-area2 {
    padding-bottom: 40px;
}
.aurora_pilates-buy-classes #le_section-three-area3 {
    padding-bottom: 40px;
}
.aurora_pilates-buy-classes #le_section-three-area4 {
    padding-bottom: 40px;
}
.aurora_pilates-group-reformer-schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/PilatesRoom.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_pilates-group-reformer-schedule #le_section-one-content2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_pilates-group-reformer-schedule #le_section-one-content3 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_pilates-group-reformer-schedule #le_section-one-middle {
    padding-top: 50px;
}
.aurora_pilates-group-reformer-schedule #le_section-two-area9 {
    border-style: solid;
    border-color: rgb(114, 56, 109);
    border-width: 5px;
    padding-right: 10px;
}
.aurora_pilates-membership #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_pilates-reformer-classes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/PilatesRoom.jpeg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_pilates-reformer-classes #le_section-three {
    padding-top: 0px;
}
.aurora_pilates-reformer-classes #le_section-three-area1 {
    padding-bottom: 40px;
}
.aurora_pilates-reformer-classes #le_section-three-area2 {
    padding-bottom: 0px;
}
.aurora_pilates-reformer-classes #le_section-three-area3 {
    padding-bottom: 0px;
}
.aurora_pilates-reformer-classes #le_section-three-area4 {
    padding-bottom: 0px;
}
.aurora_pilates-reformer-classes #le_section-two {
    padding-top: 60px;
    padding-bottom: 0px;
}
.aurora_pilates-schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_pilates-schedule #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_pilates-teachers #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_pilates-teachers #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_pilates-template #le_section-one {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_pilates-template #le_section-two {
    padding-top: 60px;
    padding-bottom: 0px;
}
.aurora_pilates-template #le_section-two-area13 {
}
.aurora_pilates-template #le_section-two-area28 {
}
.aurora_prenatal-postnatal-yoga #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-YogaPose.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_prenatal-postnatal-yoga #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_prenatal-yoga #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_prenatal-yoga #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_prenatal-yoga-teacher-training #le_section-five {
}
.aurora_prenatal-yoga-teacher-training #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_prenatal-yoga-teacher-training #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/prenatal-ytt/Prenatal_Smile_2000_by_1000_-_filter.png);
    background-size: cover;
    background-position: top center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_prenatal-yoga-teacher-training #le_section-six {
}
.aurora_prenatal-yoga-teacher-training #le_section-three {
    background-color: rgb(114, 56, 109);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_prenatal-yoga-teacher-training #le_section-three-area10 {
    padding-top: 30px;
}
.aurora_prenatal-yoga-teacher-training #le_section-two-area12 {
}
.aurora_prenatal-yoga-teacher-training #le_section-two-area13 {
}
.aurora_prenatal-yoga-teacher-training #le_section-two-area14 {
}
.aurora_prenatal-yoga-teacher-training #le_section-two-area28 {
}
.aurora_prenatal-yoga-teacher-training #le_section-two-area29 {
}
.aurora_private-pilates #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_private-pilates #le_section-three {
    padding-top: 30px;
}
.aurora_private-pilates #le_section-three-area1 {
    padding-bottom: 40px;
}
.aurora_private-pilates #le_section-three-area2 {
    padding-bottom: 40px;
}
.aurora_private-sessions-pilates #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_private-sessions-pilates #le_section-one-content2 {
}
.aurora_private-sessions-pilates #le_section-one-content3 {
}
.aurora_private-sessions-pilates #le_section-one-middle {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.aurora_private-sessions-pilates #le_section-three-area1 {
    background-color: rgb(172, 65, 122);
    margin-top: 100px;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 1px;
    padding-left: 40px;
}
.aurora_private-sessions-pilates #le_section-twelve {
    background-color: rgb(172, 65, 122);
    margin-bottom: 50px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_private-sessions-pilates #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_private-sessions-pilates #le_section-two-area27 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_private-yoga #le_section-five {
    padding-top: 40px;
}
.aurora_private-yoga #le_section-five-area1 {
    padding-bottom: 40px;
}
.aurora_private-yoga #le_section-five-area2 {
    padding-bottom: 40px;
}
.aurora_private-yoga #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_radiant-yoga-and-meditation #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-YogaPose.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_radiant-yoga-and-meditation #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_reformer-classes-descriptions-copy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_retreats #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_shop-boutique #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_sound-healing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-YogaPose.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_sound-healing #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_staff #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_staff #le_section-two {
    padding-top: 40px;
    padding-bottom: 10px;
}
.aurora_studio #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_studio-etiquette #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_teacher-training #le_section-five {
    background-color: rgb(114, 56, 109);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_teacher-training #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_teacher-training #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_teacher-training #le_section-six {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_teacher-training #le_section-three {
    background-color: rgb(114, 56, 109);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_teacher-training #le_section-three-area10 {
    padding-top: 30px;
}
.aurora_teachers #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_teachers #le_section-three-area18 {
}
.aurora_teachers #le_section-two {
    padding-top: 60px;
    padding-bottom: 0px;
}
.aurora_teachers-template #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_teachers-template #le_section-two {
    padding-top: 60px;
    padding-bottom: 0px;
}
.aurora_team #le_headerRegion {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_team #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_team #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_test #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/woman-yoga-in-nature/woman-yoga-in-nature_2000x1334.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_test2 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/woman-yoga-in-nature/woman-yoga-in-nature_2000x1334.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_test3 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/woman-yoga-in-nature/woman-yoga-in-nature_2000x1334.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_therapeutic-and-restorative #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-YogaPose.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_therapeutic-and-restorative #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_vinyasa-yoga #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/rolling-up-mat/rolling-up-mat_2000x868.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_vinyasa-yoga #le_section-one-middle {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_vinyasa-yoga #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_were-hiring #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 400px;
    padding-bottom: 50px;
}
.aurora_workshops #le_section-one {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_workshops #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_yoga #le_section-five {
    background-color: rgb(207, 207, 207);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_yoga #le_section-five-area1 {
    padding-bottom: 0px;
}
.aurora_yoga #le_section-five-area19 {
}
.aurora_yoga #le_section-five-area2 {
    padding-bottom: 0px;
}
.aurora_yoga #le_section-five-area3 {
    padding-bottom: 0px;
}
.aurora_yoga #le_section-five-area4 {
    padding-bottom: 0px;
}
.aurora_yoga #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_yoga #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/stretching-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_yoga #le_section-seven {
}
.aurora_yoga #le_section-seven-area1 {
    padding-bottom: 0px;
}
.aurora_yoga #le_section-seven-area2 {
    padding-bottom: 0px;
}
.aurora_yoga #le_section-seven-area3 {
    padding-bottom: 0px;
}
.aurora_yoga #le_section-seven-area4 {
    padding-bottom: 0px;
}
.aurora_yoga #le_section-six {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_yoga #le_section-three {
    background-color: rgb(207, 207, 207);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_yoga #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_yoga #le_section-two-area31 {
    padding-top: 25px;
}
.aurora_yoga #le_section-two-area34 {
    padding-top: 25px;
}
.aurora_yoga-blogs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_yoga-buy-classes #le_section-five-area1 {
    padding-bottom: 40px;
}
.aurora_yoga-buy-classes #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_yoga-buy-classes #le_section-seven {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_yoga-buy-classes #le_section-three {
    padding-top: 40px;
}
.aurora_yoga-buy-classes #le_section-three-area1 {
    padding-bottom: 40px;
}
.aurora_yoga-buy-classes #le_section-three-area2 {
    padding-bottom: 40px;
}
.aurora_yoga-buy-classes #le_section-three-area3 {
    padding-bottom: 40px;
}
.aurora_yoga-buy-classes #le_section-three-area4 {
    padding-bottom: 40px;
}
.aurora_yoga-classes-descriptions #le_section-eight-area1 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-eight-area2 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-eight-area3 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-eight-area4 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-eight-area5 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-eight-area6 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-eight-area7 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-five-area1 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-five-area2 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-five-area3 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-five-area4 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-five-area5 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-five-area6 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-five-area7 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-nine-area1 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-nine-area2 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-nine-area3 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-nine-area4 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-nine-area5 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-nine-area6 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-nine-area7 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_yoga-classes-descriptions #le_section-seven {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_yoga-classes-descriptions #le_section-seven-area1 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-seven-area2 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-seven-area3 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-seven-area4 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-seven-area5 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-seven-area6 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-seven-area7 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-ten-area5 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-ten-area6 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-ten-area7 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-ten-area8 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-three {
    padding-top: 40px;
}
.aurora_yoga-classes-descriptions #le_section-three-area1 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-three-area2 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-three-area3 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-three-area4 {
    padding-bottom: 0px;
}
.aurora_yoga-classes-descriptions #le_section-three-area5 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-three-area6 {
    padding-bottom: 30px;
}
.aurora_yoga-classes-descriptions #le_section-three-area7 {
    padding-bottom: 30px;
}
.aurora_yoga-membership #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_yoga-membership #le_section-three {
    padding-top: 40px;
}
.aurora_yoga-membership #le_section-three-area1 {
    padding-bottom: 40px;
}
.aurora_yoga-membership #le_section-three-area2 {
    padding-bottom: 40px;
}
.aurora_yoga-membership #le_section-three-area3 {
    padding-bottom: 40px;
}
.aurora_yoga-new-to-indigo #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
    padding-bottom: 300px;
}
.aurora_yoga-schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 450px;
    padding-right: 0px;
    padding-bottom: 50px;
}
.aurora_yoga-schedule #le_section-one-content2 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_yoga-schedule #le_section-one-content3 {
    padding-right: 50px;
    padding-left: 50px;
}
.aurora_yoga-schedule #le_section-one-middle {
    padding-top: 50px;
}
.aurora_yoga-schedule #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_yoga-schedule #le_section-two-area9 {
    border-style: solid;
    border-color: rgb(114, 56, 109);
    border-width: 5px;
    padding-right: 10px;
}
.aurora_yoga-teachers #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/img-home-slider1.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_yoga-teachers #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_yoga-template #le_section-five {
    padding-top: 0px;
}
.aurora_yoga-template #le_section-five-area1 {
    padding-bottom: 40px;
}
.aurora_yoga-template #le_section-five-area2 {
    padding-bottom: 0px;
}
.aurora_yoga-template #le_section-five-area3 {
    padding-bottom: 0px;
}
.aurora_yoga-template #le_section-five-area4 {
    padding-bottom: 0px;
}
.aurora_yoga-template #le_section-one {
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_yoga-template #le_section-seven {
}
.aurora_yoga-template #le_section-seven-area1 {
    padding-bottom: 0px;
}
.aurora_yoga-template #le_section-seven-area2 {
    padding-bottom: 0px;
}
.aurora_yoga-template #le_section-seven-area3 {
    padding-bottom: 0px;
}
.aurora_yoga-template #le_section-seven-area4 {
    padding-bottom: 0px;
}
.aurora_yoga-template #le_section-six {
}
.aurora_yoga-template #le_section-two {
    padding-top: 75px;
    padding-bottom: 60px;
}
.aurora_yogaschedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/woman-yoga-pose.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 450px;
    padding-bottom: 50px;
}
.aurora_yogaschedule #le_section-two {
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.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_20-hour-yin-yoga-immersion #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-two-area28 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-two-area29 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area28 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area29 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_buy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_buy #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_buy #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_buy #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_section-two-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_eric-black-holistic-life-coaching #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_eric-black-holistic-life-coaching #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_eric-black-holistic-life-coaching #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events-and-workshops #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flow-and-flourish-retreat #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flow-and-flourish-retreat #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flow-and-flourish-retreat #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flow-and-flourish-retreat #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flow-and-flourish-retreat #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flow-and-flourish-retreat #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flow-and-flourish-retreat #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flow-and-flourish-retreat #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flow-and-flourish-retreat #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gallery #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-five-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-four-area40 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-four-area41 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-four-area42 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-six-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-three-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-three-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-three-area17 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-two-area31 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-two-area32 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-two-area33 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-two-area34 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-five-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-five-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-new {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-one-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-one-middle {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-two-area27 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-two-area31 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-two-area31 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-two-area34 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-two-area35 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-two-area37 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-store #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-store #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-store #le_section-one-middle {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-store #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area17 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area28 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area29 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-five-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-one-middle {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-two-area27 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-two-area31 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-two-area34 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates #le_section-two-area37 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates-group-reformer-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates-group-reformer-schedule #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates-group-reformer-schedule #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates-group-reformer-schedule #le_section-one-middle {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates-group-reformer-schedule #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pilates-reformer-classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-two-area28 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-two-area29 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teacher-training #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teachers #le_section-three-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_were-hiring #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga #le_section-five-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga #le_section-two-area31 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga #le_section-two-area34 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-schedule #le_section-one-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-schedule #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-schedule #le_section-one-middle {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_yoga-schedule #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_indigo-boutique #le_section-one {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-two-area28 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_20-hour-yin-yoga-immersion #le_section-two-area29 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area28 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beyond-deep-rest-yoga-nidra-training #le_section-two-area29 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_buy #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_buy #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_buy #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_buy #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/stretching-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_section-two-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_eric-black-holistic-life-coaching #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_eric-black-holistic-life-coaching #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_eric-black-holistic-life-coaching #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events-and-workshops #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flow-and-flourish-retreat #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flow-and-flourish-retreat #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flow-and-flourish-retreat #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flow-and-flourish-retreat #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flow-and-flourish-retreat #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flow-and-flourish-retreat #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flow-and-flourish-retreat #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flow-and-flourish-retreat #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flow-and-flourish-retreat #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gallery #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-five-area19 {
    padding-left: 15%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-four-area40 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-four-area41 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-four-area42 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-six-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-three-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-three-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-three-area17 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-two-area31 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-two-area32 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-two-area33 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_india-yatra-yoga-meditation-retreat #le_section-two-area34 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-five-area19 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-five-area19 {
    padding-left: 15%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-new {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/IMG_1190_M_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-one-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-one-middle {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three-area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-two-area27 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-two-area31 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-two-area31 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-two-area34 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-two-area35 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-boutique #le_section-two-area37 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-store #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-store #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-store #le_section-one-middle {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_indigo-store #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_just-flow-50-hour-vinyasa-training #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kundalini-yoga-teacher-training #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/malibu-retreat/2000_x_1000_Malibu_pool.png);
    background-position: center center;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area17 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area28 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area29 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_malibu-yoga-retreat #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-five-area19 {
    padding-left: 15%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/NewIndigo/pilate-equipment.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-one-middle {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-two-area27 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-two-area31 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-two-area34 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates #le_section-two-area37 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates-group-reformer-schedule #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates-group-reformer-schedule #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates-group-reformer-schedule #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates-group-reformer-schedule #le_section-one-middle {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates-group-reformer-schedule #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pilates-reformer-classes #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-two-area28 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prenatal-yoga-teacher-training #le_section-two-area29 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teacher-training #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teachers #le_section-three-area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_were-hiring #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga #le_section-five-area19 {
    padding-left: 15%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga #le_section-two-area31 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga #le_section-two-area34 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-schedule #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-schedule #le_section-one-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-schedule #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-schedule #le_section-one-middle {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_yoga-schedule #le_section-two-area9 {
    }
}

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