@import url(https://fonts.googleapis.com/css?family=Dosis|Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,500,600);
/* ------------------------------------------
  RESET
  --------------------------------------------- */

body, div,
  h1, h2, h3, h4, h5, h6,
  p, blockquote, pre, hr,
  fieldset, form, label, legend, th, td,
  article, aside, figure, footer, header, hgroup, menu, nav, section,
  summary, hgroup {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
a:active,
a:hover {
    outline: 0;
}

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

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

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

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

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
    color: #000;

}
a img {
	border: 0;
}
p {
	color: #989898;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
ul,ol {
    margin-top: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #ff6633;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 300;
	margin: 0;
	letter-spacing:1px;
}
h2, h2 a, .title2, .title2 a {
	color: #ff6633;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 300;
	margin: 0;
	letter-spacing:1px;
}
h3, h3 a, .title3, .title3 a {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
    font-weight:400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
    font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	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;
}

blockquote {
    font-size: 28px;
    font-family: "dosis",'lato',arial,helvetica,sans-serif;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #232323;
}

blockquote p{
    color:inherit;
    font-size:inherit;
    font-family:inherit;
    font-weight:inherit;
}

/* Form Styling
----------------------------------------------------------------------------------------------------*/

.le_form {
    color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #cc3300;
    font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
    padding: 5px 5px;
    background-color: #ff8019;
	border: 0;

	text-align: center;
	color: #ffffff;
    font-family: 'Lato', sans-serif;
	font-size:14px;
    line-height: 18px;
	margin: 0;
    text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #ff8019;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	/*padding: 5px 5px 3px 5px;*/
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
    line-height: 18px;
	margin: 0;
}

.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}

.form-group {
	margin-bottom: 10px;
}

/* ------------------------------------------
  GLOBAL - General
  --------------------------------------------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font: normal 100%/1.4 "Lato", sans-serif;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    background-color:#fff;
}

a,
a:hover {
    color: #000;
    text-decoration:none;
}

.mt10 {
    margin-top:10px;
}

.mt20 {
    margin-top:20px;
}

.mb10 {
    margin-bottom:10px;
}

.mb20 {
    margin-bottom:20px;
}

/* Style Editor
----------------------------------------------------------------------------------------------------*/

.se_button a, a.se_button {
    display: inline-block;
    padding:8px 12px;
    background-color: #5b5b5b;
	color: #ffffff;
    font-family: 'Source Sans Pro Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align:center;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	border:0px solid #232323;
}
.se_button a:hover, a.se_button:hover {
    color: #6b5c54;
    background-color: #000;
    text-decoration: none;
}

.se_button.button2 a, a.se_button.button2 {
    background-color: transparent;
    border-width: 1px;
    color: #232323;
    padding:10px 12px;
}

.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    width:100%;
}
.se_button.largeButton  a, a.se_button.largeButton {
	padding: 16px 50px;
}

/* End SE */

/* ------------------------------------------
  HEADER
  --------------------------------------------- */
 #le_headerRight p{
       
         text-align:right;
    }
    #le_headerLeft p{
       
        color:#000;
    }
.header {
    min-height: 70px;
    position: relative;
    float: none;
    padding: 0;
    padding-top:20px;
}

.header > .row {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

.header > .row > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.se_siteBranding a {
    font-size: 26px;
}

.logo img {
    max-height: 150px;
    max-width:300px;
    padding-bottom:15px;
}
.se_tagline {
    padding-bottom:10px;
}
.container {
    width:100%;
    padding-left:0px!important;
    padding-right:0px!important;
}
.wrapper.container {
    width: 1400px;
}

.wrapper.container {
    padding: 0!important;
    margin: 0 auto!important;
}
.header-right {
    padding-top:5px;
    padding-bottom:5px;
    
}
.header-left {
    padding-top:5px;
    padding-bottom:5px;
}


/* ------------------------------------------
  FOOTER
  --------------------------------------------- */
  #le_footer p {
        text-align:left;
    }
