@charset "UTF-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px 0px;
    font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	letter-spacing: .1em;
	color: #fff;
}
.se_body {
   background-color: #000;
   
}
.se_wrapperContent {
    color: #fff;
    
}

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

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
    color: inherit;
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: .1em;
	font-size: 14px;
	margin: 0;
}
ul, ol {
    margin-top: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #fff700;
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	letter-spacing: .2em;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
h2, h2 a, .title2, .title2 a {
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: .2em;
	font-size: 35px;
	font-weight: 300;
	margin: 0;
	text-transform: uppercase;
}
h3, h3 a, .title3, .title3 a {
	color: #909195;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: .2em;
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	font-style: italic;
	text-transform: uppercase;
}
h4, h4 a, .title4, .title4 a {
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: .2em;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}
h5, h5 a, .title5, .title5 a {
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 18px;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 16px;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.title1,.title1 a,.title2,.title2 a,.title3,.title3 a,.title4,.title4 a,.title5,.title5 a,.title6,.title6 a {
    display:inline-block;
}
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;
}


/* Wrapper
----------------------------------------------------------------------------------------------------*/
.wrapper {
	width: 100%;
	z-index: 1;
}


/* Site Classes
----------------------------------------------------------------------------------------------------*/
hr {
    border: 0px none;
    height: 1px;
    background-color: #E4E4E4;
    margin: 35px 0px;
}
.container {
	padding: 0px !important;
	margin: auto;
}
/* Text Align */
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
/* Content Area Align */
.floatRight {
	float: right;
}
.floatLight {
	float: left;
}
.floatCenter {
	float: none !important;
	margin: auto;
}
.imageCircle {
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-webkit-border-radius: 200px;
    overflow: hidden;
    width: 260px;
    margin: 0px auto 50px;
}
.special {
    padding: 15px 5px;
    background: rgba(35, 31, 32, 0.45);
    margin: 15px 0px;
    text-align: center;
    border-top: 1px solid #909195;
    border-bottom: 1px solid #909195;
}

.pricing {
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-webkit-border-radius: 10px;
    border: 2px solid #909195;
    text-align: center;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    padding: 20px 10px 0px;
    margin-bottom: 50px;
}
.pricing:hover {
    color: #909195;
    transform: translate(0px, -10px);
    border: 2px solid #fff700;
}
.pricing h6 {
    background: #909195;
    color: #000;
    margin: 10px -20px 0px;
    padding: 8px 0px;
    transition: all 0.3s ease 0s;
}
.pricing h6 a {
    color: #000;
}
.pricing:hover h6 {
    background: #fff700;
}
.greyBox {
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-webkit-border-radius: 10px;
    border: 2px solid #909195;
    text-align: center;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    padding: 20px 10px;
    margin-bottom: 50px;
}
.greyBox:hover {
    color: #909195;
    transform: translate(0px, -10px);
    border: 2px solid #fff700;
}
.greyBox a {
    color: #e7e7e7;
}
.greyBox:hover a {
    color: #fff700;
}
.bx-wrapper .bx-viewport ul {
    margin:0px;
    padding:0px;
}
.cta {
    position:relative;
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s;
    margin: 10px !important;
}
.cta img {
    width: 100%;
    height: auto;
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s; 
}
.cta:hover img {
    opacity:.5;
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s;      
}
.cta h3 a {
	font-size: 28px;
    color: #ffffff;
    text-shadow: 1px 0px 2px rgba(131, 129, 129, 1);
    top: 45%;
    text-align: center !important;
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    font-style: normal !important;
    color: #FAFF00 !important;
    font-weight: 700 !important;
}
.cta:hover h3 a {
    color: #ffffff !important;
}
.cta:hover {
    background: #FAFF00;
    text-decoration:none;
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s;      
}
.cta:after {
    transition:all ease .5s;
    -moz-transition:all ease .5s;
    -webkit-transition:all ease .5s;
    -ms-transition:all ease .5s;
}
.fullwidth img {
    width: 100% !important;
    height: auto !important;
}
.uppertext {
    top: 35%;
    text-align: center !important;
    position: absolute;
    left: 0;
    right: 0;
}
.uppertext h2 {
    font-size: 55px;
    color: #ffffff !important;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-style: normal !important;
    font-weight: 700 !important;
}
.circle {
    text-align: center;
    left: 0;
    right: 0;
    margin-bottom: 50px !important;
}
.circle p {
    background-color: #909195;
    height: 120px;
    width: 120px;
    font-size: 70px;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
    left: 0;
    right: 0;
    color: #000000 !important;
    border-radius: 50%;
    font-weight: 700;
    margin: auto !important;
    letter-spacing: 0 !important;
}
.circle h2 {
    letter-spacing: 1 !important;
    font-size: 16px !important;
    margin-top: 20px;
}
.circle h4 {
    font-size: 11px !important;
    letter-spacing: 0 !important;
    color: #ffffff !important;
    line-height: 17px !important;
    margin-bottom: 15px;
    margin-top: -10px;
}
.circle h5 {
    letter-spacing: 0 !important;
    font-size: 50px !important;
    margin-bottom: 20px !important;
}
.circle h6 a {
    letter-spacing: 0 !important;
    background-color: #909195;
    padding: 5px 20px;
    color: #ffffff;
}
.circle h6 a:hover {
    background-color: #FAFF00;
}

/*-----------------------Staff START-----------------------*/
.instruct {
    width: 100%;
    overflow: hidden;
    margin: 10px 0px 25px 0px;
    text-align: center;
    position: relative;
}
.instructName {
    position: absolute;
    z-index: 100 !important;
    bottom: 5%;
    width: 100%;
    margin: auto;
    text-align: center;
    
}
.instructName h2 a {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 25px;
    margin: auto;
    background-color: #fff700;
    color: #000000;
    display: inline-block;
}
.instruct:hover .instructImg-overlay {
    opacity: 1;
    padding-bottom: 100px;
}
.instructImg-overlay {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 100;
}
.instructImg-overlay:after {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/

.se_button a, a.se_button {
    position: relative;
    display: inline-block;
    margin: 15px 0px;
    padding: 10px 15px;
    background-color: transparent;
    color: #FFF700;
    text-decoration: none;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 18px;
}
.se_button a:hover, a:hover.se_button {
    background-color: #transparent !important;
    color: #FFF700 !important;
    text-decoration: none;
    border: 1px solid #FFF700;
}
.se_buttonFull a, a.se_buttonFull {
    display: block;
    text-align: center;
}
.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}

.standardbutton {
    position: relative;
    display: inline-block;
    margin: 15px 0px;
    padding: 10px 15px;
    background-color: transparent;
    color: #FFF700;
    text-decoration: none;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: 18px;
}

.le_metro_silver_button {
    font-size: 14px;
    color: #fff !important;
	font-family: 'Ubuntu', sans-serif !important;
    border: 1px solid #909195 !important;
    border-radius: 0px !important;
    padding: 3px 10px;
    margin: 0px;
    cursor: pointer;
    text-shadow: none !important;
    background: rgba(0,0,0,0.6) !important;
    text-decoration: none !important;
}
.le_metro_silver_button:hover {
    border: 1px solid #FFF700 !important;
}






/* Header
----------------------------------------------------------------------------------------------------*/
#headerWide {	
	padding-top: 40px;
}
.header-wrap {
    padding-top: 20px;
}
#logo {
    width:260px;
    float: none;
    margin: auto;
}
.se_social a {
    border: 2px solid #95969A;
    border-radius: 50%;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    vertical-align: center;
    width: 25px;
    height: 25px;
    margin: 0 1px 0 1px;
    color: #F4F300;
}
.se_social a:hover {
    background-color: #95969A;
    color: #ffffff;
}


