@import url('https://fonts.googleapis.com/css?family=Francois+One|Nunito+Sans:200,300,400,600,700,800,900&display=swap');

:root {
    --bg-main: #ffffff;
    --bg-color: #bf1f2d;
    --bg-hover: #a71a27;
}

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

/* 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: 'Nunito Sans', sans-serif;
	font-size: 16px;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: var(--bg-main);
	font-family: 'Francois One', sans-serif;
	font-size: 50px;
	line-height: 55px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h2, h2 a, .title2, .title2 a {
	color: var(--bg-main);
	font-family: 'Francois One', sans-serif;
	font-size: 50px;
	line-height: 55px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h3, h3 a, .title3, .title3 a {
	color: var(--bg-main);
	font-family: 'Francois One', sans-serif;
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h4, h4 a, .title4, .title4 a {
	color: var(--bg-main);
	font-family: 'Francois One', sans-serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: var(--bg-main);
	font-family: 'Francois One', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h6, h6 a, .title6, .title6 a {
    color: var(--bg-main);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}

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

.le_form {
	color: var(--bg-main);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: var(--bg-main);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: var(--bg-color);
	color: #ffffff;
    -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-hover);
	color: #ffffff;
}
.contactform .seFormButton {
    position: absolute;
	margin-top: -25px;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Nunito Sans', sans-serif;
	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-hover);
	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:2px solid var(--bg-color);
	box-shadow: none !important;
	color: var(--bg-main);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.form-control {
    border:2px solid var(--bg-color);
	box-shadow: none !important;
	padding: 5px 10px;
	background-color: #fff;
	height: 40px;
	border-radius: 0 !important;
	color: #676767 !important;
	letter-spacing: .14em;
	font-weight: 300;
}
.wrapper textarea {
    padding: 10px 10px;
}
/* -- 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: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}

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

.le_form label {
    font-weight: normal;
}


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

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


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

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

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
/*.le-captcha {*/
/*    border:2px solid #5698c9 !important;*/
/*    margin-top: -25px !important;*/
/*}*/
#ab-optin-container input[type="text"], #ab-optin-container input[type="email"], #ab-optin-container input[type="password"], #ab-optin-container textarea {
    border-color: solid 2px var(--bg-main);
    background-color: var(--bg-color);
    color: #ffffff;
    margin-bottom: 10px;
}
#ab-optin-container input {
    border-color: solid 2px var(--bg-main);
    background-color: var(--bg-color);
    color: #ffffff;
    margin-bottom: 10px;
    padding: 8px 10px !important;
    width: 100% !important;
}
#ab-optin-container button {
    background-color: var(--bg-main);
    color: var(--bg-color);
    width: 100% !important;
    border: 0 !important;
    padding: 12px 10px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
}
#ab-optin-container ::-webkit-input-placeholder {
    color: #ffffff !important;
}
#ab-optin-container :-moz-placeholder { /* older Firefox*/
    color: #ffffff !important;
}
#ab-optin-container ::-moz-placeholder { /* Firefox 19+ */ 
    color: #ffffff !important;
} 
#ab-optin-container :-ms-input-placeholder { 
    color: #ffffff !important;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background-color: var(--bg-color);
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background: var(--bg-color);
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: var(--bg-color) !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: var(--bg-hover) !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color :var(--bg-hover);
}
.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: #0e58a8;
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: #000000;
}
.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);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    color: #ffffff;
    background-color: var(--bg-color);
    margin-top: 10px;
    padding: 12px 30px;
}
.se_button.button1:hover, .se_button.button1:focus, .se_button.button1:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    background-color: var(--bg-color);
}

