@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url("//hello.myfonts.net/count/2cadf4");

@font-face {
    font-family: 'Troia-R-Regular-Italic';
    src: url('/file/spengafranchise/webfonts/2CADF4_0_0.woff2') format('woff2'),
         url('/file/spengafranchise/webfonts/2CADF4_0_0.woff') format('woff'),
         url('/file/spengafranchise/webfonts/2CADF4_0_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Troia-Regular-Italic';
    src: url('/file/spengafranchise/webfonts/2CADF4_1_0.woff2') format('woff2'),
         url('/file/spengafranchise/webfonts/2CADF4_1_0.woff') format('woff'),
         url('/file/spengafranchise/webfonts/2CADF4_1_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Troia-R-Regular';
    src: url('/file/spengafranchise/webfonts/2CADF4_2_0.woff2') format('woff2'),
         url('/file/spengafranchise/webfonts/2CADF4_2_0.woff') format('woff'),
         url('/file/spengafranchise/webfonts/2CADF4_2_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Troia-R-Light-Italic';
    src: url('/file/spengafranchise/webfonts/2CADF4_3_0.woff2') format('woff2'),
         url('/file/spengafranchise/webfonts/2CADF4_3_0.woff') format('woff'),
         url('/file/spengafranchise/webfonts/2CADF4_3_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Troia-R-Light';
    src: url('/file/spengafranchise/webfonts/2CADF4_4_0.woff2') format('woff2'),
         url('/file/spengafranchise/webfonts/2CADF4_4_0.woff') format('woff'),
         url('/file/spengafranchise/webfonts/2CADF4_4_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Troia-R-Bold-Italic';
    src: url('/file/spengafranchise/webfonts/2CADF4_6_0.woff2') format('woff2'),
         url('/file/spengafranchise/webfonts/2CADF4_6_0.woff') format('woff'),
         url('/file/spengafranchise/webfonts/2CADF4_6_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Troia-Bold';
    src: url('/file/spengafranchise/webfonts/2CADF4_B_0.woff2') format('woff2'),
         url('/file/spengafranchise/webfonts/2CADF4_B_0.woff') format('woff'),
         url('/file/spengafranchise/webfonts/2CADF4_B_0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'SPENGA_custom_E2';
    src: url('/file/spengafranchise/custom-font/SPENGA_custom_E2.woff2') format('woff2'),
         url('/file/spengafranchise/custom-font/SPENGA_custom_E2.woff') format('woff'),
         url('/file/spengafranchise/custom-font/SPENGA_custom_E2.ttf') format('truetype');
    font-display: swap;
}

:root {
    --bg-main: #000000;
    --bg-color: #97d700;
    --bg-hover: #000000;
}

body,html {
  height: 100%;
}

body {
    margin: 0 auto;
    color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-weight: 400;
}

/* Typography */

a {
	color: var(--bg-color);
	text-decoration: none;
}
a:hover {
    color: var(--bg-hover);
}
a img {
	border: 0;
}
p {
	color: var(--bg-main);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #ffffff;
	font-family: 'Troia-R-Regular' !important;
	font-size: 50px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #000000;
	font-family: 'Troia-R-Bold', sans-serif;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 400;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: var(--bg-color)!important;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 20px!important;;
	line-height: 1.3em;
	font-weight: 500!important;;
	margin: 10px 0 10px 0;
}
h4, h4 a, .title4, .title4 a {
	color: var(--bg-color);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #000000;
	font-family: 'Troia-R-Regular';
	font-size: 18px;
	line-height: 25px;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	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;
}

.Custom-E {
    display: inline-flex;
    vertical-align: middle;
    margin-top: -10px;
}
.site-title h1  {
	color: #000000;
	font-family: 'Troia-R-Bold', sans-serif!important;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 400;
	margin: 0;
}
.section-title h2, .section-title h2 a {
	font-family: 'Troia-R-Regular' !important;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0;
}

/* Width Limits */
.limit-width-400 {
    max-width: 400px;
    margin: auto;
}
.limit-width-500 {
    max-width: 500px;
    margin: auto;
}
.limit-width-600 {
    max-width: 600px;
    margin: auto;
}
.limit-width-650 {
    max-width: 600px;
    margin: auto;
}
.limit-width-700 {
    max-width: 700px;
    margin: auto;
}
.limit-width-800 {
    max-width: 800px;
    margin: auto;
}
.limit-width-900 {
    max-width: 900px;
    margin: auto;
}
.limit-width-975 {
    max-width: 975px;
    margin: auto;
}
.dark-background {
    background-color: rgba(0,0,0,.7);
    padding: 30px 20px;
    border-top: 3px solid var(--bg-color);
}
.zoom {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
	transition: all .4s ease;
}
.zoom:hover {
    transform: scale(1.08);
    overflow: hidden !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
	transition: all .4s ease;
}

/* Forms */

.le_form {
	color: var(--bg-main);
	font-family: 'Troia-R-Regular';
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: var(--bg-main);
	font-family: 'Troia-R-Regular';
	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: 'Troia-R-Regular';
	font-size: 14px;
	margin: 0;
	background-color: var(--bg-color);
	color: #000000!important;
	font-weight: normal;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    cursor: pointer;
	background-color: var(--bg-main);
	color: #ffffff!important;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Troia-R-Regular';
	font-size: 14px;
	margin: 0;
	background-color: var(--bg-color);
	color: #ffffff;
    -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: var(--bg-main);
	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 #cbcbcb;
	box-shadow: none !important;
	color: var(--bg-main);
	font-family: 'Troia-R-Regular';
	font-size: 14px;
	margin: 0;
}
.form-control {
    border:1px solid #cbcbcb;
	box-shadow: none !important;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 0 !important;
	color: #676767 !important;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif !important;
}
.wrapper textarea {
    padding: 10px 10px;
}

#le_form_3  {
    display: flex;
}
#le_form_3 > .full-width-field  {
    width: 100%;
}

#le_form_3 .seFormButton, .wrapper #le_form_3 input[type="submit"].seFormButton {
    position: initial;
    margin-top: 0px!important;
    padding: 7px 15px 5px;
    text-transform: uppercase;
    font-family: 'Troia-Bold', sans-serif;
}
.le-captcha {
    border: none !important;
    margin-top: 0px !important;
}



/* -- Bootstrap form tweaks -- */
.form-control {
}

/* -- 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: 14px; 
    color: #292929 !important;
    letter-spacing: .14em;
}
:-moz-placeholder { /* older Firefox*/
    font-size: 14px; 
    color: #292929 !important;
    letter-spacing: .14em;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 14px; 
    color: #292929 !important;
    letter-spacing: .14em;
} 
:-ms-input-placeholder { 
    font-size: 14px; 
    color: #292929 !important;
    letter-spacing: .14em;
}

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

.le_form label {
    font-weight: normal;
    font-family: 'Montserrat', sans-serif !important;
}
.le_jqueryui_target h1, .le_jqueryui_target h2, .le_jqueryui_target h3, .le_jqueryui_target h4, .le_jqueryui_target h5, .le_jqueryui_target h6, .le_jqueryui_target p, .le_jqueryui_target li {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
}
.less-padding {
    margin-top: -35px !important;
}


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


/* 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: #0e58a8;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#0e58a8;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: #0e58a8 !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
}
.le_metro_silver_button:hover {
    background: #000000 !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color:#000000;
}
.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: var(--bg-color);
	color: #ffffff;
	text-transform: uppercase;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: var(--bg-main);
}
.se_button.button1 a, a.se_button.button1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 2px solid var(--bg-color);
    background-color: var(--bg-color);
    padding: 10px 20px 10px 20px !important;
    margin-top: 10px;
    color: var(--bg-main);
}
.se_button.button1 a, a.se_button.button1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #80b502;
    -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;
}
.se_button.button1 a, a.se_button.button1:hover, .se_button.button1 a, a.se_button.button1:focus, .se_button.button1 a, a.se_button.button1:active {
    color: white;
}
.se_button.button1 a, a.se_button.button1:hover:before, .se_button.button1 a, a.se_button.button1:focus:before, .se_button.button1 a, a.se_button.button1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.se_button.button2 a, a.se_button.button2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 2px solid var(--bg-color);
    background-color: rgba(255,255,255,0);
    padding: 10px 20px 10px 20px !important;
    color: #ffffff;
    margin-top: 10px;
}
.se_button.button2 a, a.se_button.button2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #80b502;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 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;
}
.se_button.button2 a, a.se_button.button2:hover, .se_button.button2 a, a.se_button.button2:focus, .se_button.button2 a, a.se_button.button2:active {
    color: white;
}
.se_button.button2 a, a.se_button.button2:hover:before, .se_button.button2 a, a.se_button.button2:focus:before, .se_button.button2 a, a.se_button.button2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.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;
    background-color: var(--bg-color);
    position: absolute;
    margin-top: -25px !important;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    background-color: var(--bg-main);
}
.CustomColor1 {
    color: #97d700;
}
.round img {
    border-radius: 100%;
}

.centerGallery .le_plugin_gallery {
    width: 100%;
    text-align: center;
}
.centerGallery .le_plugin_gallery_squarethumb { 
    float: none !important; 
    display: inline-block; 
}

/* Expand/Collapse 
----------------------------------------------------------------------------------------------------*/
.read-moreparagraph {
    margin-bottom: 25px;
}
.read-more {
    margin-bottom: 20px;
}
.read-more p {
    margin-bottom: 25px;
}
.read-more h2 {
    position: relative; 
    margin-bottom: 9px;
    font-size: 20px;
}    
.read-more h2:before {
    content: "+";
    margin-right: 10px;
    color: #97d700;
    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;
}
.read-more h2.active {
    color: #97d700;
}
.expand h2.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);
}
.read-more h2:hover {
    cursor: pointer;
    color: #87bc00;
}


/* Gallery */

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

/* Classes */

hr {
    border: 0;
    height: 1px;
    margin: 5px 0;
	background-color: #e9e7e7;
}
.no-gutters {
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.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;
}
.under-line:hover {
    text-decoration: underline;
    cursor:pointer;
}
.text-shadow-dark {
    text-shadow: 1px 1px 2px #000000;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.full-width img {
    width: 100%;
    height: auto;
    margin-bottom: -7px;
}
.uppertext {
    left: 0;
    right: 0;
    text-align: center;
}
.uppertext h2 {
    color: #ffffff;
}
.arrow:after {
    content: '\f103';
    font-size: 30px;
    font-family: 'FontAwesome';
    margin: 10px 0 0 0;
    color: var(--bg-main);
    display: inline-block;
    font-weight: normal !important;
}
.mt10 {
    margin-top: 10px;
}
.mt30 {
    margin-top: 30px;
}
.mb10  {
    margin-bottom: 10px;
}
.mb20  {
    margin-bottom: 20px;
}
.mb30  {
    margin-bottom: 30px;
}
.mb40  {
    margin-bottom: 40px;
}

.padding-30 {
    padding: 30px;
}
.blacktext p a {
    color: #5e5e5e;
}
.blackbox {
    background-color: #000000;
    padding: 35px 20px 20px 20px;
    text-align: center;
}
.blackbox h3 {
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
}
.bottomtext {
    margin-bottom: 20px;
}
.bottomtext h2 {
    font-size: 50px!important;
    line-height: 50px;
    color: #ffffff!important;
    font-family: 'Troia-R-Regular', sans-serif;
}
.greenbox {
    background-color: var(--bg-color);
    padding: 10px 20px;
}
.request-form {
    position: fixed;
    right: -15px;
    top: 200px;
    z-index: 2;
    text-align: right;
}
.greenbar {
    background-color: var(--bg-color);
    padding: 15px 20px;
    margin-bottom: 15px;
}
.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;
}
.black-button a {
    background-color: #000000;
    padding: 10px 15px;
    color: #ffffff;
}
.black-button a:hover {
    background-color: #e5e5e5;
}
.black-button2 a {
    background-color: #000000;
    padding: 10px 15px;
    color: #ffffff;
}
.black-button2 a:hover {
    background-color: #e5e5e5;
    color: #000000;
}
.ctatext {
    margin: 15px 0 40px 0;
}
.ctatext p {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}
.section-recipe-directions ul {
    background-color: #fff !important;
}
.display-card {
    background: rgba(239, 239, 239, 0.35);
    border: 1px solid #ededed;
    padding: 30px 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;
    margin-bottom: 42px;
    border-bottom: 5px solid #97D700;
}
.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);
}
.display-card h2 {
    color: var(--bg-color);
}
.display-card h3 {
    font-size: 22px;
    font-weight: 600;
}
.press {
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid #ededed;
    padding: 20px 15px;
    -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;
    margin-bottom: 42px;
    border-bottom: 5px solid #97D700;
    text-align: center !important;
    height: 300px;
}

