@import url(https://fonts.googleapis.com/css?family=Belleza);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body {
    background-color: #ebebeb;
    color: #000000;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
}


/*-------------------------FONT STYLING START----------------------*/
a {
   color:#e20613;
}
a:hover {
   color: #000000;
   text-decoration: none !important;
}
a img {
	border: 0;
}
p {
	color: #000000;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
	margin-top: 10px;
}
h1, h1 a, .title1, .title1 a {
	color: #000000;
    font-family: "Belleza", Helvetica, sans-serif;
	font-size: 40px;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #000000;
	font-family: "Belleza", Helvetica, sans-serif;
	font-size: 35px;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #000000;
	font-family: "Belleza", Helvetica, sans-serif;
	font-size: 30px;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #000000;
	font-family: "Belleza", Helvetica, sans-serif;
	font-size: 25px;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #000000;
	font-family: "Belleza", Helvetica, sans-serif;
	font-size: 20px;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: #000000;
	font-family: "Belleza", Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
blockquote {
    border:0px !important;
    padding:0px !important;
}

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


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

.le_form {
    color: #000000;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 20px;
}
.le_form_name {
    color: #000000;
	font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 18px;
	margin: 0 0 10px 0;
}

.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}
.form-header p {
    color: #000000;
    font-size: 16px;
}

