@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

hr {
    border: 0;
    height: 1px;
}


/* Initial hidden state for reveal elements */
.left-reveal,
.right-reveal,
.top-reveal,
.fade-in,
.bknd-fade,
.bknd-fade2,
.desktop-fade-in {
  opacity: 0;
  transform: translateY(20px); /* adjust for slide up effect */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Revealed state */
.left-reveal.active,
.right-reveal.active,
.top-reveal.active,
.fade-in.active,
.bknd-fade.active,
.bknd-fade2.active,
.desktop-fade-in.active {
  opacity: 1;
  transform: translateY(0);
}



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

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	margin:0 0 .2em 0;
	line-height: 0.2;
	font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100 !important;
    font-style: normal;
}
h2, h2 a, .title2, .title2 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-weight: 300;
}
h3, h3 a, .title3, .title3 a {
	margin:0 0 .2em 0;
	line-height: 1.2;
	font-family: "Merriweather Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100 !important;
    font-style: normal;
    text-transform: title-case;
}
h4, h4 a, .title4, .title4 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
}
h5, h5 a, .title5, .title5 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
}
h6, h6 a, .title6, .title6 a {
	margin:0 0 .2em 0;
	line-height: 1.4;
	  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
}
.whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText p, .whiteText ul, .whiteText li, .whiteText blockquote {
    color:#fff;
}
.whiteText .title1, .whiteText .title2, .whiteText .title3, .whiteText .title4, .whiteText .title5, .whiteText .title6 {
    color: #fff;
}
.shadow {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.95);
}

.hr2 {
    border: none; 
    height: 3px; 
    width: 330px;
    background-color: #ffffff;  
    margin: 10px auto; 
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.45);
}
.hr3 {
    border: none; 
    height: 1px; 
    width: 330px;
    background-color: #000;  
    margin: 10px auto; 
}

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

.le_form_name {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}
.seFormButton {
    color: rgb(62, 32, 108) !important;
    background-color: #C7B63C !important;
    border: 2px solid rgb(62, 32, 108) !important;
    padding: 10px 20px !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-style: normal !important;
    margin: 0 !important;
}

.seFormButton:hover {
    background-color: #fff !important;
    color: rgb(62, 32, 108) !important;
    border: 2px solid rgb(62, 32, 108) !important;
}


/* -- Search Element --*/
.wrapper input[type="text"]#search_form_value {
	padding: 5px 10px;
}
#search_form_button {
    padding: 5px 15px;
    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;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
}
:-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
}
@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
    .form-inline label.error {
        margin-top: 15px;
    }
}

/* ---- 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;
}
.recaptcha-terms {
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
}
.recaptcha-terms a {
    text-decoration: underline;
    color: #fff;
}
.recaptcha-terms a:hover {
    color: #C7B63C;
}

.form-group label {
    color: #fff;
}
/* Buttons
----------------------------------------------------------------------------------------------------*/

.se_button a,
a.se_button {
    position: relative;
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 10px 20px;
    border: 0px solid transparent;
    font-style: normal; 
    font-weight: 600 !important;  
    text-decoration: none;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
}
.se_button.button1 a, a.se_button.button1 {
    margin-top: 15px;
    font-size: 18px;
}
.se_button.button2 {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.3s ease;
    padding: 10px 20px;
    text-transform: uppercase; 
    cursor: pointer;
    font-size: 18px;
}

.se_button.button2:hover {
    background-color: #fff;
    color: #3e206c;
    border: 2px solid #3e206c;
}
.se_button.button3 {
    border: 2px solid #C7B63C;
    color: #3e206c;
    background-color: #C7B63C;
    transition: all 0.3s ease;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
}

.se_button.button3:hover {
    background-color: #fff;
    color: #3e206c;
    border: 2px solid #FFF;
}


.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 10px 35px;
	margin-top: 10px;
}

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


/* Site Branding
----------------------------------------------------------------------------------------------------*/
.se_siteBranding {
    line-height:1;
    padding: 0 0 0px 0;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
	word-break: break-word;
	max-width: 100%;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.le_logo_text {
    line-height: 1.4;
}

/* CSS
----------------------------------------------------------------------------------------------------*/

.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;
}
.cta h3 a {
    color: #fff;
    font-size: 40px;
    display: block;
    padding: 120px 0;
    background: rgba(0,0,0,0.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.cta h3 a:hover {
    background: rgba(0,0,0,0.6);
}
.testimonial-box p {
    text-transform: uppercase;
}
.testimonial-box .bx-wrapper .bx-controls-direction a {
    width: 22px;
    height: 37px;
}
.testimonial-box .bx-wrapper .bx-prev, .testimonial-box .bx-wrapper .bx-prev:hover{
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iinsitetemplate5/arrows.png") no-repeat 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.testimonial-box .bx-wrapper .bx-next, .testimonial-box .bx-wrapper .bx-next:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/iinsitetemplate5/arrows.png") no-repeat -22px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.testimonial-box .bx-wrapper .bx-prev:hover, .testimonial-box .bx-wrapper .bx-next:hover {
    transform: scale(1.2);
}
.testimonial-box .htmlSlide {
    padding: 0 75px;
}
.black-box {
    background-color: #fff;
    border: 3px solid #000;
    padding: 30px 20px;
    margin-bottom: 25px;
}
.black-box h2 {
    font-size: 24px;
}
.cta-img {
    display: block;
    position: relative;
    padding-top: 66.6%;
}
.cta-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
.pricing-box {
    background-color: #fff;
    border:0px solid ;
    padding: 30px;
    margin: 20px !important;
    text-align: center;
    font-family: inherit;
    font-size: 1.25rem;
}
.pricing-box h3 {
    line-height: 1.1;
    margin-bottom: 10px; 
}
.pricing-box hr {
    width: 70%;
    margin: 20px auto;
}
.pricing-box h5 {
    color: #3e206c; 
    font-weight: 600; 
    font-size: 18px !important;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}
.pricing-box h5::after {
    content: '+';
    margin-left: 5px;
    font-size: 20px !important;
    color: #3e206c;
    display: inline-block;
    transition: all 0.2s ease;
}

.pricing-box h5.active {
    color: #3e206c;
    margin-bottom: 10px !important;
}
.pricing-box h5.active::after {
    content: '-';
}
.pricing-box .content {
    display: none;
    margin-top: 15px;
}

/* Weekly Schedule 
----------------------------------------------------------------------------------------------------*/
#le_mb_list_schedule {
    position: relative !important;
    width: 100% !important;
}

.schedule_date_range, #back_sched, #forward_sched {
    font-size: 27px !important;
    color: #fff;
    padding-right: 50px;
    padding-left: 50px;
}
.schedule_date_range:hover,
#back_sched:hover,
#forward_sched:hover {
    color: rgb(154, 206, 30) !important; /* hover color */
    cursor: pointer;
}

.mb_listview_date .sched_loc_name {
    display: none;
}

.mb_listview_date {
    background-color: rgb(62, 32, 108);
    padding-bottom: 15px;
    padding-top: 15px;
    color: #fff;
    font-size: 27px;
}

