.header-wrap {
    display: none;
}
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900');

@font-face{
	font-family: 'Birds of Paradise', sans-serif;
	src:url("/service/file/purefitnesscanada/font/Birds of Paradise.woff");
}
@font-face{
	font-family: 'Birds of Paradise', sans-serif;
	src:url("/service/file/purefitnesscanada/font/Birds of Paradise.woff");
}
@font-face{
	font-family: 'Birds of Paradise', sans-serif;
	src:url("/service/file/purefitnesscanada/font/Birds of Paradise.woff");
}

body {
    margin: 0 auto;
    color: #000000;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

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

a {
	color: #d2b672;
	text-decoration: none;
}
a:hover {
    color: #000000;
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #000000;
	font-family: 'Kaushan Script', cursive;
	font-size: 36px;
	line-height: 45px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 15px;
}
h2, h2 a, .title2, .title2 a {
	color: #000000;
	font-family: 'Kaushan Script', cursive;
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	margin: 0;
	
}
h3, h3 a, .title3, .title3 a {
	color: #000000;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}
h4, h4 a, .title4, .title4 a {
	color: #000000;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #000000;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #000000;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}

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

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

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

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

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

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

.le_form label {
    font-weight: normal;
}


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

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


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

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

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.contactform input[type="text"],.contactform input[type="email"],.contactform input[type="password"], .contactform textarea {
	border:1px solid #c0bfbf !important;
}
.contactform input[type="submit"] {
	background-color: #ffffff;
	border: 1px solid #f0ce78 !important;
	color: #f0ce78 !important;
	margin-top: -35px !important;
}
.contactform input[type="submit"]:hover {
    background-color: #f0ce78 !important;
    color: #ffffff !important;
}
#search-form-wrap {
    overflow: hidden;
    margin: 10px 60px 0 60px;
}
#primaryMenu #search_form {
    position: relative;
}

#primaryMenu #search_form_value {
    color: #555;
    font-size: 13px;
    width:100% !important;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    padding: 3px 5px;
    padding-right: 24px;
    transition: all .2s ease;
}

#primaryMenu #search_form_button {
    display: block;
    background: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #777;
}
#primaryMenu .seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 3px 15px !important;
}
#primaryMenu #search_form_button:hover {
    color: #000;
}

#primaryMenu #search_form_value:focus #primaryMenu #search_form_button {
    color: #000;
}

@media (min-width: 768px) { 
    #primaryMenu #search_form {
        width: 100%;
        margin: 0;
        float:right;
    }
    
    #primaryMenu #search_form_value {

    }
    #primaryMenu #search_form_value:focus {
        
    }
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background-color: #ffffff;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#ffffff;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
    border: 1px solid #D2B672;
}
.le_metro_silver_button {
    background: #ffffff !important;
    color: #D2B672 !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 1px solid #D2B672 !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
}
.le_metro_silver_button:hover {
    background: #D2B672 !important;
    color: #ffffff !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff !important;
    background-color:#D2B672;
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: #D2B672;
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: #000000;
}
.se_button.button1 a, a.se_button.button1 {
    padding: 7px 15px;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 10px;
    background-color: rgba(255,255,255,0);
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: #ffffff;
    color: #76b0df;
}
.se_button.button2 a, a.se_button.button2 {
    padding: 7px 15px;
    border: 1px solid #5c5c5c;
    color: #5c5c5c;
    margin-top: 10px;
    background-color: rgba(255,255,255,0);
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #5c5c5c;
    color: #ffffff;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 8px 15px;
    font-family: 'Lato', sans-serif;
}
.button3 {
    font: 100 24px/40px 'MS', 'Arial', sans-serif;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    padding: 0 20px;
    color: #000;
    height: 40px;
    z-index: 0;
}
.button3:before {
    -webkit-transform: rotate(-52deg);
    transform: rotate(-52deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #ede502;
    position: absolute;
    bottom: 25px;
    content: "";
    height: 2px;
    left: 30px;
    width: 50%;
}
.button3:hover {
    -webkit-transform: rotate(-0deg) !important;
    transform: rotate(-0deg) !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #ede502;
    position: relative;
    bottom: 0px;
    content: "";
    height: 30px;
    left: 30px;
    width: 100px;
    font: 100 24px/40px 'MS', 'Arial', sans-serif;
    text-transform: lowercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    padding: 0 20px;
    color: #000;
    height: 40px;
    z-index: 0;
}
.button4 a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  border: 1px solid #f0ce78;
  padding: 5px 20px;
  margin-top: 10px;
}
.button4 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0ce78;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button4 a:hover {
    color: #ffffff !important;
}
.button4 a:hover, .button4 a:focus, .button4 a:active {
  color: #ffffff !important;
}
.button4 a:hover:before, .button4 a:focus:before, .button4 a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

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