.footer {
    color: #000;
    padding-top:20px;
    padding-bottom:20px;
    
}

.footer-part {
    padding-top: 10px;
}

.le_view_mobile a {
    display: inline-block;
}

.le_view_mobile a,
.footer-part p{
    margin-top: 10px;
}

.footer-part.pull-right > div {
    text-align: right;
}

/* ------------------------------------------
  Navigation
  --------------------------------------------- */
.navicon {
    display: none;
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0px 35px;
    text-transform: uppercase;
    color: #000;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}

.navbar {
    position: relative;
    bottom: 0;
    margin-bottom: 10px;
    min-height: 0;
    border: none;
}

.main-menu-wrap {
    padding-left:0;
    text-align:right;
} 

.main-menu {
    display: block;
    padding: 0 0 0 10px;
    text-align: center;
    min-width: 585px;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul {
    float: right;
}

.main-menu ul ul {
    margin-top: 0px;
}

.main-menu li {
    list-style: none;
}

.main-menu > ul > li,
.main-menu > ul > li > a {
    color:#232323;
}

.main-menu > ul > li > div > ul {
    margin-top: 0px;
}

.main-menu > ul > li {
    display: inline-block;
    margin-right:10px;
}

.main-menu li a {
    display: block;
    padding: 10px 6px 15px 6px;
    border-top:5px solid transparent;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
    transition:all .3s ease;
}

.main-menu li a:hover {
    border-top:5px solid #555;
}

.main-menu ul ul li a {
    padding: 10px;
}

.main-menu > ul > li > a {    
    color: #232323;    
}

.main-menu > ul > li a:hover {
    color: #ff8019;;
}

.main-menu ul ul {
    position: absolute;
    z-index: 100;
    display: none;    
    text-align: left;
    background: #ff9966; 
}

.main-menu li:hover > div > ul {
    display: block;
}

.main-menu ul ul a {       
    color: #000;  
    min-width: 120px;
}

.main-menu ul ul a:hover {
    background: #ff9966; 
    color: #fff;
}

.main-menu ul,
.main-menu li,
.main-menu a,
.navbar-toggle,
.navbar-toggle .icon-bar {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.mobile-map {
	max-width: 100%;
}

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

/* ------------------------------------------
  MAIN MENU MEDIA QUERIE
  --------------------------------------------- */
@media only screen and (max-width : 992px){ 
    
    .header > .row > [class*="col-"] {
        display: "";
        float: left;
    }

    .navbar {
        display: block;
        padding: 0;
        position: relative; 
        margin: 0;
        right: 0;
        left: 0;
    }
    .navicon {
        display:inline-block;
    }
    .main-menu {
        display: none;
        float: none;
        padding: 0;
        min-width: 100%;
    }
    
    .main-menu > ul,
    .main-menu ul ul {
    	display: block;
    	position: relative;
    	margin: 0;
    	width: 100%;
    }
 
    .main-menu li {
    	margin: 0px;
    	display: block;
    	text-align: left;
    }
    
    .main-menu li ul{
    	background: none;
    }
    
    .main-menu li a {
        border-top: 0;
    	padding: 10px 5px;
    	text-align: right;
    }
    
    .main-menu li a:hover {
        border-top: 0;
    }
    
    .main-menu ul li a {
        font-size: 16px;
    }
    
    .main-menu ul ul li a {
        font-size: 16px;
        display: inline-block;
        color: #999;
        padding-right:30px;
    }
    
    .main-menu > ul > li > a {
    	border-top: 0;
    }
    .main-menu > ul > li:first-child > a {
    	border-top: none;
    }
    
    .main-menu li a:hover {
        
    }
    
    .main-menu > ul > li {
        height: auto;
    }
    
    .main-menu li,
    .main-menu a,
    .main-menu ul ul a {
    	-webkit-transition: none;
        -moz-transition: none;
        transition: none;
        width: 100%;
       
    }
    
    .main-menu a:hover {
        color: #ffcc99;
    }
    
    .main-menu li > div {
        float: none;
        margin: 0;
    }
    
    .main-menu > ul > li > div > ul {
        margin-top: 0px;
    }

}

/* ------------------------------------------
  MAIN CONTENT
  --------------------------------------------- */
.se_mainContent {
    padding-bottom:20px;
}

.row_button  > .le_metro_silver_button {
    padding:3px 3px;
}
 #le_53df9ad7266be_53e255baa2217 img {
     height:none;
 }
#le_Bottombanner > div {
    text-align:center;
}
#le_Mobilecontent2 a {
    padding: 10px;
    background-color: #ff8019;
}
#le_Mobilecontent2 td  {
    padding: 15px;
}
.no-ex-padd h1 {
    font-size:40px;
    text-transform:uppercase;
}
.no-ex-padd{
    z-index:5;
    padding-left:0px;
}
.no-ex-padd td{
    padding-left:243px;
}