.steps-title p {
    font-size: 20px;
    line-height:1.4em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}
.quote-text p {
    font-size: 30px;
    line-height:1.4em;
    font-weight: 700;
}

.home-page > #le_section-five-area2:hover, .home-page > #le_section-five-area3:hover, .home-page > #le_section-five-area4:hover  {
  -webkit-box-shadow: 0 10px 6px -6px #97D700;
     -moz-box-shadow: 0 10px 6px -6px #97D700;
          box-shadow: 0 10px 6px -6px #97D700;
}

.banner {
    position: relative;
    max-height: 600px;
    overflow: hidden;
    text-align: center;
}
.green-line img {
    border-bottom: 5px solid var(--bg-color);
}
.graybox {
    background-color: #4C4C4C;
    padding: 20px 20px 10px 20px;
    margin-bottom: 25px;
}
.graybox h3 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.graybox .Custom-E {
    font-size: 20px;
    margin-top: -5px;
    padding: 0 3px;
}
.gray-box, .gray-box-last {
    background-color: #FAFAFA;
    padding: 30px 25px;
    border: 1px solid #e2e2e2;
    -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);
    margin-bottom: 25px;
    position: relative;
}
.gray-box img, .gray-box-last img {
    width: 40px !important;
    height: auto;
    margin: 0 40px 0 20px;
    padding-top: 8%;
}
.gray-box h2, .gray-box-last h2 {
    font-size: 22px;
}
.gray-box:after {
    content: '';
    border-left: 4px solid #000;
    position: absolute;
    display: block;
    height: 30px;
    bottom: -30px;
    margin-left: 40px;
}
.text-block {
    padding-bottom: 30px;
} 
.text-block2 h3 {
	font-family: 'Troia-R-Bold'!important;
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.icon-box {
    margin-bottom: 40px;
}
.icon-box h3 {
    font-size: 24px!important;
    font-family: 'Troia-R-Regular', sans-serif;
    color: rgb(63, 64, 64)!important;
    margin-top: -5px;
}
.icon-box h3.whitetext {
    color: rgb(255, 255, 255)!important;
    margin-top: -5px;
}
.small-title h3 {
    font-family: 'Troia-R-Regular' !important;
    font-size: 20px;
    line-height: 30px;
    color: var(--bg-main);
    font-weight: 600;
}
.smalltitle h3 {
    font-family: 'Troia-R-Regular' !important;
    font-size: 26px;
    line-height: 35px;
    color: var(--bg-main);
    font-weight: 600;
}
.white-box {
    background-color: #fff;
    border-top: 5px solid #97D700;
    padding: 25px 20px;
    margin-bottom: 30px;
}
.white-box h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: var(--bg-main);
}
.white-box .se_button.button1 a {
    font-weight: 700 !important;
}
.white-box .se_button.button1:after {
    content: '\f105';
    font-size: 18px;
    font-family: 'FontAwesome';
    padding-left: 10px;
    color: var(--bg-main);
    display: inline-block;
    font-weight: normal !important;
}
.owner-quotes .bx-pager.bx-default-pager a {
    width: 75px !important;
    border-radius: 0 !important;
    background: #c1c6c8 !important;
}
.owner-quotes .bx-pager.bx-default-pager a:hover, .owner-quotes .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color) !important;
}
.owner-quotes img {
    margin-bottom: 25px;
}
.owner-quote h6 {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 700;
    color: var(--bg-main);
}
.owner-quote h5 {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 700;
    color: var(--bg-main);
    margin-top: 40px;
}
p a.spenga-pillar {
    background-color: var(--bg-color);
    font-size: 1.9em;
    font-weight: 800;
    color: var(--bg-main);
    text-transform: uppercase;
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.title-header p {
    font-size: 30px;
    font-weight: 800;
}

/* Staff Box */
.staff-box {
    margin: 25px 0 50px 0;
}
.staff-box h3 {
    font-family: 'Troia-R-Regular'!important;
    color: #ffffff!important;
    font-size: 30px!important;
    line-height: 40px;
    margin-bottom: 0;
}
.staff-box h4 {
    color: var(--bg-color);
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.staff-box p {
    color: #fff;
}
.staff-box a {
    color: #fff;
    text-decoration: underline;
}


/* Video */

video  {
    display: inline-block;
    vertical-align: baseline;
    max-height: 700px;
    min-width: 100%;
    object-fit: cover;
    margin-top: -40px;
}
.studio-animation  {
    max-height: 450px!important;
    margin-top: 0px;
    object-fit: contain;
}

.video-container  {
  width: 100vw;
  height: 100vh;
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.box-banner{
  position: absolute;
  color: #FFFFFF;
  left: 9%;
  top: 40%;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}



/* Pricebox */
.pricebox1:after {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/green-ribbon.svg);
    width: 60px;
    height: auto;
    right: 10px;
    top: -5px;
    z-index: 100;
    position: absolute;
}
.pricebox1 {
    background-color: #000000;
    border: 5px solid var(--bg-color);
    padding: 24px 20px 25px 20px;
    text-align: center;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    position: relative;
}
.pricebox1:hover {
  transform: scale(1.1);
}
.pricebox1 h5 {
    font-size: 12px;
    line-height: 20px;
    background-color: var(--bg-color);
    padding: 10px;
    margin-bottom: 20px;
}
.pricebox1 h6 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #ffffff;
}
.pricebox1 p {
    color: #ffffff;
}
.pricebox1 a {
    display: inline-block;
    background-color: var(--bg-color);
    color: #000000;
    padding: 6px 20px;
    margin-top: 5px;
}
.pricebox1 a:hover {
    background-color: #ffffff;
    color: var(--bg-color);
}
.pricebox {
    background-color: #ffffff;
    border: 5px solid var(--bg-color);
    text-align: center;
    padding: 50px 20px 60px 20px;
    margin-bottom: 25px;
    transition: all 0.5s ease;
}
.pricebox-black {
    background-color: #000000;
    border: 5px solid var(--bg-color);
    text-align: center;
    padding: 50px 20px 60px 20px;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    color: #ffffff;
}
.pricebox-gray {
    background-color: #707070;
    border: 5px solid var(--bg-color);
    text-align: center;
    padding: 50px 20px 60px 20px;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    color: #ffffff;
}    
.pricebox:hover, .pricebox-black:hover, .pricebox-gray:hover {
    transform: scale(1.1);
    overflow: hidden !important;
}
.pricebox h6, .pricebox-black h6, .pricebox-gray h6 {
    font-size: 28px;
    line-height: 30px;
}
.pricebox a, .pricebox-black a, .pricebox-gray a {
    display: inline-block;
    background-color: var(--bg-color);
    color: #000000;
    padding: 6px 20px;
    margin-top: 5px;
    border: 2px solid var(--bg-color);
}
.pricebox a:hover, .pricebox-gray a:hover {
    background-color: #000000;
    color: #ffffff;
}
.pricebox-black a:hover {
    background-color: transparent !important;
    border: 2px solid var(--bg-color);
    color: var(--bg-color);
}

/* Tabbed COntent */

.tabs-btn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}
.tabs-btn li{
    display: inline-block;
}
.tabs-btn ul li a {
    display: inline-block;
    padding: 0 75px;
    font-weight: 400;
    line-height: 28px;
    font-size: 21px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #231f20;
    position: relative;
}
.tabs-btn li a:hover {
    position: relative;
    color: var(--bg-color);
}
.tabs-btn li a:hover:after {
	height: 39px;
	width: 100%;
	content:"";
	left: 50%;
	right: 0;
	margin: 0 auto !important;
	text-align: center !important;
	bottom: -60px !important;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/white-triangle.svg');
	background-repeat: no-repeat;
	z-index: 100 !important;
	position: absolute !important;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
}
.first-item a:hover:after {
    left: 30% !important;
}
.tabs > div {
    display: none;
    padding: 0;
}
.le-edit-open .tabs > div {
    display: block !important;
}