.se_button.button2 {
	background: none;
	color: #ffffff;
	border: 2px solid #ffffff;
	padding: 10px 20px !important;
	margin-top: 15px;
	overflow: hidden;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
.button2::before,
.button2::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button2::before {
	background: #c1c1c3;
}
.button2::after {
    background: #ffffff;
}
.button2:hover {
	color: var(--bg-hover);
}
.button2:hover::before,
.button2:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button2:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

/* 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;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.banner {
    text-align: center;
    margin-bottom: 10px;
}
.banner h4 {
    font-size: 50px;
    line-height: 55px;
}
.banner p {
    font-size: 24px;
    line-height: 30px;
}
.left-redbar {
    background-color: var(--bg-color);
    width: 20%;
    height: 500px;
    position: absolute;
    padding: 50px 0;
}
.text-block {
    padding: 75px 0;
}
.smallertext h1 {
    font-size: 40px;
    line-height: 45px;
}
.smallertext h2 {
    font-size: 38px;
    line-height: 45px;
}
.biggertext h4 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.bigger-text h4 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.testimonialbox .bx-pager.bx-default-pager a {
    border: 2px solid #ffffff;
    background: rgba(255,255,255,0) !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
}
.testimonialbox .bx-pager.bx-default-pager a:hover, .testimonialbox .bx-pager.bx-default-pager a.active {
    background: rgba(255,255,255,1) !important;
}
.smaller-title h1 {
    font-size: 24px;
    line-height: 35px;
    color: #BF1F2D;
    margin: 0;
}
@keyframes bg {
    0% {
        background-size:    0 0px,
                            0px 0,
                            0 0px,
                            0px 0;
    }
    25% {
        background-size:    100% 1px,
                            1px 0,
                            0 1px,
                            1px 0;
    }
    50% {
        background-size:    100% 1px,
                            1px 100%,
                            0 1px,
                            1px 0;
    }
    75% {
        background-size:    100% 1px,
                            1px 100%,
                            100% 1px,
                            1px 0;
    }
    100% {
        background-size:    100% 1px,
                            1px 100%,
                            100% 1px,
                            1px 100%;
    }
}
.whitecheck ul { 
    padding-left:20px; 
    list-style:none; 
}
.whitecheck ul li { 
    margin-bottom:10px; 
}
.whitecheck ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
    color: #ffffff;
}
.graybox {
    background-color: #322F31;
    padding: 30px 20px 30px 20px;
    margin-bottom: 25px;
}
.blackbox {
    background-color: #000000;
    padding: 20px;
    margin-bottom: 20px;
}
.black-box {
    background-color: #000000;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.box-black {
    background-color: #000000;
    padding: 30px 20px;
    margin-bottom: 25px;
    margin-top: -10px;
    text-align: center;
}
.box-black h2 {
    font-size: 30px;
    line-height: 35px;
}
.red-box {
    background-color: var(--bg-color);
    padding: 25px;
    margin-bottom: 25px;
}
.red-box h3 {
    color: #fff;
}
.red-box p {
    color: #fff;
}
.redbox h3 {
    background-color: var(--bg-color);
    font-size: 18px;
    padding: 10px 20px;
    line-height: 20px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
}
.mt10 {
    margin-top: 10px;
}
.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;
    color: #fff;
}

/* Pricebox
----------------------------------------------------------------------------------------------------*/
.pricebox {
    background-color: #322F31;
    padding: 30px 20px 30px 20px;
    margin-bottom: 25px;
}
.pricebox h5 {
    font-size: 50px;
    line-height: 50px;
}
.pricebox p {
    margin-bottom: 5px;
}

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin-bottom: 10px !important;
}
.expand h2 {
    position: relative; 
    background-color: var(--bg-color);
    font-size: 18px;
    padding: 10px 20px;
    line-height: 20px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
}
.expand h2:after {
    content: '\f103';
    font-family: 'FontAwesome';
    float: right;
    font-size: 20px;
    color: var(--bg-main);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2.active {
    background-color: var(--bg-hover);
    margin-bottom: 10px !important;
}
.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);
}
.expand h2:hover {
    cursor: pointer;
    background-color: var(--bg-hover);
}
.expand h3 {
    position: relative; 
    background-color: var(--bg-color);
    font-size: 18px;
    padding: 10px 20px;
    line-height: 20px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
}
.expand h3:after {
    content: '\f103';
    font-family: 'FontAwesome';
    float: right;
    font-size: 20px;
    color: var(--bg-main);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h3.active {
    background-color: var(--bg-hover);
    margin-bottom: 10px !important;
}
.expand h3.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h3:hover {
    cursor: pointer;
    background-color: var(--bg-hover);
}

/* 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;*/
    color: #fff !important;
}
#new_clients label {
    text-align: left !important;
    width: 100% !important;
}
.mb_login_new_input {
    width: 100% !important;
}
.mb_login_new_input input[type="text"], .mb_login_new_input input[type="email"], .mb_login_new_input input[type="password"], .mb_login_new_input textarea {
    color: #000 !important;
}
.mb_login_existing_input input[type="text"], .mb_login_existing_input input[type="password"] {
    color: #000 !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;
}
.mb_login_new_row select {
    color: #000 !important;
    margin-bottom: 10px;
}
.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;
}
.liability_text {
    height: 200px !important;
    overflow: scroll !important;
}
#login .textfield {
    background-color: #000000 !important;
}
a#forgot_password_link {
    color: var(--bg-color) !important;
    background-color: #000000 !important;
    padding: 0 !important;
}
@media (max-width: 767px) {
    #le_mb_loginsignup h3 {
        font-size: 16px !important;
        margin-bottom: -30px !important;
        padding: 0 !important;
    }
}
@media (max-width: 768px) {
    #le_mb_loginsignup h3 {
        font-size: 16px !important;
        padding: 0 20px !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;
        padding: 0 10px !important;
    }
    #login_submit {
        width: 100px !important;
    }
    .seFormButton, .wrapper input[type="submit"].seFormButton {
        padding: 12px 15px !important;
    }
    #login_form .seFormButton, .wrapper input[type="submit"].seFormButton {
        margin-top: -15px !important;
    }
    #signup_submit {
        display: block !important;
        margin-top: 20px !important;
    }
    .liability_text {
        margin-bottom: 20px !important;
    }
    .le_mb_wrapper {
        max-width: 100% !important;
    }
}


/* Mindbody Checkout
----------------------------------------------------------------------------------------------------*/
#purchase-summary {
    color: #000000 !important;
}
#main_checkout_content h3 {
    color: #ffffff !important;
}
/* Mindbody Schedule
----------------------------------------------------------------------------------------------------*/