.panel{
    border:none;
}
table {
    max-width:940px;
}

.wrapper .row{
    width:940px;
    margin-left:auto;
    margin-right:auto;
}
.wrapper  .row > .container {
    padding-left:0px;
    padding-right:0px;
}

.wrapper .anythingSlider-default .arrow a {
    display: block;
    width: 45px;
    height: 45px;
    margin-top:-20px;
    padding: 0px;
    border:2px solid transparent !important;
    transition:border .2s ease;
    border-radius:50px;
}

.wrapper .anythingSlider-default .arrow a:hover {
    border: 2px solid rgb(255,255,255) !important;
    border: 2px solid rgba(255,255,255,.35) !important;
}

.anythingSlider-default > span.forward {
    z-index:50;
    right:15px;
}
.anythingSlider-default > span.back {
    z-index:50;
    left:200px;
}
.anythingSlider-default > span.forward >a {
  background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Urbanfitness/double-arrow.png) no-repeat 50% 50%;
}

.anythingSlider-default > span.forward >a:hover {
    background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Urbanfitness/double-arrow.png) no-repeat 50% 50%;
}

.anythingSlider-default > span.back >a {
   background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mm13template/double-arrow-back.png) no-repeat 48% 50%;
}

.anythingSlider-default > span.back >a:hover {
   background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mm13template/double-arrow-back.png) no-repeat 48% 50%;
}


.left-side a {
    position:relative;
    width:220px;
    padding:12px;
    background-color:#ff8019;
    display:block;
    -webkit-transform:skewX(151deg);
    -ms-transform:skewX(151deg);
    transform:skewX(151deg);
    left:168px;
}
.left-side2 a {
    position:relative;
    width:220px;
    padding:12px;
    background-color:#ff8019;
    display:block;
}
.left-side2 {
    background-color:#333333;
    padding-left:10px;
}

.anythingSlider > .anythingWindow {
    left:13px;
}

#le_53df9ad7266be_53e255baa2217_slider > div.anythingControls > ul {
  visibility:hidden;
}

/*========= CTA's ======*/
.se_cta {
    border:1px solid transparent;
}

.se_cta p {
    color:#fff;
}
.cta {
    margin-top: -40px;
    margin-bottom: 20px;
    padding:0 11px 0 11px;
}

.cta-inner {
     background-color:#c2c2c2;
     padding:5px 8px;
}

.le-edit-open .cta-inner {
    height: auto !important;
}

.cta-inner .le_content:nth-child(1) img{
    width:162px;
    max-height:162px;
    border:6px solid white;
    border-radius:150px;
    position:relative;
    z-index:50;
    margin-top:-81px;
    margin-bottom:30px;
    border-color:rgba(255,255,255, 0.6);
    transition:all .2s ease;
}

.cta-inner .le_content:nth-child(1) img:hover{
    width:172px;
    max-height:172px;
    margin-top:-81px;
    border-color:rgba(255,255,255, 0.85);
}