/* Navigation
----------------------------------------------------------------------------------------------------*/
.navigationWide {
    position: relative;
    width: 100%;
}
.navigation {
    position: relative;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 9px 5px;
    text-transform: uppercase;
    float: left;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    font-size: 30px;
    color: #FFF700;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    display: none;
    width: 100%;
    padding-top: 40px;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0 0 10px 0;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 5px 0;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #e7e7e7;
	/*color: #fff700 !important;*/
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	background: #000;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #e7e7e7;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 20px;
}
.dropdown ul {
    display: none;
}
.yellowTab a {
    color: #fff700 !important;
}


/* Home SLider
----------------------------------------------------------------------------------------------------*/




/* Home Content
----------------------------------------------------------------------------------------------------*/
#HomeContent {
	position: relative;
	padding: 75px 0px 75px;
}
#HomeContent h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
}
#HomeContent h2 {
    font-weight: 600;
}
#HomeContent h3 {
    font-weight: 600;
}


/*------------------------actionArea-------------------------------------------*/
.actionArea{
    background: #fff700;
    margin: 15px 0px;
}
.actionArea:hover img{
    opacity: .6;
    
}


/* Home Ctas
----------------------------------------------------------------------------------------------------*/

#HomeCta {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
    position: relative;
    border-top: 1px solid#fff700;
    border-bottom: 1px solid #fff700;
}
.se_cta a, a.se_cta {
    background-color: transparent !important;
    border: 0px solid rgba(255, 255, 255, 0.5) !important;
    font-family: 'Ubuntu', sans-serif !important;
}
.se_cta {
    text-align: center;
    margin: 10px auto;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: none;
}
.se_cta h2 a {
    color: #fff700;
    font-size: 20px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.se_cta:hover {
    color: #e7e7e7;
}
.se_cta a, a.se_cta {
}
.se_cta a:hover, a:hover.se_cta {
    color: #FFF700 !important;
}




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

#footerWide {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px;
	color: #fff;
}
#footerWide p {
	margin: 10px 0px;
}
#footerWide a {
}
#footerWide a:hover {
	color: #e7e7e7;
	text-decoration: none;
}
#footerLinks {
    padding: 20px 0px !important;
}