/* CTA Buttons
----------------------------------------------------------------------------------------------------*/
.cta {
    padding: 75px 20px;
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
    text-align: center !important;
    background: rgba(0,0,0,0.5);
    -webkit-filter: blur(0) !important;
	filter: blur(0) !important;
	overflow: hidden !important;
	border: 2px solid #ffffff;
	opacity: 1;
}
.cta:hover {
    background: rgba(0,0,0,0.0);
}
.cta h6 {
    color: #ffffff;
    text-shadow: 0px 2px 2px rgba(0,0,0,1);
    -webkit-filter: blur(0) !important;
	filter: blur(0) !important;
}
.cta p a {
    border: 2px solid #f0ce78;
    padding: 3px 7px;
    display: inline-block;
    margin: auto;
    width: 110px;
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
    -webkit-filter: blur(0px) !important;
    -moz-filter: blur(0px) !important;
    -o-filter: blur(0px) !important;
    -ms-filter: blur(0px) !important;
    filter: blur(0px) !important;
    left: 0 !important;
    right: 0 !important;
}
.cta p a:hover {
    background-color: #f0ce78;
}
.cta2 {
    padding: 92px 20px 93px 20px;
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    -webkit-filter: blur(0) !important;
	filter: blur(0) !important;
	overflow: hidden !important;
	border: 2px solid #ffffff;
	opacity: 1;
}
.cta2:hover {
    background: rgba(0,0,0,0.0);
}
.cta2 h6 {
    color: #ffffff;
    text-shadow: 0px 2px 2px rgba(0,0,0,1);
    -webkit-filter: blur(0) !important;
	filter: blur(0) !important;
}
.cta2 p a {
    border: 2px solid #f0ce78;
    padding: 3px 7px;
    display: block;
    margin: auto;
    width: 110px;
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
    -webkit-filter: blur(0px) !important;
    -moz-filter: blur(0px) !important;
    -o-filter: blur(0px) !important;
    -ms-filter: blur(0px) !important;
    filter: blur(0px) !important;
}
.cta2 p a:hover {
    background-color: #f0ce78;
}
.removeblur {
    -webkit-filter: blur(0px)!important;
	filter: blur(0px)!important;
}
.no-blur {
    position: relative;
    width: 100%;
    top: -265px;
}
.le-logged-in .no-blur {
    top: 0px;
}
.le-logged-in .no-blur2 {
    top: 0px;
}
.aurora_splash #le_section-three-content1 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content1:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content2 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content2:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content3 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content3:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content4 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content4:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content5 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content5:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content6 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content6:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content7 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content7:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content8 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content8:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content9 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content9:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content10 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content10:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content11 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content11:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content12 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content12:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content13 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content13:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content14 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content14:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_splash #le_section-three-content15 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_splash #le_section-three-content15:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content1 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content1:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content2 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content2:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content3 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content3:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content4 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content4:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content5 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content5:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content6 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content6:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content7 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content7:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content8 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content8:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content9 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content9:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content10 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content10:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content11 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content11:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content12 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content12:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content13 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content13:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content14 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content14:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_home1 #le_section-three-content15 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_home1 #le_section-three-content15:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area18 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area18:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area19 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area19:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area20 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area20:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area21 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area21:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area22 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area22:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area23 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area23:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area24 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area24:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area25 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area25:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area26 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area26:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area27 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area27:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area28 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area28:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area29 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area29:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area30 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area30:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area31 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area31:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area32 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area32:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area33 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area33:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area34 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area34:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area35 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area35:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area36 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area36:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.aurora_classes #le_section-two-area37 {
    -webkit-filter: blur(2px);
	filter: blur(2px);
	overflow: hidden !important;
	z-index: -5000 !important;
	display: block;
	height: 265px;
}
.aurora_classes #le_section-two-area37:hover {
    -webkit-filter: blur(0px);
	filter: blur(0px);
}
.job h2 {
    margin-bottom: 15px;
}
.jobs {
    width: 180px !important;
}
.staff {
    position: relative;
    height: auto;
    margin: auto;
    overflow: hidden;
    text-align: left;
    padding-bottom: 7px;
}
.staff img {
    width: 100%
    height: auto;
}
.staff:hover .overlay {
    opacity: 1;
    padding-bottom: 100px;
}
.overlay {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: rgba(22,22,22,0.0);
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -moz-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -o-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}
.textoverlay {
    position: absolute !important;
    padding: 25px;
    bottom: 25px;
    text-align: center;
    left: 0;
    right: 0;
}
.addOverlay {
    position: relative;
    width: 100%;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    top: 0
}
.pricebox {
    border: 3px solid #ededed;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.pricebox:hover {
    border: 3px solid #f0ce78;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pricebox h2 {
    font-size: 18px !important;
    line-height: 25px !important;
    margin-bottom: 10px;
    color: #605f5f;
}
.pricebox img {
    margin-bottom: 15px;
}

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