.le-edit-open .cta-inner .le_content:nth-child(1) img{
    margin-top:0;
}

.se_cta h4, .se_cta h4 a {
    font-weight:300;
}

.se_cta_wrap {
    margin-bottom:0px;
    margin-top: 20px;
}

.cta-button-container {
    position:relative;
}

.cta-button-container a.se_button {
    position:absolute;
    max-width:60%;
    top:-18px;
    left:0;
    right:0;
    margin:auto;
}

.le-edit-open .cta-button-container a.se_button {
    position:relative;
    top:5px;
}

#le_main2 a {
    right:10%;
    position:absolute;
    color:#fff;
    padding:5px 10px;
    background-color:#ff8019;
}
#le_main2 a:hover {
    background-color:#FC9E51;
}
#le_main2 table {
    background:#ff8019;
    
}
#le_main2 {
}
hr {
  border-top:1px solid #c9c9c9;
  border-bottom:1px solid #c9c9c9;
  height:4px;
  margin:1em 0;
}

.cta div:nth-child(1) p{
    /*max-height:600px;*/
    padding-bottom:15px;
    overflow:visible;
}

#le_sidebar .le_content{
    position:relative;
    left:5px;
}
#le_sidebar2 img{
    max-width:100%;
}
.main {
    margin-top:5px;
}

.content {
    position: relative;
}

.content-top {
    /*margin-bottom: 20px;*/
    overflow: hidden;
}

#feature2 img {
    width: 100%;
    height: auto;
}

#le_content3 {
    padding-bottom:40px;
}

/* ------------------------------------------
  SOCIAL ICONS
  --------------------------------------------- */

.se_social a {
    float: right;
}

.se_social a{
    color:#d4d4d4;
    font-size:25px;
    margin-left:20px;
    margin-top:5px;
}

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

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}
.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}

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

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

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

.wrapper #le_mb_get_staff .staff_img {
    width:162px;
    height:162px;
    border-radius:50%;
    border:5px solid rgb(230,230,230);
    border:5px solid rgba(230,230,230, 0.6);
    overflow:hidden;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top:-20px;
}

.wrapper #le_mb_get_staff .staff_img img {
    width:162px;
    height:auto;
    border:0 !important;
    margin-left:-5px;
    margin-top:-5px;
}

.wrapper #le_mb_get_staff h2:first-child, .wrapper #le_mb_get_staff .mb_listview_date {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    border-top: 1px solid;
    padding: 10px 0;
    border-bottom: 1px solid;
}

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

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

#le_mb_class_page .staff_info img {
    margin-bottom: 20px;
}

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

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

.mb_listview_date #forward, .mb_listview_date #back {
    background: transparent;
    border: 1px solid;
    border-radius: 150px;
    padding: 0 10px 0 9px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    transition:all .2s ease;
}

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

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

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

/* ------- Appointments ------ */

.wrapper .appts_side {
    margin-top:30px;
    padding-left:15px;
}

.wrapper .appts_side h3 {
    font-size:24px;
    margin-bottom:5px;
}

.wrapper .appts_side select{
    margin-bottom:15px;
}

.wrapper .filter_square {
    margin-left:0;
}

@media all and (max-width: 768px) {
    #new_clients {
        min-width: 300px;
    }
    #new_clients label {
        text-align: left !important;
    }
    #existing_clients {
        min-width: 300px;
        padding-left: 20px;
    }
    #existing_clients label {
        text-align: left !important;
    }
    .mb_login_existing_label {
         text-align: left !important;
    }
}

/* ------------------------------------------
  IE8 FIXES
  --------------------------------------------- */

.lt-ie9 .col-md-2 {
    width: 18%;
    float: left;
}

.lt-ie9 .col-md-3 {
    width: 25%;
    float: left;
}

.lt-ie9 .col-md-4 {
    width: 31%;
    float: left;
}