.mb_schedule {
    margin-top: 15px;
    text-transform: uppercase !important;
    font-size: 14px !important;
}
.mb_listview_date {
    font-size: 28px !important;
}
#date_filter {
    border: 1px solid #272727 !important;
    height: 35px !important;
    padding: 5px !important;
    width: 100px !important;
    margin-top: -2px !important;
    color: #000000 !important;
}
.schedule_filters .selects {
    background-color: #272727 !important;
    height: 30px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
}
.date_filter_div {
    color: var(--bg-color) !important;
    text-transform: uppercase !important;
}
#link_for_print a {
    background-color: #272727 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    padding: 5px 10px !important;
    margin-left: 5px !important;
    display: inline-block !important;
}
#link_for_print a:hover {
    text-decoration: none !important;
    background-color: var(--bg-color) !important;
}
.master_date {
    border-bottom: 0px solid #ffffff !important;
}
.title_class {
    padding-left: 8% !important;
}
.title_staff {
    padding-left: 9% !important;
}
.wrapper #le_mb_list_schedule .master_date {
    background-color: var(--bg-color);
    color: #ffffff;
    padding: 10px 0 !important;
    height: 45px !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}
#le_mb_list_schedule tr {
    margin: 10px 0 !important;
}
#le_mb_list_schedule tr:nth-of-type(even) {
    background-color: #322F31 !important;
}
#le_mb_list_schedule tr:hover {
    border-left: 5px solid var(--bg-color) !important;
    color: var(--bg-color) !important;
}
#le_mb_list_schedule tr:hover a {
    color: var(--bg-color) !important;
}
#le_mb_list_schedule tr:hover .le_metro_silver_button {
    background-color: var(--bg-color) !important;
    color: #ffffff !important;
}
@media (min-width: 768px) and (max-width: 992px) { 
    .wrapper #le_mb_list_schedule .master_date {
        font-size: 16px !important;
    }
}
.schedule_date_range {
    text-transform: uppercase !important;
    line-height: 35px !important;
    font-size: 36px !important;
}
.homeschedule .mb_schedule {
    margin-top: -50px !important;
}
.row_class a {
    color: #ffffff !important;
}
.row_class a:hover {
    color: var(--bg-color) !important;
}
.trainer_name a {
    color: #ffffff !important;
}
.trainer_name a:hover {
    color: var(--bg-color) !important;
}
.mb_mobile_classname a {
    color: var(--bg-color) !important;
}
#back_sched {
    color: #ffffff !important;
}
#forward_sched {
    color: #ffffff !important;
}
.mb_mobilebar_schedulebar_button {
    width: 100% !important;
    text-align: right !important;
}
.tiny {
    margin-top: 5px !important;
}

/* Week MB Schedule
----------------------------------------------------------------------------------------------------*/

.mb_listview_date {
    margin-bottom: 10px !important;
    font-size: 34px !important;
    color: #ffffff !important;
}
.schedule_filters {
    margin-bottom: 30px !important;
    width: 100% !important;
}
.schedule_filters .dropdowns {
    margin-right: 10px !important;
}
#printview {
    background: var(--bg-color) !important;
    color: #ffffff !important;
    padding: 5px 10px !important;
    display: inline-block !important;
    margin-left: 10px !important;
    margin-top: -2px !important;
}
#ui-datepicker-div {
    background: #fff !important;
    border: 1px solid #000 !important;
}
.mbHeaderBar {
    font-weight: 400 !important;
    color: #fff !important;
    background: #000 !important;
    padding: 0px !important;
    margin-top: 30px;
}
.mb_listview_date a {
    font-size: 20px !important;
}
.title_class {
    font-size: 20px;
}
.title_staff {
    font-size: 20px;
}
#le_mb_week_schedule tr:first-of-type {
    background-color: var(--bg-color) !important;
    color: #ffffff;
}
#le_mb_week_schedule tr:nth-of-type(odd) {
    background-color: #272727;
}
#le_mb_week_schedule a {
    font-size:12px;
    color: #000;
}
.hideextra {
    line-height:14px !important;
    font-size: 12px !important;
    margin-bottom: -5px !important;
    font-weight: 400 !important;
}
.hideextra a {
    color: var(--bg-main) !important;
}
.hideextra a:hover {
    color: var(--bg-color) !important;
}
#le_mb_week_schedule .hideextra a {
    line-height:14px;
}
.trainer_name, .staff_firstname, .staff_lastname {
    line-height: 20px !important;
}
#le_mb_week_schedule {
    overflow-x: scroll !important;
}
.week_calendar .trainer_name a {
    color: var(--bg-main) !important;
    font-size: 12px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}