.bx-wrapper .bx-pager {
    display: none;
}
.bottom-text {
    border-top: 2px solid #F4F300;
    border-bottom: 2px solid #F4F300;
    padding: 15px 0 30px 0;
}
.footer {
    padding: 25px 0;
}

/* Inside Content
----------------------------------------------------------------------------------------------------*/
#insideContent {
	padding: 50px 0px 150px;
}
#insideContent h1 {
	padding: 10px 0px 40px;
}

.theCrew {
    text-align: center;
    background: #000;
    position: relative;
    margin-bottom: 25px;
}
.theCrew img {
    opacity: .8;
    width: 100%;
    height: auto;
}
.theCrew img:hover {
    opacity: 1;
    cursor: pointer;
}
.theCrew h2 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #ffffff !important;
    opacity: 0;
}
.theCrew:hover h2 {
    opacity: 1;
}








/* 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) {
    .se_siteBranding {
        padding: 25px;
    }
    .se_social {
        margin: 10px 0;
    }
    .reserve {
        display: none;
    }
    .uppertext {
        padding: 0 10px;
        top: 20% !important;
    }
    .uppertext h2 {
        font-size: 23px !important;
    }
}
@media (min-width: 768px) { 
    .header-wrap {
        height: 115px;
        position: fixed;
        margin: auto;
        width: 100%;
        z-index: 1000 !important;
        background-color: #000000;
    }
    .contentwide {
        padding-top: 140px !important;
    }
    .reserve a {
        position: fixed !important;
        z-index: 1000 !important;
        right: 30px;
        text-align: center;
        width: 150px !important;
        height: 150px !important;
        font-size: 16px !important;
        background-color: #909195;
        color: #000000 !important;
        bottom: 30px !important;
        padding: 50px 25px 20px 20px !important;
        border-radius: 50%;
        vertical-align: middle !important; 
        display: inline-block;
    }
    .reserve a:hover {
        background-color: #FAFF00 !important;
    }
    .header1 {
        text-align: right;
    }
    .se_social {
        text-align: right;
        margin-top: 20px;
    }
    #logo {
        width:260px;
        float: left;
        margin: auto;
    }
    #socialIcons {
        width: 160px;
    }
    #socialIcons img {
        width: 25px;
        margin-top: 20px;
    }
    .navicon {
        display: none;
    }
    .navigationWide {
        width: 485px;
    }
    .navigation {
        width: 320px;
        padding: 0px;
        margin: 0px;
    }
    .MainMenu {
        display: block;
        text-align: right;
        padding: 1px;
        margin-top: 15px;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	display: block;
    	padding: 10px 5px;
    	color: #fff;
	    font-family: 'Ubuntu', sans-serif;
    	font-size: 14px;
    	font-weight: normal;
    	text-decoration: none;
    	text-transform: uppercase;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #e7e7e7;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	min-width: 160px;
        margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
        padding: 5px 10px;
    	color: #fff;
    	font-family: 'Ubuntu', sans-serif;
    	font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
        background-color: rgba(0,0,0,.5);
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #FFF700;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	margin-top: -32px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	min-width: 160px;
        margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    
    .imageCircle {
        margin: 0px auto 0px;
    }
    


    /* stations styling
    ----------------------------------------------------------------------------------------------------*/
    #grid {
        width: 630px;
        margin: 15px auto;
        overflow: scroll;
        background: rgba(0,0,0,0.3) !important;
    }
    
    .bx-wrapper .bx-pager {
        display: initial;
    }
    .theCrew h2 {
        font-size: 24px !important;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .header-wrap {
        height: 115px;
    }
    .navigationWide {
        width: 615px;
    }
    .navigation {
        width: initial;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0 10px;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px 14px;
    	font-size: 16px;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 10px;
    }
    
    #socialIcons img {
        margin-top: 10px;
    }
    
    .imageCircle {
        width: 280px;
    }


    /* stations styling
    ----------------------------------------------------------------------------------------------------*/
    #grid {
        width: 930px;
        margin: 15px auto;
        overflow: scroll;
        background: rgba(0,0,0,0.3) !important;
    }
    
    .bx-controls.bx-has-pager {
        display: initial;
    }
    .theCrew h2 {
        font-size: 40px !important;
    }
    
    
    /* Home Slider
    ----------------------------------------------------------------------------------------------------*/

    
    
    /* Home Ctas
    ----------------------------------------------------------------------------------------------------*/
   
    
    
    /* Inside Content
    ----------------------------------------------------------------------------------------------------*/
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navigationWide {
        width: 695px;
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0 20px;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px 22px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 10px;
    }
    
    .header-wrap {
        height: 140px;
    }
    
    
}