.wrapper input[type="submit"] {
	margin: 0;
	padding: 5px 18px;
	color: #ffffff;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 15px;
	text-transform: uppercase;
	background-color: #E33D32;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #c72e24;
	color: #ffffff;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	margin: 0;
	padding: 4px 10px;
	color: #4d4d4f;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #ebebeb;
	border: 1px solid #4d4d4f;
}
.form-control {
    height: inherit !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form-group {
    margin-bottom: 10px !important;
}


/*-------------------------LE FORM STYLE END-----------------------*/
/*--------------------------Button Styling Start---------------------*/
.button1 a, a.button1 {
	display: inline-block;
	margin: 0;
	padding: 9px 11px;
	color: #ffffff;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .5px;
	text-decoration: none;
	line-height: 15px;
	text-transform: uppercase;
	background-color: #e20613;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.button1 a:hover, a:hover.button1 {
	background-color: #000000;
	cursor: pointer;
	text-decoration: none;
}
.button2 a, a.button2 {
	display: inline-block;
	margin: 0;
	padding: 9px 11px;
	color: #ffffff;
	font-family: "Open Sans", Helvetica, sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 15px;
	text-transform: uppercase;
	background-color: #000000;
	border: 0px;
	border-radius: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.button2 a:hover, a:hover.button2 {
	background-color: #000000;
	text-decoration: none;
	text-decoration: none;
	cursor: pointer;
}
.largeButton a, a.largeButton {
	margin: 16px 0;
	display: inline-block;
	padding: 9px 22px;
	color: #000000;
	font-family: "Open Sans", Helvetica, serif;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	background-color: transparent;
	border: 2px solid #000000;
	border-radius: 2px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.largeButton a:hover, a:hover.largeButton {
	border-color: #000000;
	color: #000000;
	text-decoration: none;
}
.fullwidthButton a, a.fullwidthButton {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 9px 5px;
	color: #ffffff;
	font-family: "Open Sans", Helvetica, serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	font-weight: 400;
	line-height: 20px;
	background-color: #e20613;
	border: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.fullwidthButton a:hover, a:hover.fullwidthButton {
	background-color: #000000;
	text-decoration: none;
}

/*------------------------------------------Button Styling END---------------------------------*/
/*-----------------------------------------Expand START--------------------------------*/
.expand {
    margin-bottom: 15px;
}
.expand dt {
    position: relative; 
    margin-bottom: 5px;
	font-weight: 700;
    color: #000000;
    font-size: 18px;
}
.expand dt:before {
    content: "+";
    margin-right: 10px;
    color: #000000;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand dt.active {
    color: #e20613;
	text-decoration: none;
}
.expand dt.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
    color: #e20613;
}
.expand dt:hover{
    cursor: pointer;
    color: #e20613;
}
/*-----------------------------------------Expand END--------------------------------*/
/*----------------------------Feature START---------------------------------*/
.sliderText{
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: left;
}
.sliderText p, .sliderText, .sliderText h1 {
	color: #ffffff;
	text-shadow: 0px 2px 2px rgba(0,0,0,.85);
}
.sliderText h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #ffffff;
}
.sliderText a {
    margin-top: 15px;
}
.bx-wrapper .bx-controls-direction a{
    width: 43px !important;
    height: 20px !important;
}
.bx-wrapper .bx-prev {
    right: 40px !important;
    left: 15px !important;
    
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/LEffetPilates/l-effet-pilates/site-arrowleft.png') no-repeat 13px 1px !important;
}
.bx-wrapper .bx-next{
    right: 15px !important;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/LEffetPilates/l-effet-pilates/site-arrowright.png') no-repeat 13px 1px !important;
}
.bx-wrapper .bx-controls-direction a{
    z-index: 99 !important;
    top: 50% !important;
}

/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/
.expand2 {
    position: relative;
    margin: 0 0 25px 0 !important;
}
.expand2 h2 {
    position: relative; 
    color: #ffffff;
    background-color: #E33D32;
    font-size: 15px;
    line-height: 25px !important;
    padding: 10px 5px 10px 15px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
}
.expand2 h2:after {
    float: right !important;
    content: '\f13a';
    font-family: 'FontAwesome';
    margin: 1px 10px 0 0;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand2 h2.active {
    background-color: #000000;
    margin-bottom: 10px !important;
}
.expand2 h2.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand2 h2:hover {
    cursor: pointer;
    background-color: #000000;
}

.expand3 {
    position: relative;
    margin: 0 0 10px 0 !important;
}
.expand3 h2 {
    position: relative; 
    color: #ffffff;
    background-color: #E33D32;
    font-size: 18px;
    line-height: 25px !important;
    padding: 10px 5px 10px 15px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
}
.expand3 h2:after {
    float: right !important;
    content: '\f13a';
    font-family: 'FontAwesome';
    margin: 1px 10px 0 0;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand3 h2.active {
    background-color: #000000;
    margin-bottom: 10px !important;
}
.expand3 h2.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand3 h2:hover {
    cursor: pointer;
    background-color: #000000;
}

/*----------------------------Feature END------------------------------------*/
/*------------------------------CTA1 Start-------------------------------*/
.cta1{
	text-align: center;
}
.cta1, .cta1 p, .cta1 a{
	color: #ebebeb;
	font-size: 18px;
	font-family: 'Belleza';
	text-transform: uppercase;
	padding: 15px 0px;
	text-decoration: none;
}
.cta1 img{
	width: 150px;
	height: 150px;
}
.cta1:hover img{
	width: 155px;
	height: 155px;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/*------------------------------CTA1 End----------------------------------*/
/*------------------------------CTA2 start-------------------------------*/
.cta2{
	text-align: center;
	margin: 10px auto;
	position: relative;
	height: auto;
	width: 200px;
	height: 200px;
}
.cta2Pic{
    border-radius: 50%;
	background: #e20613;
	width: 200px;
	height: 200px;
	margin: auto;
	text-align: center;
}
.cta2 img{
    border-radius: 50%;
    margin-left: -2px;
	text-align: center;
    width: 200px;
	height: 200px;
}
.cta2:hover img{
	opacity: .3;
}
.cta2 a:hover img{
	opacity: .3;
}
.cta2Text a{
	color: #ebebeb;
	font-family: 'Belleza';
	text-decoration: none;
	font-size: 28px;
	line-height: 30px;
}
.cta2 p{
    padding: 0px 15%;
}

/*------------------------------CTA2 End----------------------------------*/

/*------------------------------CTAs----------------------------------*/
.textbox {
    background-color: #ffffff;
    border-top: 3px solid #E33D32;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
}
.redbox {
    background-color: #e33d32;
    padding: 11px 20px;
    margin-bottom: 25px;
}
.redbox h2 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}
.fullwidth img {
    width: 100%;
    height: auto;
}

/*-----------------------Tabbed Content-----------------------------*/
.region1 hr {
    border: 0;
    height: 2px;
    border-top: 4px solid #ffffff;
    
    margin: 10px 0px;
}
.region1 {
    position: relative;
}
.region1:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    height: 320px;
    width: 100%;
    background: none;
    z-index: -1;
}
.region1 .col-xs-12{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.tabs-btn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    background: #e33d32;
    text-align: center;
}
.tabs-btn li{
    display: inline-block;
}
.tabs-btn ul li a {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    font-family: "Open-Sans", Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 300;
}
.tabs-btn ul li a:hover {
    text-decoration: none;
    background: #000000;
}
.tabs-btn li a.active {
    
    color: #fff;
}
.tabs > div {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
}
.le-edit-open .tabs > div {
    display: block !important;
}

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

    font-size: 25px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #3bc0ee;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
.tabs > div > a:hover {
    text-decoration: none;
    background-color: #494949;
}
.tabs {
}

/*-----------------------Tabbed Content END---------------------------*/

/*-----------------------Region3 Start----------------------------------*/
.region3{
    text-align: center;
    padding: 0 3%;
}
.region3 h1{
    color: #ebebeb;
    text-transform: uppercase;
    margin-top: 15px;
}
.region3 p{
    color: #ebebeb;
}
.region3 hr{
    width: 100%;
    text-align: center;
}
/*----------------------------Price Box START--------------------------*/
.pricingBox{
    margin: 25px auto;
    width: 250px;
}
.pricingBox h4{
    margin-top: 15px;
    text-transform: upppercase;
}
.pricingBox p{
    font-weight: 300;
}
.pricingBox a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 0px 0px 0;
}
.pricingBox a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.pricingBox a:hover{
    color: #e95d0f;
}
.pricingBoxPicture{
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.pricingBoxPicture img{
    width: 100%;
    height: 100%;
}
.pricingBox:hover .pricingBoxPicture img{
    width: 103%;
    height: 103%;
    margin-left: -1%;
    margin-top: -1%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.pricingBoxPrice{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #e20613;
    color: #ffffff;
    padding: 7px;
    text-transform: uppercase;
    font-weight: 300;
    height: 35px;
    width: 70px;
    z-index: 2;
}
.pricingBoxSlant  {
    height: 35px;
    width: 50px;
    background-color: #e20613;
    position: absolute;
    bottom: 0px;
    right: 50px;
    transform:skewX(-25deg);
    -ms-transform:skewX(-25deg);
    -webkit-transform:skewX(-25deg);
    z-index: 1;
    
}
.pricingBox:hover .pricingBoxSlant{
    right: 70px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.pricingBox:hover .pricingBoxPrice{
    right: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/*---------------------------Price Box END---------------------------*/

/*----------------------------Pricing Page START--------------------------*/
.pricebox {
    background-color: #ffffff;
    border: 2px solid #c8c8c8;
    padding: 40px 20px;
    margin-bottom: 25px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pricebox h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px !important;
    color: #555454;
}
.pricebox h6 {
    font-family: "Open Sans", Helvetica, sans-serif !important;
    font-size: 45px !important;
    line-height: 35px !important;
    margin: 0 0 15px 0 !important;
    color: #000000;
}
.pricebox p {
    text-transform: uppercase;
    color: #555454;
    line-height: 20px;
    margin: 0 !important;
}
.pricebox a {
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
    padding: 5px 20px;
    margin-top: 15px !important;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pricebox a:hover {
    background-color: #000000;
    color: #ffffff;
}
.pricebox2 {
    background-color: #ffffff;
    border: 2px solid #c8c8c8;
    padding: 55px 20px;
    margin-bottom: 25px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pricebox2 h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px !important;
    color: #555454;
}
.pricebox2 h6 {
    font-family: "Open Sans", Helvetica, sans-serif !important;
    font-size: 45px !important;
    line-height: 35px !important;
    margin: 0 0 15px 0 !important;
    color: #000000;
}
.pricebox2 p {
    text-transform: uppercase;
    color: #555454;
    line-height: 20px;
    margin: 0 !important;
}
.pricebox2 a {
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000000;
    padding: 5px 20px;
    margin-top: 15px !important;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pricebox2 a:hover {
    background-color: #000000;
    color: #ffffff;
}

/* MB Login
----------------------------------------------------------------------------------------------------*/

#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: #E33D32 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#new_clients h3 {
    background-color: #E33D32 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#existing_clients label {
    text-align: left !important;
    width: 100% !important;
    margin-top: 5px !important;
}
.mb_login_existing_label {
    width: 120px !important;
}
.mb_login_existing_row {
    width: 100% !important;
}
.mb_login_existing_input {
    width: 100% !important;
    margin-left: -5px !important;
    margin-top: 10px !important;
}
.mb_login_new_label {
    width: 100% !important;
    text-align: left !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
}
#new_clients label {
    text-align: left !important;
    width: 100% !important;
}
.mb_login_new_input {
    width: 100% !important;
}
.wrapper input[type="text"], .wrapper input[type="email"], .wrapper input[type="password"], .wrapper textarea {
    width: 100% !important;
}
.mb_login_new_row {
    width: 100% !important;
}
.password_info {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
#i_agree_row {
    width: 100% !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
}
#signup_submit {
    margin-left: 0 !important;
}
.liab_title {
    text-transform: uppercase !important;
    color: #000000 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#le_mb_loginsignup h2 {
    background-color: #000000 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 10px !important;
}
#mb_login_question label {
    width: 100% !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    #le_mb_loginsignup h3 {
        font-size: 16px !important;
    }
    #mb_login_question input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    #login_form {
        margin-bottom: 40px !important;
    }
    #le_mb_loginsignup h2 {
        font-size: 18px !important;
    }
    #login_submit {
        width: 100px !important;
    }
    .seFormButton, .wrapper input[type="submit"].seFormButton {
        padding: 12px 15px !important;
    }
    #login_form .seFormButton, .wrapper input[type="submit"].seFormButton {
        margin-top: -15px !important;
    }
    #signup_submit {
        display: block !important;
        margin-top: 20px !important;
    }
    .liability_text {
        margin-bottom: 20px !important;
    }
}