hr {
    border: 0;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 10px;
	background-color: #e9e7e7;
}
.no-gutters {
    padding: 0;
}
.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;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.blackbox {
    background-color: #000000;
    padding: 5px 25px;
}
.blackbox h2 {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px !important;
}
.yellowbox {
    background-color: #EFCD7D;
    padding: 10px 25px;
}
.yellowbutton a, a.yellowbutton {
    padding: 5px 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 10px;
    background-color: rgba(255,255,255,0);
    font-size: 12px;
}
.yellowbutton a:hover, a:hover.yellowbutton {
    background-color: #ffffff;
    color: #000000;
}
}

/* MB Classes
----------------------------------------------------------------------------------------------------*/
.class_row .class_name {
    background-color: #d2b672;
    padding: 10px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 18px !important;
    margin-bottom: 10px;
}

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

.title_class {
    padding-left: 5% !important;
}
.title_staff {
    padding-left: 6.5% !important;
}
.wrapper #le_mb_list_schedule .master_date {
    background-color: #d2b672;
    color: #ffffff;
    padding: 12px 0!important;
    height: 38px !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
}
@media (min-width: 768px) and (max-width: 992px) { 
    .wrapper #le_mb_list_schedule .master_date {
        font-size: 16px !important;
    }
    .dropdowns {
        width: 17% !important;
    }
    .mb_listview_date {
        font-size: 28px !important;
        line-height: 25px !important;
    }
}
.schedule_date_range {
    text-transform: uppercase !important;
}
.schedule_filters {
    width: 115% !important;
}
#date_filter {
    width: 90px !important;
    line-height: 5px !important;
}
#back_sched {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 24px !important;
}
#forward_sched {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 24px !important;
}
#ui-datepicker-div {
    background: #fff !important;
    border: 1px solid #000 !important;
}
.mbHeaderBar {
    font-weight: 400 !important;
    color: #fff !important;
    background: #000 !important;
    padding: 0px !important;
    margin-top: 30px;
}
.mb_listview_date a {
    font-size: 35px !important;
}

.individualschedule .title_date {
    font-size: 20px;
}
.title_class {
    font-size: 20px;
}
.title_staff {
    font-size: 20px;
}
#le_mb_week_schedule tr:first-of-type {
    background-color: #d2b672 !important;
    color: #ffffff;
}
#le_mb_week_schedule tr:nth-of-type(odd) {
    background-color: #ededee;
}
#le_mb_week_schedule a {
    font-size:12px;
    color: #000;
}
.hideextra {
    line-height:14px !important;
    font-size: 12px !important;
    margin-bottom: 25px !important;
    font-weight: 400 !important;
}
.hideextra a {
    color: #000000 !important;
}
#le_mb_week_schedule .hideextra a {
    line-height:14px;
}
.trainer_name a {
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
#le_mb_week_schedule .week_view_signup {
    display: none !important;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 10px;
}
#le_mb_week_schedule td {
    border: none !important;
    vertical-align: top;
    padding: 10px 20px 10px 20px !important;
    font-size: 15px;
    font-weight: 600;
}
#le_mb_week_schedule table {
    border: 0;
    width: 100% !important;
}
.le_mb_wrapper th {
    border: 0;
    padding-left: 10px !important;
    font-size: 13px;
    line-height: 17px !important;
    color: #ffffff !important;
}
.le_metro_silver_button, .le_metro_silver_button a, .le_metro_silver_button_week, .le_metro_silver_button_week a {
    background-color: rgba(0,130,194,0) !important;
    background: rgba(0,130,194,0) !important;
    border: 1px solid #d2b672 !important;
    color:#d2b672 !important;
    display: block !important;
    font-size:10px !important;
    font-weight:700;
    padding:2px 10px !important;
    text-shadow:none !important;
    -webkit-border-radius:5px !important;
    -moz-border-radius:5px !important;
    border-radius:0px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    text-transform: uppercase;
    letter-spacing: 3px !important;
    margin-top: 5px !important;
}
.le_metro_silver_button:hover, .le_metro_silver_button_week:hover {
    background-color: #d2b672 !important;
    background: #d2b672 !important;
    color: #ffffff !important;
}
#le_mb_week_schedule {
    width: 100% !important;
}
#le_mb_week_schedule td {
    border-right: 1px solid #a9aaad !important;
}
#le_mb_week_schedule td:last-of-type {
    border-right: 0px solid #a9aaad !important;
}
#le_mb_week_schedule td:first-of-type {
    padding-left: 20px !important;
}
.week_calendar th, .week_calendar td {
    text-align: center;
}
#le_mb_week_schedule td {
    max-width: 12.5% !important;
}
.schedule_filters {
    width: 83% !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
#trainers {
    margin-right: 10px !important;
}
.no-title .mb_listview_date {
    display: none !important;
}
.no-title #le_mb_week_schedule .week_view_signup {
    display: none !important;
}
.no-title .schedule_date_range {
    display: none !important;
}
.no-title .trainer_name {
    display: none !important;
}
.no-title #le_mb_week_schedule .hideextra a {
    line-height: 20px !important;
}