.tabs > div:after {
    clear: both;
    content:' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tabs > div.expanded {
    display: block !important;
}
.tabs > div > img {
    max-width: 100%;
}

.tab1 .overlay:before {
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    top: -100px;
}
.tab2 .overlay:before {
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    top: -100px;
}
.tab3 .overlay:before {
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    top: -100px;
}
.tab-main .overlay:before {
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    top: -100px;
}
.tab-bottom img {
    margin-bottom: -10px;
}
.tab-bottom a {
   text-decoration: none;
   line-height: 1;
   position: relative;
   z-index: 0;
   display: inline-block;
   padding: 0px 10px 2px 10px;
   overflow: hidden;
   color: var(--bg-main);
   vertical-align: bottom;
   transition: color .3s ease-out;
}

.tab-bottom a::before {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   bottom: 5px;
   transform: translateY(calc(100% - 10px));
   width: 100%;
   height: 100%;
   background: var(--bg-color);
   transition: transform .25s ease-out;
}

.tab-bottom a:hover { 
   color: var(--bg-main);
}
.tab-bottom a:hover::before {
   transform: translateY(0);
   transition: transform .25s ease-out;
}
.plus-tab:before {
    content: "+";
    padding-right: 10px;
    font-size: 30px;
    color: var(--bg-color);
}
.equal-tab:before {
    content: "=";
    padding-right: 10px;
    font-size: 30px;
    color: var(--bg-color);
}

/* Circle Icons */

.circle-icon button {
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 0;
  box-shadow: inset 0 0 0 4px #000000;
  color: #000000;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  font-size: 50px;
  font-weight: 400 !important;
}
.circle-icon button:hover {
    box-shadow: inset 0 0 0 4px #ffffff;
}
.circle-icon button::before, .circle-icon button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.spin {
  width: 1.5em;
  height: 1.5em;
  padding: 0;
}
.spin:hover {
  color: var(--bg-color);
}
.spin::before, .spin::after {
  top: 0;
  left: 0;
}
.spin::before {
  border: 4px solid transparent;
}
.spin:hover::before {
  border-top-color: var(--bg-color);
  border-right-color: var(--bg-color);
  border-bottom-color: var(--bg-color);
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.spin::after {
  border: 0 solid transparent;
}
.spin:hover::after {
  border-top: 5px solid var(--bg-color);
  border-left-width: 4px;
  border-right-width: 4px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.circle {
  border-radius: 100%;
  box-shadow: none;
}
.circle::before, .circle::after {
  border-radius: 100%;
}

/* Testimonial Box */
.testimonial-box:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/quote.png);
    font-family: 'Montserrat', sans-serif !important;
    height: auto;
    position: absolute;
}
.testimonial-box p {
    font-size: 24px;
    line-height: 30px;
}
.testimonial-box .bx-pager {
    text-align: left !important;
}
.testimonial-box .bx-pager.bx-default-pager a {
    border-radius: 0 !important;
    background: #c1c6c8 !important;
}
.testimonial-box .bx-pager.bx-default-pager a:hover, .testimonial-box .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color) !important;
}

/* Testimonials */
.testimonial:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/quote-icon.svg);
    display: block;
    width: 40px;
    height: auto;
    margin-bottom: 0;
    position: relative;
}
.testimonial p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.testimonial .bx-pager {
    text-align: left !important;
}
.testimonial .bx-pager.bx-default-pager a {
    border-radius: 0 !important;
    background: #c1c6c8 !important;
}
.testimonial .bx-pager.bx-default-pager a:hover, .testimonial .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color) !important;
}
.testimonial .bx-viewport {
    padding-bottom: 200px !important;
}

/* Franchise Testimonials */
.franchise-testimonials img {
    width: 200px;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
    /*margin-right: 40px;*/
    /*float: left;*/
}
.franchise-testimonials p {
    text-align: left;
}
.franchise-testimonials .bx-viewport {
    padding-bottom: 100px !important;
}

.franchise-testimonials .htmlSlide:after  {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/text-images/spenga-testimonial-quote.svg);
    display: block;
    width: 60px;
    height: auto;
    margin-top: -20px;
    background-color: #ffffff;
    padding: 10px;
    float: right;
     Safari 3-4, iOS 1-3.2, Android 1.6- 
    -webkit-border-radius: 12px; 
     Firefox 1-3.6 
    -moz-border-radius: 12px; 
     Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ 
    border-radius: 12px; 
}



/* Inside Slider */
.inside-slider {
    background: rgba(255,255,255,0.8);
    padding: 30px 30px;
}
.inside-slider .bx-pager.bx-default-pager a {
    width: 75px !important;
    border-radius: 0 !important;
    background: #4C4C4C !important;
}
.inside-slider .bx-pager.bx-default-pager a:hover, .inside-slider .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color) !important;
}
.bx-viewport {
    padding-bottom: 110px !important;
}

/* Footer Menu */

.FooterMenu {
    display: block;
}
.FooterMenu ul {
    margin: 0;
    padding: 0;
}
.FooterMenu li {
	position: relative;
    list-style-type: none;
    text-decoration: none;
}
.FooterMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0;
}
.FooterMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.FooterMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    font-family: 'Troia-R-Regular';
    margin: 10px 30px 10px 30px;
    font-size: 20px;
    color: #ffffff;
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.FooterMenu li.le_menuitem_level_0 a:hover {
    color: var(--bg-color);
}

/* MB Login */

#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: var(--bg-color) !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#new_clients h3 {
    background-color: var(--bg-color) !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: var(--bg-color) !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#le_mb_loginsignup h2 {
    background-color: var(--bg-color) !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;
    }
    #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;
    }
    #login_form .seFormButton, .wrapper input[type="submit"].seFormButton {
        margin-top: -15px !important;
    }
    #signup_submit {
        display: block !important;
        margin-top: 20px !important;
    }
    .liability_text {
        margin-bottom: 20px !important;
    }
}

/* Site Branding */

.se_siteBranding {
    padding: 15px 0 9px 0;
}

.se_siteBranding img {
    width: 220px;
    height: 35px;
}


/* Wrapper */

.wrapper {
	width: 100%;
	position: relative;
}

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

/* Header */
.header-wrap {
    width: 100%;
    z-index: 300;
    padding: 10px 0 0 0;
    /*position: absolute;*/
    z-index: 1;
}
.inside-header {
    background-color: #000000;
    width: 100%;
    z-index: 300;
    position: relative;
}

.aurora_home #le_headerRegion  {
    background-color: rgba(0, 0, 0)!important;
}

/* Navigation (menu-bar) */

.menu-bar {
    position: relative;
    z-index:900;
    width:100%;
    transition: all .2s ease;
}
.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0;
    text-transform: uppercase;
    background: transparent !important;
    margin-top: 5px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0px;
    font-size: 30px;
    color: #ffffff;
}
.OpenMobileMenu .navicon:after {
    color: #ffffff;
    content: '\f00d';
    font-size: 30px;
    font-family: 'FontAwesome';
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}

/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 2000;
    overflow-x: none;
    overflow-y: auto;
    background: #000000;
}

.OpenMobileMenu .primary-mobile-menu {
    height: 100%;
    width: 100%;
    padding: 20px 0 20px 50px;
    top:50px;
    left:0;
    opacity: 1;
}

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

.OpenMobileMenu .mobile-menu-cap {
    position:fixed;
    z-index:1000;
    width:100%;
    height:60px;
    top:0;
    left:25px;
    background-color: #000000;
    background: #000000;
}

.le-logged-in.OpenMobileMenu .mobile-menu-cap {
    height: 90px;
}