#le_mb_week_schedule .week_view_signup {
    display: block !important;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 10px;
}
#le_mb_week_schedule td {
    border: none !important;
    vertical-align: top;
    padding: 15px 8px 10px 8px !important;
    font-size: 15px;
    font-weight: 600;
}
#le_mb_week_schedule table {
    border: 0;
}
.le_mb_wrapper th {
    border: 0;
    padding-left: 10px !important;
    font-size: 13px !important;
    line-height: 17px !important;
    color: #ffffff !important;
}
.le_metro_silver_button, .le_metro_silver_button a, .le_metro_silver_button_week, .le_metro_silver_button_week a {
    background-color: rgba(0,130,194,0) !important;
    background: rgba(0,130,194,0) !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    display:block !important;
    font-size:10px !important;
    font-weight:700;
    padding:2px 10px !important;
    text-shadow:none !important;
    -webkit-border-radius:5px !important;
    -moz-border-radius:5px !important;
    border-radius:0px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    letter-spacing: 3px !important;
    margin-top: 5px !important;
}
.le_metro_silver_button:hover, .le_metro_silver_button_week:hover {
    background-color: var(--bg-color) !important;
    background: var(--bg-color) !important;
    color: #ffffff !important;
    border: 1px solid var(--bg-color) !important;
}
#le_mb_week_schedule .week_view_signup {
    display: none !important;
}
#le_mb_week_schedule {
    width: 100% !important;
    padding: 0 !important;
}
#le_mb_week_schedule td {
    border-right: 1px solid #a9aaad !important;
    text-align: center;
}
#le_mb_week_schedule td:last-of-type {
    border-right: 0px solid #a9aaad !important;
}
#le_mb_week_schedule td:first-of-type {
    min-width: 90px !important;
    max-width: 90px !important;
    width: 90px !important;
}
.mb_listview_date {
    font-size: 24px !important;
}
.sched_loc_name {
    display: none !important;
}
#back_sched {
    padding-left: 0 !important;
}
#forward_sched {
    padding-right: 0 !important;
}
#mb_mobilebar {
    background-color: #272727 !important;
    background: #272727 !important;
    color: #ffffff !important;
}
.mb_mobilebar {
    background-color: #272727 !important;
    background: #272727 !important;
}
.mb_gray_box {
    background-color: #272727 !important;
    background: #272727 !important;
    width: 100% !important;
}
.mb_mobilebar_schedulebar_time {
    color: #ffffff !important;
    width: 100% !important;
}
.mb_mobilebar_schedulebar_classname {
    color: #ffffff !important;
    width: 100% !important;
    padding: 0 10px !important;
}
.mb_mobilebar_schedulebar_button {
    width: 120px !important;
}
.mb_mobile_classname a {
    color: var(--bg-main) !important;
}
.week_calendar th, .week_calendar td {
    text-align: center;
    padding: 10px 0 !important;
    min-width: 100px !important;
}
.schedule_filters #locations {
    display: none !important;
}
.mb_mobilebar select {
    background-color: #272727 !important;
}
.mb_mobilebar a {
    color: #ffffff !important;
}

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

#le_mb_class_page .staff_side {
    width: 45%;
}
#le_mb_class_page h2 {
    background-color: var(--bg-color);
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 24px !important;
    margin-bottom: 10px;
}
.staff_bio_cutoff {
    height: 50px !important;
}
#class_info h4 {
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
#class_info {
    border: 0 !important;
    padding: 15px !important;
}
.class_list tr:nth-of-type(odd) {
    background-color: #322F31;
}
.staff_side .staff_info {
    background-color: #322F31;
    margin-bottom: 20px;
    padding: 20px;
}
.staff_side .taught_by {
    text-transform: uppercase !important;
    font-size: 20px !important;
    display: block !important;
    margin-bottom: 20px !important;
}
.staff_side .morelink {
    background-color: var(--bg-color) !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    border-radius: 3px 3px 3px 3px !important;
    margin-top: 10px !important;
}
@media (max-width: 768px) {
    #le_mb_class_page .staff_side {
        width: 100% !important;
    }
    #class_info {
        border: 0 solid #ffffff !important;
    }
    .staff_side .taught_by {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    #class_info {
        width: 100% !important;
        padding: 0 !important;
    }
}

/* MB Individual Staff Page
----------------------------------------------------------------------------------------------------*/
#le_mb_staff_page h2 {
    text-transform: uppercase;
}
#le_mb_staff_page .class_list a {
    font-size: 20px !important;
    text-transform: uppercase;
    color: #ffffff !important;
}
#le_mb_staff_page .class_list a:hover {
    color: var(--bg-color) !important;
}
@media (min-width: 1200px) {
    #le_mb_staff_page .class_list a {
        margin-left: -40px !important;
    }
    #le_mb_staff_page .class_list .desc {
        margin-left: -40px !important;
    }
}

/* MB Enrollments
----------------------------------------------------------------------------------------------------*/
a.morelink {
    display: block !important;
    text-transform: uppercase;
    text-decoration: none !important;
}
.enrollments_date_range {
    text-transform: uppercase;
}
.mb_enrollment_dates {
    background-color: var(--bg-color);
    color: #ffffff;
    padding: 10px 20px;
    font-size: 25px !important;
    margin: 0 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.prev_date_arrows, .next_date_arrows {
    margin-top: -5px !important;
}
.enrollment_box {
    border: 2px solid var(--bg-color) !important;
    padding: 10px 10px 25px 10px !important;
    margin-bottom: 10px !important;
}
.course_information {
    border: 2px solid var(--bg-color) !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
}
.enrollment_in_course {
    border: 2px solid var(--bg-color) !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
}
.signup_class {
    margin-left: 0 !important;
    margin-top: 20px !important;
}
.enrollment_signup {
    background-color: var(--bg-color) !important;
    color: #ffffff !important;
    padding: 10px !important;
}
.enrollment_signup:hover {
    background-color: var(--bg-hover);
}
.signup {
    background-color: var(--bg-color);
    text-transform: uppercase;
    color: #ffffff;
}
.signup:hover {
    background-color: var(--bg-hover);
}
.prev_date_arrows a {
    color: #ffffff !important;
    font-size: 28px !important;
}
.next_date_arrows a {
    color: #ffffff !important;
    font-size: 28px !important;
}
.right.bold_date {
    width: 100% !important;
}

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

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

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

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

.wrapper {
	width: 100%;
	position: relative;
	background-color: #000000;
}

.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.container {
    padding: 0 25px;
}
#le_section-one-area1, #le_section-one-area2 {
    background-color: rgb(191, 31, 45);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
#le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/two-men-choke-fight/two-men-choke-fight_1800x1197.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 125px;
    padding-bottom: 75px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header-wrap {
    width: 100%;
    z-index: 300;
    padding: 0px;
    position: absolute;
    z-index: 1;
}

/* 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: 25px;
    color: #ffffff;
}
.OpenMobileMenu .navicon:after {
    color: #ffffff;
    content: '\f00d';
    font-size: 25px;
    font-family: 'FontAwesome';
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    display: none;
}
/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 0;
    right:-240px;
    height: 100%;
    z-index: 1001;
    width: 240px;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background-color: inherit;
    border-left: 1px solid rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    transition: right .3s ease;
    background-color: #000000;
}

.OpenMobileMenu .primary-mobile-menu {
    /*visibility: visible;*/
    right:0;
}
.OpenMobileMenu .aurora_home #le_section-one-area1 {
    margin-right: 15px;
}
.le-logged-in .primary-mobile-menu {
    top:40px;
}

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

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

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

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

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

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