/* Mindbody Appointments
----------------------------------------------------------------------------------------------------*/
.appts_side {
    text-transform: uppercase !important;
}

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

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

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

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

.se_siteBranding {
    line-height:1;
    padding: 10px 0;
    display: none;
    z-index: 500 !important;
}

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}


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

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

.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.section2 {
    margin-top: 25px;
}
/* Header
----------------------------------------------------------------------------------------------------*/

.header-wrap {
    width: 100%;
    z-index: 300;
}
.header {
	padding-top:5px;
}
.header {
    position: fixed;
    top: 0;
    height: 70px;
    background-color: #ffffff;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 500 !important;
}
.header-right {
    display: none;
}

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

.expand {
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #76b0df;
}
.expand:hover {
    border: 1px solid #5c5c5c;
}
.expand h4 {
    position: relative; 
    color: #76b0df !important;
    font-size: 16px !important;
    text-transform: uppercase;
}
.expand p {
    margin-top: 10px;
}
.expand h4:before {
    content: "+";
    margin-right: 10px;
    color: #76b0df;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h4.active {
    color: #5c5c5c !important;
}
.expand h4.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h4:hover {
    cursor: pointer;
    color: #5c5c5c !important;
}

/* Inside Menu
----------------------------------------------------------------------------------------------------*/

.InsideMenu {
    display: block;
    text-align: center;
    background-color: #f2f1f1;
    padding: 15px 0;
}
.InsideMenu ul {
    margin: 0;
    padding: 0;
}
.InsideMenu li {
	list-style: none;
}
.InsideMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0;
}
.InsideMenu li.le_menuitem_level_0 {
	display: inline-block;
    padding: 5px 0;
}
.InsideMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 0px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #7a7878;
    line-height: 10px;
    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;
    text-transform: uppercase;
    border-right: 1px solid #7a7878;
}
.InsideMenu li.le_menuitem_level_0 a:hover {
    color: #d2b672;
}
.InsideMenu li.le_menuitem_level_0:last-of-type a {
    border-right: 0;
}

/* Navigation (se_menu)
----------------------------------------------------------------------------------------------------*/
.headertop {
    background-color: #ffffff;
}
.mobile-header-wrap.se_menu {
    padding: 0 20px;
}
.mobile-header-wrap {
    position: absolute;
    top: 0;
    background-color: #ffffff;
    width: 100% !important;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
.navicon {
    display: block;
    position: fixed;
    z-index: 10;
    left: 20px;
    top: 15px;
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
    color: #f0eeee;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    font-size: 25px;
    background-color: #d2b672;
    padding: 5px 10px;
}
.navicon:hover {
    cursor: pointer;
}

.OpenMobileMenu .navicon {
}
.OpenMobileMenu .navicon:before {
    position: fixed;
    left: 362px;
    top: 0px;
    color: #ffffff;
    content: '\00d7';
    z-index: 1500;
    font-weight: normal !important;
    font-size: 40px;
    z-index: 10000 !important;
    transition: left .3s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    background-color: #d2b672;
    padding: 7px;
}
.le-logged-in.OpenMobileMenu .navicon {
}

.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 0;
    left:-400px;
    height: 100%;
    z-index: 2 !important;
    width: 400px;
    padding: 40px 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: rgba(0,0,0,0.9);
    border-left: 1px solid rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    transition: left .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.OpenMobileMenu .primary-mobile-menu {
    /*visibility: visible;*/
    left:0;
}

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

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

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
	font-size: 15px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #f0ce78;
	text-transform: uppercase;
	text-align: center;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: #818282;
}
.primary-mobile-menu ul.le_menu_level_2 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:20px;
    font-family: 'Raleway', sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #f0ce78;
	text-transform: uppercase;
	text-align: center;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: #818282;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

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

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

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

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

/* Menu Element
----------------------------------------------------------------------------------------------------*/
.menu_element ul{
    list-style: none;
    padding: 0;
    margin:10px 0;
}


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

.content {
	padding: 0;

}
.contentInner {
    padding: 15px;
}

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

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