/* Mindbody Schedule
----------------------------------------------------------------------------------------------------*/
#printview {
    display: inline-block !important;
    padding: 10px 10px !important;
    color: #ffffff !important;
    background-color: #E33D32 !important;
    margin-left: 10px !important;
}
#printview:hover {
    background-color: #E33D32 !important;
    text-decoration: none !important;
}
#date_filter {
    height: 40px !important;
    padding: 5px !important;
    width: 100px !important;
}
.schedule_filters {
    width: 115% !important;
}
.schedule_filters .selects {
    border: 1px solid #E33D32 !important;
    height: 40px !important;
    padding-left: 25px !important;
}
.mb_schedule {
    margin-top: 35px;
}
.mb_listview_date {
    margin-bottom: 15px;
}
.master_date {
    border-bottom: 0px solid #ffffff !important;
}
.title_class {
    padding-left: 7.5% !important;
}
.title_staff {
    padding-left: 9% !important;
}
#le_mb_list_schedule {
    width: 100% !important;
    padding: 0 !important;
}
#le_mb_list_schedule .master_date {
    background-color: #E33D32;
    color: #ffffff;
    padding: 5px 0 !important;
    height: 35px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}
#le_mb_list_schedule tr {
    margin: 15px 0 !important;
    font-size: 14px !important;
    border-bottom: 2px dotted #acacac;
}
@media (min-width: 768px) and (max-width: 992px) { 
    #le_mb_list_schedule .master_date {
        font-size: 16px !important;
    }
    .dropdowns {
        width: 17% !important;
    }
}
.schedule_date_range {
    text-transform: uppercase !important;
    line-height: 35px !important;
}
.row_class a {
    color: #000000 !important;
}
.row_class a:hover {
    color: #E33D32 !important;
}
.trainer_name a {
    color: #000000 !important;
}
.trainer_name a:hover {
    color: #E33D32 !important;
}
.mb_mobile_classname a {
    color: #E33D32 !important;
}
.mb_mobilebar_schedulebar_button {
    width: 100% !important;
    text-align: right !important;
}
.tiny {
    margin-top: 5px !important;
}
.sched_location {
    display: none !important;
}
.capacity {
    display: none !important;
}

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

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