.footer {
    background-color: var(--bg-color);
    padding: 15px 0 !important;
}
.footer p {
    color: #ffffff;
    font-size: 14px;
}
.footer p a {
    color: #cccccc;
}
.footer-block {
    padding: 20px 30px;
}
.se_social {
    text-align: right;
}
.se_social a {
    color: #ffffff !important;
    margin: 0 3px;
    font-size: 18px;
}
.se_social a:hover {
    color: #afafaf !important;
}

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

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

/* Small devices (tablets, 768px and up) */

@media (max-width: 767px) {
    .enrollment_box_text .description {
        display: block !important;
    }
    .se_social {
        text-align: center !important;
        margin-top: 10px;
    }
    .col-xs-15 {
        margin: 0 30px;
    }
    .banner h4 {
        font-size: 26px;
        line-height: 30px;
    }
    .banner p {
        font-size: 13px;
        line-height: 25px;
    }
    #ab-optin-container button {
        font-size: 14px !important;
    }
    .footer {
        text-align: center;
    }
    .se_button.button1 {
        font-size: 13px !important;
        padding: 12px 20px !important;
    }
    .icons h3 {
        text-align: center;
        margin-bottom: 40px;
    }
    .icons img {
        display: block;
        text-align: center;
        margin: 0 auto 15px auto !important;
        margin-bottom: 20px;
    }
    .bigger-text h4 {
        font-size: 28px;
        line-height: 35px;
    }
    .mobile-center {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .col-xs-15 {
        width: 500px;
        float: right;
        padding-right: 15px;
    }
    .icons img {
        margin: 0 20px -12px 0;
    }
    .icons:hover h3 a {
        font-size: 45px;
        color: #c3c0c0;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    .icons:hover img {
        width: 68px;
        height: auto;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        text-align: right;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
        position: relative;
    	list-style-type: none;
    	text-decoration: none;
    }
    .MainMenu .le_menu_level_container {
    	position: relative;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 12px 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        display: block;
        position: relative;
        font-family: 'Nunito Sans', sans-serif;
        padding: 10px 9px 10px 9px;
        font-size: 10px;
        color: #ffffff;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        text-transform: uppercase;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        background-image:   linear-gradient(to right, #ffffff 100%, #ffffff 100%),
                        linear-gradient(to bottom, #ffffff 100%, #ffffff 100%),
                        linear-gradient(to right, #ffffff 100%, #ffffff 100%),
                        linear-gradient(to bottom, #ffffff 100%, #ffffff 100%);
        background-size:    100% 1px,
                            1px 100%,
                            100% 1px,
                            1px 100%;
        background-position:    0 0,
                                100% 0,
                                100% 100%,
                                0 100%;
        animation: bg .75s;
    }
    .Menu1 a {
    	background: none;
    	color: var(--bg-color);
    	border: 2px solid var(--bg-main);
    	padding: 10px 15px !important;
    	overflow: hidden;
    	-webkit-transition: color 0.4s;
    	transition: color 0.4s;
    	display: block;
    	margin-bottom: -15px;
    	margin-left: 15px;
    }
    .Menu1 a::before,
    .Menu1 a::after {
    	content: '';
    	position: absolute;
    	height: 100%;
    	width: 100%;
    	bottom: 100%;
    	left: 0;
    	z-index: -1;
    	-webkit-transition: -webkit-transform 0.4s;
    	transition: transform 0.4s;
    	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }
    .Menu1 a::before {
    	background: #d7d3d3;
    }
    .Menu1 a::after {
        background: var(--bg-main);
    }
    .Menu1 a:hover {
    	color: #000000 !important;
    }
    .Menu1 a:hover::before,
    .Menu1 a:hover::after {
    	-webkit-transform: translate3d(0, 100%, 0);
    	transform: translate3d(0, 100%, 0);
    }
    .Menu1 a:hover::after {
    	-webkit-transition-delay: 0.175s;
    	transition-delay: 0.175s;
    }
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
        padding-top: 10px !important;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	z-index: 10;
    	display: none;
        margin: 0;
        padding: 0;
    	text-align: left;
    	background-color: #000000;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
     .Menu1 .le_menu_level_1_container {
        padding-top: 20px !important;
    }
    .Menu1 li.le_menuitem_level_1 a {
        border: 0 !important;
    }
    .Menu1 li.le_menuitem_level_1 a:hover {
        color: #fff !important;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 8px 10px !important;
    	margin: 0;
    	color: #ffffff;
        font-family: 'Nunito Sans', sans-serif;
    	font-size: 12px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 200px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	background-color: var(--bg-color);
    	color: #ffffff;
    	background-image:   linear-gradient(to right, #aa1a27 100%, #aa1a27 100%),
                        linear-gradient(to bottom, #aa1a27 100%, #aa1a27 100%),
                        linear-gradient(to right, #aa1a27 100%, #aa1a27 100%),
                        linear-gradient(to bottom, #aa1a27 100%, #aa1a27 100%);
        background-size:    100% 1px,
                            1px 100%,
                            100% 1px,
                            1px 100%;
    }
    .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;
    }
    h3, h3 a, .title3, .title3 a {
        font-size: 35px;
    }
}
@media (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 7px 10px 7px;
        font-size: 14px;
    }
    h3, h3 a, .title3, .title3 a {
        font-size: 40px;
    }
    .schedule_filters {
        padding-left: 20px !important;
    }
}

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

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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

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

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

.blog_post_listing_content {
    float: none !important;
    overflow: auto !important;
}
#blog_post_listing .feature_blog_text {
    float: none !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
}
.feature_blog_image {
    float: left !important;
    margin-right: 20px;
}
.blog_post_listing_title_link {
    font-size: 24px !important;
    line-height: 30px !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
}
.blog_post_listing h1 {
    line-height: 20px !important;
    margin-bottom: 0px !important;
    color: #FFFFFF !important;
}
.blog_post_listing_footer_hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.read_more_div a {
    background-color: #76b0df;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px !important;
    margin-top: 10px;
}
.a.read_more_link {
    display: table !important;
}
a.read_more_link {
    display: table;
    border: 1px solid #5c5c5c;
    color: #5c5c5c;
    padding: 7px 10px;
    background-color: #ffffff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
a.read_more_link:hover {
    background-color: #5c5c5c;
    color: #ffffff;
}
.blog_post_listing {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 992px) { 
    .blog_post_listing_sidebar {
        width: 500px !important;
    }
}
.feature_blog_text td a, .feature_blog_text a {
    font-size: 16px !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: 30px !important;
}
.le-edit-open .header-wrap {
    position: relative !important;
    z-index: 1 !important;
}
.le-edit-open .textbox {
    height: auto !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_section-one-area3 {
    background-color: rgb(191, 31, 45);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_about-double-five-bjj #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about-double-five-bjj #le_section-five-area1 {
}
.aurora_about-double-five-bjj #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_about-double-five-bjj #le_section-four-area1 {
}
.aurora_about-double-five-bjj #le_section-four-area2 {
}
.aurora_about-double-five-bjj #le_section-four-area3 {
}
.aurora_about-double-five-bjj #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/kmf_jiu_jitsu.jpg);
}
.aurora_about-double-five-bjj #le_section-six {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about-double-five-bjj #le_section-six-area2 {
}
.aurora_about-double-five-bjj #le_section-six-area3 {
}
.aurora_about-double-five-bjj #le_section-six-area4 {
}
.aurora_about-double-five-bjj #le_section-six-area5 {
}
.aurora_about-double-five-bjj #le_section-three {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about-double-five-bjj #le_section-three-area1 {
    margin-bottom: 50px;
}
.aurora_about-double-five-bjj #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_about-us #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick-red-bar.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about-us #le_section-four-area1 {
    padding-top: 10px;
}
.aurora_about-us #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/man-fighting-stance.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_about-us #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about-us #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_allied-forces #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/face-punch.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_allied-forces #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_allied-forces #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_allied-forces #le_section-two-area2 {
    padding-top: 10px;
}
.aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/woman-punching.jpg);
    background-position: center center;
}
.aurora_contact #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_corporate-events-small-group-outings-and-entertain #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/man-stealing-away-gun.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_corporate-events-small-group-outings-and-entertain #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_corporate-events-small-group-outings-and-entertainment #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick-red-bar.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_corporate-events-small-group-outings-and-entertainment #le_section-four-area1 {
    padding-top: 10px;
}
.aurora_corporate-events-small-group-outings-and-entertainment #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/man-fighting-stance.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_corporate-events-small-group-outings-and-entertainment #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/man-holding-gun.jpg);
    background-position: top center;
}
.aurora_corporate-events-small-group-outings-and-entertainment #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_corporate-events-small-group-outings-and-entertainment #le_section-three {
}
.aurora_corporate-events-small-group-outings-and-entertainment #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_corporate-force #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/ground-choke-hold.jpg);
    background-position: top center;
}
.aurora_corporate-force #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_corporate-workshops #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_corporate-workshops #le_section-four {
}
.aurora_corporate-workshops #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/corporate-boxing/corporate-boxing_1800x1196.jpg);
}
.aurora_corporate-workshops #le_section-three {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_corporate-workshops #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_davad-civilian-defense #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/men-chin-hit.jpg);
    background-position: top center;
}
.aurora_davad-civilian-defense #le_section-three {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_davad-civilian-defense #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_defence-lab #le_section-five {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_defence-lab #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_defence-lab #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/woman-punching-practice.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_defence-lab #le_section-seven {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_defence-lab #le_section-six {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick-red-bar.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_defence-lab #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_defence-lab #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_double-five-bjj-instructors #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/bjj-instructor-kids-students.jpg);
    background-position: top center;
}
.aurora_double-five-bjj-instructors #le_section-three {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_double-five-bjj-instructors #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_double-five-bjj-private-lessons #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/bjj-instructor-line-kids.jpg);
    background-position: center center;
}
.aurora_double-five-bjj-private-lessons #le_section-three {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_double-five-bjj-private-lessons #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_double-five-bjj-programs #le_section-five {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_double-five-bjj-programs #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_double-five-bjj-programs #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/bjj-all-belts.jpg);
    background-position: center center;
}
.aurora_double-five-bjj-programs #le_section-three {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_double-five-bjj-programs #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_double-five-bjj-schedule #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/group-photo-bjj-belts.jpg);
    background-position: top center;
}
.aurora_double-five-bjj-schedule #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_events #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/woman-hitting-boxing-bag.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_events #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_events #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_fitness #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/kicking-boxing-bag.jpg);
    background-position: top center;
}
.aurora_fitness #le_section-three {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_fitness #le_section-three-area5 {
    background-color: rgb(50, 48, 49);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}