.footer {
	padding: 50px 0!important;
    line-height: 18px !important;
    color: #e1af19;
    font-size: 20px;
    border-top: 2px solid #e8e8e8;
    text-align: center;
    line-height: 30px !important;
}
.footer h6 {
    font-family: 'Kaushan Script', cursive;
    font-size: 24px;
    line-height: 35px;
}
.footer a {
    font-size: 18px;
	color: #e1af19;
}
.footer a:hover {
    color: #f0ce78;
}
.se_social a {
    border: 1px solid #d2b672;
    color: #d2b672;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 25px;
	padding: 10px;
	height: 45px;
	width: 45px;
	margin: 10px 3px 10px 3px;
}
.se_social a:hover {
    background-color: #d2b672;
    color: #f0ce78;
}
.footer2 {
    background-color: #000000;
    padding: 10px 0;
    color: #ffffff;
}
.footer2 a {
    color: #ffffff;
}
.footer2 a:hover {
    color: #f0ce78;
}


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

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

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
    .cta a, a.cta {
        font-size: 26px;
        color: #76b0df;
        padding: 15px 10px 20px 10px;
        border: 1px solid #76b0df;
        text-align: center;
        width: 100%;
        margin: 0 !important;
        display: block;
    }
    .cta a:hover, a.cta:hover {
        color: #ffffff;
        background-color: #76b0df;
        cursor: pointer;
    }
    .se_siteBranding img {
        width: 175px !important;
        height: auto !important;
    }
    .col-xs-15 {
        width: 100% !important;
    }
    .logo-section {
        padding: 70px 0 100px 0;
        font-size: 14px;
        color: #000000;
    }
    .logo-section img {
        padding: 0 50px !important;
        margin-bottom: 10px;
    }
    .text-right {
        text-align: left;
    }
    .footerLeft {
        margin-bottom: 30px;
    }
    .footerMiddle {
        margin-bottom: 30px;
    }
    .cta {
        padding: 73px 20px;
    }
    .cta2 {
        padding: 87px 20px 86px 20px;
    }
    #fullpage {
        height: 300px;
    }
    .primary-mobile-menu { 
        width: 300px !important;
    }
    .OpenMobileMenu .navicon:before {
        right: 262px !important;
    }
    .header-right {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .col-xs-15 {
        width: 20% !important;
        float: left !important;
    }
    .logo-section {
        padding: 130px 0 200px 0;
        font-size: 30px;
        line-height: 35px;
        color: #000000;
    }
    .cta {
        padding: 79px 20px;
    }
    .cta2 {
        padding: 91px 20px 91px 20px;
    }
    .cta h6 {
        font-size: 14px;
        line-height: 25px;
    }
    .cta2 h6 {
        font-size: 14px;
        line-height: 25px;
    }
    .logo-section img {
        margin-bottom: 35px;
    }
    .text-right {
        text-align: right;
    }
    #fullpage {
        height: 400px;
    }
    .le_mb_wrapper th {
        font-size: 10px;
    }
    #le_mb_week_schedule a {
        font-size: 10px;
    }
    #le_mb_week_schedule td {
        font-size: 10px;
    }
    .header-right {
        text-align: right;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .logo-section {
        padding: 175px 0 250px 0;
    }
    .cta {
        padding: 74px 20px;
    }
    .cta2 {
        padding: 89px 20px 89px 20px;
    }
    .cta h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .cta2 h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .footer2 {
        font-size: 12px;
    }
    .le_mb_wrapper th {
        font-size: 12px;
    }
    #le_mb_week_schedule a {
        font-size: 12px;
    }
    #le_mb_week_schedule td {
        font-size: 12px;
    }
    #fullpage {
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .logo-section {
        padding: 160px 0 260px 0;
    }
    .cta {
        padding: 69px 20px;
    }
    .cta2 {
        padding: 87px 20px 86px 20px;
    }
    .cta h6 {
        font-size: 25px;
        line-height: 35px;
    }
    .cta2 h6 {
        font-size: 25px;
        line-height: 35px;
    }
    .footer2 {
        font-size: 14px;
    }
    #back_sched {
        padding-left: 185px;
    }
    #forward_sched {
        padding-right: 185px;
    }
    .le_mb_wrapper th {
        font-size: 13px;
    }
    .stayAndBG {
        position: fixed;
        top: 0px;
        z-index:1;
        height: 100px !important;
        padding: 0 !important;
        margin-top: -20px !important;
    }
    .stayAndBG .se_siteBranding {
        display: block !important;
        padding: 33px 25px !important;
        text-align: center;
    }
    .stayAndBG .header-right {
        display: block !important;
        padding-top: 33px;
    }
}
@media (min-width: 1400px) {
    .logo-section {
        padding: 200px 0 230px 0;
    }
}


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

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

button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}

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

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

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

.le_mb_wrapper {
    padding-top:10px;
}

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

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

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

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

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

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

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

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

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

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

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

.mb_listview_date #forward, .mb_listview_date #back {
    width: 40px;
    height: 40px;
    font-size: 28px;
    transition:all .2s ease;
}

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