/* MB Staff
----------------------------------------------------------------------------------------------------*/

#le_mb_staff_page h2 {
    background-color: #E33D32;
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 15px !important;
}
.mb_staff_image {
    margin-left: 20px;
}
.instructs_list {
    background-color: #E33D32;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 15px !important;
}
.class_list a {
    text-transform: uppercase;
}
@media (max-width: 768px) {
    #le_mb_staff_page .mb_staff_image {
        margin: 0 0 20px 0!important;
    }
}
#mb_mobilebar a {
    color: #673594 !important;
}

/* MB Enrollments
----------------------------------------------------------------------------------------------------*/
a.morelink {
    display: block !important;
    text-transform: uppercase;
    text-decoration: none !important;
}
.enrollments_date_range {
    text-transform: uppercase;
}
.mb_enrollment_dates {
    background-color: #E33D32;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 25px !important;
}
.enrollment_box {
    border: 2px solid #E33D32 !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
}
.course_information {
    border: 2px solid #E33D32 !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
}
.enrollment_in_course {
    border: 2px solid #E33D32 !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
}
.signup_class {
    margin-left: 0 !important;
    margin-top: 20px !important;
}
.enrollment_signup {
    background-color: #E33D32 !important;
    color: #ffffff !important;
    padding: 10px !important;
}
.enrollment_signup:hover {
    background-color: #000000;
}
.signup {
    background-color: #E33D32;
    text-transform: uppercase;
    color: #ffffff;
}
.signup:hover {
    background-color: #000000;
}
.prev_date_arrows a {
    color: #ffffff !important;
    line-height: 25px !important;
}
.next_date_arrows a {
    color: #ffffff !important;
    line-height: 25px !important;
}

/*----------------------------Pricing Page END--------------------------*/

/*-------------------------BLOG------------------------------------*/

#blog_sidebar {
    
    float: left;
    width: 17% !important;
    border: 1px solid #ddd;
    padding: 10px 10px;
    margin-top: 10px;
}
.blog_sidebar_tag_cloud a{
    display: block;
    text-decoration: none;
    font-size: 20px;
    margin: 5px 0px;
    line-height: 35px;
    width: 100%;
    padding: 0 0 0 10px;
}
.blog_sidebar_tag_cloud a:hover{
    background: rgba(20,20,20,.1) !important;
    
}
body .blog_post_listing_sidebar {
    float: left;
    width: 80%;
    margin-bottom: 20px;
}
.blog_post_listing {
    border: 1px solid #cdcdcd;
    width: 270px;
    overflow: hidden;
    margin-right: 12px;
    padding-bottom: 10px;
    float:left;
}
body .blog_post_listing {
    border-bottom: 1px solid #cdcdcd;
    margin: 10px 0px;
    padding: 0;
    display: inline-block;
    float: left;
    vertical-align: top;
}
.feature_blog_text {
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px 30px;
}
.blog_post_listing_header_section {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 0 10px;
}
.blog_post_listing_header_info {
    position: relative;
    top: 0px;
    float: left;
    margin: 0 5px 5px 0;
}
.blog_post_listing_publishdate {
    text-transform: uppercase;
}
.blog_post_listing_publishdate {
    font-weight: 300;
    font-size: 14px;
}
.blog_post_listing_title_section {
    padding: 10px;
}
.blog_post_listing_title a{
    text-decoration: none;
}
.blog_post_listing_title a{
    font-weight: 600;
    margin: 0;
    font-size: 28px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 9px 0px;
}