.schedule_filters {
    display: flex !important;      
    flex-direction: row !important;  
    justify-content: flex-start !important; 
    align-items: center !important;  
    margin-bottom: 25px !important;
    margin-right: 200px !important;
}

.schedule_filters .selects {
    height: 30px !important;
}

#date_filter {
    height: 30px !important;
}
#printview {
    background: #efefef !important;
    color: #000 !important;
    padding: 6px 10px !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    margin-left: 10px !important;
    font-family: 'Figtree', sans-serif !important; /* choose one font-family */
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
}

#printview:hover {
    background: rgb(62, 32, 108) !important; /* fixed !important placement */
    color: #fff !important;
    text-decoration: none !important;
}

.mbHeaderBar {
    background-color: #ECECEC !important; 
    color: #000 !important;     
    font-size: 20px !important;    
    padding: 10px 0 !important;
    height: auto !important;
    display: flex;
    text-transform: uppercase;
    font-family: "Figtree", sans-serif;
        font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.mbHeaderBar .row_date,
.mbHeaderBar .row_class,
.mbHeaderBar .row_staff {
    font-size: 24px !important;       
    color: #fff !important;
    text-transform: uppercase;
    padding-left: 0 !important;
}

.mb_schedule tr:nth-of-type(even) {
    background-color: #ededee !important;
}

.row_class {
    padding-left: 5 !important;
    width: 40% !important;
    float: none !important;
}
.row_staff {
    padding-left: 0% !important;
}
.title_staff {
    padding-left: 15% !important;
    float: none !important;
}
.row_class a,
.row_staff a {
    font-weight: 700;
    text-decoration: none;
    color: rgb(62, 32, 108);    
}

.title_class {
    padding-left: 2% !important;
      float: none !important;
}

.capacity {
    margin-top: 10px !important;
}

.mb_schedule .row_button {
    vertical-align: middle !important;
    padding: 15px 0;
}

.row_date, .row_class, .row_staff, .row_button {
    padding-top: 15px !important;
    font-size: 16px !important;        
    font-weight: 400 !important;        
    text-transform: none !important; 
    font-family: "Figtree", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 300 !important;
    font-style: normal !important;
}

.mb_schedule .row_button {
    vertical-align: middle !important;
    padding: 15px 0;
    text-transform: uppercase !important;

}
.row_date, .row_class, .row_staff, .row_button {
    padding-top: 15px !important;
}
   

/* Mobile Schedule
----------------------------------------------------------------------------------------------------*/
@media (max-width: 992px) {
    .mb_mobilebar {
        background: #fff !important;
        padding: 10px 15px !important;
        color: #000 !important;
    }
    .schedule_date_range {
        color: #000 !important;
    }
    .mb_gray_box {
        width: 100% !important;
    }
    .title_date {
        background-color: #000 !important;
        color: #fff !important;
        padding: 10px !important;
        width: 100% !important;
        margin: 10px 0 !important;
    }
    .mb_mobilebar_schedulebar_time {
        width: 100% !important;
        padding: 10px 0 0 0 !important;
        font-size: 16px !important;
    }
    .mb_mobilebar_schedulebar_classname {
        width: 100% !important;
    }
    .mb_mobile_classname a, .mb_le_staff_firstname, .mb_le_staff_lastname {
        color: #000 !important;
    }
    .mb_mobilebar_schedulebar_button {
        float: left !important;
        width: 100% !important;
        padding: 10px 0 !important;
        text-align: left !important;
        text-transform: uppercase !important;
    }
    .mb_mobilebar_schedulebar_button .signup {
        margin-left: -7px !important;
                text-transform: uppercase !important;
    }
    .mb_mobilebar_schedulebar_button .signup:hover {
    color: #fff !important; 
    cursor: pointer;
}
    .mb_mobilebar a {
        color: #000 !important;
    }
    #locations, #sessions, #trainers, #service_categories {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .mb_gray_box selects, .mb_gray_box .dropdowns {
        width: 100% !important;
    }

}

/* Responsive Schedule
----------------------------------------------------------------------------------------------------*/
.week-view-ns .ns-calendar .cal-block-date {
    position: relative !important;
    background-color: #bcbcba;
    color: #ffffff !important;
    padding: 10px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.week-view-ns .ns-calendar .cal-block  {
    background: #fff !important;
}
.events .event-time {
    display: none !important;
}
.today {
    background-color: #fff !important;
}
.today .cal-block-date {
    background-color: #000!important;
    padding-top: 30px !important;
}
.event-title:hover {
    color: #000 !important;
    cursor: auto;
}
.today {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(173,171,173,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(173,171,173,1);
    box-shadow: 0px 0px 15px 0px rgba(173,171,173,1);
    background-color: #ffffff;
}
.week-view-ns .ns-calendar .cal-block-date .cal-block-day, .week-view-ns .ns-calendar .cal-block-date .day-number, .date_range_title {
    font-weight: 300 !important;
}
.week-view-ns .ns-calendar .event-title {
    width: 100% !important;
}
.week-view-ns .ns-calendar .events {
    text-align: center !important;
}
.week-view-ns .ns-calendar .events li:nth-of-type(even) {
    background-color: #efeeee !important;
}
.detail-col-left:hover, .capacity-info:hover, .cal_class_name:hover, .detail-row:hover {
    cursor: auto;
}
@media (max-width: 768px) {
    .week-view-ns .ns-calendar .full-event-details .detail-row .detail-col-right {
        text-align: center !important;
    }
}

/* MB Enrollments
----------------------------------------------------------------------------------------------------*/

.mb_enrollment_dates {
    background-color: #efefef;
    color: #000;
    padding: 12px 20px 0 20px;
    font-size: 25px !important;
}
.enrollment_box, .course_information, .enrollment_in_course {
    border: 2px solid #efefef !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
}
.enrollments_date_range {
    padding-top: 10px;
}
.signup_class {
    margin-left: 0 !important;
    margin-top: 20px !important;
}
.prev_date_arrows a {
    color: #000 !important;
}
.next_date_arrows a {
    color: #000 !important;
}
.right.bold_date {
    float: left !important;
    width: 100% !important;
}

/* Staff Page
----------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) { 
    .staff_style .staff_side {
        display: grid;
        grid-template-columns: 32% 32% 32%;
        grid-gap: 15px;
    }
}
@media (min-width: 992px) { 
    .staff_style .staff_side {
        display: grid;
        grid-template-columns: 24% 24% 24% 24%;
        grid-gap: 15px;
    }
}
.staff_style .staff_side .clear {
    display: none !important;
}
.staff_style .page_stuff, .staff_bio {
    display: none !important;
}
.staff_style .staff_img {
    display: block;
    position: relative;
    padding-top: 100%;
    background-color: #efefef;
    margin-bottom: 40px;
}
.staff_style .staff_img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    border: 0 !important;
}
.staff_style .staff_img img:hover {
    opacity: .5;
}
.staff_style .staff_img em {
    display: none;
}
.staff_style .staff_info {
    position: relative;
}
.staff_style .staff_name {
    text-align: center !important;
    padding: 20px 10px 5px 10px;
    color: #000;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.staff_style .staff_name a {
    color: #000;
    font-size: 20px;
}
@media (max-width: 768px) { 
    .staff_style .staff_img {
        margin-bottom: 70px;
    }
    .staff_style .staff_name {
        bottom: -45px;
    }
}

/* HomeMenu
----------------------------------------------------------------------------------------------------*/

.HomeMenu li {
	list-style: none;
	list-style-type: none;
	position: relative;
}
.HomeMenu li.le_menuitem_level_0 {
	display: inline-block;
	padding: 20px 0;
}
.HomeMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 20px;
    line-height: 15px;
    color: #fff;
    font-size: 16px;
    word-break: break-word;
    text-decoration: none;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.HomeMenu li.le_menuitem_level_0 a:hover {
}

/* Blog
----------------------------------------------------------------------------------------------------*/
.blog_post_listing {
    padding: 0 !important;
    border: 1px solid #dddddd;
    justify-content: start !important;
}
.blog_post_listing .box-top {
    padding: 20px;
}
.blog_post_listing .title-flex, .blog_post_listing .title-flex h3 {
    margin-bottom: 0 !important;
}
.blog_post_listing .blog_post_listing_footer_section {
    display: none;
}
.feature_blog_text {
    height: 57px;
    overflow: hidden;
}
#blog_post_listing .feature_blog_text {
    float: none;
}
a.read_more_link {
    display: inline-block !important;
    text-transform: uppercase;
    border: 2px solid #000;
    width: 130px;
}
.le-logged-in #blog_post:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}
.le-logged-in #blog_post_listing:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    font-family: 'Open Sans';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}

/* Recipe
----------------------------------------------------------------------------------------------------*/
.le-logged-in .le-recipe-app-title:before {
    content: 'Click on dashboard icon in top black bar to edit this page';
    font-family: 'Open Sans';
    border-radius: 2px;
    background: rgba(199,232,42,.2);
    color: #000;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: block;
}
/*Hide Recipe Categories on mobile */
.le-recipe-categories-wrap {
    display: none;
}
@media (min-width: 768px) {
    .le-recipe-categories-wrap {
        display: block;
    }
}

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

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.se_WrapperContent {
    padding-top: 40px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
	padding: 10px 0 0 0;
}

/* Menu
----------------------------------------------------------------------------------------------------*/
.MainMenu {
    display: block;
    padding-top: 30px;
}
.MainMenu ul {
    margin: 0;
    padding: 0;
}
.MainMenu li {
    list-style: none;
    position: relative;
    font-weight: 600; 
    font-family: inherit;
}

.MainMenu li.le_menuitem_level_0 {
    display: inline-block;
}

.MainMenu li.le_menuitem_level_0 a,
.MainMenu li.le_menuitem_level_1 a {
    display: block;
    position: relative;
    padding: 10px 10px;
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 600;
    font-family: inherit;
    text-transform: lowercase;
}

.MainMenu li.le_menuitem_level_1 a {
    padding: 3px 10px;
    min-width: 275px;
    line-height: 1em;
}

.MainMenu li.le_menuitem_level_0 a:hover,
.MainMenu li.le_menuitem_level_1 a:hover {
    background-image: none;
}

/* Submenu containers */
.MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
}
.MainMenu ul.le_menu_level_1 {
    position: relative;
    left: 0;
    z-index: 10;
    display: none;
    margin: 0;
    padding: 13px 0 0 0;
    text-align: left;
    height: auto;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    display: block;
}