.aurora_fitness #le_section-three-area6 {
    background-color: rgb(50, 48, 49);
    margin-bottom: 25px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}
.aurora_fitness #le_section-three-area7 {
    background-color: rgb(50, 48, 49);
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}
.aurora_fitness #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_home #le_section-eight {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-five {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick-red-bar.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-nine {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/men-chin-hit.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 125px;
    padding-bottom: 75px;
}
.aurora_home #le_section-one-area1 {
    background-color: rgb(191, 31, 45);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_home #le_section-seven {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 125px;
}
.aurora_home #le_section-six {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-red-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-six-area2 {
}
.aurora_home #le_section-six-area4 {
    border-color: rgb(0, 0, 0);
}
.aurora_home #le_section-ten {
}
.aurora_home #le_section-ten-area1 {
    background-color: rgb(145, 145, 143);
    background-size: cover;
    background-position: top center;
    padding-top: 30px;
    padding-right: 58px;
    padding-bottom: 30px;
    padding-left: 58px;
}
.aurora_home #le_section-ten-area2 {
    background-size: cover;
    padding-top: 30px;
}
.aurora_home #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-two-area2 {
    padding-top: 25px;
}
.aurora_home2 #le_section-ten-area1 {
    background-color: rgb(145, 145, 143);
    background-size: cover;
    background-position: top center;
    padding-top: 30px;
    padding-right: 58px;
    padding-bottom: 30px;
    padding-left: 58px;
}
.aurora_home2 #le_section-ten-area2 {
    padding-top: 35px;
}
.aurora_home3 #le_section-ten-area1 {
    background-color: rgb(145, 145, 143);
    background-size: cover;
    background-position: top center;
    padding-top: 30px;
    padding-right: 58px;
    padding-bottom: 30px;
    padding-left: 58px;
}
.aurora_home3 #le_section-ten-area2 {
    padding-top: 35px;
}
.aurora_kmf-bootcamps #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick-red-bar.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_kmf-bootcamps #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/boxing-equipment.jpg);
    background-position: bottom center;
}
.aurora_kmf-bootcamps #le_section-three {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_kmf-bootcamps #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_krav-maga #le_section-five {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_krav-maga #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_krav-maga #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/ground-attack.jpg);
    background-position: bottom center;
}
.aurora_krav-maga #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_krav-maga #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_krav-maga-young-warriors #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/little-girl-practicing-punches/little-girl-practicing-punches_1800x1200.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_krav-maga-young-warriors #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_krav-maga-young-warriors #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_law-enforcement-military #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick-red-bar.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_law-enforcement-military #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/stealing-weapon.jpg);
    background-position: top center;
}
.aurora_law-enforcement-military #le_section-three {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_law-enforcement-military #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_media #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/woman-punching-practice.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_media #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_membership #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/fighting-stance.jpg);
    background-position: center center;
}
.aurora_membership #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_online-training #le_section-eight {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_online-training #le_section-eleven {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_online-training #le_section-five {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_online-training #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_online-training #le_section-nine {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_online-training #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/two-men-self-defense.jpg);
    background-size: cover;
    background-position: top center;
    padding-bottom: 100px;
}
.aurora_online-training #le_section-one-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_online-training #le_section-seven {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_online-training #le_section-six {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_online-training #le_section-ten {
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_online-training #le_section-three {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_online-training #le_section-twelve {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_online-training #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_private-training-sessions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/woman-ground-attack.jpg);
    background-position: bottom center;
}
.aurora_private-training-sessions #le_section-three {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_private-training-sessions #le_section-three-area8 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_private-training-sessions #le_section-three-area9 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_private-training-sessions #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_programs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/kickboxing-practice.jpg);
    background-position: top center;
}
.aurora_programs #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/stealing-weapon.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_self-defense #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_self-defense #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/choking-self-defense.jpg);
    background-size: cover;
    background-position: bottom center;
}
.aurora_self-defense #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_self-defense #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_strikefit #le_section-five {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_strikefit #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_strikefit #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/woman-punching-practice.jpg);
    background-position: top center;
}
.aurora_strikefit #le_section-six {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_strikefit #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_strikefit #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_testimonials #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/choking-self-defense.jpg);
    background-position: bottom center;
}
.aurora_testimonials #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick/black-brick_1800x1260.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_thank-you #le_section-two {
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_vip-force #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/men-fighting.jpg);
    background-position: top center;
}
.aurora_vip-force #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_virtac-ops #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick-red-bar.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_virtac-ops #le_section-four {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_virtac-ops #le_section-four-area1 {
    padding-top: 10px;
}
.aurora_virtac-ops #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/man-fighting-stance.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_virtac-ops #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/man-holding-gun.jpg);
    background-position: top center;
}
.aurora_virtac-ops #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/male-taking-away-gun.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_virtac-ops #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_virtac-ops #le_section-three {
}
.aurora_virtac-ops #le_section-three-area2 {
    background-color: rgb(191, 31, 45);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_virtac-ops #le_section-three-area3 {
    background-color: rgb(191, 31, 45);
    margin-left: 25px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.aurora_virtac-ops #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_virtac-ops-carry-conceal #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick-red-bar.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_virtac-ops-carry-conceal #le_section-four {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_virtac-ops-carry-conceal #le_section-four-area1 {
    padding-top: 10px;
}
.aurora_virtac-ops-carry-conceal #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/man-fighting-stance.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_virtac-ops-carry-conceal #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/male-stealing-away-gun.jpg);
    background-position: top center;
}
.aurora_virtac-ops-carry-conceal #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_virtac-ops-carry-conceal #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick-red-bar.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_virtac-ops-carry-conceal #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_virtac-pricing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/woman-ground-attack.jpg);
    background-position: bottom center;
}
.aurora_virtac-pricing #le_section-three {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_virtac-pricing #le_section-three {
}
.aurora_virtac-pricing #le_section-three-area8 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_virtac-pricing #le_section-three-area9 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_virtac-pricing #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_virtac-pricing #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_virtac-pricing-options #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_virtac-pricing-options #le_section-four {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_virtac-pricing-options #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/man-pointing-gun.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_virtac-pricing-options #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_virtac-pricing-options #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_virtac-schedule #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/escape-robber.jpg);
}
.aurora_virtac-schedule #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_why-km-force #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/men-fighting.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_why-km-force #le_section-three {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_why-km-force #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 80px;
}
.aurora_womens-self-defense #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/choking-self-defense.jpg);
    background-position: bottom center;
}
.aurora_womens-self-defense #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_womens-self-defense #le_section-two {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/backgrounds/red-bar-black-brick.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_workshops #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/kmfchicago/escape-robber.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_workshops #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-six-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-six-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-double-five-bjj #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allied-forces #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_corporate-events-small-group-outings-and-entertain #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_corporate-events-small-group-outings-and-entertain #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_corporate-events-small-group-outings-and-entertainment #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_corporate-events-small-group-outings-and-entertainment #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_corporate-events-small-group-outings-and-entertainment #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_corporate-force #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_davad-civilian-defense #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_defence-lab #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-instructors #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-instructors #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-instructors #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-private-lessons #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-private-lessons #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-private-lessons #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-programs #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-programs #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-programs #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-programs #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-programs #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_double-five-bjj-schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fitness #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home3 #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home3 #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kmf-bootcamps #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_krav-maga #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_law-enforcement-military #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_media #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-one-bottom {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-training #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-training-sessions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_programs #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_self-defense #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_strikefit #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_testimonials #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_vip-force #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-ops #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-ops #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-ops #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-ops #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-ops #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-ops #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-ops #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-ops-carry-conceal #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-ops-carry-conceal #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-ops-carry-conceal #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-ops-carry-conceal #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-pricing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-pricing #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-pricing #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-pricing-options #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-pricing-options #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-pricing-options #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-pricing-options #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-pricing-options #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-schedule #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_virtac-schedule #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-km-force #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_womens-self-defense #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_workshops #le_section-one {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-six-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-six-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-double-five-bjj #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allied-forces #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_corporate-events-small-group-outings-and-entertain #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_corporate-events-small-group-outings-and-entertain #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_corporate-events-small-group-outings-and-entertainment #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_corporate-events-small-group-outings-and-entertainment #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_corporate-events-small-group-outings-and-entertainment #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_corporate-force #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_davad-civilian-defense #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_defence-lab #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-instructors #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-instructors #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-instructors #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-private-lessons #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-private-lessons #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-private-lessons #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-programs #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-programs #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-programs #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-programs #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-programs #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_double-five-bjj-schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fitness #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home3 #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home3 #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kmf-bootcamps #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_krav-maga #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_law-enforcement-military #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_media #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-one-bottom {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-twelve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-training #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-training-sessions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_programs #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_self-defense #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_strikefit #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_testimonials #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_vip-force #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-ops #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-ops #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-ops #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-ops #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-ops #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-ops #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-ops #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-ops-carry-conceal #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-ops-carry-conceal #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-ops-carry-conceal #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-ops-carry-conceal #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-pricing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-pricing #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-pricing #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-pricing-options #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-pricing-options #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-pricing-options #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-pricing-options #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-pricing-options #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-schedule #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_virtac-schedule #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-km-force #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_womens-self-defense #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_workshops #le_section-one {
    }
}

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