.blog_post_listing_footer_hr {
    display: none;
}
.blog_post_listing_tags {
    padding: 10px 10px 0;
    font-size: 12px;
}
.blog_post_listing_tag_header {
    float: left;
    margin: 0 5px 5px 0;
}
.blog_post_listing_tag {
    float: left;
    margin: 0 5px 5px 0;
}
.blog_post_listing_content:first-child img {
    display: block;
    margin: 10px 0 10px 0;
    /*position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 150px;*/
    width: 100%;
}
.blog_post_listing_author {
    display: none;
}
.blog_post_listing_author_img_container {
    display:none;
}
.feature_blog_image {
    width:100%;
}
.feature_blog_image img {
    width:100%;
}
.feature_blog_text, .blog_post_listing_tags{
    display: none;
}
.read_more_link {
    display:none;
}
.blog_post_listing_permalink a:last-child {
    background: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/fusionfitness2/fusion-fitness/blog-btn.png) no-repeat 0 0;
    display: none;
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    padding: 0;
    text-indent: -1000px;
    overflow: hidden;
}
.blog_post_listing_permalink a:last-child:hover {
    background-position:0px -38px;
}
.blog_post_listing_permalink span {
    display:none;
}
.blog_post_listing_social_like {
    display:none;
}
.blog_post_content img{
    max-width: 100%;
    margin: 10px 0px;
}
.blog_post_listing_title h1{
    line-height: 20px !important;
}
/*-------------------------BLOG END--------------------------------*/

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

hr {
    border: 0;
    background: #ebebeb;
    height: 1px;
    margin: 5px 0%;
}

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;
}
.relative {
    position: relative;
}
.responsive img, img.responsive {
    width: 100% !important;
    height: auto;
}
.responsive iframe, .responsive object, .responsive embed {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}


.CustomColor1, .CustomColor1 p, .CustomColor1 h6, .CustomColor1 h5, .CustomColor1 h4, .CustomColor1 h3, .CustomColor1 h2, .CustomColor1 h1,  .CustomColor1 li {
	color: #e95d0f;
}
.CustomColor2, .CustomColor2 p, .CustomColor2 h6, .CustomColor2 h5, .CustomColor2 h4, .CustomColor2 h3, .CustomColor2 h2, .CustomColor2 h1,  .CustomColor2 li {
	color: #4d4d4f;
}
.CustomColor3, .CustomColor3 p, .CustomColor3 h6, .CustomColor3 h5, .CustomColor3 h4, .CustomColor3 h3, .CustomColor3 h2, .CustomColor3 h1,  .CustomColor3 li {
	color: #ebebeb;
}
.pageTitle h1{
    margin: 0 0 20px 0px; 
    text-align: left;
    padding: 0;
	font-size: 30px;
	font-weight: 300;
}
.staff {
    position: relative;
    margin-bottom: -5px;
}
.staff img {
    width: 100%;
    height: auto;
}
.staff:hover img {
    opacity: .6;
}
.staff h2 a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    text-decoration: none !important;
    color: #8d8f91 !important;
    font-weight: 400;
    font-size: 20px !important;
}