.MainMenu .le_menu_level_2_container {
    float: right;
    left: 100%;
    margin-top: -35px;
    padding: 0;
}
.MainMenu ul.le_menu_level_2 {
    position: absolute;
    right: 0;
    left: 160px;
    z-index: 10;
    display: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    display: block;
}

.MainMenu li.le_menuitem_level_0.hasChild > a:after {
    display: inline-block;
    position: relative;
    left: 6px;
    margin-right: 15px;
    top: -2px;
    font-family: "FontAwesome";
    content: '\f078'; 
    font-size: 12px;
    color: #fff;
}
.navicon {
    position: relative;
    line-height: 50px;
    height: 45px;
    padding-bottom: 25px;
    text-transform: uppercase;
    background: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: auto;    
}

.navicon:after {
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 30px;
    color: inherit;
}
.OpenMobileMenu .navicon:after {
    content: '\f00d';
}
.navicon:hover {
    cursor: pointer;
}
@media (max-width: 767px) {
  .col-xs-2,
  .col-sm-2 {
    width: 100% !important;
    float: none !important;
  }
}
@media (max-width: 767px) { 
    .OpenMobileMenu .wrapper {
        right: 240px;
    }

    .se_menu {
        position: fixed;
        height: 100vh;
        width: 240px;
        padding: 30px 0 0 20px;
        top: 0;
        right: -240px;
        transition: right .3s ease;
        background-color: rgb(62, 32, 108); /* purple background */
        color: #fff;
    }

    .OpenMobileMenu .se_menu {
        right: 0;
    }

    /* Main menu */
    .MainMenu {
        padding: 0;
    }

    .le_menu_level_container {
        position: relative;
    }

    .MainMenu li {
        display: block;
        text-align: left;
        width: 100%;
        color: #fff;
        list-style: none !important;
    }

    .MainMenu li.le_menuitem_level_0 {
        padding: 0;
    }
    
    .menu-open .banner-text,
.menu-open .header-banner {
  display: none !important;
}

  .MainMenu ul.le_menu_level_1,
.MainMenu ul.le_menu_level_2 {
    background-color: rgb(62, 32, 108) !important; /* purple background */
    color: #fff;
    padding: 0;
    position: relative;
    left: 0;
    overflow: hidden;          /* Hide overflowing content */
    max-height: 0;             /* Collapsed */
    visibility: hidden;
    transition: max-height 0.3s ease, visibility 0.3s ease;
}

/* When submenu is open */
.MainMenu ul.le_menu_level_1.open-mobile-sub,
.MainMenu ul.le_menu_level_2.open-mobile-sub {
    max-height: 1000px;       /* Large enough to show all submenu items */
    visibility: visible;
    overflow: visible;
}

    /* Plus/minus toggle signs */
    .MainMenu li.le_menuitem_level_0.hasChild > a:after,
    .MainMenu li.le_menuitem_level_1.hasChild > a:after {
        display: inline-block;
        position: relative;
        left: 5px;
        content: "+";
        color: #fff;
        height: 0;
        width: 0;
    }

    .MainMenu li.hasChild > a.active-mobile-parent:after {
        content: "-";
    }

    /* Submenu open/close */
    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1,
    .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2 {
        height: 0;
        visibility: hidden;
        transition: all .3s ease;
        overflow: hidden;
    }

    .MainMenu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub,
    .MainMenu li.le_menuitem_level_1.hasChild ul.le_menu_level_2.open-mobile-sub {
        height: auto;
        visibility: visible;
    }
    
    /* Additional mobile styles */
    .se_social {
        margin-top: 0;  
        margin-bottom: 25px; 
        padding-top: 0;   
        font-size: 24px;
        text-align: center;
    }
    .se_social a {
        margin-top: 0; 
        margin-bottom: 25px; 
        font-size: 24px;
        display: inline-block;
    }
    h6, h6 a, .title6, .title6 a {
        font-size: 16px !important;
    }
    h3 {
        font-size: 23px !important;  
        line-height: 1.2 !important;           
    }
    h3 a {
        font-size: 16px !important;  
        line-height: 1.2;           
    }
    .se_button.button2 {
        font-size: 16px;
    }
    .se_button.button1 {
        font-size: 16px !important;
    }
}