@media (min-width: 767px) { 
    .mobile-menu-cap {
        display: none;
    }
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
}
.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: 14px 0 14px 0;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1em;
	text-decoration: none;
    word-break:break-word;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: var(--bg-color);
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
	margin-left: -10px !important;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px;
	margin-left:12px;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #ffffff;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: var(--bg-color);
}
.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: 5px;
	margin-left:20px;
    font-family: 'Montserrat', sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #ffffff;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: var(--bg-color);
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:before {
    display:inline-block;
    position: relative;
    right: 20px;
    top: 0;
    content: "+";
    color: var(--bg-color);
	height: 0;
	width: 0;
	font-size: 20px;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:before {
    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;
}

/* Footer */

.footer {
    background-color: #000000;
    padding: 70px 0 90px 0!important;
}
.footer p {
    color: #ffffff;
}

.footer-tagline {
    color: #ffffff;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-weight: 600;
}
.footer ul  {
    padding: 0;
}
.footer ul li  {
    padding: 5px 0;
    list-style-type: none;
    text-align: center;
}
.footer ul li a {
    color: #ffffff;
}
.footer ul li a:hover {
    color: var(--bg-color);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.se_social {
    text-align: right;
}
.se_social a {
    margin: 0 10px;
    font-size: 30px;
}

/* 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) {
    .blog_post_listing_title_link {
        font-size: 22px !important;
    }
    .owner-quote {
        margin-bottom: 25px
    }
    .franchise-testimonials img {
        margin: 0 auto;
    }
    .gray-box, .gray-box-last {
        text-align: center;
    }
    .gray-box img, .gray-box-last img {
        margin: 0 auto 15px auto;
    }
    .gray-box:after {
        margin-left: 42%;
    }
    .desktop-only {
        display: none;
    }
    .icon-box {
        text-align: center;
    }
    td, th {
        display: block;
        clear: both;
    }
    td[data-th]:before {
        content: attr(data-th);
        float: left;
    }
    .se_button.button1 a, a.se_button.button1 {
        background: var(--bg-color) !important;
    }
    .se_button.button1 a, a.se_button.button1:hover:before, .se_button.button1 a, a.se_button.button1:focus:before, .se_button.button1 a, a.se_button.button1:active:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    .se_button.button2 a, a.se_button.button2:hover:before, .se_button.button2 a, a.se_button.button2:focus:before, .se_button.button2 a, a.se_button.button2:active:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    #blog_sidebar_name {
        text-align: center;
        margin-bottom: 15px !important;
    }
    .feature_blog_image, .feature_blog_image img {
        width: 100%;
        height: auto;
    }
    .Custom-E {
        margin-top: -5px;
        font-size: 17px !important;
        line-height: 25px !important;
    }
    h1 .Custom-E  {
        font-size: 20px !important;
        line-height: 25px !important;
        margin-top: -6px;
    }
    .ctatext .Custom-E {
        line-height: 28px !important;
        font-size: 14px !important;
        margin-top: -4px;
    }
    h2 .Custom-E {
        font-size: 21px !important;
        line-height: 22px !important;
        margin-top: -5px;
        padding: 0 1px;
    }
    .section-title h2, .section-title h2 a {
    	font-size: 30px;
    }
    .bigger-text h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .biggertext .Custom-E {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-top: -4px;
        padding: 0 2px;
    }
    .smallertext h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .smallertext .Custom-E {
        font-size: 14px !important;
        line-height: 25px !important;
        margin-top: -3px;
        padding: 0 2px;
    }
    #vmap {
        width: 300px !important;
        height: 200px !important;
        margin-bottom: 60px !important;
    }
    .pricebox1 {
        padding: 70px 20px 25px 20px;
    }
    .blog_sidebar_tag {
        padding: 10px;
        font-size: 10px;
        color: #504f4f !important;
        background-color: #edeaea;
        text-transform: uppercase !important;
        margin: 0 0 5px 0;
        font-weight: 500;
        text-align: center;
    }
    .blog_sidebar_tag:first-of-type {
        margin-right: 5px !important;
    }
    .blackbox h3 {
        font-size: 40px;
    }
    .bottomtext h2 {
        font-size: 40px!important;
    }
    .blackbox .Custom-E {
        font-size: 28px !important;
        line-height: 25px !important;
        margin-top: -8px !important;
        padding-left: 5px !important;
    }
    .plus-tab:before, .equal-tab:before {
        font-size: 17px !important;
        padding-right: 0 !important;
        margin-right: 10px;
    }
    .mobile-menu a {
        background-color: var(--bg-color);
        color: var(--bg-main) !important;
        padding: 12px 20px !important;
        margin-left: -50px !important;
        font-size: 14px !important;
        display: inline-block !important;
        margin-bottom: 15px !important;
        font-weight: 700 !important;
    }
    .header-wrap {
        position: relative;
        background-color: #000000;
    }
    .uppertext {
        background-color: #000000;
        padding: 20px 10px;
        margin-top: -7px;
    }
    .uppertext h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .uppertext .se_button.button1 a, .uppertext a.se_button.button1, .uppertext .se_button.button2 a, .uppertext a.se_button.button2 {
        font-size: 12px !important;
        padding: 10px 18px !important;
    }
    h1, h1 a, .title1, .title1 a {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .underline a {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,cadaee+50,cadaee+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 95%, #97d700 95%, #97d700 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 95%,#97d700 95%,#97d700 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 95%,#97d700 95%,#c97d700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#97d700',GradientType=0 ); /* IE6-9 */
    }
    .underline2 a {
       /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,cadaee+50,cadaee+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 95%, #97d700 95%, #97d700 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 95%,#97d700 95%,#97d700 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 95%,#97d700 95%,#c97d700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#97d700',GradientType=0 ); /* IE6-9 */
    }
    .uppertext {
        bottom: 10%;
    }
    .mobile-tabs img {
        width: 50px !important;
        height: auto;
    }
    .tabs-btn ul li a {
        padding: 0 5px;
        font-size: 12px !important;
    }
    
    .overlay {
        background: #f3f3f3;
        padding: 50px 25px;
        text-align: center;
    }
    .tab-bottom {
        position: relative !important;
    }
    .tab-bottom img {
        margin-top: -10px;
    }
    .tab1 .overlay:before {
        top: 0 !important;
        margin-top: 100px;
        width: 130px;
    }
    .tab2 .overlay:before {
        top: 0 !important;
        margin-top: 100px;
        width: 130px;
    }
    .tab3 .overlay:before {
        top: 0 !important;
        margin-top: 100px;
        width: 200px;
    }
    .tab-main .overlay:before {
        top: 0 !important;
        margin-top: 100px;
        width: 200px;
    }
    .tabs-btn li a:hover:after {
        right: 0% !important;
        bottom: -25px !important;
        height: 10px !important;
    }
    .franchise-testimonials img {
        margin-bottom: 20px;
    }
    .testimonial-box:before {
        width: 40px;
        left: 15px;
        top: 0px;
    }
    .testimonial-box {
        padding-left: 70px;
    }
    .testimonial-box p {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .testimonial-box .bx-pager.bx-default-pager a {
        width: 40px !important;
    }
    .testimonial .bx-pager.bx-default-pager a {
        width: 40px !important;
    }
    .se_social {
        text-align: center;
        margin-bottom: 20px;
    }
    .FooterMenu {
        text-align: center;
        margin-bottom: 25px;
    }
    .FooterMenu li.le_menuitem_level_0 a {
        font-size: 14px;
        margin: 0px 10px 0px 10px;
    }
    .footer {
        text-align: center;
    }
    
    .header-wrap {
        padding-top: 0 !important;
    }
    .circle-icon button {
        font-size: 30px !important;
    }
    .spin {
        width: 1.7em !important;
        height: 1.7em !important;
    }
    .dark-background h3, .dark-background .title2  {
        font-size: 36px;
        line-height: 40px;
    }
    .titleblock h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .biggertext h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .biggertext h3 {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .biggertext-tabs h3 {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .banner-text {
        text-align: center;
        padding: 50px 20px;
    }
    #le_form_3 .seFormButton, .wrapper #le_form_3 input[type="submit"].seFormButton {
        padding: 7px 15px 4px;
    }
    .bx-viewport .htmlSlide {
        padding: 0 30px 0 30px!important;
    }
    .bx-wrapper img  {
        margin-top: -50px;
    }
    .franchise-testimonials .htmlSlide:after  {
        content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/text-images/spenga-testimonial-quote.svg);
        display: block;
        width: 60px;
        height: auto;
        float: none;
        margin: 0 auto -40px auto;
        position: relative;
        background-color: #ffffff;
        padding: 10px;
    }
    .bx-wrapper .bx-pager  {
        bottom: -50px!important;
    }
    
}
@media (max-width: 768px) {
    .desktop-break {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .mobile-left {
        text-align: left;
    }
    .mobile-right {
        text-align: right;
    }
    .mobile-center {
        text-align: center;
    }
    .mobile-hidden {
        display: none;
    }
}

@media (min-width: 768px) {
    .icon-box img {
        padding-right: 20px;
        width: 125px;
        height: auto;
    }
    .tabs-btn li a:hover:after {
    	left: 40%;
    }
    .titleblock h2 {
        font-size: 100px;
        line-height: 110px;
    }
    .dark-background h3, .dark-background .title2  {
        font-size: 24px;
        line-height: 30px;
    }
    
    .bold-section-title > h2 > .Custom-E {
        font-size: 21px !important;
        line-height: 30px !important;
        margin-top: -5px;
    }
    h1 .Custom-E,  .section-title > h2 > .Custom-E {
        font-size: 28px !important;
        line-height: 35px !important;
        margin-top: -10px;
    }
    .bigger-text h1 {
        font-size: 75px;
        line-height: 80px;
    }
    .bigger-text h2 {
        font-size: 60px !important;
        line-height: 65px !important;
    }
    .bigger-text .Custom-E {
        font-size: 40px !important;
        line-height: 50px !important;
        margin-top: -15px;
        padding: 0 5px;
    }
    .biggertext h2 {
        font-size: 36px !important;
        line-height: 40px !important;
    }
    .biggertext h3 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .biggertext-tabs h3 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .biggertext h4 {
        font-size: 40px !important;
        line-height: 45px !important;
    }
    .biggertext .Custom-E {
        font-size: 26px !important;
        line-height: 35px !important;
        margin-top: -8px;
        padding: 0 2px;
    }
    .text-bigger h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .text-bigger  .Custom-E {
        font-size: 20px !important;
        line-height: 25px !important;
        margin-top: -6px;
        padding: 0 2px;
    }
    .smallertext h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .smallertext .Custom-E {
        font-size: 17px !important;
        line-height: 25px !important;
        margin-top: -6px;
        padding: 0 2px;
    }
    .blackbox h3 {
        font-size: 47px;
    }
    .bottomtext h2 {
        font-size: 47px;
    }
    .blackbox .Custom-E {
        font-size: 33px !important;
        line-height: 35px !important;
        margin-top: -8px !important;
        padding-left: 5px !important;
    }
    .blacktext {
        padding-top: 40px;
    }
    .pricebox {
        padding: 65px 20px 70px 20px;
    }
    .pricebox-black {
        padding: 65px 20px 70px 20px;
    }
    .pricebox1 {
        padding: 60px 20px 30px 20px;
    }
    .pricebox h6, .pricebox1 h6 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .blog_sidebar_tag {
        padding: 20px 10px;
        font-size: 12px;
        color: #504f4f !important;
        text-transform: uppercase !important;
        display: inline-block;
        font-weight: 500;
        border-bottom: 1px solid #b5b3b3;
        margin: 0 -4px 0 0 !important;
    }
    .mobile-menu {
        display: none !important;
    }
    .FooterMenu {
        padding-bottom: 15px;
    }
    .FooterMenu li.le_menuitem_level_0 a:first-of-type {
        margin-left: 0 !important;
    }
    .testimonial-box .bx-pager.bx-default-pager a {
        width: 75px !important;
    }
    .testimonial .bx-pager.bx-default-pager a {
        width: 60px !important;
    }
    .uppertext h2 {
        font-size: 55px;
        line-height: 60px;
    }
    .underline a {
       text-decoration: none;
       position: relative;
       z-index: 0;
       display: inline-block;
       padding: 0px 10px 0px 10px;
       margin: 0 5px;
       overflow: hidden;
       color: var(--bg-main);
       vertical-align: bottom;
       transition: color .3s ease-out;
    }
    
    .underline a::before {
       content: "";
       position: absolute;
       z-index: -1;
       top: 0;
       left: 0;
       bottom: 5px;
       transform: translateY(calc(100% - 18px));
       width: 100%;
       height: 100%;
       background: var(--bg-color);
       transition: transform .25s ease-out;
    }
    .underline a:hover { 
       color: var(--bg-main);
    }
    .underline a:hover::before {
       transform: translateY(0);
       transition: transform .25s ease-out;
    }
    .overlay {
        background: rgba(255,255,255,0.8);
        padding: 30px 25px;
        position: absolute;
        top: 25%;
        left: 5%;
        right: 5%;
        text-align: center;
    }
    .tab1 .overlay:before {
        width: 180px;
    }
    .tab2 .overlay:before {
        width: 160px;
    }
    .tab3 .overlay:before {
        width: 275px;
    }
    .tab-main .overlay:before {
        width: 325px;
    }
    .testimonial-box {
        padding: 30px 0 0 110px;
    }
    .testimonial-box:before {
        width: 70px;
        left: 25px;
        top: 30px;
    }
    .uppertext {
        position: absolute;
        bottom: 28%;
    }
    .plus-tab:before, .equal-tab:before {
        margin-right: 10px;
    }
    .tabs-btn ul li a {
        padding: 0 10px;
    }
    .absolute-center {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction:column;
    }
    .row-same-height {
        display: -webkit-box; 
        display: -ms-flexbox; 
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: -webkit-box;  
        display: -ms-flexbox;  
        display: -webkit-flex; 
        display: flex;         
        float: none;
        vertical-align: top;
        padding: 0 15px;
        position: relative;
    }
    .desktop-hidden {
        display: none;
    }
    .banner-text {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        text-align: center;
    }
    .banner-text h1 {
        font-size: 75px;
        line-height: 80px;
    }
    .banner-text .Custom-E {
        font-size: 47px !important;
        line-height: 55px !important;
        margin-top: -15px;
        padding: 0 5px;
    }
    .top-banner .Custom-E {
        font-size: 40px !important;
        line-height: 50px !important;
        margin-top: -15px;
        padding: 0 5px;
    }
    .big-text h5 {
        font-size: 30px;
        line-height: 40px;
        color: #000;
    }
    .blog_post_listing_title_link {
        font-size: 22px !important;
    }
    .testimonials-title  {
        text-align: center!important;
    }
    .bx-wrapper img {
        margin-top: -20px;
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .franchise-testimonials img  {
         margin-right: 0px;
    }
    .bx-wrapper img  {
        float: none!important;
        margin: 0 auto;
    }
    .bx-viewport .htmlSlide  {
        padding: 0 30px 30px 30px!important;
    }
    .franchise-testimonials .htmlSlide:after  {
        margin-top: -15px;
    }
    .pt30  {
        padding-top: 30px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .mobile-break { display: none; }
    .row-same-height2 {
        display:table;
        width: 100%;
        margin: 0;
    }
    .row-same-height2 [class^="col-"],
    .row-same-height2 [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
        margin: 0;
    }
    
    .row-same-height2.sh-va-middle [class^="col-"],
    .row-same-height2.sh-va-middle [class*="col-"]{
        vertical-align: middle;
    }
    .row-same-height2.sh-va-bottom [class^="col-"],
    .row-same-height2.sh-va-bottom [class*="col-"]{
        vertical-align: middle;
    }
    .text-block {
        padding-left: 40px;
    }
    .biggertext-tabs h3 {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .titleblock h2 {
        font-size: 125px;
        line-height: 135px;
    }
    .dark-background h3, .dark-background .title2  {
        font-size: 36px;
        line-height: 40px;
    }
    .tabs-btn li a:hover:after {
    	left: 50%;
    }
    .pricebox {
        padding: 50px 20px 50px 20px;
    }
    .pricebox-black {
        padding: 50px 20px 50px 20px;
    }
    .pricebox1 {
        padding: 30px 20px 25px 20px;
    }
    .pricebox h6, .pricebox1 h6 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .blog_sidebar_tag {
        padding: 20px 20px;
        font-size: 14px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 5px;
        text-align: right;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	position: relative;
	    list-style-type: none;
	    text-decoration: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 12px 0 0 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        overflow: hidden;
        font-family: 'Troia-R-Regular'!important;
        margin: 0px 12px 15px 12px;
        font-size: 14px;
        color: #ffffff;
        line-height: 30px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
    }
    .MainMenu li.le_menuitem_level_0 a:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: 0;
        line-height: 30px;
        background: var(--bg-color);
        height: 2px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        color: var(--bg-color);
    }
    .MainMenu li.le_menuitem_level_0 a:hover:before, .MainMenu li.le_menuitem_level_0 a:focus:before, .MainMenu li.le_menuitem_level_0 a:active:before {
        left: 30%;
        right: 30%;
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
        width: 250px !important;
        padding: 0;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	display: none;
        margin: 0;
    	background: rgba(0,0,0,0.75);
    	text-align: left;
    	border-top: 2px solid var(--bg-color);
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 5px 10px !important;
    	margin: 0 !important;
    	color: #ffffff;
        font-family: 'Troia-R-Regular';
    	font-size: 12px;
    	text-decoration: none;
    	min-width: 200px;
    	-webkit-transition: all .1s ease !important;
        -moz-transition: all .1s ease !important;
	    transition: all .1s ease !important;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	background-color: var(--bg-color);
    	color: #ffffff;
    	-webkit-transition: all .1s ease !important;
        -moz-transition: all .1s ease !important;
	    transition: all .1s ease !important;
    }
    .MainMenu li.le_menuitem_level_1 a:before {
        height: 0 !important;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left: 100%;
    	margin-top: -40px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	border: 1px solid #e9eaea;
    	background-color: #ffffff;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        display: block;
    }
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    .Menu1 a {
        background-color: var(--bg-color) !important;
        color: var(--bg-main) !important;
        padding: 5px 12px 3px 12px !important;
        text-transform: uppercase;
        margin-right: 0 !important;
    }
    .Menu1 a:hover {
        background-color: #83ba01 !important;
    }
    .uppertext {
        bottom: 32%;
    }
    .uppertext h2 {
        font-size: 65px;
        line-height: 75px;
    }
    .overlay {
        left: 10%;
        right: 10%;
        padding: 50px;
        top: 20%;
    }
    .testimonial-box {
        padding: 0 0 0 75px;
    }
    .testimonial-box:before {
        width: 70px;
        left: 0px;
        top: 0px;
    }
    .plus-tab:before, .equal-tab:before {
        margin-right: 40px;
    }
    .tabs-btn ul li a {
        padding: 0 25px;
    }
    .blog_post_listing_title_link {
        font-size: 18px !important;
    }
    .franchise-testimonials .htmlSlide:after  {
        content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/text-images/spenga-testimonial-quote.svg);
        display: block;
        width: 60px;
        height: auto;
        margin-top: -20px;
        margin-right: 10px;
        background-color: #ffffff;
        padding: 10px;
        float: right;
        -webkit-border-radius: 12px; 
        -moz-border-radius: 12px; 
        border-radius: 12px; 
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .hide-tablet {
        display: none;
    }
}
@media (max-width: 1200px) {
    .aurora_why-it-werks #le_section-three-area1, .aurora_why-it-werks #le_section-four-area1, .aurora_why-it-werks #le_section-five-area1 {
        background-attachment: inherit !important;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .blog_post_listing_title_link {
        font-size: 22px !important;
    }
    .biggertext-tabs h3 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .uppertext {
        bottom: 34%;
    }
    .MainMenu {
        padding-top: 5px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        margin: 0px 20px 15px 20px;
        font-size: 16px;
    }
    .overlay {
        left: 20%;
        right: 20%;
        padding: 35px 50px;
        top: 30%;
    }
    .testimonial-box {
        padding: 0 0 0 50px;
    }
    .testimonial-box:before {
        width: 70px;
        left: -10px;
        top: 0px;
    }
    .plus-tab:before, .equal-tab:before {
        margin-right: 50px;
    }
    .tabs-btn ul li a {
        padding: 0 35px;
    }
    .pricebox {
        padding: 50px 20px 55px 20px;
    }
    .pricebox-black {
        padding: 55px 20px 55px 20px;
    }
    .pricebox h6, .pricebox1 h6 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .dark-background h3, .dark-background .title2  {
        font-size: 45px;
        line-height: 45px;
    }
}
@media (min-width: 1300px) {
    .testimonial-box {
        padding: 0px;
    }
    .testimonial-box:before {
        width: 70px;
        left: -65px;
        top: 0px;
    }
}

/* Clear */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.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;      
  }
  
.row.empty-row [class^="col-"], .row.empty-row [class*=" col-"]  {
    min-height: 0;
}
.le-edit-open .row.empty-row [class^="col-"], .le-edit-open .row.empty-row [class*=" col-"]  {
    min-height: 1px;
}
  

/* Blog */
#blog_sidebar {
    float: none !important;
}
#blog_sidebar_image, #blog_sidebar_archive {
    display: none !important;
}
#blog_sidebar_tag_cloud {
    margin-bottom: 50px !important;
}
.blog_sidebar_tag:hover, .blog_sidebar_tag:active, .blog_sidebar_tag:focus {
    color: var(--bg-main) !important;
    border-bottom: 1px solid #000000;
}
.blog_post_footer_section {
    padding: 10px 0;
}
#blog_post_footer_hr {
    margin-top: 15px;
}
.blog_post_tag_header {
    display: none;
}
.blog_post_tag a {
    background-color: #ededed;
    color: var(--bg-main) !important;
    display: inline-block;
    padding: 4px 15px;
    margin: 10px 5px 5px 0;
}
.blog_post_tag a:hover {
    background-color: var(--bg-color);
}
.blog_post_permalink a {
    color: var(--bg-main) !important;
}
#blog_post_comments_section, #blog_post_comments_hr {
    display: none;
}
#blog_post_title_section h1 {
    margin-bottom: 10px !important;
}
.blog_post_listing_sidebar {
    width: 100% !important;
}
.blog_post_listing_tag a {
    color: var(--bg-main);
}
.blog_post_listing_tag a:hover {
    color: var(--bg-color);
}
#blog_post_listing .se_button a, #blog_post_listing a.se_button {
    margin-bottom: 0px !important;
    display: table-cell;
}
.blog_post_listing_content {
    float: none !important;
    overflow: auto !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: -4px !important;
}
#blog_post_listing .feature_blog_text {
    float: none !important;
}
.feature_blog_text {
    margin-left: 0 !important;
    color: var(--bg-main) !important;
}