.lt-ie9 .col-md-6 {
    width: 45%;
    float: left;
}

.lt-ie9 .col-md-8 {
    width: 69%;
    float: left;
}

.lt-ie9 .col-md-9 {
    width: 75%;
    float: left;
}

.lt-ie9 .col-md-10 {
    width: 82%;
    float: left;
}

.lt-ie9  .anythingSlider{
    left:80px;
}
.lt-ie9 .se_social a{
    color:#5a5a5a;
    background-color:#252525;
    font-size:25px;
    margin-left:20px;
    height:30px;
    width:30px;
    text-align:center;
    padding:2px;
}
.lt-ie9  .cta div {
    background-color : #c2c2c2;
}
.lt-ie9 .cta img {
    border:5px solid #dbdbdb;
    margin-top:-100px;

}
.lt-ie9 .cta  {
   z-index:50;

}
.lt-ie9 .cta a{
    position:absolute;
    bottom:-15px;
    padding:5px 10px;
    background-color:#5b5b5b;
    text-decoration:none;
    color:#fff;
    left:50%;
    margin-left:-44px;
}
.lt-ie9 .cta a:hover{
   
    background-color:#bdbdbd;
}
.lt-ie9 .cta p{
   
   padding-bottom:10px;
}
.lt-ie9 #le_headerRight {
    padding-left:340px;
}
.lt-ie9 .se_cta_wrap {
    margin-top:-27px;
}


/* ------------------------------------------
  MEDIA QUERIES
  --------------------------------------------- */

@media only screen and (max-width : 1400px) {  
    .wrapper.container {
        width:100%;
    }
      .horizontal-lines  {
        width:100%;
        margin-left:0px;
    }
}
@media only screen and (max-width : 1350px) { 
    .no-ex-padd td { 
        padding-left:210px;
    }
} 
@media only screen and (max-width : 1300px) { 
    .no-ex-padd td { 
        padding-left:185px;
    }
}
@media only screen and (max-width : 1250px) { 
    .no-ex-padd td { 
        padding-left:160px;
    }
}
@media only screen and (max-width : 1200px) { 
    .no-ex-padd td { 
        padding-left:135px;
    }
}
@media only screen and (max-width : 1150px) { 
    .no-ex-padd td { 
        padding-left:110px;
    }
}
@media only screen and (max-width : 1100px) { 
    .no-ex-padd td { 
        padding-left:85px;
    }
}
@media only screen and (max-width : 1050px) { 
    .no-ex-padd td { 
        padding-left:60px;
    }
}

@media only screen and (max-width : 1024px) {  
    .row {
        width:100%;
    }
      
     .no-ex-padd td { 
        padding-left:15px;
    }
}

@media only screen and (max-width : 992px) {
 
    .wrapper .row {
        width:100%;
    }
 
    #le_sidebar2 p {
        text-align:center;
    }
   
    .cta div:nth-child(1) img {
        -moz-box-shadow: 0 2px 12px 0 #bababa;
        -webkit-box-shadow: 0 2px 12px 0 #bababa;
        box-shadow: 0 2px 12px 0 #bababa;
    }
    
    .content-top .content-header-wrapper.crop-full {
        height: auto;
        margin-top: 0;
    }
    
    .content-top .content-header-wrapper.crop-full img {
        width: 100%;
        height: auto; 
        margin: 0;
        margin-top: -50px;
        min-width: 400px;
    }
    
    .feature-wrapper tbody {
        right: 0;
        bottom: 5px;
    }
    
    .cta {
        margin-top:120px;
    }
}