/* Main Content
----------------------------------------------------------------------------------------------------*/
.content {
	padding: 0;
}
.htmlSlide {
    width: 100%!important;
    max-width: 100%!important;
}
.bx-viewport {
    padding-bottom: 75px !important;
}

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

.footer {
    clear: both;
	padding: 50px 0;
    text-align: center;
    color: #000 !important;
}

.footer a:hover {
    text-decoration: underline;
}
.se_social {
    margin-top: 10px;
    font-size: 24px;
    padding-left: 0px;
}
.se_social a {
    margin: 0 .15em;
    padding-left: 0px;
}
.footer input[type="submit"].seFormButton {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.3s ease;
    padding: 12px 25px; 
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
}

.footer input[type="submit"].seFormButton:hover {
    background-color: #fff;
    color: #000; 
    border: 2px solid #000; 
}

.footer .form-control {
    height: 39px !important;
}
@media (max-width: 767px) {
  .footer .row {
    display: flex;
    flex-direction: column;
  }

  /* footer-area4 first */
  .footerRight {
    order: 2;
  }

  /* footer-area2 second */
  .footerLeft {
    order: 1;
  }

  /* footer-area3 last */
  .footerMid {
    order: 3;
  }
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .header {
        padding: 0;
    }
    .se_siteBranding {
        padding-top: 25px;
        text-align: center;
    }

    .desktop-only {
        display: none;
    }
    .feature_blog_image {
        width: 100% !important;
        height: auto;
        float: none;
    }
    .feature_blog_image img {
        width: 100% !important;
        height: auto;
    }
    .blog_post_listing_title_section {
        text-align: center;
    }
    #blog_post_listing .feature_blog_image {
        float:none;
        text-align: center;
        margin-bottom: 20px;
    }
    #blog_post_listing .feature_blog_text {
        text-align: center;
        float: none;
    }
    #blog_post_listing a.read_more_link {
        display: table !important;
        margin: 15px auto 15px auto;
    }
    #blog_sidebar {
        float: left !important;
        width: 100% !important;
    }
    .blog_post_listing_sidebar {
        width: 100% !important;
    }
    .se_social {
        padding-left: 0px;
    }
    h1, h1 a, .title1, .title1 a {
        font-size: 30px !important;
    }
    h2, h2 a, .title2, .title2 a {
        font-size: 30px !important;
    }
    .testimonial-box .htmlSlide {
        padding: 0 50px;
    }
    .footer .form-inline {
         margin-top: 15px;
    }
    .footer input[type="submit"].seFormButton {
        display: block;
        width: 100%;
        margin-top: -20px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        text-align: center;
    }
    .color-bknd {
        margin-top: -300px;
    }
    .form-inline {
        padding: 0 10%;
    }
    .form-inline input[type="text"], .form-inline input[type="email"], .form-inline input[type="password"], .form-inline textarea {
        margin-bottom: -18px;
    }
    .se_social {
        text-align: center;
    }
    .banner-text h5 {
        margin-top: 15px;
    }
    .testimonial-box p {
        font-size: 24px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 {
        padding: 12px 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 12px;
    }
    .ctas {
        padding: 0 20%;
    }
    .form-inline input[type="text"], .form-inline input[type="email"], .form-inline input[type="password"], .form-inline textarea {
        min-width:  200px;
        width: 200px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 20px;
    }
}


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

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

/* ========================================== Theme Speficic UI Styles ========================================== */
.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;
}

/* --- Helper Instructions when in edit mode --- */
.edit-instructions {
    display: none;
}
.le-edit-open .edit-instructions {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    background: rgba(199,232,42,.2);
}
.le-edit-open .edit-instructions a{ 
    text-decoration: underline;
}