.feature_blog_image {
    float: left !important;
    margin-bottom: 5px;
    height: auto!important;
}
.blog_post_listing_title_link {
    font-weight: 700;
    color: var(--bg-main);
}
.blog_post_listing h1 {
    line-height: 20px !important;
    margin-bottom: 0px !important;
    color: var(--bg-main);
}
.blog_post_listing_footer_hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.read_more_div a {
    background-color: var(--bg-color);
    color: var(--bg-main);
    text-transform: uppercase;
    padding: 8px 15px !important;
    margin-top: 10px;
}
.read_more_div a:hover {
    background-color: var(--bg-main);
    color: #ffffff;
}
.a.read_more_link {
    display: table !important;
}
a.read_more_link {
    display: block !important;
    width: 135px;
    background-color: var(--bg-color);
    color: var(--bg-main);
    padding: 7px 10px;
    font-size: 13px;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
}
a.read_more_link:hover {
    background-color: var(--bg-main);
    color: #ffffff;
}
.blog_post_listing {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ------ 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 .footer {
    margin-bottom: 40px !important;
}
.le-edit-open .request-form {
    position: relative !important;
    right: 0 !important;
    float: right !important;
    margin-top: 30px !important;
    top: 0 !important;
}
.le-edit-open .cookies {
    position: relative !important;
}
.le-edit-open .header-wrap {
    position: relative !important;
    z-index: 1 !important;
}
.le-edit-open .textbox {
    height: auto !important;
}
.le-edit-open .absolute-center {
    display: inline-block !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer-area3 {
    margin-bottom: 30px;
}
#le_header-right {
}
.aurora_about #le_section-one {
    padding-top: 30px;
}
.aurora_about #le_section-two-area6 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(255, 255, 255);
}
.aurora_about #le_section-two-area7 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(255, 255, 255);
}
.aurora_about #le_section-two-area8 {
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 0px;
    color: rgb(255, 255, 255);
}
.aurora_about-me #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/blog-thumb-coffee.jpg);
}
.aurora_appointments #le_section-one {
    margin-top: 30px;
}
.aurora_appointments #le_section-one-area7 {
    padding-left: 0px;
}
.aurora_contact #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: px;
}
.aurora_contact #le_feature-content1 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_contact #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_contact #le_section-Four {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_contact #le_section-Four {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_contact #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/spenga-interior-building-mokena-support.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_features #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_features #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_features #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_features #le_section-four {
    background-color: rgb(70, 70, 70);
    padding-bottom: 40px;
}
.aurora_features #le_section-four-area1 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-four-area2 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area3 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area4 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area5 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area6 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-four-area7 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-one {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_features #le_section-one-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img1.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.aurora_features #le_section-one-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img2.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.aurora_features #le_section-one-content1 {
    font-size: px;
}
.aurora_features #le_section-one-content4 {
    padding-top: 60px;
}
.aurora_features #le_section-one-content7 {
    padding-top: 40px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
}
.aurora_features #le_section-one-content8 {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(70, 70, 70);
    font-size: 24px;
}
.aurora_features #le_section-one-content9 {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_features #le_section-three {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_features #le_section-two-area1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img_banner2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_features #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/training-828726.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_features #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img_banner.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_features #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img_banner3.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_features #le_section-two-area6 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area7 {
    background-color: rgb(237, 234, 229);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area8 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area9 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section1 {
    background-color: rgb(237, 237, 237);
    margin-top: px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_features #le_section1-content 4 {
    padding-top: 60px;
}
.aurora_features-copy #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_features-copy #le_headerRegion {
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_feature-content2 {
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_home #le_feature-content3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img1.jpg);
    background-size: cover;
    margin-bottom: 15px;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_home #le_feature-content4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/coremb/img2.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_home #le_featureContainer {
}
.aurora_home #le_headerContainer {
}
.aurora_home #le_headerRegion {
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 10px;
    padding-bottom: 10px;
}
.aurora_home #le_masthead {
    background-color: rgba(0, 0, 0, 0.5);
}
.aurora_home #le_masthead-region {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 20px;
}
.aurora_home #le_masthead-right {
    color: rgb(255, 255, 255);
}
.aurora_home #le_menu-region {
}
.aurora_home #le_sec2 1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 A {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 X 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2-1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sectio-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/section5-image.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_home #le_section-eight-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/spenga-chattanooga-home-exterior-lg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/photo-1421757381940-5d269570b21c-1440.jpg);
    background-color: rgb(65, 65, 66);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-five-area1 {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0px;
}
.aurora_home #le_section-five-area2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_home #le_section-five-area3 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_home #le_section-five-area4 {
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_home #le_section-four {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-nine {
    background-color: rgb(65, 65, 66);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-nine-area2 {
}
.aurora_home #le_section-nine-area3 {
    padding-top: 8%;
    padding-left: 40px;
}
.aurora_home #le_section-one-area2 {
    background-color: rgb(151, 215, 0);
    margin-top: -15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_home #le_section-seven {
    margin-bottom: 90px;
}
.aurora_home #le_section-seven-area1 {
    margin-bottom: 60px;
}
.aurora_home #le_section-seven-area4 {
}
.aurora_home #le_section-six {
    margin-top: 150px;
    margin-bottom: 125px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-six-area1 {
    margin-bottom: 75px;
}
.aurora_home #le_section-six-area2 {
    margin-bottom: 30px;
}
.aurora_home #le_section-six-area3 {
    margin-bottom: 30px;
}
.aurora_home #le_section-six-area4 {
    margin-bottom: 30px;
}
.aurora_home #le_section-six-area5 {
}
.aurora_home #le_section-three {
    background-color: rgb(65, 65, 66);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-three-area1 {
    padding-top: px;
    padding-bottom: px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 36px;
}
.aurora_home #le_section-three-area2 {
    margin-top: 25%;
}
.aurora_home #le_section-three-area3 {
}
.aurora_home #le_section-three-area4 {
    background-color: rgba(255, 255, 255, 0.75);
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 35px;
    padding-right: 25px;
    padding-bottom: 35px;
    padding-left: 25px;
    color: rgb(0, 0, 0);
}
.aurora_home #le_section-two {
    margin-top: 100px;
    margin-bottom: 80px;
}
.aurora_home #le_section-two-area1 {
    margin-bottom: 80px;
    text-align: center;
    font-size: 30px;
}
.aurora_home #le_section-two-area2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_home #le_section-two-area3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_home #le_section-two-area4 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_home #le_section-two-area5 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    font-size: 16px;
}
.aurora_home #le_section-two-area6 {
    padding-top: px;
    padding-bottom: px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