.staff img {
    margin-bottom: 3px;
    max-width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.staff p {
    font-size: 19px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
.SideMenu ul {
    list-style-type: none !important;
    padding: 0 !important;
}
.SideMenu li.le_menuitem_level_0 a {
    display: block;
    border-left: 5px solid #e95d0f;
    color: #4d4d4f;
    padding: 5px 15px;
    margin: 0 !important;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Belleza", Helvetica, sans-serif;
}
.SideMenu li.le_menuitem_level_0 a:hover {
    background: #e95d0f;
    text-decoration: none;
    color: #ffffff !important;
}
.se_social {
    text-align: center;
}
.se_social a {
    font-size: 20px !important;
    margin: 0 2px;
    color: #ffffff !important;
    text-decoration: none !important;
}
.se_social a:hover {
    color: #E33D32 !important;
    text-decoration: none !important;
}


/*--------------------------------------Mindbody Styling START---------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 2px 10px !important;
    background-color: #E33D32;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#E33D32;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: #E33D32 !important;
    color: #ffffff !important;
    text-shadow: none !important;
    border: 0 solid #ffffff !important;
    padding: 2px 20px !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    font-size: 14px !important;
    margin-top: 0px !important;
    display: inline-block !important;
}
.le_metro_silver_button:hover {
    background: #000000 !important;
}
.master_date{
    text-transform: uppercase;
    font-size: 18px !important;
}
.loginBox{
    width: 250px;
    margin: auto;
    float: none;
    background-color: #ebebeb;
    text-align: left;
    padding-bottom: 3px;
}
/*----------LOGIN ELEMENT--------------------------*/

.whitebox {
    background: #ebebeb; 
    margin-top: -5px;
    padding-left: 10px;
    width: 260px;
    float: right;
    
}
.whitebox h6, .whitebox h6 a, .whitebox p, .whitebox p a {
    color:#4d4d4f;    
    text-transform: capitalize !important;
    margin-top: 0px;
}
#mb_loginelement_loginsignup{
     padding-left: 5px;
     padding-bottom: 5px;
     padding-left: 10px;
     background: #ebebeb; 
}
#mb_loginelement_loginsignup input[type="submit"]{
    border: 1px solid #4d4d4f;
    margin-top: 15px;
    color: #ebebeb;
}
mb_loginelement_existing_input input{
    font-size: 12px;
    width: 100%;
    display: block;
}
.header1 {
    /*float:right;*/
    /*padding: 0px 0px !important;*/
    /*margin: 15px 0px !important;*/
    position: absolute;
    right: 0px;
    margin-top:0px;    
    z-index: 10;
    /*background:#ffffff;*/
    max-width: 260px;
}
.wrapper input[type="text"]{
    font-size: 12px !important;
    width: 100%;
}
.col-xs-7 .header2 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
#toggle-box h6 {
    color:#ffffff;
    padding: 8px 5px 5px 5px;
}
.mb_loginelement_existing_label, div.mb_loginelement_existing_link.belowlink {
    color:#4d4d4f !important;
    font-family: 'Lora', sans-serif !important;
    font-size:12px;
    text-align:left;
}
.logged_in_greeting a {
    color: #ffffff;
    font-family: 'Lora', sans-serif !important;
    text-decoration:none;
}
.box input#login_submit {

}
.buttonlog {
    border: none;
    background: transparent;
    font-family: 'Lora', cursive;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
    padding-top: 9px;
	margin: 0;   
	
}
.sh {
    border: none;
    background: transparent;
    font-family: 'Lora', cursive;
    font-size: 12px;
    line-height: 22px;
    color: #4d4d4f;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    z-index: 200;
}
input, .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 12px;
    font-family: 'Lora', sans-serif;
    line-height: 17px !important;
    padding: 6px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
   
}
label {
    font-family: 'Lora', sans-serif;
    font-weight:400;
    line-height:19px;
    display: block;
    
}
.mb_loginelement_wrapper{
    padding-right: 100px;
    padding-top: 10px;
}
#mb_loginelement_loginsignup {
    display:none;    
}
.whitebox a {
    text-decoration: none !important;   
    margin-bottom: ;
}
/*@-moz-document url-prefix() { */
/*  .whitebox {*/
/*     top:50px ;*/
/*  }*/
}
/*----------LOGIN ELEMENT END--------------------------*/
/*-----------------------------------Mindbody Styling END-------------------------------*/

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

.wrapperWide {
    background-color: none;
    width: 100%;
}
.wrapper {
	background-color: none;
}

/*-------------------------HEADER START----------------------------*/
.headerWide {
	width: 100%;
    background: rgba(0,0,0,.8); 
	z-index: 100;

}
.header {
    padding: 0px;
}
.header1{
	text-align: center;
}
.logo{
	text-align: center;
	padding: 10px 10px;
	margin-top: 30px;
}
.logo img {
    max-width: 100%;
    height: auto;
}
/*-------------------------HEADER END------------------------------*/

/*-------------------------MAIN MENU START-------------------------*/
.navigationWide{
	
}
.navigation {
    text-align: center;
}
.navicon {
    background-color: transparent;
    border-top: 0px;
    color: #ebebeb;
    display: block;
    height: 45px;
    width: 100%;
    padding:10px 0px;
    position: relative;
    text-align: left;

    
}
.navicon:after {
    color: #ebebeb;
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 0;
    padding:10px 0px;
    position: absolute;
    top: 0px;
}
.navicon:hover:after {
    color: #ebebeb;
}
.navicon:hover {
    cursor: pointer;
}
.navicon p {
    color: #ffffff;
    margin-left: 20px;
    margin-top: -1px;
}
.menu {
    background-color: rgba(77,77,79,.0);
    color: #ebebeb;
    border-top: 0px;
    text-align: left;
    display: none;
    width: 100%;
    
}
.menu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
}
.menu li {
	list-style-type: none;
	text-decoration: none;
}
.menu .le_menu_level_container {
	position: relative;
	
}
.menu li.le_menuitem_level_0 a {
    color: #ebebeb;
	display: block;
    font-family: "Belleza", Helvetica, sans-serif;
    font-size: 16px;
    padding: 10px 0;
    text-align:left;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
	text-align: left;
}
.menu li.le_menuitem_level_0 a:hover {
    text-decoration: none;
	color: #e20613;
}

/*--------1ST LEVEL SUBMENU-------*/

.menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.menu li.le_menuitem_level_1 a {
    display: block;
	padding: 5px 0;
	color: #ebebeb;
    font-family: "Belleza", Helvetica, sans-serif;
    font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 15px;
}
.menu li.le_menuitem_level_1 a:hover {
	color: #e20613;
}

/*--------2ND LEVEL SUBMENU-------*/

.menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.menu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 20px;
}
.dropdown ul {
    display: none;
}

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



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