.wrapper #le_mb_list_schedule .row_class {
    padding-left:20px;
}

.wrapper #le_mb_list_schedule .row_staff {
    padding-left:2px;
}

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

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

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

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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

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

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

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

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

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

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

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

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

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

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


/* -- Display Cards -- */

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/
.le-logged-in .SubContent {
    margin-top: 0px !important;
}
.le-logged-in .footer2 {
    margin-bottom: 50px !important;
}
.le-logged-in .cta {
    /*z-index: 50000 !important;*/
}
.splashblock {
    height: 265px;
}
.le-edit-open #fullpage {
    height: 50px !important;
}
.le-edit-open .mobile-header-wrap {
    padding-top: 50px !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_about #le_section-one {
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about #le_section-two {
    background-repeat: no-repeat;
    background-size: length;
    background-position: top left;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_about #le_section-two-area1 {
    font-size: px;
}
.aurora_about #le_section-two-area2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_active-agers1 #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/elderly-workout-class.jpg);
    background-size: cover;
}
.aurora_adult-ballet #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/adult-ballet.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_adult-ballet #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_adult-ballroom #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/adult-ballroom-dancing.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_adult-ballroom #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_adult-hip-hop #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/hip-hop.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_adult-hip-hop #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_adult-jazz #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Jazz.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_adult-jazz #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_adult-pilates #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/pilates.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_adult-pilates #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_adult-programs #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/couple-dancing.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_adult-programs #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_adult-salsa #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/adult-salsa.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_adult-salsa #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_adult-somatics-conditioning #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/adult-somatics-conditioning.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_adult-somatics-conditioning #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_adult-tap #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/tap-shoes_copy.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_adult-tap #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_ballet #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_ballet #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/ballet.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_ballet #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_ballet #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/ballet.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_ballet-class #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/youth-ballet.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_ballet-class #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_ballroom-dancing #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_ballroom-dancing #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/ballroom.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_ballroom-nights #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/Salsa.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_barre #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/barre.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_barre #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_benefits-of-dance #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/medicine-ball.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_benefits-of-dance #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_birthday-parties #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/birthday-girl.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_birthday-parties #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_choreography-improvisation #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_choreography-improvisation #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Choreography.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_choreographyimprovisation #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/kids-dancing.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_choreographyimprovisation #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_classes #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/dance-girl.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_classes #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_classes #le_section-two-area18 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/mommy-and-me/mommy-and-me_1000x667.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area19 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/creative-movement.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area20 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/tap.jpg);
    background-size: cover;
    background-position: center center;
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_classes #le_section-two-area21 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/ballet.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area22 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/ballet.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area23 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/tap.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area24 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Jazz.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area25 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/hip-hop.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area26 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/hip-hop.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area27 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Jazz.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area28 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Contemporary.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area29 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/modern.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area30 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Pilates.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area31 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/barre.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area32 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/dance-team.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
}
.aurora_classes #le_section-two-area33 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/theater/theater_2000x1333.jpg);
    background-size: cover;
    background-position: center right;
}
.aurora_classes #le_section-two-area34 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/zumba/zumba_1000x666.jpg);
    background-size: cover;
    background-position: center center;
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_classes #le_section-two-area35 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_classes #le_section-two-area36 {
    background-size: cover;
    background-position: center center;
}
.aurora_classes #le_section-two-area37 {
    background-size: cover;
    background-position: center center;
}
.aurora_classes #le_section-two-area38 {
    background-size: cover;
    background-position: center center;
}
.aurora_classes #le_section-two-area39 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_classes #le_section-two-area40 {
    background-size: cover;
    background-position: center center;
}
.aurora_classes #le_section-two-area41 {
    background-size: cover;
    background-position: center center;
}
.aurora_classes #le_section-two-area42 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_community-events #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/dancing-on-feet/dancing-on-feet_2000x1303.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_community-events #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_contact-us #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_contact-us #le_section-two-area11 {
    font-size: 20px;
}
.aurora_contact-us #le_section-two-area5 {
    color: rgb(240, 206, 120);
}
.aurora_contemporary #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_contemporary #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Contemporary.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_creative-movement #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_creative-movement #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/creative-movement.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_dance-team #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_dance-team #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/dance-team.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_dance-therapy #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/adult-ballet.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_dance-therapy #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_dance-therapy-program #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/elderly-workout-class.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_dance-therapy-program #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_dance-therapy-program-youth #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/dance-class.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_dance-therapy-program-youth #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_enrichment-boutique #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
}
.aurora_enrichment-boutique #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/DSC_5793_copy3.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_enrichment-boutique #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_enrichment-boutique #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/DSC_6120.jpg);
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom center;
    margin-top: 0px;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_etiquette #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/adult-ballroom-dancing.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_etiquette #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_facility #le_section-five-area1 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_facility #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/DSC_5824.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_facility #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_faculty #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/dance-class.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_faculty #le_section-two {
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_full-schedule #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/ballet-shoes.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_full-schedule #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_full-schedule #le_section-two-area12 {
}
.aurora_full-schedule #le_section-two-area13 {
}
.aurora_full-schedule #le_section-two-area14 {
}
.aurora_full-schedule #le_section-two-area16 {
}
.aurora_full-schedule #le_section-two-area17 {
}
.aurora_full-schedule #le_section-two-area18 {
    border-color: rgba(0, 0, 0, 0);
}
.aurora_full-schedule #le_section-two-area19 {
    border-color: rgb(210, 182, 114);
}
.aurora_full-schedule #le_section-two-area7 {
    border-style: solid;
    border-color: rgb(210, 182, 114);
}
.aurora_full-schedule #le_section-two-area9 {
}
.aurora_healthnutrition #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/ThinkstockPhotos-621507002.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_healthnutrition #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_hip-hop #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_hip-hop #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/hip-hop.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_hip-hop #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_hip-hop #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/hip-hop.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_home1 #le_section-four {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/bottom-dancer.png);
    background-repeat: no-repeat;
    background-size: length;
    background-position: top right;
    margin-top: 60px;
    padding-bottom: 60px;
}
.aurora_home1 #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/spotlight-stage.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_home1 #le_section-three-content1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/tap.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content10 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/ballroom.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content11 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/salsa.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content12 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Pilates.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content13 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/dance-team.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content14 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/somatic-conditioning.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content15 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/movement-therapy.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content2 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/modern.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content3 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Jazz.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content4 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/hip-hop.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content5 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/ballet.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content6 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Contemporary.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content7 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Choreography.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content8 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/boutique.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-three-content9 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/creative-movement.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home1 #le_section-two {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/dancer-top4.png);
    background-repeat: no-repeat;
    background-size: length;
    background-position: top left;
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_homenew #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/spotlight-stage.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_homenew #le_section-three-content1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/tap.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_homenew #le_section-two {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/dancer-top4.png);
    background-repeat: no-repeat;
    background-size: length;
    background-position: top left;
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_homenew #le_section-two-area1 {
    padding-top: 25px;
    padding-bottom: 15px;
}
.aurora_jazz #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_jazz #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Jazz.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_jazz #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_jazz #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Jazz.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_job-listings #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_job-listings #le_section-two-area2 {
    border-style: solid;
    border-color: rgb(240, 206, 120);
    border-width: 4px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_job-listings #le_section-two-area3 {
    border-style: solid;
    border-color: rgb(240, 206, 120);
    border-width: 4px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_job-listings #le_section-two-area4 {
    border-style: solid;
    border-color: rgb(240, 206, 120);
    border-width: 4px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_job-listings #le_section-two-area5 {
    border-style: solid;
    border-color: rgb(240, 206, 120);
    border-width: 4px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_job-listings #le_section-two-area6 {
    border-style: solid;
    border-color: rgb(240, 206, 120);
    border-width: 4px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_job-listings #le_section-two-area7 {
    border-style: solid;
    border-color: rgb(240, 206, 120);
    border-width: 4px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_job-listings #le_section-two-area8 {
    border-style: solid;
    border-color: rgb(240, 206, 120);
    border-width: 4px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_job-listings #le_section-two-area9 {
    border-style: solid;
    border-color: rgb(240, 206, 120);
    border-width: 4px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}