.aurora_home #le_section2-1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2-content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_how-it-werks #le_section-eight {
    background-color: rgb(0, 0, 0);
    margin-top: 75px;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_how-it-werks #le_section-eleven {
}
.aurora_how-it-werks #le_section-eleven-area1 {
}
.aurora_how-it-werks #le_section-Five {
}
.aurora_how-it-werks #le_section-five-area3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_how-it-werks #le_section-five-area4 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_how-it-werks #le_section-five-area5 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_how-it-werks #le_section-Four {
    margin-bottom: 50px;
}
.aurora_how-it-werks #le_section-four-area1 {
    margin-top: 20px;
}
.aurora_how-it-werks #le_section-four-area10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/spenga-white-brand-green-lobby.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-bottom: 60px;
    padding-top: 200px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
}
.aurora_how-it-werks #le_section-four-area11 {
}
.aurora_how-it-werks #le_section-four-area12 {
}
.aurora_how-it-werks #le_section-four-area8 {
}
.aurora_how-it-werks #le_section-four-area9 {
}
.aurora_how-it-werks #le_section-fullwidth-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/spenga-strength-all-the-burn-strength.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    margin-bottom: 60px;
    padding-top: 200px;
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_how-it-werks #le_section-nine {
    margin-bottom: 100px;
}
.aurora_how-it-werks #le_section-nine-area1 {
    margin-top: 100px;
    margin-bottom: 40px;
}
.aurora_how-it-werks #le_section-nine-area17 {
    background-color: rgb(151, 215, 0);
    padding-top: 10px;
    padding-bottom: 10px;
}
.aurora_how-it-werks #le_section-nine-area4 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_how-it-werks #le_section-nine-area5 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_how-it-werks #le_section-nine-area6 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_how-it-werks #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/spenga-white-brand-green-lobby.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_how-it-werks #le_section-six {
}
.aurora_how-it-werks #le_section-six-area1 {
}
.aurora_how-it-werks #le_section-ten-area2 {
}
.aurora_how-it-werks #le_section-thirteen {
}
.aurora_how-it-werks #le_section-thirteen-area1 {
    margin-top: 50px;
    margin-bottom: 30px;
}
.aurora_how-it-werks #le_section-thirteen-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/core/spenga-support-team-TEMP.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 200px;
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_how-it-werks #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_how-it-werks #le_section-three-area1 {
    margin-bottom: 40px;
}
.aurora_how-it-werks #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/spenga-frachise-3d-interior-tour.jpg);
    background-size: cover;
    background-position: center right;
    margin-bottom: 30px;
    padding-top: 225px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_how-it-werks #le_section-three-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/why-it-werks-strength.jpeg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    padding-top: 225px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_how-it-werks #le_section-three-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/core/spenga-werks-support-TEMP.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    padding-top: 225px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_how-it-werks #le_section-three-area7 {
    margin-top: 50px;
}
.aurora_how-it-werks #le_section-tweleve {
    margin-bottom: 50px;
}
.aurora_how-it-werks #le_section-tweleve-area1 {
}
.aurora_how-it-werks #le_section-tweleve-area3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_how-it-werks #le_section-tweleve-area4 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_how-it-werks #le_section-tweleve-area5 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_intro-offer #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_intro-offer-fitness #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_intro-offer-spin #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_intro-offer-strength #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_intro-offer-workout #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_intro-offer-yoga #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_landing-page1 #le_section-five {
    background-color: rgb(65, 65, 66);
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_landing-page1 #le_section-five-area3 {
    padding-top: 15px;
    padding-left: 40px;
}
.aurora_landing-page1 #le_section-four {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_landing-page1 #le_section-four-area10 {
    padding-top: 1px;
}
.aurora_landing-page1 #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/Boca-SPENGA-studio.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_landing-page1 #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_landing-page1 #le_section-two {
    padding-top: 50px;
    padding-bottom: 25px;
}
.aurora_landing-page1 #le_section-two-area1 {
    padding-right: 25px;
    padding-left: 25px;
}
.aurora_meet-the-spenga-team #le_section-one {
}
.aurora_my-training #le_feature {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 250px;
    padding-bottom: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_my-training #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: px;
}
.aurora_my-training #le_header {
    border-width: px;
}
.aurora_news #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/training-828726/training-828726_2000x1328.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_news #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_privacy-policy #le_section-one-area1 {
    margin-bottom: 75px;
}
.aurora_privacy-policy #le_section-one-video {
    margin-top: 75px;
    margin-bottom: 75px;
}
.aurora_schedule #le_section-one {
    margin-top: 30px;
}
.aurora_serivices #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_services #le_section-two-area1 {
    background-color: rgb(70, 70, 70);
    padding-right: 80px;
    padding-left: 80px;
}
.aurora_services #le_section-two-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/smart-watch.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 10px;
    padding-bottom: 100px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
}
.aurora_services #le_section-two-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/macbook.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 10px;
    padding-bottom: 100px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
}
.aurora_services #le_section-two-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/photo-1416339306562-f3d12fefd36f.jpeg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    color: rgb(255, 255, 255);
}
.aurora_spenga-growth #le_section-Five {
}
.aurora_spenga-growth #le_section-Four {
}
.aurora_spenga-growth #le_section-fullwidth {
    background-color: rgb(151, 215, 0);
}
.aurora_spenga-growth #le_section-fullwidth-area1 {
}
.aurora_spenga-growth #le_section-one {
}
.aurora_spenga-growth #le_section-seven {
}
.aurora_spenga-growth #le_section-six {
    margin-top: 120px;
    margin-bottom: 50px;
}
.aurora_spenga-growth #le_section-six-area1 {
}
.aurora_spenga-growth #le_section-thirteen {
    background-color: rgb(0, 0, 0);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_spenga-growth #le_section-thirteen-area1 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.aurora_spenga-growth #le_section-three {
    background-color: rgb(65, 65, 66);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_spenga-growth #le_section-tweleve {
    background-color: rgb(151, 215, 0);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_spenga-growth #le_section-tweleve-area10 {
}
.aurora_spenga-growth #le_section-tweleve-area11 {
}
.aurora_spenga-growth #le_section-tweleve-area8 {
}
.aurora_spenga-growth #le_section-tweleve-area9 {
}
.aurora_spenga-support #le_section-eight {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_spenga-support #le_section-eight-area1 {
    margin-bottom: 75px;
}
.aurora_spenga-support #le_section-eleven {
}
.aurora_spenga-support #le_section-eleven-area1 {
}
.aurora_spenga-support #le_section-Five {
    background-color: rgb(151, 215, 0);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_spenga-support #le_section-nine {
    margin-top: 75px;
    margin-bottom: 80px;
}
.aurora_spenga-support #le_section-nine-area1 {
    margin-bottom: 40px;
}
.aurora_spenga-support #le_section-nine-area10 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_spenga-support #le_section-nine-area11 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_spenga-support #le_section-nine-area12 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_spenga-support #le_section-nine-area13 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_spenga-support #le_section-nine-area4 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_spenga-support #le_section-nine-area5 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_spenga-support #le_section-nine-area6 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_spenga-support #le_section-nine-area7 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_spenga-support #le_section-nine-area8 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_spenga-support #le_section-nine-area9 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_spenga-support #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/spenga-interior-building-mokena.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_spenga-support #le_section-six {
    margin-top: 100px;
    margin-bottom: 75px;
}
.aurora_spenga-support #le_section-six-area1 {
    margin-bottom: 100px;
}
.aurora_spenga-support #le_section-ten-area2 {
}
.aurora_spenga-support #le_section-thirteen {
}
.aurora_spenga-support #le_section-thirteen-area8 {
    background-color: rgb(65, 65, 66);
    padding-top: 50px;
    padding-bottom: 65px;
}
.aurora_spenga-support #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_spenga-support #le_section-tweleve {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_spenga-support #le_section-tweleve-area1 {
    margin-bottom: 100px;
}
.aurora_steps-to-ownership #le_section-eight {
    background-color: rgb(249, 249, 249);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_steps-to-ownership #le_section-Five {
    background-color: rgb(151, 215, 0);
    padding-top: 5px;
    padding-bottom: 0px;
}
.aurora_steps-to-ownership #le_section-Four {
}
.aurora_steps-to-ownership #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/spenga-exterior-sign-chattanooga.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_steps-to-ownership #le_section-seven {
}
.aurora_steps-to-ownership #le_section-six {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_steps-to-ownership #le_section-thirteen-area8 {
    background-color: rgb(76, 76, 76);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_steps-to-ownership #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_terms-of-use #le_section-one-area1 {
    margin-top: 75px;
    margin-bottom: 75px;
}
.aurora_test #le_feature {
    text-align: center;
    color: rgb(255, 255, 0);
    font-size: 50px;
}
.aurora_test #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_test-1 #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center left;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 20px;
    padding-bottom: 90px;
    text-align: center;
    line-height: 24px;
}
.aurora_test-1 #le_section-four {
    background-color: rgb(121, 0, 0);
}
.aurora_test-1 #le_section-four-area1 {
}
.aurora_test-1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_0888.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_test-1 #le_section-one-content3 {
    background-color: rgba(0, 0, 0, 0.39);
}
.aurora_test-1 #le_section-three {
}
.aurora_test-1 #le_section-two {
    background-color: rgb(230, 225, 218);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.05);
    border-width: 1px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.aurora_test-1 #le_section-two-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_1314/IMG_1314_1500x1000.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: center center;
}
.aurora_test-1 #le_section-two-area7 {
    border-style: solid;
    border-color: rgb(75, 0, 130);
}
.aurora_test-2---page-with-feature-header #le_feature-content2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/template-test---alex/IMG_1763/IMG_1763_1471x980.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_test-2---page-with-feature-header #le_featureContainer {
    background-color: rgb(230, 225, 218);
}
.aurora_thank-you #le_section-one {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_why-it-werks #le_section-eleven {
}
.aurora_why-it-werks #le_section-eleven-area1 {
}
.aurora_why-it-werks #le_section-Five {
}
.aurora_why-it-werks #le_section-five-area3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_why-it-werks #le_section-five-area4 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_why-it-werks #le_section-five-area5 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_why-it-werks #le_section-Four {
    margin-bottom: 50px;
}
.aurora_why-it-werks #le_section-four-area1 {
    margin-top: 20px;
}
.aurora_why-it-werks #le_section-four-area10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/spenga-spin-crush-calories.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    margin-bottom: 60px;
    padding-top: 200px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
}
.aurora_why-it-werks #le_section-four-area11 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_why-it-werks #le_section-four-area12 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_why-it-werks #le_section-four-area8 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_why-it-werks #le_section-four-area9 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_why-it-werks #le_section-fullwidth-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/spenga-strength-all-the-burn-strength.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    margin-bottom: 60px;
    padding-top: 200px;
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_why-it-werks #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/spenga-spin-strength-studio.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_why-it-werks #le_section-six {
}
.aurora_why-it-werks #le_section-six-area1 {
    margin-bottom: 100px;
}
.aurora_why-it-werks #le_section-ten-area2 {
}
.aurora_why-it-werks #le_section-thirteen {
}
.aurora_why-it-werks #le_section-thirteen-area1 {
    margin-top: 50px;
    margin-bottom: 30px;
}
.aurora_why-it-werks #le_section-thirteen-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/spenga-yoga-class-session.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_why-it-werks #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_why-it-werks #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/why-it-werks-spin.jpeg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    padding-top: 225px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_why-it-werks #le_section-three-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/why-it-werks-strength.jpeg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    padding-top: 225px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_why-it-werks #le_section-three-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/images/why-it-werks-yoga-meditation.jpeg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    padding-top: 225px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_why-it-werks #le_section-three-area7 {
    margin-top: 40px;
}
.aurora_why-it-werks #le_section-tweleve {
    margin-bottom: 50px;
}
.aurora_why-it-werks #le_section-tweleve-area1 {
}
.aurora_why-it-werks #le_section-tweleve-area3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_why-it-werks #le_section-tweleve-area4 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_why-it-werks #le_section-tweleve-area5 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_why-spenga #le_feature-content1 {
    background-color: rgb(0, 0, 0);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_why-spenga #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/bw-team-header.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 250px;
}
.aurora_why-spenga #le_headerRegion {
}
.aurora_why-spenga #le_section-eight {
}
.aurora_why-spenga #le_section-Five {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_why-spenga #le_section-Four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spengafranchise/training-828726.jpg);
    background-color: rgb(151, 215, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_why-spenga #le_section-nine {
    background-color: rgb(65, 65, 66);
    padding-top: 70px;
    padding-bottom: 50px;
}
.aurora_why-spenga #le_section-nine-area2 {
}
.aurora_why-spenga #le_section-nine-area3 {
    padding-top: 10%;
    padding-left: 50px;
}
.aurora_why-spenga #le_section-one {
}
.aurora_why-spenga #le_section-seven {
    margin-top: 125px;
    margin-bottom: 50px;
}
.aurora_why-spenga #le_section-seven-area1 {
    margin-bottom: 40px;
}
.aurora_why-spenga #le_section-seven-area2 {
    padding-right: 5%;
    padding-left: 5%;
}
.aurora_why-spenga #le_section-seven-area3 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_why-spenga #le_section-seven-area4 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_why-spenga #le_section-seven-area5 {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.aurora_why-spenga #le_section-six {
    margin-top: 100px;
    margin-bottom: 80px;
}
.aurora_why-spenga #le_section-ten-area1 {
}
.aurora_why-spenga #le_section-ten-area2 {
}
.aurora_why-spenga #le_section-thirteen {
    margin-top: 0px;
    margin-bottom: 0px;
}
.aurora_why-spenga #le_section-thirteen-area8 {
    background-color: rgb(65, 65, 66);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_why-spenga #le_section-three {
    margin-top: 100px;
    margin-bottom: 100px;
}
.aurora_why-spenga #le_section-three-area1 {
    text-align: center;
}
.aurora_why-spenga #le_section-three-area2 {
    padding-top: 0px;
    text-align: center;
    line-height: 24px;
}
.aurora_why-spenga #le_section-three-area3 {
    padding-top: 0px;
    text-align: center;
    line-height: 24px;
}
.aurora_why-spenga #le_section-three-area4 {
    padding-top: 0px;
    text-align: center;
    line-height: 24px;
}
.aurora_why-spenga #le_section-tweleve {
    background-color: rgb(151, 215, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_why-spenga #le_section1 {
    padding-top: px;
    padding-bottom: px;
}
.aurora_workshops #le_section-one {
    margin-top: 30px;
}
.seFormButton {
    background-color: rgb(140, 198, 63);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
    background-color: rgb(140, 198, 63);
    color: rgb(255, 255, 255);
    font-size: 14px;
    border-color: rgb(90, 94, 97);
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(63, 64, 64);
    border-color: rgb(123, 126, 129);
}
.se_cta {
    background-color: rgb(70, 70, 70);
    border-color: rgb(140, 198, 63);
    border-width: 10px;
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
    border-color: rgb(230, 225, 218);
}
.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 {
    background-color: rgb(255, 255, 255);
}
.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 {
    background-color: rgb(0, 0, 0);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgb(0, 0, 0);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-family: 'Lato';
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(151, 215, 0);
    background-color: rgba(0, 0, 0, 0);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(151, 215, 0);
}
.se_siteBranding a {
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: normal;
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(140, 198, 63);
    font-size: 26px;
}
.se_social a:hover {
    color: rgb(255, 255, 255);
}
.se_tagline {
    color: rgb(255, 255, 255);
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
    color: rgb(140, 198, 63);
}
a:hover {
    color: rgb(63, 64, 64);
}
blockquote {
    font-family: 'Lato';
    font-size: 22px;
    font-style: italic;
}
body .navicon {
    color: rgb(255, 255, 255);
}
h1, h1 a, .title1, .title1 a {
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-style: normal;
}
h2, h2 a, .title2, .title2 a {
    font-size: px;
}
h3, h3 a, .title3, .title3 a {
    font-size: 30px;
    color: rgb(63, 64, 64);
    font-weight: normal;
}
h4, h4 a, .title4, .title4 a {
    font-size: 25px;
    color: rgb(140, 198, 63);
}
h5, h5 a, .title5, .title5 a {
    font-family: 'Lato';
    font-size: 20px;
    color: rgb(63, 64, 64);
}
h6, h6 a, .title6, .title6 a {
    font-family: 'Lato';
    font-size: 18px;
    color: rgb(140, 198, 63);
}
hr {
    background-color: rgba(70, 70, 70, 0.17);
}
p, ul, ol, dl {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_footer-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-Four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight-area1 {
    padding-top: 250px;
    padding-bottom: 250px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine-area2 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine-area3 {
    padding-left: 0px;
    text-align: center;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    margin-top: 20%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-Five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-Four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-four-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-four-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-four-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-fullwidth-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-nine-area17 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-nine-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-nine-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-nine-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-thirteen-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-tweleve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-tweleve-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-tweleve-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_how-it-werks #le_section-tweleve-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-fitness #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-spin #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-strength #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-workout #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_intro-offer-yoga #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_landing-page1 #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_landing-page1 #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_landing-page1 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_landing-page1 #le_section-four-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_landing-page1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_landing-page1 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_landing-page1 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_landing-page1 #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-the-spenga-team #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_news #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_news #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-one-video {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-Five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-Four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-fullwidth {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-fullwidth-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-tweleve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-tweleve-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-tweleve-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-tweleve-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-growth #le_section-tweleve-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-Five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-nine-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-nine-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-nine-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-nine-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-nine-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-nine-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-nine-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-nine-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-nine-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-nine-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-one {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-six-area1 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-tweleve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spenga-support #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-Five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-Four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-one {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_terms-of-use #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-Five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-five-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-Four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-four-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-four-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-four-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-fullwidth-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-one {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-thirteen-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-tweleve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-tweleve-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-tweleve-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-it-werks #le_section-tweleve-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-Five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-Four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-nine-area3 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-seven-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-seven-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-seven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spenga #le_section-tweleve {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_footer-area3 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-Four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    background-position: center left;
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight-area1 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine-area2 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine-area3 {
    padding-left: 0px;
    text-align: center;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    margin-top: 0%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    margin-top: 60px;
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area1 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-Five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-Four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-four-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-four-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-four-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-fullwidth-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-nine-area17 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-nine-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-nine-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-nine-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-thirteen-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-tweleve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-tweleve-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-tweleve-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_how-it-werks #le_section-tweleve-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-fitness #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-spin #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-strength #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-workout #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_intro-offer-yoga #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_landing-page1 #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_landing-page1 #le_section-five-area3 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_landing-page1 #le_section-four {
    padding-top: 40px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_landing-page1 #le_section-four-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_landing-page1 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_landing-page1 #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_landing-page1 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_landing-page1 #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-the-spenga-team #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_news #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_news #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-one-video {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-Five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-Four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-fullwidth {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-fullwidth-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-three {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-tweleve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-tweleve-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-tweleve-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-tweleve-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-growth #le_section-tweleve-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-Five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-nine-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-nine-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-nine-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-nine-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-nine-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-nine-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-nine-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-nine-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-nine-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-nine-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-one {
    background-position: center right;
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-six-area1 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-tweleve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spenga-support #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-Five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-Four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-one {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-six {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-three {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_terms-of-use #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-Five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-five-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-Four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-four-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-four-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-four-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-fullwidth-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-one {
    padding-top: 125px;
    padding-bottom: 125px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-thirteen-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-tweleve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-tweleve-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-tweleve-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-tweleve-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-it-werks #le_section-tweleve-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-Five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-Four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-nine-area3 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-seven-area2 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-seven-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-seven-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-seven-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-three {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spenga #le_section-tweleve {
    }
}

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