.contentWide{
	margin-top: 0px;
}
.content {
    padding-top:0px;
    padding-bottom: 0px;
}
.main{
    padding: 10px 0px;
}
/*-------------------------MAIN END--------------------------------*/


/*-------------------------FOOTER START----------------------------*/
.footerWide {
	background-color: #000000;
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/LEffetPilates/footergraphic.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 87%;
}
.footer {
    padding: 50px 0px;
}
.footer, .footer p {
	color: #ffffff;
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
}
.footer p a {
    color: #ffffff !important;
	font-size: 13px;
	font-weight: 300;
}
.footer p a:hover {
    color: #E33D32 !important;
}
.footer1, .footer2, .footer3{
	text-align: center;
}
.footer .menu_element ul {
    margin: 0;
    padding: 0px 0 0 0;
    list-style: none; 
}
.footer .menu_element li{
    display: inline-block;
    border-top: 0px;
    padding: 5px;
}
.footer .menu_element a {
    font-size: 13px;
	color: #ffffff !important;
	padding: 0px 10px;
	text-transform: uppercase;
}
.footer .menu_element a:hover{
	color: #E33D32 !important;
}

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


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

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) {
    .sliderText {
        padding: 0 25px;
    }
    .sliderText h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .sliderText p {
		font-size: 12px;
		line-height: 15px;
	}
	.sliderText a {
	    margin-top: 0 !important;
	    font-size: 12px !important;
	}
	.cta2Text{
        margin-top: -125px;
        margin-bottom: 100px;
    }
    .cta1 img {
        width: 120px;
        height: 120px;
    }
    .newsletter {
        margin: 20px 0 40px 0;
    }
    .newsletter input[type="submit"] {
        display: block;
        width: 100%;
        margin-top: -20px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        position: relative;
        margin: auto;
        width: 748px;
    }
	.headerWide{
		position: fixed;
		top: 0;
		width: 100%;
	}
	.header{
	    padding: 0px 0px 0px 0px;
	}
	.header1{
		text-align: right;
	}
	 .logo {
	    margin-top: 0;
        padding: 10px 0px;
		text-align: left;
    }
	.logo img{
		margin-bottom: 0px;
		margin-top: 10px;
	}
	
    /*==============================FULL SIZE MENU=====================*/
	.navigation {
        text-align: ;
        margin:10px 0px 10px 0px;
    }
    .navicon {
        display: none;
    }
    .menu {
        display: block;
        background-color: transparent;
        text-align: center;
    }
    .menu ul {
        margin: 0;
        padding: 0;
    }
    .menu ul.le_menu_level_0 {
        margin: 0 0px 0 0;
        padding: 0;
        text-align: center;
    }
    .menu li {
    	list-style: none;
    }
    .menu li.le_menuitem_level_0 {
    	display: inline-block;
        margin-left: 0px;
        
    }
    .menu li.le_menuitem_level_0 a {
        color: #ffffff;
        display: block;
        font-family: "Belleza", Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        padding: 10px 8px;
        text-decoration:none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
		margin-left: 0px;
    }
    .menu li.le_menuitem_level_0 a:hover {
        color: #e20613;
        text-decoration:none;
        cursor: pointer;
    }
    .menu ul.le_menu_level_1 {
        display: none;
        margin: 0px 0 0 0%;
        min-width: 187px;
        padding: 10px 0px !important;
        background-color: rgba(0,0,0,.8);
		border-top: 2px solid #e20613;
        position: absolute;
        text-align: left;
        z-index: 210;
        
    }
    .menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .menu li.le_menuitem_level_1 a {
        color: #ffffff;
        display: block;
        font-family: "Belleza", Helvetica, sans-serif;
        font-size: 14px;
        border: 0px;
        padding: 5px 15px !important;
        text-align: left;
	}
    .menu li.le_menuitem_level_1 a:hover{
        color: #e20613;
        
    }
    .menu .le_menu_level_2_container {
    	float: right;
    	margin-top: -26px;
    	padding: 0;
    }
    .menu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 1002;
    	display: none;
    	margin: 0;
        padding: 0 0px 0 0;
        text-align: left;
		min-width: 160px;
    }

    .menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
	/*===================================FULL SIZE MENU END==============================*/
	.contentWide{
		margin-top: 145px;
	}
	.sliderText{
	    top: 80px;
		left: 60px;
		width: 80%;
	}
	.sliderText p{
		font-size: 20px;
		line-height: 30px;
	}
	.sliderText h2{
		font-size: 60px;
	}
	.loginBox{
	    float: right;
	}
	.region3{
	    padding: 0 17%;
	}
    .newsletter input[type="text"] {
        margin-bottom: -17px !important;
    }
    .cta2 {
        width: 125px !important;
        height: 125px !important;
    }
    .cta2Pic {
    	width: 125px !important;
    	height: 125px !important;
    }
    .cta2 img {
    	width: 125px !important;
    	height: 125px !important;
    }
    .col-sm-15 {
        width: 20%;
    }
    .cta2Text{
        margin-top: -90px;
        margin-bottom: 100px;
    }
    .cta2Text a{
    	font-size: 20px;
    	line-height: 20px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .cta2Text a{
    	font-size: 28px;
    	line-height: 30px;
    }
    .cta2Text{
        margin-top: -130px;
        margin-bottom: 100px;
    }
    .col-md-15 {
        width: 20%;
    }
    .cta2 {
        width: 200px !important;
        height: 200px !important;
    }
    .container{
        margin: auto;
        width: 972px;
    }
     .logo{
        margin-top: 0px;
    }
    .logo img{
        margin-top: 10px;
    }
     .menu ul.le_menu_level_0 {
        text-align: right;
    }
    .menu li.le_menuitem_level_0:last-of-type a {
        padding-right: 0px;
    }
    .contentWide{
		margin-top: 134px;
	}
    .footer1 {
		text-align: center;
	}
	.footer2{
		text-align: left;
	}
	.footer3 {
		text-align: right;
	}
	.sliderText{
	    top: 125px;
		left: 100px;
		width: 70%;
	}
	.sliderText h2 {
		font-size: 60px;
	}
	.sliderText p{
		font-size: 25px;
		line-height: 35px;
	}
	.cta2Pic {
    	width: 175px !important;
    	height: 175px !important;
    }
    .cta2 img {
    	width: 175px !important;
    	height: 175px !important;
    }
    .menu li.le_menuitem_level_0 a {
        font-size: 14px;
        padding: 15px 15px 10px 15px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        margin: auto;
        width: 1170px;
    }
    .logo{
        margin-top: 0px;
    }
    .logo img{
        margin-top: 10px;
    }
    .navigation {
        text-align: ;
        margin:30px 0px 10px 0px;
    }
    .contentWide{
		margin-top: 130px;
	}
	.cta2 p{
        padding: 0px 3%;
    }
    .sliderText{
	    top: 30%;
		left: 10%;
		width: 45%;
	}
	.cta2Pic {
    	width: 200px !important;
    	height: 200px !important;
    }
    .cta2 img {
    	width: 200px !important;
    	height: 200px !important;
    }
    .menu li.le_menuitem_level_0 a {
        font-size: 15px;
        padding: 10px 10px;
    }
}

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


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