/* schedule styling
----------------------------------------------------------------------------------------------------*/
.master_date {
    font-size: 1.3em !important; 
    border-bottom: 5px solid #e7e7e7 !important;
    height: 45px !important;
}
.mb_listview_date {
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
}


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

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}
.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}
.textfield {
    width: 200px !important;
    height: inherit !important;
}
.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}
#createaccount {
    width: 500px;
}
#createaccount a {
    padding: 15px 45px;
    border: 1px solid #FFF700;
    float: left;
    margin-top: 30px;
}

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

/*-------------------------CLEAR END-------------------------------*/

.le_metro_silver_button {
    display: inline-block;
    min-width: 75px;
    display: block !important;
}
  
@media all and (max-width: 768px) {
    #new_clients {
        min-width: 300px;
    }
    #new_clients label {
        text-align: left !important;
    }
    #existing_clients {
        min-width: 300px;
    }
    #existing_clients label {
        text-align: left !important;
    }
    .mb_login_existing_label {
         text-align: left !important;
    }
}
#le_mb_class_page h2 {
    text-align: center;
    padding: 20px 0px 30px;
    letter-spacing: 0.6em;
}
#le_mb_list_schedule {
    margin: -15px auto 0px !important;
}
.mb_listview_date {
    font-size: 14px !important;
}
#forward_sched, #back_sched {
    letter-spacing: 0px !important;
    font-size: 14px !important;
}
.mb_login_new_input select {
    color: #000;
}

/* stations styling
----------------------------------------------------------------------------------------------------*/
#grid {
    background: rgba(0,0,0,0.3) !important;
}
.iconName {
    font-size: 12px;
}
#iconId6116 {
    margin-bottom: 5px;
}

/* Forms
----------------------------------------------------------------------------------------------------*/
le_mb_wrapper h4 {
    
}
.le_form {
	color: #000000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
}
.le_form_name {
	color: #ab0277;
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	background-color: #e7e7e7;
	border: 0;
	text-align: center;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	line-height: 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #fff700;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 4px 5px;
	background-color: #ffffff;
	border: 1px solid #e4e4e4 !important;
	color: #000000;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
}
.wrapper input[type="text"]:focus, .wrapper input[type="password"]:focus, .wrapper textarea:focus, #search_form_value:focus {
    border-color: #cccccc !important;
    outline: 0 !important;
}
.form-control {
    height: inherit !important;
	border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-group {
	margin-bottom: 10px !important;
}

.question select {
    color: #000;
}

/* ---- top Login ----*/

.topLogin-btn {
    padding: 5px 15px !important;
    background-color: #7e7e7e !important;
    color: #fff700 !important;
}

#TopLoginArea {
    width: 280px;
    margin: 0px auto 30px;
    float: none;
}
    .topLogin input[type="text"], .topLogin input[type="password"], .topLogin textarea, #search_form_value, .topLogin {
        width: 100%;
        background-color: #000 !important;
        border: 1px solid #303030 !important;
        color: #fff !important;
    }
    .topLogin input[type="submit"] {
        padding: 5px 15px;
        background-color: #7e7e7e !important;
        color: #fff700 !important;
        margin: 0px 0px 0px 0px;
    }
    .topLogin .belowlink a {
        font-size: 9px !important;
        float: left;
        padding-left: 10px;
    }
    .mb_loginelement_existingaccount {
        width: 100%;
    }
    .mb_loginelement_existing_label {
        font-size: 10px;
        padding-top: 8px;
    }
    
    .mb_loginelement_newaccount {
        width: 260px;
        float: right !important;
    }
    .mb_greeting {
        text-align: right;
    }
    .mb_element_logout {
        float: right;
    }