@media only screen and (max-width : 768px) {
     #le_footer p {
        text-align:center;
        
    }
    #le_footer {
        padding-bottom:25px;
    }
    html {
        font-size: 9px;
    }
    
    .feature-wrapper tbody h1 {
        font-size: 2.5rem;
        line-height: 4rem;
    }
    
    .half-size-btn.plain-btn p {
        font-size: 3rem;
    }
    
    .full-size-btn.plain-btn .btn-label-top {
         font-size: 3rem;
    }
    
    .full-size-btn.plain-btn .btn-label-bottom {
         font-size: 3rem;
    }

    .se_social {
        display: table;
        margin: 0 auto;
    }
    .se_social a:last-child{
        margin-left:0;
    }
    
    #le_headerRight p{
       
         text-align:center;
    }
     #le_headerLeft p{
       
         text-align:center;
    }
  
}

@media only screen and (max-width : 482px) {
   
    html {
        font-size: 8px;
    }
    
    .se_social a {
        float: left;
    }

    .content .content-wide {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    
    /*.header .row > div {*/
    /*    width: 100%;    */
    /*}*/
    
    .content-middle .cta {
        width: 100%;
    }

    .social-wrapper {
        width: 100%;
    }
    .se_siteBranding img,
    .se_tagline {
        max-width: 100%;
        /*width: 100%;*/
        height: auto;
    }
}
@media only screen and (max-width :857px){    
  .master_date{
      padding-bottom:55px;
  }
}
@media only screen and (max-width :508px){    
  .master_date{
      padding-bottom:90px;
  }
}
@media only screen and (max-width :380px){    
  .master_date{
      padding-bottom:120px;
  }
}
@media only screen and (max-width : 358px) {
    .navbar-toggle {
        float:left;
    }
}

.le_bin {
    display:none;
    background-color: #ffffff;
    background: rgba(255,255,255,.8);
}
.le-edit-open .le_bin {
    display:block;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.le_binItem {display:none;}
.le_binItem.hascon {display:block;}

.le-edit-open .le_bin {display:none;}
.le-edit-open .le_bin.hasbin {display:block;}

/* ---- 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%;
	}
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_Company #le_section-three {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}
.aurora_Company #le_section-two {
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}
.aurora_competition #le_column1 {
}
.aurora_competition #le_section-one-area1 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_competition #le_section-one-area2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_competition #le_section-one-area3 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_competition #le_section-one-area4 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_competition #le_section-one-area6 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_hip-hop-division #le_section-three-area2 {
}
.aurora_jazz-division #le_section-three-area1 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_parent-meeting #le_column1 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_parent-meeting #le_column2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_parent-meeting #le_column3 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_parent-meeting #le_content2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_parent-meeting #le_feature {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_parent-meeting #le_section-one {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-one-area1 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-one-area2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-one-area3 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-one-area4 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-one-area5 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-one-area6 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-one-area7 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-one-area8 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-two-area1 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-two-area2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-two-area3 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-two-area4 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-two-area5 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-two-area6 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-two-area7 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_reminder-emails #le_section-two-area8 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-color: rgb(255, 255, 255);
}
.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 {
    font-size: 13px;
    background-color: rgb(209, 209, 214);
}
.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 {
    font-family: 'Shadows Into Light';
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}
.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 {
    background-color: rgb(0, 0, 0);
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_Company #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Company #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_competition #le_column1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_competition #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_competition #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_competition #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_competition #le_section-one-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_competition #le_section-one-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hip-hop-division #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_jazz-division #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parent-meeting #le_column1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parent-meeting #le_column2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parent-meeting #le_column3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parent-meeting #le_content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parent-meeting #le_feature {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_parent-meeting #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-one-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-one-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-one-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-one-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-one-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reminder-emails #le_section-two-area8 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_Company #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Company #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_competition #le_column1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_competition #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_competition #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_competition #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_competition #le_section-one-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_competition #le_section-one-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hip-hop-division #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_jazz-division #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parent-meeting #le_column1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parent-meeting #le_column2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parent-meeting #le_column3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parent-meeting #le_content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parent-meeting #le_feature {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_parent-meeting #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-one-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-one-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-one-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-one-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-one-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reminder-emails #le_section-two-area8 {
    }
}

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