.anythingSlider-default {
    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;
}

/*-------------------------RESETS 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-------------------------------*/

 /*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}
.bx-viewport .htmlSlide{
    padding: 0 !important;
}
/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/
.le-edit-open .headerWide {
    position: relative !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_about-us #le_area7 {
    background-color: rgba(255, 255, 255, 0.85);
    margin-top: 35px;
    margin-bottom: 35px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_region2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/LEffetPilates/map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    margin-top: 35px;
    margin-bottom: 0px;
}
.aurora_contacts-et-liens #le_area16 {
    margin-bottom: 50px;
}
.aurora_cookies #le_region1 {
    padding-top: 0px;
    padding-bottom: 40px;
}
.aurora_cours #le_area30 {
}
.aurora_cours #le_area4 {
}
.aurora_cours-aeriens #le_area10 {
}
.aurora_cours-aeriens #le_area12 {
}
.aurora_home #le_area18 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.aurora_home #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/LEffetPilates/multiple-man-lagree-machine/multiple-man-lagree-machine_1800x1202.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_home #le_region2 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_region3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/LEffetPilates/man-workout-machine_copy/man-workout-machine_copy_1800x1055.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_home #le_region4 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_mentions-legales #le_region1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_pricing #le_region1 {
    padding-bottom: 40px;
}
.aurora_pricing #le_region2 {
    background-color: rgb(255, 255, 255);
    padding-top: 60px;
    padding-bottom: 40px;
}
.aurora_pricing #le_region3 {
    padding-top: 60px;
    padding-bottom: 40px;
}
.aurora_pricing #le_region4 {
    background-color: rgb(255, 255, 255);
    padding-top: 60px;
    padding-bottom: 40px;
}
.aurora_pricing #le_region5 {
    padding-top: 60px;
    padding-bottom: 40px;
}
.aurora_studio #le_area7 {
    background-color: rgba(255, 255, 255, 0.85);
    margin-top: 35px;
    margin-bottom: 35px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_studio #le_region2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/LEffetPilates/map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    margin-top: 35px;
}
.aurora_tarifs #le_area22 {
}
.aurora_tarifs #le_area27 {
}
.aurora_tarifs #le_area30 {
}
.aurora_tarifs #le_area34 {
}
.aurora_tarifs #le_area35 {
    margin-top: 0px;
}
.aurora_tarifs #le_area38 {
}
.aurora_tarifs #le_region4 {
}
.aurora_tarifs #le_region5 {
}
.aurora_videos #le_region1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_cours-aeriens #le_area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cours-aeriens #le_area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tarifs #le_area22 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_cours-aeriens #le_area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cours-aeriens #le_area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tarifs #le_area22 {
    }
}

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