@media (min-width: 768px) {
    
    /* ---- top Login ----*/
    #TopLoginArea {
        width: 505px;
        float: right;
    }
    .topLogin input[type="text"], .topLogin input[type="password"], .topLogin textarea, #search_form_value {
        width: 110px;
    }
}
@media (min-width: 992px) {
    
    /* ---- top Login ----*/
    #TopLoginArea {
        width: 630px;
    }
    .topLogin input[type="text"], .topLogin input[type="password"], .topLogin textarea, #search_form_value {
        width: 160px;
    }
    .topLogin input[type="submit"] {
        margin: 0px 0px 0px 25px;
    }
    .mb_loginelement_newaccount {
        width: 225px;
    }
    
}






/* ---- Scale map down on mobile devices for easier scrolling ----*/

.mobile-map {
	max-width: 100%;
}

@media only screen and (max-width : 992px) { 
	.mobile-map {
		max-width: 80%;
	}
}





/* Mobile Schedule Fix */
@media (max-width: 45em) {
    
    #le_mb_list_schedule {
        padding: 0px !important;
        width:100% !important;
    }
    .title_date {
        width:34% !important;
        padding-left:0px !important;
    }
    .master_date {
        font-size: 0.9em !important;
        padding-top:0px !important;
    }
    .title_class {
        padding-left:0px !important;
    }
}

/*---------------------MB Style Overrides------------------*/

.title_staff {
    padding-left: 8.5% !important;
}


/* ------------------- MYSTATS SYTLING --------------------*/

#createUserForm legend {
    color: #fff !important;
}

#createUserForm input {
    color: #000 !important;
}

#createUserForm option {
    color: #000 !important;
}

#MsLinkTxt {
    color: #fff700 !important;
}

#statsApp {
    color: #000 !important;
}

#topChartTitle {
    color: #000 !important;
}

.start_end {
    display: none !important;
}

/*-------------------------CLEAR START-----------------------------*/

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

/*-------------------------CLEAR END-------------------------------*/

/*Mobile Stations Fix*/
#station-mobile-view {
    background: #efefef !important;
    color: #000000 !important;
}
#station-mobile-view .viewLayoutBtn {
    color: #1aa2dc !important;
}
#station-mobile-view .station-mobile-view-header {
    background-color: #f8f8f8!important;
}
#station-mobile-view .station-class-name {
    color: #59646d !important;
}
.station-modal-container .modal-body {
    color: #000000 !important;
}
/* MINDBODY Overrides - Checkout*/
#main_checkout_content_wrap {
    margin: 0px !important;
    padding: 0px !important;
}
.purchase-summary-body li, .total_tag {
    color: #000000 !important;
}
#main_checkout_content h3 {
    color: #ffffff !important;
}
.le-logged-in .header-wrap {
    position: relative !important;
}
.le-logged-in .contentwide {
    padding-top: 0 !important;
}
.region_permissions_input {
    color: #000;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_account #le_content1 {
    background-color: rgb(255, 255, 255);
}
.aurora_account #le_title {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_book-now #le_content1 {
    background-color: rgb(255, 255, 255);
}
.aurora_book-now #le_title {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_home #le_section-two {
    padding-right: 25px;
    padding-left: 25px;
}
.aurora_home #le_section-two-area10 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_home #le_section-two-area7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home2 #le_section-two {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
}
.aurora_home2 #le_section-two-area10 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_home2 #le_section-two-area7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_pricing #le_content1 {
    background-color: rgb(255, 255, 255);
}
.aurora_pricing #le_title {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_register #le_content1 {
    background-color: rgb(255, 255, 255);
}
.aurora_register #le_title {
    background-color: rgba(0, 0, 0, 0);
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-color: rgb(0, 0, 0);
}
.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 {
    background-color: rgba(0, 0, 0, 0);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    background-color: rgba(0, 0, 0, 0);
}
.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 {
}
body .navicon {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_account #le_content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_account #le_title {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-now #le_content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_book-now #le_title {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_title {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_register #le_content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_register #le_title {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_account #le_content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_account #le_title {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-now #le_content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_book-now #le_title {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_title {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_register #le_content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_register #le_title {
    }
}

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