.aurora_lite #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/Lite_banner-2.png);
    background-size: cover;
}
.aurora_mighty-march #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/barre.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_mini-and-me-movement #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/somatics-conditioning.jpg);
    background-size: cover;
}
.aurora_mini-and-me-movement #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_modern #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_modern #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/modern.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_mommy-and-me-movement #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/mommy-and-me/mommy-and-me_2000x1335.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_mommy-and-me-movement #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_mommy-and-me-movement-adult #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/mommy-and-me.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_mommy-and-me-movement-adult #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_more-info #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_more-info #le_section-two-area10 {
    border-style: none;
    border-color: rgb(210, 182, 114);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_more-info #le_section-two-area11 {
    border-style: none;
    border-color: rgb(210, 182, 114);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_more-info #le_section-two-area12 {
    border-style: none;
    border-color: rgb(210, 182, 114);
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_movement-therapy #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_movement-therapy #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/movement-therapy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_musical-theatre #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/theater/theater_2000x1333.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_musical-theatre #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_newhome #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/spotlight-stage.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_newhome #le_section-three-content1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/tap.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_newhome #le_section-two {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/dancer-top4.png);
    background-repeat: no-repeat;
    background-size: length;
    background-position: top left;
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_pilates #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_pilates #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/Pilates.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_princess-party #le_section-one {
    background-image: url(https://static.pexels.com/photos/355097/pexels-photo-355097.jpeg);
    background-size: cover;
    background-position: top center;
}
.aurora_princess-party #le_section-two-area4 {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.aurora_references #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/DSC_5990/DSC_5990_2000x1333.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_rent #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/RWP_2235-1/RWP_2235-1_1000x1499.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_retail #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/tap-shoes_copy.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_retail #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_retail-boutique #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_retail-boutique #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/boutique.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_salsa #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_salsa #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/salsa.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-right: 0px;
    padding-bottom: 25px;
}
.aurora_salsa-nights #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/Salsa.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_salsa-nights #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_somatics-conditioning #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_somatics-conditioning #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/somatic-conditioning.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_somatics-conditioning #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_somatics-conditioning #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/somatic-conditioning.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_somaticsconditioning #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/somatics-conditioning.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_somaticsconditioning #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_splash #le_section-four {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/bottom-dancer.png);
    background-repeat: no-repeat;
    background-size: length;
    background-position: top right;
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 60px;
}
.aurora_splash #le_section-four-area2 {
    padding-top: 25px;
    padding-bottom: 15px;
}
.aurora_splash #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/DSC_5990.jpg);
    background-size: cover;
    background-position: top center;
    font-size: 0px;
    line-height: 0px;
}
.aurora_splash #le_section-three-content1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/classes/tap.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_splash #le_section-three-content10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/classes/ballroom.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_splash #le_section-three-content11 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_splash #le_section-three-content12 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_splash #le_section-three-content13 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_splash #le_section-three-content14 {
    background-size: cover;
    background-position: center center;
}
.aurora_splash #le_section-three-content15 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_splash #le_section-three-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/Acro_Camp.png);
    background-size: cover;
    background-position: center center;
}
.aurora_splash #le_section-three-content3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/classes/Jazz.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_splash #le_section-three-content4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/classes/hip-hop.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_splash #le_section-three-content5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/classes/ballet.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_splash #le_section-three-content6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/classes/Contemporary.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_splash #le_section-three-content7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/classes/Choreography.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_splash #le_section-three-content8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/classes/Pilates.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_splash #le_section-three-content9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/classes/creative-movement.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_splash #le_section-two {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/dancer-top4.png);
    background-repeat: no-repeat;
    background-size: length;
    background-position: top left;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_splash #le_section-two-area1 {
    padding-top: 25px;
    padding-bottom: 15px;
}
.aurora_strength-and-flexibility #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/adult-somatics-conditioning.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_strength-and-flexibility #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_strength-stability #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/elderly-workout-class.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_summer #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/somatics-conditioning.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_tap #le_area3 {
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: px;
}
.aurora_tap #le_section1 {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/classes/tap.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 25px;
}
.aurora_tap-class #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/youth-tap.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_tap-class #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_thank-you #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_training-programs #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/ballroom-dancing.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_training-programs #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_use-our-space #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/DSC_6223_copy/DSC_6223_copy_1200x800.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.aurora_venue #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/studio.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_venue #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_workshops #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/youth-ballet.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_workshops #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_youth-acro #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/lisareneesdancestudios/Acro_Camp.png);
    background-size: cover;
    background-position: bottom center;
}
.aurora_youth-acro #le_section-two-area1 {
}
.aurora_youth-ballet #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/youth-ballet.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_youth-ballet #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_youth-contemporary #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/contemporary-dance.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_youth-contemporary #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_youth-creative-movement #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/youth-creative-movement.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_youth-creative-movement #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_youth-dance-team #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/dance-team_copy.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_youth-dance-team #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_youth-hip-hop #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/hip-hop.jpg);
    background-size: cover;
    background-position: bottom center;
}
.aurora_youth-hip-hop #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_youth-jazz #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/youth-jazz.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_youth-jazz #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_youth-modern #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/modern_copy.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_youth-modern #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_youth-programs #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/youth-dance.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_youth-programs #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_youth-tap #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/youth-tap.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_youth-tap #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_zumba #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/lisareneesdancestudios/banners/zumba.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_zumba #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_splash #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_splash #le_section-three-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_splash #le_section-three-content10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_splash #le_section-three-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_splash #le_section-three-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_splash #le_section-three-content4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_splash #le_section-three-content5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_splash #le_section-three-content6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_splash #le_section-three-content7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_splash #le_section-three-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_splash #le_section-three-content9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-acro #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_youth-acro #le_section-two-area1 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_splash #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_splash #le_section-three-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_splash #le_section-three-content10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_splash #le_section-three-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_splash #le_section-three-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_splash #le_section-three-content4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_splash #le_section-three-content5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_splash #le_section-three-content6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_splash #le_section-three-content7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_splash #le_section-three-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_splash #le_section-three-content9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-acro #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_youth-acro #le_section-two-area1 {
    }
}

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