/* -- Hide Options in Color in Design Tab -- */
.aurora_color-options .aurora_style-menu-inner h4.aurora_style-section-title:nth-of-type(4) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner h4.aurora_style-section-title:nth-of-type(9) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(18) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(19) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(20) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(21) {
    display: none !important;
}
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(35) {*/
/*    display: none !important;*/
/*}*/
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(36) {*/
/*    display: none !important;*/
/*}*/
/*.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(37) {*/
/*    display: none !important;*/
/*}*/
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(40) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(41) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(42) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(43) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(44) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(45) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(46) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(47) {
    display: none !important;
}
.aurora_color-options .aurora_style-menu-inner .form-group:nth-of-type(48) {
    display: none !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    min-height: 0px !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer-area2 {
}
#le_footer-area3 {
}
#le_footer-area4 {
}
.aurora_about #le_feature-content-12 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/The-Hot-Spot-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
}
.aurora_about #le_feature-content11 {
    background-image: linear-gradient(rgba(87, 87, 87, 0.1), rgba(87, 87, 87, 0.1)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/Hot-Spot-Yoga-Lobby-Yoga-Triangle-Pose.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-top: 75px;
    padding-top: 250px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_about #le_feature-content11-lower-left {
    background-color: rgb(214, 214, 214);
    margin-right: -150px;
    margin-left: -50px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 35px;
    text-align: right;
}
.aurora_about #le_feature-content12-lower-left {
    background-color: rgb(214, 214, 214);
    margin-right: 50px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 35px;
    text-align: right;
}
.aurora_about #le_featureContainer10 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/Hot-Spot-Yoga-class.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-top: 100px;
    padding-top: 200px;
}
.aurora_about #le_section-eight {
    margin-bottom: 125px;
    margin-left: 18%;
}
.aurora_about #le_section-eight-area1 {
    margin-right: 25%;
    margin-bottom: 50px;
}
.aurora_about #le_section-eight-area11 {
    margin-right: 25%;
}
.aurora_about #le_section-four {
    margin-bottom: 125px;
    margin-left: 18%;
}
.aurora_about #le_section-four-area1 {
    margin-top: 75px;
    margin-right: 25%;
    margin-bottom: 50px;
}
.aurora_about #le_section-four-area11 {
    margin-right: 25%;
}
.aurora_about #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/Hot-Spot-Yoga-class.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
}
.aurora_about #le_section-one-lower-left {
    background-color: rgb(214, 214, 214);
    padding-top: 40px;
    padding-bottom: 35px;
    padding-left: 75px;
}
.aurora_about #le_section-seven {
    background-color: rgb(62, 32, 108);
    margin-bottom: 25px;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_about #le_section-seven-area2 {
    margin-right: 70px;
    padding-top: 100px;
}
.aurora_about #le_section-seven-area3 {
}
.aurora_about #le_section-three {
}
.aurora_about #le_section-two {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_about #le_section-two-area2 {
    margin-top: 25px;
    margin-right: 50px;
}
.aurora_about #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/the-hot-spot-lobby.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    margin-top: 40px;
    padding-top: 350px;
}
.aurora_about #le_section-two-area6 {
}
.aurora_bikram-yoga #le_section-one {
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_bikram-yoga #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_book-appointment #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate5/salon/view-of-salon-stylist-stations.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_class-schedule #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate7/pilates-images/pilates-studio-interior.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_class-schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_classes #le_feature-content-11 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/Hot-Spot-Yoga-Studio-Pilates-Class.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
}
.aurora_classes #le_feature-content-9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/The-Hot-Spot-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-top: 50px;
    padding-top: 200px;
}
.aurora_classes #le_feature-content-9-lower-left {
    background-color: rgb(214, 214, 214);
    margin-right: 50px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 35px;
    text-align: right;
}
.aurora_classes #le_feature-content11 {
    background-image: linear-gradient(rgba(87, 87, 87, 0.1), rgba(87, 87, 87, 0.1)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/Hot-Spot-Yoga-Studio-Pilates-Class.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_classes #le_feature-content11-lower-left {
    background-color: rgb(214, 214, 214);
    margin-right: 50px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 35px;
    text-align: right;
}
.aurora_classes #le_feature-content5 {
    margin-top: 75px;
    margin-right: 15%;
    margin-bottom: 25px;
    margin-left: 15%;
}
.aurora_classes #le_feature-content9 {
    background-image: linear-gradient(rgba(87, 87, 87, 0.1), rgba(87, 87, 87, 0.1)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/Hot-Spot-Yoga-Studio-Mats.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-top: 75px;
    padding-top: 250px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_classes #le_featureContainer10 {
    margin-top: 75px;
}
.aurora_classes #le_section-eight-area1 {
    margin-bottom: 35px;
}
.aurora_classes #le_section-eight-area11 {
}
.aurora_classes #le_section-eight-area9 {
}
.aurora_classes #le_section-four {
}
.aurora_classes #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/Hot-Spot-Yoga-Studio-Pilates-Class.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
}
.aurora_classes #le_section-one-lower-left {
    background-color: rgb(214, 214, 214);
    margin-right: 50px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 35px;
    text-align: right;
}
.aurora_classes #le_section-seven {
    background-color: rgb(62, 32, 108);
    margin-bottom: 25px;
    padding-bottom: 125px;
}
.aurora_classes #le_section-seven-area2 {
    margin-right: 70px;
    padding-top: 100px;
}
.aurora_classes #le_section-three {
    background-color: rgb(62, 32, 108);
    margin-top: 125px;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_classes #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_classes #le_section-three-area3 {
}
.aurora_classes #le_section-three-area7 {
    padding-top: 50px;
}
.aurora_classes #le_section-two {
    margin-top: 75px;
    padding-bottom: 75px;
}
.aurora_classes #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_classes #le_section-two-area10 {
}
.aurora_classes #le_section-two-area11 {
    margin-top: 75px;
    margin-bottom: 25px;
    margin-left: 15px;
}
.aurora_classes #le_section-two-area13 {
}
.aurora_classes #le_section-two-area14 {
}
.aurora_classes #le_section-two-area2 {
}
.aurora_classes #le_section-two-area3 {
}
.aurora_classes #le_section-two-area7 {
}
.aurora_classes #le_section-two-area9 {
}
.aurora_classes1 #le_feature-content5 {
    margin-top: 75px;
    margin-right: 15%;
    margin-bottom: 25px;
    margin-left: 15%;
}
.aurora_classes1 #le_section-four {
}
.aurora_classes1 #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/Hot-Spot-Yoga-Studio-Pilates-Class.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_classes1 #le_section-seven {
    background-color: rgb(210, 195, 253);
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_classes1 #le_section-seven-area2 {
    margin-right: 70px;
    padding-top: 100px;
}
.aurora_classes1 #le_section-three {
    background-color: rgb(0, 0, 0);
    margin-top: 50px;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_classes1 #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_classes1 #le_section-three-area3 {
}
.aurora_classes1 #le_section-three-area7 {
    padding-top: 50px;
}
.aurora_classes1 #le_section-two {
    margin-top: 75px;
    padding-bottom: 75px;
}
.aurora_classes1 #le_section-two-area1 {
}
.aurora_classes1 #le_section-two-area2 {
}
.aurora_classes1 #le_section-two-area3 {
    margin-bottom: 125px;
}
.aurora_classes1 #le_section-two-area7 {
}
.aurora_contact #le_feature-content1 {
}
.aurora_contact #le_feature-content1 {
}
.aurora_contact #le_featureContainer10 {
}
.aurora_contact #le_section-eight {
    background-color: rgb(62, 32, 108);
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_contact #le_section-eight-area2 {
    margin-right: 70px;
    padding-top: 100px;
}
.aurora_contact #le_section-eight-area3 {
}
.aurora_contact #le_section-five {
    background-color: rgba(87, 87, 87, 0.1);
    padding-top: 100px;
    padding-bottom: 125px;
}
.aurora_contact #le_section-four {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_contact #le_section-four-area3 {
    padding-top: 165px;
    padding-left: 50px;
}
.aurora_contact #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/The-Hot-Spot-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
}
.aurora_contact #le_section-one-lower-left {
    background-color: rgb(214, 214, 214);
    margin-right: 50px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 35px;
    padding-left: 75px;
}
.aurora_contact #le_section-seven {
    background-color: rgb(210, 195, 253);
}
.aurora_contact #le_section-three {
}
.aurora_contact #le_section-two {
    background-color: rgba(87, 87, 87, 0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_contact #le_section-two-area1 {
}
.aurora_contact #le_section-two-area2 {
    margin-top: 22px;
}
.aurora_contact #le_section-two-area3 {
}
.aurora_contact-copy #le_feature-content1 {
}
.aurora_contact-copy #le_feature-content1 {
}
.aurora_contact-copy #le_featureContainer10 {
}
.aurora_contact-copy #le_section-eight {
    background-color: rgb(62, 32, 108);
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_contact-copy #le_section-eight-area2 {
    margin-right: 70px;
    padding-top: 100px;
}
.aurora_contact-copy #le_section-eight-area3 {
}
.aurora_contact-copy #le_section-five {
    background-color: rgba(87, 87, 87, 0.1);
    padding-top: 100px;
    padding-bottom: 125px;
}
.aurora_contact-copy #le_section-four {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_contact-copy #le_section-four-area3 {
    padding-top: 165px;
    padding-left: 50px;
}
.aurora_contact-copy #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/The-Hot-Spot-5.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_contact-copy #le_section-seven {
    background-color: rgb(210, 195, 253);
}
.aurora_contact-copy #le_section-three {
}
.aurora_contact-copy #le_section-two {
    background-color: rgba(87, 87, 87, 0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_contact-copy #le_section-two-area1 {
}
.aurora_contact-copy #le_section-two-area2 {
    margin-top: 22px;
}
.aurora_contact-copy #le_section-two-area3 {
}
.aurora_home #le_banner-text {
}
.aurora_home #le_feature-content1 {
}
.aurora_home #le_feature-content2 {
}
.aurora_home #le_feature-content3 {
}
.aurora_home #le_feature-content4 {
}
.aurora_home #le_featureContainer {
    background-color: rgb(62, 32, 108);
    padding-top: 45px;
    padding-bottom: 25px;
}
.aurora_home #le_header-banner {
    background-color: rgb(199, 182, 60);
    padding-top: 10px;
    padding-bottom: 10px;
}
.aurora_home #le_headerRegion {
    margin-bottom: 0px;
}
.aurora_home #le_section-eight {
    background-color: rgb(62, 32, 108);
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_home #le_section-eight-area4 {
}
.aurora_home #le_section-eight-area5 {
}
.aurora_home #le_section-eight-area6 {
}
.aurora_home #le_section-eight-area7 {
    padding-top: 50px;
}
.aurora_home #le_section-five {
    background-color: rgba(87, 87, 87, 0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-five-area11 {
    text-align: center;
}
.aurora_home #le_section-four {
    background-color: rgb(62, 32, 108);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-four-area2 {
}
.aurora_home #le_section-one {
}
.aurora_home #le_section-one-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/the-hot-spot-lobby.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home #le_section-one-area3 {
    padding-top: 185px;
    padding-bottom: 185px;
}
.aurora_home #le_section-seven {
    background-color: rgb(62, 32, 108);
    margin-bottom: 25px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_home #le_section-seven-area2 {
    margin-right: 70px;
    padding-top: 100px;
}
.aurora_home #le_section-seven-area3 {
}
.aurora_home #le_section-six {
    padding-top: 125px;
    padding-bottom: 75px;
}
.aurora_home #le_section-six-area1 {
    text-align: center;
}
.aurora_home #le_section-three {
}
.aurora_home #le_section-three-area2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-three-area3 {
    padding-top: 165px;
    padding-left: 50px;
}
.aurora_home #le_section-three-area6 {
    margin-right: 100px;
}
.aurora_home #le_section-two {
}
.aurora_home #le_section-two-area1 {
}
.aurora_home #le_section-two-area10 {
}
.aurora_home #le_section-two-area2 {
    background-color: rgb(255, 255, 255);
    padding-top: 75px;
    padding-right: 75px;
    padding-bottom: 75px;
    padding-left: 100px;
}
.aurora_home #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/Hot-Spot-Yoga-Lobby-Yoga-Triangle-Pose.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 440px;
}
.aurora_home #le_section-two-area8 {
}
.aurora_home #le_section-two-area9 {
}
.aurora_home #le_section-video {
    background-color: rgb(0, 0, 0);
}
.aurora_home-2 #le_feature-content1 {
}
.aurora_home-2 #le_feature-content2 {
}
.aurora_home-2 #le_feature-content3 {
}
.aurora_home-2 #le_feature-content4 {
}
.aurora_home-2 #le_featureContainer {
    background-color: rgb(28, 28, 28);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_home-2 #le_header-banner {
    background-color: rgb(62, 32, 108);
    padding-top: 10px;
    padding-bottom: 10px;
}
.aurora_home-2 #le_headerRegion {
    margin-bottom: 0px;
}
.aurora_home-2 #le_section-eight {
    background-color: rgb(28, 28, 28);
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home-2 #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_home-2 #le_section-eight-area4 {
}
.aurora_home-2 #le_section-eight-area5 {
}
.aurora_home-2 #le_section-eight-area6 {
}
.aurora_home-2 #le_section-eight-area7 {
    padding-top: 50px;
}
.aurora_home-2 #le_section-five {
    background-color: rgba(87, 87, 87, 0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home-2 #le_section-five-area11 {
    text-align: center;
}
.aurora_home-2 #le_section-four {
    background-color: rgb(28, 28, 28);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home-2 #le_section-four-area2 {
}
.aurora_home-2 #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/Hot-Spot-Yoga-Students.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_home-2 #le_section-seven {
    background-color: rgb(62, 32, 108);
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home-2 #le_section-seven-area2 {
    margin-right: 70px;
    padding-top: 100px;
}
.aurora_home-2 #le_section-six {
    padding-top: 125px;
    padding-bottom: 75px;
}
.aurora_home-2 #le_section-six-area1 {
    text-align: center;
}
.aurora_home-2 #le_section-three {
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_home-2 #le_section-three-area2 {
}
.aurora_home-2 #le_section-three-area3 {
    padding-top: 165px;
    padding-left: 50px;
}
.aurora_home-2 #le_section-three-area6 {
    margin-right: 100px;
}
.aurora_home-2 #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_home-2 #le_section-two-area1 {
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_home-2 #le_section-two-area10 {
}
.aurora_home-2 #le_section-two-area2 {
}
.aurora_home-2 #le_section-two-area3 {
}
.aurora_home-2 #le_section-two-area8 {
}
.aurora_home-2 #le_section-two-area9 {
}
.aurora_home-2 #le_section-video {
    background-color: rgb(0, 0, 0);
}
.aurora_home-video #le_banner-text {
}
.aurora_home-video #le_feature-content1 {
}
.aurora_home-video #le_feature-content2 {
}
.aurora_home-video #le_feature-content3 {
}
.aurora_home-video #le_feature-content4 {
}
.aurora_home-video #le_featureContainer {
    background-color: rgb(13, 13, 13);
    padding-top: 45px;
    padding-bottom: 25px;
}
.aurora_home-video #le_header-banner {
    background-color: rgb(28, 28, 28);
    padding-top: 10px;
    padding-bottom: 10px;
}
.aurora_home-video #le_headerRegion {
    margin-bottom: 0px;
}
.aurora_home-video #le_section-eight {
    background-color: rgb(13, 13, 13);
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home-video #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_home-video #le_section-eight-area4 {
}
.aurora_home-video #le_section-eight-area5 {
}
.aurora_home-video #le_section-eight-area6 {
}
.aurora_home-video #le_section-eight-area7 {
    padding-top: 50px;
}
.aurora_home-video #le_section-five {
    background-color: rgba(87, 87, 87, 0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home-video #le_section-five-area11 {
    text-align: center;
}
.aurora_home-video #le_section-four {
    background-color: rgb(62, 32, 108);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home-video #le_section-four-area2 {
}
.aurora_home-video #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/Hot-Spot-Yoga-Students.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_home-video #le_section-seven {
    background-color: rgb(62, 32, 108);
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_home-video #le_section-seven-area2 {
    margin-right: 70px;
    padding-top: 100px;
}
.aurora_home-video #le_section-seven-area3 {
}
.aurora_home-video #le_section-six {
    padding-top: 125px;
    padding-bottom: 75px;
}
.aurora_home-video #le_section-six-area1 {
    text-align: center;
}
.aurora_home-video #le_section-three {
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_home-video #le_section-three-area2 {
}
.aurora_home-video #le_section-three-area3 {
    padding-top: 165px;
    padding-left: 50px;
}
.aurora_home-video #le_section-three-area6 {
    margin-right: 100px;
}
.aurora_home-video #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_home-video #le_section-two-area1 {
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_home-video #le_section-two-area10 {
}
.aurora_home-video #le_section-two-area2 {
}
.aurora_home-video #le_section-two-area3 {
}
.aurora_home-video #le_section-two-area8 {
}
.aurora_home-video #le_section-two-area9 {
}
.aurora_home-video #le_section-video {
    background-color: rgb(0, 0, 0);
}
.aurora_home-video2 #le_feature-content1 {
}
.aurora_home-video2 #le_feature-content2 {
}
.aurora_home-video2 #le_feature-content3 {
}
.aurora_home-video2 #le_feature-content4 {
}
.aurora_home-video2 #le_featureContainer {
    background-color: rgb(0, 0, 0);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_home-video2 #le_header-banner {
    background-color: rgb(210, 195, 253);
    padding-top: 10px;
    padding-bottom: 10px;
}
.aurora_home-video2 #le_headerRegion {
    background-color: rgb(0, 0, 0);
    margin-bottom: 0px;
}
.aurora_home-video2 #le_section-eight {
    background-color: rgb(0, 0, 0);
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home-video2 #le_section-eight-area1 {
    padding-bottom: 50px;
}
.aurora_home-video2 #le_section-eight-area4 {
}
.aurora_home-video2 #le_section-eight-area5 {
}
.aurora_home-video2 #le_section-eight-area6 {
}
.aurora_home-video2 #le_section-eight-area7 {
    padding-top: 50px;
}
.aurora_home-video2 #le_section-five {
    background-color: rgba(87, 87, 87, 0.1);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home-video2 #le_section-five-area11 {
    text-align: center;
}
.aurora_home-video2 #le_section-four {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home-video2 #le_section-four-area2 {
}
.aurora_home-video2 #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/Hot-Spot-Yoga-Students.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_home-video2 #le_section-seven {
    background-color: rgb(210, 195, 253);
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home-video2 #le_section-seven-area2 {
    margin-right: 70px;
    padding-top: 100px;
}
.aurora_home-video2 #le_section-six {
    padding-top: 125px;
    padding-bottom: 75px;
}
.aurora_home-video2 #le_section-six-area1 {
    text-align: center;
}
.aurora_home-video2 #le_section-three {
    padding-top: 150px;
    padding-bottom: 125px;
}
.aurora_home-video2 #le_section-three-area2 {
}
.aurora_home-video2 #le_section-three-area3 {
    padding-top: 165px;
    padding-left: 50px;
}
.aurora_home-video2 #le_section-three-area6 {
    margin-right: 100px;
}
.aurora_home-video2 #le_section-two {
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_home-video2 #le_section-two-area1 {
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_home-video2 #le_section-two-area10 {
}
.aurora_home-video2 #le_section-two-area2 {
}
.aurora_home-video2 #le_section-two-area3 {
}
.aurora_home-video2 #le_section-two-area8 {
}
.aurora_home-video2 #le_section-two-area9 {
}
.aurora_home-video2 #le_section-video {
    background-color: rgb(0, 0, 0);
}
.aurora_pricing #le_feature-content5 {
    margin-top: 50px;
    margin-right: 15%;
    margin-bottom: 60px;
    margin-left: 15%;
}
.aurora_pricing #le_headerRegion {
}
.aurora_pricing #le_section-eight {
    background-color: rgb(62, 32, 108);
}
.aurora_pricing #le_section-five {
    background-color: rgb(62, 32, 108);
    padding-top: 75px;
    padding-bottom: 125px;
}
.aurora_pricing #le_section-five-area1 {
    margin-bottom: 50px;
}
.aurora_pricing #le_section-five-area10 {
    margin-top: 30px;
}
.aurora_pricing #le_section-five-area11 {
    margin-top: 30px;
}
.aurora_pricing #le_section-five-area12 {
    margin-top: 30px;
}
.aurora_pricing #le_section-five-area7 {
    margin-top: 30px;
}
.aurora_pricing #le_section-five-area8 {
    margin-top: 30px;
}
.aurora_pricing #le_section-five-area9 {
    margin-top: 30px;
}
.aurora_pricing #le_section-four {
    background-color: rgb(62, 32, 108);
}
.aurora_pricing #le_section-four-area1 {
}
.aurora_pricing #le_section-four-area9 {
}
.aurora_pricing #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/Hot-Spot-Yoga-Studio-Pilates-Class.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
}
.aurora_pricing #le_section-one-lower-left {
    background-color: rgb(214, 214, 214);
    margin-right: 50px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 35px;
    text-align: right;
}
.aurora_pricing #le_section-seven {
}
.aurora_pricing #le_section-six {
    background-color: rgba(87, 87, 87, 0.1);
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_pricing #le_section-six-area1 {
}
.aurora_pricing #le_section-six-area2 {
    margin-top: 125px;
    padding-right: 70px;
}
.aurora_pricing #le_section-six-area3 {
}
.aurora_pricing #le_section-three {
    background-color: rgb(62, 32, 108);
    padding-top: 75px;
}
.aurora_pricing #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_pricing #le_section-three-area7 {
    margin-bottom: 30px;
}
.aurora_pricing #le_section-two {
    background-color: rgb(62, 32, 108);
    padding-top: 75px;
}
.aurora_pricing #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_privacy-policy #le_section-two {
    margin-top: 75px;
    margin-bottom: 75px;
}
.aurora_privacy-policy #le_section-two-area1 {
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_schedule #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/thehotspotyoganew/media/Hot-Spot-Yoga-Studio-Mats.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 275px;
}
.aurora_schedule #le_section-one-lower-left {
    background-color: rgb(214, 214, 214);
    margin-right: 50px;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 35px;
    text-align: right;
}
.aurora_schedule #le_section-three {
    margin-top: 0px;
    padding-top: 0px;
}
.aurora_schedule #le_section-three-area1 {
    margin-top: 0px;
    margin-bottom: 75px;
    padding-top: 0px;
}
.aurora_schedule #le_section-two {
    margin-top: 75px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.aurora_schedule #le_section-two-area1 {
    margin-right: 175px;
    margin-bottom: 50px;
    margin-left: 175px;
    padding-bottom: 0px;
}
.aurora_services #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate5/salon/empty-stylist-booths.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_services #le_section-three {
    margin-bottom: 75px;
}
.aurora_services #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_terms-and-conditions #le_section-two {
    margin-top: 75px;
    margin-bottom: 75px;
}
.aurora_terms-and-conditions #le_section-two-area1 {
    margin-right: 15%;
    margin-left: 15%;
}
.aurora_training #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate7/pilates-images/feet-on-purple-mat.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_training #le_section-three {
}
.aurora_training #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_workshops #le_section-one {
    background-image: linear-gradient(rgba(43, 43, 43, 0.25), rgba(43, 43, 43, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mindbodytemplate7/pilates-images/woman-on-reformer-with-trainer.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_workshops #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.seFormButton {
    background-color: rgb(28, 28, 28);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-color: rgb(255, 255, 255);
}
.se_button a, a.se_button {
    background-color: rgb(199, 182, 60);
    color: rgb(62, 32, 108);
    font-size: 16px;
    border-color: rgb(199, 182, 60);
    border-width: 2px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(62, 32, 108);
    color: rgb(255, 255, 255);
    border-color: rgb(62, 32, 108);
}
.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 {
    background-color: rgb(62, 32, 108);
}
.se_footer a {
    color: rgb(255, 255, 255);
}
.se_footer a:hover {
    color: rgb(199, 182, 60);
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
    color: rgb(255, 255, 255);
}
.se_header {
    background-color: rgb(62, 32, 108);
}
.se_header a {
    color: rgb(255, 255, 255);
}
.se_header a:hover {
    color: rgb(199, 182, 60);
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
    color: rgb(255, 255, 255);
}
.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 {
    font-family: 'Playfair Display';
    font-size: 18px;
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(199, 182, 60);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(62, 32, 108);
    background-color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(199, 182, 60);
    background-color: rgb(62, 32, 108);
}
.se_siteBranding a {
    font-size: 35px;
    color: rgb(66, 66, 66);
}
.se_siteBranding:hover, .se_siteBranding a:hover {
    color: rgb(66, 66, 66);
}
.se_social a {
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.se_social a:hover {
    color: rgb(199, 182, 60);
}
.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 {
    color: rgb(62, 32, 108);
}
a:hover {
    color: rgb(199, 182, 60);
}
blockquote {
    color: rgb(66, 66, 66);
}
body .navicon {
    color: rgb(255, 255, 255);
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Playfair Display';
    font-size: 56px;
    color: rgb(62, 32, 108);
    font-weight: normal;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Playfair Display';
    font-size: 40px;
    color: rgb(28, 28, 28);
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Playfair Display';
    font-size: 32px;
    color: rgb(28, 28, 28);
    font-weight: normal;
}
h4, h4 a, .title4, .title4 a {
    font-size: px;
    color: rgb(28, 28, 28);
}
h5, h5 a, .title5, .title5 a {
    font-size: px;
    color: rgb(66, 66, 66);
}
h6, h6 a, .title6, .title6 a {
    font-size: px;
    color: rgb(28, 28, 28);
    font-weight: bold;
}
hr {
    background-color: rgb(66, 66, 66);
}
p, ul, ol, dl {
    font-size: px;
    color: rgb(66, 66, 66);
    line-height: 1.5;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_footer-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area3 {
    margin-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-content-12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-content11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-content11-lower-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-content12-lower-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_featureContainer10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-eight-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-eight-area11 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four-area11 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one-lower-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-seven {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-seven-area2 {
    margin-top: 0px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-seven-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bikram-yoga #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bikram-yoga #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-appointment #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_feature-content-11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_feature-content-9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_feature-content-9-lower-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_feature-content11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_feature-content11-lower-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_feature-content5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_feature-content9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_featureContainer10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-eight-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-eight-area9 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-one-lower-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-seven-area2 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area10 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area13 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area14 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes #le_section-two-area9 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_feature-content5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_classes1 #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_featureContainer10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-eight-area2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-eight-area3 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-four-area3 {
    margin-top: 0px;
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one-lower-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two {
    padding-top: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area2 {
    margin-top: 0px;
    text-align: center;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_featureContainer10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-eight-area2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-eight-area3 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-four-area3 {
    margin-top: 0px;
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-two {
    padding-top: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-two-area2 {
    margin-top: 0px;
    text-align: center;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-copy #le_section-two-area3 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_banner-text {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_header-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    margin-top: 0px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area3 {
    padding-top: 59px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area3 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-video {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_feature-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_header-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-eight-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-eight-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-eight-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-eight-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-2 #le_section-video {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_banner-text {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_feature-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_header-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-eight-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-eight-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-eight-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-eight-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-seven {
    margin-top: 0px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-seven-area3 {
    padding-top: 59px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-three-area3 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two {
    padding-top: 75px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two-area1 {
    margin-right: 5%;
    margin-left: 5%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-video {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_feature-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_feature-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_header-banner {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-eight-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-eight-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-eight-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-eight-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video2 #le_section-video {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_feature-content5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-four-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-one-lower-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-six {
    padding-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-six-area2 {
    margin-top: 25px;
    padding-right: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-six-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one-lower-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_terms-and-conditions #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_terms-and-conditions #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_footer-area2 {
    margin-top: 0px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area4 {
    margin-top: 40px;
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-content-12 {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-content11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-content11-lower-left {
    margin-right: 100px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-align: right;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-content12-lower-left {
    margin-right: 220px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-align: right;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_featureContainer10 {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-eight {
    margin-right: 10px;
    margin-bottom: 75px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-eight-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-eight-area11 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four-area1 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four-area11 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one-lower-left {
    margin-right: 220px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-seven {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-seven-area2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-seven-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two {
    margin-top: 25px;
    padding-top: 0px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area2 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area3 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bikram-yoga #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bikram-yoga #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-appointment #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_class-schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_feature-content-11 {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_feature-content-9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_feature-content-9-lower-left {
    margin-right: 220px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-align: right;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_feature-content11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_feature-content11-lower-left {
    margin-right: 220px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-align: right;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_feature-content5 {
    margin-top: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_feature-content9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_featureContainer10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-eight-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-eight-area9 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-one {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-one-lower-left {
    margin-right: 220px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-align: right;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-seven {
    padding-top: 75px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-seven-area2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-three {
    margin-top: 75px;
    padding-top: 75px;
    padding-right: 15px;
    padding-bottom: 75px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two {
    background-color: rgb(255, 255, 255);
    margin-top: 10px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area1 {
    margin-top: 25px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area10 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area13 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area14 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area3 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes #le_section-two-area9 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_feature-content5 {
    margin-top: 75px;
    margin-right: 10px;
    margin-bottom: 75px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-one {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-seven {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-seven-area2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-two {
    background-color: rgb(255, 255, 255);
    margin-top: 10px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-two-area2 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-two-area3 {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_classes1 #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_featureContainer10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-eight-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-four-area3 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one-lower-left {
    margin-right: 220px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two {
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area2 {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_featureContainer10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-eight-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-two {
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-two-area2 {
    margin-top: 0px;
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-copy #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_banner-text {
    margin-right: 15px;
    margin-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content3 {
    margin-top: 15px;
    margin-bottom: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_header-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight {
    padding-top: 75px;
    padding-right: 15px;
    padding-bottom: 75px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area2 {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area3 {
    padding-top: 75px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area3 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    padding-top: 75px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area3 {
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area2 {
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-video {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_feature-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_header-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-eight-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-eight-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-eight-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-eight-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-four {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-three {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-2 #le_section-video {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_banner-text {
    margin-right: 15px;
    margin-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_feature-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_feature-content3 {
    margin-top: 15px;
    margin-bottom: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_header-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-eight {
    padding-top: 75px;
    padding-right: 15px;
    padding-bottom: 75px;
    padding-left: 15px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-eight-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-eight-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-eight-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-eight-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-four {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-seven {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-seven-area2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-seven-area3 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-six {
    padding-top: 75px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-three {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-three-area3 {
    padding-top: 25px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two-area1 {
    margin-right: 2px;
    margin-left: 2px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-video {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_feature-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_feature-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_header-banner {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-eight-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-eight-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-eight-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-eight-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-four {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-three {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video2 #le_section-video {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_feature-content5 {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-four-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-one {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-one-lower-left {
    margin-right: 220px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-align: right;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-six {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three {
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-three-area7 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one-lower-left {
    margin-right: 220px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-align: right;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two {
    margin-right: 10px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-two-area1 {
    margin-right: 10px;
    margin-bottom: 50px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_terms-and-conditions #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_terms-and-conditions #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-two {
    }
}

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