@import 'https://fonts.googleapis.com/css?family=Titillium+Web';

body {
	background-color:rgba(255,255,255,1);
	color:#54585b;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin:0px;
	overflow-x:hidden;
	padding:0px;
}
.row {
    margin-left:-15px !important;
    margin-right:-15px !important;
    width:auto !important;
}

/*-------------------------FONT STYLING START----------------------*/

a {
	color:#f5821f;
	text-decoration:none;
}
a:hover {
	color:#f5821f;
	cursor: pointer;
	text-decoration:underline;
}
a img {
	border: 0;
}
p {
	color:#54585b;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	margin:0px;
	padding:0px;
}
ul, ol {
	margin:0px;
	padding-left:15px;
}
h1, h1 a, .title1, .title1 a {
	color:#f5821f;
	font-family: 'Titillium Web', sans-serif;
	font-size: 28px;
	font-style:italic;
	font-weight:normal;
	line-height:32px;
	margin:0;
}
h2, h2 a, .title2, .title2 a {
	color:#f5821f;
	font-family: 'Titillium Web', sans-serif;
	font-size:26px;
	font-style:italic;
	font-weight:normal;
	line-height:30px;
	margin:0;
}
h3, h3 a, .title3, .title3 a {
	color:#f5821f;
	font-family: 'Titillium Web', sans-serif;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	line-height:28px;
	margin:0;
}
h4, h4 a, .title4, .title4 a {
	color:#f5821f;
	font-family: 'Titillium Web', sans-serif;
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	line-height:26px;
	margin:0;
}
h5, h5 a, .title5, .title5 a {
	color:#f5821f;
	font-family: 'Titillium Web', sans-serif;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	line-height:24px;
	margin:0;
}
h6, h6 a, .title6, .title6 a {
	color:#f5821f;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	line-height:22px;
	margin:0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

/*-------------------------FONT STYLING END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.wrapper .le_form, .wrapper .le_form label {
	color:#54585b;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight:normal !important;
	margin:0;
	line-height: 18px;
}
.le_form_name {
	color:#54585b;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin:0 0 10px 0;
}
.container input[type="submit"] {
	background: #fc7722;
	background: -moz-linear-gradient(top,  #fc7722 0%, #c9282b 100%);
	background: -webkit-linear-gradient(top,  #fc7722 0%,#c9282b 100%);
	background: linear-gradient(to bottom,  #fc7722 0%,#c9282b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7722', endColorstr='#c9282b',GradientType=0 );
	border:0px;
	color:#ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	letter-spacing:1px;
	line-height:20px;
	margin:0;
	padding:10px 20px;
	text-transform:uppercase;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	/*-webkit-box-shadow: inset 0px 0px 5px 0px rgba(213,23,51,1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(213,23,51,1);
	box-shadow: inset 0px 0px 5px 0px rgba(213,23,51,1);*/
}
.container input[type="submit"]:hover {
	background: #c9282b;
	background: -moz-linear-gradient(top,  #c9282b 0%, #fc7722 100%);
	background: -webkit-linear-gradient(top,  #c9282b 0%,#fc7722 100%);
	background: linear-gradient(to bottom,  #c9282b 0%,#fc7722 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9282b', endColorstr='#fc7722',GradientType=0 );
	color:#ffffff;
	cursor: pointer;
}
.container input[type="text"], .container input[type="password"], .container textarea, #search_form_value {
	background-color:#ffffff;
	border: 1px solid #e1e1e1;
	color:#54585b;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	line-height:20px;
	margin:0;
	padding:10px 10px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
.form-control {
	height:inherit !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.form-group {
	margin-bottom:10px !important;
}
.form-header p {
    color:#000000;
    font-size: 16px;
}
.otfTopForm label {
	display:none;
}
.otfTopForm input {
	width:100% !important;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

.nopadding {
	padding:0px;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.col-xs-15 {
	float: left;
	width: 50%;
}
.img-responsive img {
    max-width:100%;
    height:auto;
    display:block;
}
.panel {
	border:0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
blockquote {
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
	width:100% !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
hr {
	border-bottom:0px solid #dedede;
	border-left:0px solid #dedede;
	border-right:0px solid #dedede;
	border-top:1px solid #dedede;
}
.local1 .se_button a, .local1 a.se_button {
	background-color:rgba(229,25,55,0);
	border:solid 0px transparent;
	color:#ffffff;
	display:inline-block;
	font-family: 'Titillium Web', sans-serif;
	font-size:13px;
	font-style:inherit;
	font-weight:700;
	line-height:17px;
	margin:0px;
	padding:8px 15px 6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	/*-webkit-box-shadow:0 0 8px 1px rgba(0, 0, 0, 1);
	-moz-box-shadow:0 0 8px 1px rgba(0, 0, 0, 1);
	box-shadow:0 0 8px 1px rgba(0, 0, 0, 1);*/
}
.local1 .se_button a:hover, .local1 a.se_button:hover {
	background-color:rgba(229,25,55,0);
	color:#ffffff;
}
.local1 .se_button a:active, .local1 a.se_button:active {

}
.local1 .button2 a, .local1 a.button2 {
	background-color:rgba(79,79,79,0);
	border:solid 0px transparent;
	color:#ffffff;
	display:inline-block;
	font-family: 'Titillium Web', sans-serif;
	font-size:13px;
	font-style:inherit;
	font-weight:700;
	line-height:17px;
	margin:0px;
	padding:8px 15px 6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.local1 .button2 a:hover, .local1 a.button2:hover {
	background-color:rgba(79,79,79,0);
	color:#ffffff;
}
.local1 .button2 a:active, .local1 a.button2:active {

}
.local2 .se_button a, .local2 a.se_button {
	
}
.local2 .se_button a:hover, .local2 a.se_button:hover {
	color:#a9c200;
}
.local2 .se_button a:active, .local2 a.se_button:active {
	color:#ffffff;
}
.local2 .button2 a, .local2 a.button2 {
	
}
.local2 .button2 a:hover, .local2 a.button2:hover {
	color:#ffffff;
}
.local2 .button2 a:active, .local2 a.button2:active {
	color:#ffffff;
}
.relative {
	position: relative;
}
.responsive img, img.responsive {
	height: auto;
	width: 100% !important;
}
.responsive iframe, .responsive object, .responsive embed {
	width: 100%;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.blog_post_listing_title, .feature_blog_text {
	max-width:95%;
}
.blog_post_listing_element .feature_blog_image {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}
.blog_post_listing_sidebar {
	max-width:90%;
	position:relative;
	text-align:left;
}
.blog_sidebar {
    position:relative;
}
.blog_post {
    text-align:left;
}
.quicklinks-header-div {
	margin-bottom:20px;
	width:100% !important;
}
.quick-link-class {
	background-color:#e51937 !important;
	color:#ffffff !important;
}
.quick-link-class:hover {
	background-color:#ac122a !important;
}
.quick-link-class a {
	color:#ffffff;
}
.round_dark {
	margin-bottom:10px;
}
.directListingPlace a {
	background-color:#e51937;
	color:#ffffff;
	display:inline-block;
	font-size:14px;
	margin:3px 2px;
	padding:4px 6px;
	text-align:center;
	width:35px;
}
.directListingPlace a:hover {
	background-color:#ac122a;
}
.free-session-toggle-button {
	float:left;
	padding-right:15px;
}
.free-session-toggle-button a {
	background: #fc7722;
	background: -moz-linear-gradient(top,  #fc7722 0%, #c8282a 100%);
	background: -webkit-linear-gradient(top,  #fc7722 0%,#c8282a 100%);
	background: linear-gradient(to bottom,  #fc7722 0%,#c8282a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7722', endColorstr='#c8282a',GradientType=0 );
	color:#ffffff;
	display:inline-block;
	font-style:italic;
	padding:10px 20px 10px 20px;
	text-transform:uppercase;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.free-session-toggle-button a:hover {
	background: #c8282b;
	background: -moz-linear-gradient(top,  #c8282b 0%, #fc7722 100%);
	background: -webkit-linear-gradient(top,  #c8282b 0%,#fc7722 100%);
	background: linear-gradient(to bottom,  #c8282b 0%,#fc7722 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8282b', endColorstr='#fc7722',GradientType=0 );
	color:#ffffff;
	text-decoration:none;
}
.search-by-zip-toggle-button {
	float:left;
	padding-right:15px;
}
.search-by-zip-toggle-button a {
	background: #9a9da0;
	background: -moz-linear-gradient(top,  #9a9da0 0%, #55595c 100%);
	background: -webkit-linear-gradient(top,  #9a9da0 0%,#55595c 100%);
	background: linear-gradient(to bottom,  #9a9da0 0%,#55595c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9da0', endColorstr='#55595c',GradientType=0 );
	color:#ffffff;
	display:inline-block;
	font-style:italic;
	padding:10px 20px 10px 20px;
	text-transform:uppercase;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.search-by-zip-toggle-button a:hover {
	background: #55595c;
	background: -moz-linear-gradient(top,  #55595c 0%, #9a9da0 100%);
	background: -webkit-linear-gradient(top,  #55595c 0%,#9a9da0 100%);
	background: linear-gradient(to bottom,  #55595c 0%,#9a9da0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55595c', endColorstr='#9a9da0',GradientType=0 );
	color:#ffffff;
	text-decoration:none;
}
.full img {
	height:auto;
	width:100%;
}
.whiteContent, .whiteContent p, .whiteContent a, .whiteContent h1, .whiteContent h2, .whiteContent h3, .whiteContent h4, .whiteContent h5, .whiteContent h6 {
	color:#ffffff;
}
.orangeBtn a {
    background-image:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/buttonBG.png");
    background-position:left top;
    background-repeat:no-repeat;
    background-size:100% 100%;
    color:#ffffff;
    display:inline-block;
    font-size:20px;
	font-style:italic;
    line-height:24px;
    margin:0px;
    padding:20px 10px 30px 10px;
    position:absolute;
    text-align:center;
    text-transform:uppercase;
    width:100%;
}
.orangeBtn a:hover {
    text-decoration:none;
}
div#link_for_print {
    position:absolute;
}
.master_date {
    font-size:1.0em !important;
}

/*-------------------------SITE CLASSES END------------------------*/

.wrapper {
	background-color:rgba(255,255,255,1);
	overflow-x:hidden;
}

/*-------------------------SLIDERS START---------------------------*/

/*--Default Slider--*/
.anythingSlider .anythingWindow {
	overflow:visible !important;
}
.bx-wrapper {
	/*margin:0 auto 20px !important;*/
	margin:0px !important;
}
.bx-wrapper .bx-viewport {
	height:auto !important;
}
.bx-wrapper .bx-viewport ul {
	margin:0px !important;
	padding:0px !important;
}
.bx-viewport .htmlSlide {
	margin:0px !important;
	padding:0px !important;
}
.home-page-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background:#c5c5c5 !important;
}
.home-page-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .home-page-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#e51937 !important;
}
.bx-wrapper .bx-pager {
	bottom:10px !important;
	padding-top:0px !important;
}
.bx-wrapper .bx-controls-direction a {
	height:33px !important;
	width:21px !important;
}
/*--Instructor Slider--*/
.instructorSlider .bx-wrapper img {
	max-width:200% !important;
	width:100%;
}
.instructorSlider .bx-wrapper .bx-prev {
	background:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/instructorLeftArrow.png") !important;
	left:20px !important;
}
.instructorSlider .bx-wrapper .bx-next {
	background:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/instructorRightArrow.png") !important;
	right:20px !important;
}
.instructorSlide {
	padding-bottom:20px;
	text-align:center;
}
.instructorSlide:hover {
	opacity:0.9;
}
.instructorSlide p, .instructorSlide a {
	color:#54585b;
	font-size:18px;
	font-style:italic;
	line-height:22px;
	text-decoration:none;
	text-transform:uppercase;
}
/*--Testimonial Slider--*/
.testimonialSlider {
	color:#ffffff;
	text-align:center;
}
.testimonialSlider p {
	color:#ffffff;
}
.testimonialSlider .details {	/*background-image:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/testimonialBar.png");
	background-position:center top;
	background-repeat:no-repeat;*/
	bottom:-40px;
	color:#555555;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	font-weight:normal;
	left:0px;
	line-height:20px;
	padding-top:15px;
	position:absolute;
	right:0px;
}
.testimonialSlider .details::before {
	color:#555555;
	content:'-';
	position:relative;
	left:-5px;
}
.testimonialSlider .comments .description p {
	color:#ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	line-height:20px;
}
/*--Studio Slider--*/
.studioSlider .anythingSlider .panel {
	opacity:.3;
}
.studioSlider ul.anythingBase {
	background-color:#000000;
}
.studioSlider .anythingSlider .activePage {
	opacity:1;
}
.studioSlider .anythingSlider-default .back {
	background-image:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/studioSliderLeftArrow.png");
	background-position:left top;
	background-repeat:no-repeat;
	left:-14%;
	top:40%;
}
.studioSlider .anythingSlider-default .back:hover {
	opacity:.4;
}
.studioSlider .anythingSlider-default .forward {
	background-image:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/studioSliderRightArrow.png");
	background-position:right top;
	background-repeat:no-repeat;
	right:-14%;
	top:40%;
}
.studioSlider .anythingSlider-default .forward:hover {
	opacity:.4;
}
.anythingSlider-default .arrow a {
	background:none !important;
	height:105px !important;
	width:22px !important;
}

/*--------------------------SLIDERS END----------------------------*/


/*-------------------------HEADER START----------------------------*/

.headerLocation {
	font-size:11px;
	text-transform:uppercase;
}
.logo {
	padding:10px 0px 10px 10px;
}
.logo img {
	height: auto;
	max-width: 100%;
}
.social-buttons a {
	color:#8a8a8a;
	display:inline-block;
	font-size:20px;
	line-height:24px;
	margin:0px 3px;
	text-align:center;
	text-decoration:none;
}
.social-buttons a:hover {
	color:#ffffff;	
}

/*-------------------------HEADER END------------------------------*/


/*-------------------------SECTIONS START------------------------------*/

.content {
	padding:20px;
}
.section1Wide {
	background-color:#636363;
	color:#ffffff;
	position:relative;
	text-align:right;
	width:100%;
	z-index:15;
}
.otfMainContent {
	text-align:center;
}
.section2Wide {
	background-color:#ffffff;
	position:relative;
	width:100%;
	z-index:10;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}
.section2 {
	padding:10px 10px;
}
.section3Wide {
	background-color:rgba(255,255,255,1);
	background-image:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/backgroundDots.png");
	background-position:left center;
	background-repeat:no-repeat;
	background-size:100% auto;
	width:100%;
}
.section3 {
	padding:0px;
}
.innerWrapper .section3 {
	padding:10px 20px;
}
.mobilePad {
	padding:0px 15px 15px;
}
.otfSloganLine p, .otfSloganLine h5 {
	color:#f58320;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	line-height:28px;
	margin-top:15px;
	text-transform:uppercase;
}
.otfTopForm {
	
}
/*.otfHR {
	border-bottom:solid 1px #dedede;
}*/
.otfLocationTitle::first {
	
}
.otfLocationTitle p {
	color:#272727;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	line-height:34px;
}
.otfAddress p {
	line-height:26px;
}
.otfInfoLinks a {
	color:#f58320;
	display:inline-block;
	padding-right:15px;
	text-decoration:underline;
}
.otfInfoLinks a:hover {
	color:#c8282b;
}
.otfTrialButtons {
	padding-top:15px;
}
.section4Wide {
	background-color:#fdfdfb;
	background-image:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/backgroundDots.png");
	background-position:left top;
	background-repeat:no-repeat;
	background-size:100% auto;
	border-top:solid 1px #ebebeb;
	width:100%;
}
.section4 {
	padding:20px;
}
.otfMainContent {
	padding:20px;
}
.instructorPadding {
	padding:0px;
}
.section5Wide {
	background-attachment:inherit;
	background-color:#dd7421;
	background-image:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/quoteBG.jpg");
	background-position:right top;
	background-repeat:no-repeat;
	width:100%;
	-webkit-background-size:auto 100%;
	-moz-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
}
.section5 {
	color:#ffffff;
	min-height:250px;
	padding:20px 0px;
}
.section5 p, .section5 h1, .section5 h2, .section5 h3, .section5 h4, .section5 h5, .section5 h6 {
	color:#555555;
}
.section6Wide {
	background-color:#ffffff;
	width:100%;
}
.section6 {
	padding:20px;
}
.otfHalf {
	padding-top:20px;
}
.section7Wide {
	background-color:rgba(255,255,255,1);
	width:100%;
}
.section7 {
	padding:20px;
}
.section8Wide {
	background-color:#000000;
	width:100%;
}
.section8 {
	padding:0px 50px;
}
.section9Wide {
	background-color:#ff9215;
	width:100%;
}
.section10Wide {
	background-color:rgba(255,255,255,1);
	width:100%;
}
.section10 {
	padding:20px;
}
.section3InnerWide {
	background-color:#ffffff;
	width:100%;
}
.secton3Inner {
	padding:20px;
}
.section4InnerWide {
	background-color:#f58320;
	width:100%;
}
.section4Inner {
	color:#ffffff;
	padding:20px;
}
.section4Inner p {
	color:#ffffff;
}

/*-------------------------SECTIONS END------------------------------*/


/*-------------------------HEADER MENU START-------------------------*/

.HeaderMenu {
	text-align:right;
}
.HeaderMenu ul {
	margin:0;
	padding: 0;
}
.HeaderMenu ul.le_menu_level_0 {
	margin:0;
	padding: 0;
}
.HeaderMenu li {
	list-style: none;
}
.HeaderMenu li.le_menuitem_level_0 {
	display: inline-block;
	margin-left:0px;
}
.HeaderMenu li.le_menuitem_level_0 a {
	color:#ffffff;
	display:inline-block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 13px;
	font-style:italic;
	font-weight:normal;
	margin:0px;
	padding:4px 20px 4px 0px;
	text-decoration: none;
	text-transform:uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.HeaderMenu li.memberLogin a {
	background-image:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/avatar-icon.png");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;
	padding-top:4px;
}
.HeaderMenu li.le_menuitem_level_0 a:hover {
	opacity:.6;
}
/*--------1ST LEVEL SUBMENU-------*/
.HeaderMenu ul.le_menu_level_1 {
	background-color:rgba(23,23,23,1);
	display: none;
	margin:0;
	padding:0px 0px 0px 0px;
	position:absolute;
}
.HeaderMenu li.le_menuitem_level_1 a {
	background-color:rgba(245,130,31,1);
	background-image:none;
	color:#fdfdfd;
	display:block;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	margin:0px;
	opacity:1;
	padding:8px 10px;
	text-align:left;
	text-decoration:none;
	width:125px;
}
.HeaderMenu li.le_menuitem_level_1 a:hover {
    background-color:#636363;
	color:#ffffff !important;
	opacity:1;
}

/*--------------------------HEADER MENU END--------------------------*/


/*-------------------------MAIN MENU START-------------------------*/

.navigation {
	text-align:right;
}
.navicon {
	display:block;
	/*height:25px;*/
	position:relative;
	text-align:right;
	top:-50px;
	width:100%;
	z-index:10;
}
.navicon p {
	background-color:rgba(229,25,55,0);
	color:#ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	padding:15px 10px 10px 40px;
	position:absolute;
	right:0px;
}
.navicon p:hover {
	background-color:rgba(229,25,55,0);
	color:#ffffff;
}
.navicon:after {
	/*color:#54585b;*/
	color:#f58320;
	content: '\2630';
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	position: absolute;
	right:20px;
	text-align:center;
	top:16px;
}
.navicon:hover:after {
	color:#f58320;
}
.navicon:hover {
	cursor: pointer;
}
.menu {
	background-color:rgba(84,88,91,1);
	display: none;
	left:0px;
	position:absolute;
	text-align:left;
	top:1px;
	width:100%;
	z-index:120;
}
.menu ul.le_menu_level_0 {
	margin:0px;
	padding:0px;
}
.menu li {
	list-style-type: none;
	text-decoration: none;
}
.menu .le_menu_level_container {
	position: relative;
}
.menu li.le_menuitem_level_0 {
	
}
.menu li.le_menuitem_level_0 a {
	border-bottom:solid 1px #ffffff;
	color:#fdfdfd;
	display: block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight:700;
	padding:10px 40px;
	text-decoration: none;
	text-transform:uppercase;
}
.menu li.arrowDropDown a {
	background-image:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/dropdownArrowMobile.png");
	background-position:42% 18px;
	background-repeat:no-repeat;
}
.menu li.le_menuitem_level_0 a:hover {
	color:#f5821f;
}
.menu li.le_menuitem_level_0 a:active {
	color:#f5821f;
}
/*--------1ST LEVEL SUBMENU-------*/
.menu ul.le_menu_level_1 {
	background-color:rgba(23,23,23,1);
	display: none;
	margin:0;
	padding:0px 0px 0px 0px;
}
.menu li.le_menuitem_level_1 a {
	background-color:rgba(245,130,31,1);
	background-image:none;
	color:#fdfdfd;
	display:block;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	margin:0px;
	padding:8px 60px;
	text-decoration:none;
}
.menu li.le_menuitem_level_1 a:hover {
	color:#000000;
}
/*--------2ND LEVEL SUBMENU-------*/
.menu ul.le_menu_level_2 {
	margin:0;
	padding: 0;
}
.menu li.le_menuitem_level_2 a {
	padding: 5px 0 5px 30px;
}
.dropdown ul {
	display: none;
}

/*-------------------------MAIN MENU END---------------------------*/


/*-------------------------FOOTER START----------------------------*/

.section10 {
	color:#54585b;
}
.section10 p, .section10 a {
	color:#54585b;
	text-decoration:none;
}
.section10 a:hover {
	color:#c1020b;
	text-decoration:none;
}
.FooterMenu {
	padding-bottom:20px;
	position:relative;
	text-align:left;
	top:12px;
}
.FooterMenu ul {
	margin:0;
	padding: 0;
}
.FooterMenu ul.le_menu_level_0 {
	margin:0;
	padding: 0;
}
.FooterMenu li {
	list-style: none;
}
.FooterMenu li.le_menuitem_level_0 {
	display: inline-block;
	margin-left:0px;
	width:50%;
}
.FooterMenu li.le_menuitem_level_0 a {
	color:#f58320;
	display:block;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	padding:6px 8px;
	text-decoration: none;
	text-transform:uppercase;
}
.FooterMenu li.le_menuitem_level_0:last-of-type a {
}
.FooterMenu li.le_menuitem_level_0 a:hover {
	color:#c1020b;
}
.social-footer {
	/*margin-bottom:10px;*/
	text-align:center;
}
.social-footer a {
	background-color:rgba(0,0,0,0);
	color:#717171;
	display:inline-block;
	font-size:34px;
	line-height:38px;
	margin:0px 3px;
	padding:4px;
	text-align:center;
	text-decoration:none;
	width:36px;
}
.social-footer a:hover {
	background-color:rgba(57,57,57,0);
	color:#929292;
}
.footerLeft {
	text-align:center;
}
.footerCenter {
	text-align:center;
}
.footerRight {
	text-align:center;
}

/*-------------------------FOOTER END------------------------------*/


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

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

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.col-sm-15 {
		float: left;
		width: 20%;
    }
	.wrapper {
		background-color:rgba(255,255,255,0);
	}
	.findLocationBox {
		background-color:rgba(14,14,14,1);
		font-size:12px;
		line-height:18px;
		margin:auto;
		min-height:80px;
		padding:30px 20px;
		width:520px;
	}
	.findLocationBox1 {
		background-color:rgba(14,14,14,1);
		font-size:12px;
		line-height:18px;
		margin:auto;
		min-height:80px;
		padding:30px 20px;
		width:670px;
	}
	.filters-div {
		float:left;
		width:100% !important;
	}
	.filters-div div:last-of-type {
		float:left;
		margin-top:-10px;
		width:20% !important;
	}
	.filters-div div div:last-of-type {
		float:left;
		width:35% !important;
	}
	.filter-criteria-area-div {
		float:left;
		width:375px;
	}
	.filter-criteria-area-div div {
		float:left;
		margin:0px !important;
		width:65%;
	}
	.filter-criteria-area-div input.zip {
		color:#000000;
	}
	.filter-criteria-area-div select#zip_radius_search_56b20fc94b4d9 {
		color:#000000;
	}
	.filters-div div input.directory-search-button {
		
	}
	.title_class {
	    padding-left:7.7% !important;
	}
	.title_staff {
	    padding-left:9% !important;
	}
	.positionImage {
		left:0px;
		position:absolute;
		right:0px;
		text-align:center;
	}
	.social-buttons a {
		font-size:24px;
		margin:0px 4px;
	}
	.testimonialSlider .comments .description p {
		font-size:16px;
		line-height:22px;
	}
	.studioSlider .anythingSlider-default .back {
		left:-12%;
		top:50%;
	}
	.studioSlider .anythingSlider-default .forward {
		right:-12%;
		top:50%;
	}
	.headerFix {
		position:relative;
		width:100%;
		z-index:101;
		-webkit-transition:all 2.0s ease;
		-moz-transition:all 2.0s ease;
		-o-transition:all 2.0s ease;
		transition:all 2.0s ease;
	}
	.wrapper .headerBg {
		position:fixed;
		-webkit-transition:all 2.0s ease;
		-moz-transition:all 2.0s ease;
		-o-transition:all 2.0s ease;
		transition:all 2.0s ease;
	}
	.logo {
		
	}
	.headerButton img {
		height:70px;
		overflow:hidden;
		position:absolute;
		right:0px;
		width:100%;
	}
	.section1Wide {
		position:relative;
		top:0px;
		z-index:20;
	}
	.section1 {
		padding:10px 10px 5px;
	}
	.section2 {
		padding:0px 10px;
	}
	.section3 {
		padding:30px 0px 20px;
	}
	.mobilePad {
		padding:0px 0px;
	}
	.map-responsive, .map-responsive iframe {
		height:590px !important;
	}
	.otfTopForm input {
		width:150px !important;
	}
	.otfMainStudio {
		background-color:#ffffff;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	}
	.otfMainContent {
		padding:40px 10px 20px;
	}
	.section4 {
		padding:20px 10px;
	}
	/*.middleBorder {
		border-left:solid 1px #ececec;
		border-right:solid 1px #ececec;
	}*/
	.instructorSliderWide {
		background-attachment:inherit;
		background-color:#000000;
		background-image:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/instructorSliderBG.jpg");
		background-position:right top;
		background-repeat:no-repeat;
		width:100%;
		-webkit-background-size:100% 100%;
		-moz-background-size:100% 100%;
		-o-background-size:100% 100%;
		background-size:100% 100%;
	}
	.instructorSliderInner {
		padding:20px 0px;
	}
	.instructorPadding {
		padding:0px 10px;
	}
	.section5 {
		min-height:230px;
		padding:30px 10px;
	}
	.section6 {
		padding:20px 10px;
	}
	.otfHalf {
		padding-top:40px;
	}
	.section7 {
		padding:20px 10px;
	}
	.section8 {
		padding:0px 100px;
	}
	.section10 {
		padding:20px 10px;
	}
	.secton3Inner {
		padding:40px 10px 10px;
	}
	.secton4Inner {
		padding:20px 10px;
	}
	.se_menu {
		padding:0px;
	}
	.navigation {
		height:px;
		margin-top:0 0 15px;
		position:relative;
		text-align: left;
		width:100%;
	}
	.navicon {
		display: none;
	}
	.menu {
		background-color:rgba(193, 215, 46, 0);
		background-image:none;
		display: block;
		left:0px;
		padding:10px 0px 0px 0px;
		position:relative;
		text-align:right;
		top:0px;
	}
	.menu ul {
		margin:0;
		padding: 0;
	}
	.menu ul.le_menu_level_0 {
		margin:0;
		padding: 0;
	}
	.menu li {
		list-style: none;
	}
	.menu li.le_menuitem_level_0 {
		display: inline-block;
		margin-left:0px;
	}
	.menu li.le_menuitem_level_0 a {
		background-image:none;
		border-bottom:solid 0px #ffffff;
		color:#54585b;
		display:inline-block;
		font-family: 'Titillium Web', sans-serif;
		font-size: 10px;
		font-style:italic;
		font-weight:bold;
		line-height:16px;
		margin:0px;
		padding:10px 8px 5px;
		text-align:center;
		text-decoration: none;
		text-transform:uppercase;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	.menu li.arrowDropDown a {
		background-image:url("https://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/otffranchise/starter-content-layout/dropdownArrow.png");
		background-position:right 15px;
		padding-right:15px;
	}
	.menu li.le_menuitem_level_0 a:hover, .menu li.le_menuitem_level_0 a:active {
		color:#f58320;
	}
	.menu li.le_menuitem_level_0 a.le_current_link {
		color:#54585b;
	}
	.menu ul.le_menu_level_1 {
		background-color:rgba(255,255,255,1);
		background-image:none;
		display:none;
		left:0px;
		margin:15px 0px 0px 0px;
		padding:5px 0px 5px 0px;
		position:fixed;
		text-align:center;
		width:100%;
		z-index:9999;
	}
	.menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
		/*display: block;*/
	}
	.menu li.le_menuitem_level_1 {
		display:inline-block;
	}
	.menu li.le_menuitem_level_1 a {
		background-color:#ffffff;
		background-image:none;
		color:#54585b;
		display:block;
		font-family: 'Titillium Web', sans-serif;
		font-size:10px;
		font-style:normal;
		font-weight:normal;
		margin:0px;
		padding:8px 10px !important;
		text-align:left;
		text-decoration:none;
		text-transform:none;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	.menu li.le_menuitem_level_1 a:hover, .menu li.le_menuitem_level_1 a:active {
		background-color:#;
		color:#f58320;
	}
	.menu .le_menu_level_2_container {
		float: right;
		margin-top: -35px;
		padding: 0;
	}
	.menu ul.le_menu_level_2 {
		background-color:#ffffff;
		display: none;
		margin:0;
		padding: 0;
		position: absolute;
		text-align: left;
		z-index: 100;
	}
	.menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
		display: block;
	}
	.dropdown ul {
		display: block;
	}
	.footer-logo {
		padding-bottom:20px;
	}
	.social-footer {
		position:relative;
		right:-15px;
		text-align:right;
		top:10px;
	}
	.social-footer a {
		font-size:24px;
		line-height:28px;
		margin:0px 0px 0px 15px;
		padding:0px;
		text-align:center;
		text-decoration:none;
		width:auto;
	}
	.FooterMenu li.le_menuitem_level_0 {
		width:auto;
	}
	.FooterMenu li.le_menuitem_level_0 a {
		font-size: 14px;
		line-height:16px;
		padding:0px 8px;
	}
	.footerLeft {
		text-align:left;
	}
	.footerRight {
		text-align:right;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.col-md-15 {
		float:left;
		width:20%;
    }
	h1, h1 a, .title1, .title1 a {
		font-size:30px;
		line-height:34px;
		margin:0;
	}
	h2, h2 a, .title2, .title2 a {
		font-size:28px;
		line-height:32px;
		margin:0;
	}
	h3, h3 a, .title3, .title3 a {
		font-size:26px;
		line-height:30px;
		margin:0;
	}
	h4, h4 a, .title4, .title4 a {
		font-size:24px;
		font-weight:normal;
		line-height:28px;
		margin:0;
	}
	h5, h5 a, .title5, .title5 a {
		font-size:22px;
		font-weight:normal;
		line-height:26px;
		margin:0;
	}
	h6, h6 a, .title6, .title6 a {
		font-size:18px;
		font-weight:normal;
		line-height:22px;
		margin:0;
	}
	.logo img {
		height:50px;
		width:auto;
	}
	.orangeBtn a {
		padding:28px 10px 38px 25px;
		right:0px;
	}
    #le_mb_list_schedule h2 {
        font-size:22px !important;
	}
	.instructorSlide:hover {
		opacity:0.7;
	}
	.testimonialSlider .details {
		font-size:16px;
		line-height:20px;
	}
	.testimonialSlider .comments .description p {
		font-size:26px;
		line-height:34px;
	}
	.studioSlider .anythingSlider-default .back {
		left:-22%;
	}
	.studioSlider .anythingSlider-default .forward {
		right:-22%;
	}
	.HeaderMenu li.le_menuitem_level_0 a {
		font-size:14px;
	}
	.HeaderMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
		display: block;
	}
	.HeaderMenu li.le_menuitem_level_1 a:hover {
        color:#ffffff;
	}
	.logo {
		padding:10px 0px 10px 20px;
	}
	.headerButton img {
		height:90px;
		width:200px;
	}
	.otfTopForm input {
		margin-right:10px !important;
		width:142px !important;
	}
	.search-by-zip-toggle-button a, .free-session-toggle-button a {
		padding:12px 20px;
		text-align:center;
		width:160px;
	}
	.map-responsive, .map-responsive iframe {
		height:550px !important;
	}
	.otfMainContent {
		padding:40px 0px 20px;
	}
	.section1 {
		padding:10px 0px 5px;
	}
	.section2 {
		padding:0px 0px;
	}
	.section3Wide {
		background-attachment:fixed;
		background-position:left 180px;
	}
	.section3 {
		padding:50px 0px 20px;
	}
	.section4 {
		padding:40px 0px;
	}
	.instructorSliderWide {
		background-attachment:fixed;
		background-position:center center;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	}
	.instructorSliderInner {
		padding:40px 0px;
	}
	.instructorPadding {
		padding:0px 0px;
	}
	.section5Wide {
		background-attachment:fixed;
		background-position:center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.section5 {
		min-height:360px;
		padding:90px 0px;
	}
	.section6 {
		padding:20px 0px;
	}
	.section7 {
		padding:20px 0px;
	}
	.otfHalf {
		padding:150px 50px 0px;
	}
	.section8 {
		padding:0px 150px;
	}
	.section10 {
		padding:40px 0px 20px;
	}
	.secton3Inner {
		padding:50px 0px 20px;
	}
	.secton4Inner {
		padding:20px 0px;
	}
	.menu {
		padding-right:20px;
		padding-top:22px;
	}
	.navigation {
		width:100%;
	}
	.menu li.le_menuitem_level_0 a {
		font-size:14px;
		margin:0px;
		padding:10px 15px 5px;
	}
	.menu ul.le_menu_level_1 {
		margin-top:17px;
		padding:8px 0px 8px 0px;
	}
	.menu li.le_menuitem_level_1 a {
		font-size:14px;
		padding:8px 10px;
	}
	.footer {
		padding:px;
	}
	.social-footer {
		top:20px;
	}
	.FooterMenu {
		left:auto;
		top:24px;
	}
	.FooterMenu li.le_menuitem_level_0 a {
		font-size: 14px;
		line-height:20px;
		padding:0px 12px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.col-lg-15 {
		float:left;
		width:20%;
    }
    #le_mb_list_schedule h2 {
        font-size:26px !important;
	}
    .master_date {
        font-size:1.4em !important;
    }
	.logo img {
		height:60px;
		width:auto;
	}
	.orangeBtn a {
		padding:36px 10px 48px 25px;
	}
	.headerButton img {
		height:105px;
		width:230px;
	}
	.otfTopForm input {
		width:150px !important;
	}
	.map-responsive, .map-responsive iframe {
		height:600px !important;
	}
	.section3 {
		padding:60px 0px 30px;
	}
	.section5 {
		padding:100px 0px;
	}
	.section8 {
		padding:0px 200px;
	}
	.menu {
		padding-top:26px;
	}
	.menu li.le_menuitem_level_0 a {
		font-size:14px;
	}
	.menu ul.le_menu_level_1 {
		margin-top:23px;
		padding:10px 0px 10px 0px;
	}
	.menu li.le_menuitem_level_1 a {
		font-size:14px;
		padding:8px 10px;
	}
	.menu li.le_menuitem_level_1 a:hover {
		background-color:rgba();
	}
	.FooterMenu {
		top:30px;
	}
	.FooterMenu li.le_menuitem_level_0 a {
		padding:0px 15px;
	}
	.social-footer {
		top:30px;
	}
}

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


/*-------------------------RESETS START----------------------------*/

.anythingSlider-default {
	/*height:340px !important;*/
	margin-bottom: 0px !important;
	padding: 0 !important;
}
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;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}
.package_panel .create-account-wrapper label {
    color:#000000 !important;
}
.le-logged-in .aurora_header_bar {
	border-bottom:solid 1px #363636;
}
body.le-logged-in {
	margin:0px;
}
.le-logged-in .wrapper .headerBg {
	position:relative;
}
.le-edit-open {

}

/*-------------------------RESETS END------------------------------*/


/*---------------Hiding Style Editor (for use 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 Regions) END-------*/


/*-------------------------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-------------------------------*/
#leave-confirm {
    background-color: #fff!important;
    border: 5px solid #f58320;
    padding: 20px;
    z-index: 10000;
    width: none;
    /*min-width: 350px!important;*/
}
#leave-confirm.ui-widget-content a {
    color: #fff!important;
}
#leave-confirm .message {
    color: #54585b!important;
    font-size: 16px!important;
}
.dialogbtn {
    text-align: center;
}
.dialogbtn a {
    background-color:#f58320;
	border:solid 0px transparent;
	color:#ffffff;
	display:inline-block;
	font-family: 'Titillium Web', sans-serif;
	font-size:13px;
	font-style:inherit;
	font-weight:700;
	line-height:17px;
	margin: 15px;
	margin-bottom:-15px;
	padding:8px 15px 6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.loginpopup {
    position: fixed;
    top: 15%;
    max-width: 960px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    z-index: 1000;
}
.loginpopupoverlay {
    background-color: rgba(0,0,0,.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.loginpopupclose {
    color: #fff;
    position: relative;
    float: right;
    top: -55px;
    right: -45px;
    font-size: 25px;
    font-weight: 800;
    cursor: pointer;
}
/*----Form Login Adjustments----*/
#form_listing_container {
    min-height: 200px;
}
.newclientform, .newclientform a {
    text-align: center;
    font-size: 14px;
}
/*.newclientform {
margin-top: 20px;
}*/
.formloginelement .logged_in_greeting {
    display:none !important;
}
.formoverlay {
    background-color:#ffffff;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    /*filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;*/
}
.formoverlaycontaniner {
    position:relative;
}
.formlogmsg {
    font-size:18px;
    font-weight:700;
    position:relative;
    text-align:center;
    top:30px;
}
.formloginelement {
    left:50%;
    margin-left:-160px;
    /*padding-left:20px;
    padding-top:40px;*/
    position:absolute;
    top:100px;
    width:320px;
    z-index:200;
}
.formloginelement #login {
    padding-left:0px !important;
}
.formloginelement .mb_loginelement_existingaccount {
    width:300px;
}
.formloginelement .mb_loginelement_existing_label {
    width:130px;
}
.formloginelement #login_submit {
    left:275%;
    margin-top:6px;
    position:relative;
}
.formloginelement .mb_loginelement_existing_link {
    display:none;
}
/*----Form Login Adjustments End----*/